-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1994 from JacobBarthelmeh/Release
prepare for release 3.15.7
- Loading branch information
Showing
7 changed files
with
112 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_libdir}/libwolfssl.la | ||
%{_libdir}/libwolfssl.so | ||
%{_libdir}/libwolfssl.so.19 | ||
%{_libdir}/libwolfssl.so.19.0.0 | ||
%{_libdir}/libwolfssl.so.19.1.0 | ||
|
||
%files devel | ||
%defattr(-,root,root,-) | ||
|
@@ -198,7 +198,6 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_includedir}/wolfssl/wolfcrypt/ed25519.h | ||
%{_includedir}/wolfssl/wolfcrypt/error-crypt.h | ||
%{_includedir}/wolfssl/wolfcrypt/fe_operations.h | ||
%{_includedir}/wolfssl/wolfcrypt/fips.h | ||
%{_includedir}/wolfssl/wolfcrypt/fips_test.h | ||
%{_includedir}/wolfssl/wolfcrypt/ge_operations.h | ||
%{_includedir}/wolfssl/wolfcrypt/hash.h | ||
|
@@ -267,6 +266,7 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_includedir}/wolfssl/openssl/opensslv.h | ||
%{_includedir}/wolfssl/openssl/ossl_typ.h | ||
%{_includedir}/wolfssl/openssl/pem.h | ||
%{_includedir}/wolfssl/openssl/pkcs7.h | ||
%{_includedir}/wolfssl/openssl/pkcs12.h | ||
%{_includedir}/wolfssl/openssl/rand.h | ||
%{_includedir}/wolfssl/openssl/rc4.h | ||
|
@@ -288,6 +288,8 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_libdir}/pkgconfig/wolfssl.pc | ||
|
||
%changelog | ||
* Thu Dec 20 2018 Jacob Barthelmeh <[email protected]> | ||
- Remove wolfssl/wolfcrypt/fips.h, add wolfssl/openssl/pkcs7.h | ||
* Wed Jun 20 2018 Jacob Barthelmeh <[email protected]> | ||
- Remove NEWS, update ChangeLog to ChangeLog.md, remove wolfssl/wolfcrypt/fips.h, add wolfssl/wolfcrypt/cryptodev.h | ||
* Thu May 31 2018 John Safranek <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters