-
Notifications
You must be signed in to change notification settings - Fork 831
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 #894 from JacobBarthelmeh/Release
Prepare for release 3.11.0
- Loading branch information
Showing
8 changed files
with
163 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,8 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_docdir}/wolfssl/README.txt | ||
%{_libdir}/libwolfssl.la | ||
%{_libdir}/libwolfssl.so | ||
%{_libdir}/libwolfssl.so.11 | ||
%{_libdir}/libwolfssl.so.11.0.0 | ||
%{_libdir}/libwolfssl.so.12 | ||
%{_libdir}/libwolfssl.so.12.0.0 | ||
|
||
%files devel | ||
%defattr(-,root,root,-) | ||
|
@@ -159,6 +159,7 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_includedir}/cyassl/openssl/rsa.h | ||
%{_includedir}/cyassl/openssl/sha.h | ||
%{_includedir}/cyassl/openssl/ssl.h | ||
%{_includedir}/cyassl/openssl/ssl23.h | ||
%{_includedir}/cyassl/openssl/stack.h | ||
%{_includedir}/cyassl/openssl/ui.h | ||
%{_includedir}/cyassl/openssl/x509.h | ||
|
@@ -172,6 +173,7 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_includedir}/wolfssl/callbacks.h | ||
%{_includedir}/wolfssl/certs_test.h | ||
%{_includedir}/wolfssl/crl.h | ||
%{_includedir}/wolfssl/io.h | ||
%{_includedir}/wolfssl/wolfcrypt/aes.h | ||
%{_includedir}/wolfssl/wolfcrypt/cmac.h | ||
%{_includedir}/wolfssl/wolfcrypt/arc4.h | ||
|
@@ -264,6 +266,7 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_includedir}/wolfssl/openssl/rsa.h | ||
%{_includedir}/wolfssl/openssl/sha.h | ||
%{_includedir}/wolfssl/openssl/ssl.h | ||
%{_includedir}/wolfssl/openssl/ssl23.h | ||
%{_includedir}/wolfssl/openssl/stack.h | ||
%{_includedir}/wolfssl/openssl/ui.h | ||
%{_includedir}/wolfssl/openssl/x509.h | ||
|
@@ -277,6 +280,8 @@ mkdir -p $RPM_BUILD_ROOT/ | |
%{_libdir}/pkgconfig/wolfssl.pc | ||
|
||
%changelog | ||
* Thu May 04 2017 Jacob Barthelmeh <[email protected]> | ||
- Added header for wolfssl/io.h, wolfssl/openssl/ssl23.h, cyassl/openssl/ssl23.h | ||
* Thu Feb 09 2017 Jacob Barthelmeh <[email protected]> | ||
- Added header for wolfssl/wolfcrypt/wolfmath.h | ||
* Fri Nov 11 2016 Jacob Barthelmeh <[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
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