Changelog for
perl-Net-SSLeay-1.85-49.4.i586.rpm :
* Mon Jan 14 2019 Vítězslav Čížek
- Expose SSL_CTX_set_post_handshake_auth
* https://github.com/radiator-software/p5-net-ssleay/pull/68- add Net-SSLeay-1.85-Expose_SSL_CTX_set_post_handshake_auth.patch- Fix build on SLE-12
* apparently %autopatch needs to be followed by an empty line there
* Tue Sep 04 2018 Vítězslav Čížek - Add patches to support openssl 1.1.1 from Fedora
* Net-SSLeay-1.85-Avoid-SIGPIPE-in-t-local-36_verify.t.patch
* Net-SSLeay-1.85-Move-SSL_ERROR_WANT_READ-SSL_ERROR_WANT_WRITE-retry-.patch
* Net-SSLeay-1.85-Move-SSL_ERROR_WANT_READ-SSL_ERROR_WANT_WRITE-retry-from_write_partial.patch
* Net-SSLeay-1.85-Adapt-to-OpenSSL-1.1.1.patch
* Mon Aug 27 2018 tchvatalAATTsuse.com- Version update to 1.85:
* Removal of many deprecated calls from 1.1.x series
* Mon Aug 27 2018 tchvatalAATTsuse.com- Add dependency over zlib-devel, previously added by openssl devel- Make sure all tests are run
* Mon Aug 21 2017 vcizekAATTsuse.com- Fix license as requested by licensedigger in https://build.opensuse.org/request/show/501145
* Mon Jun 05 2017 vcizekAATTsuse.com- update to the latest upstream version 1.81
* introduces compatibility with openssl 1.1.x- drop net-ssleay-no-ofb.patch (not needed anymore)
* Wed Jun 24 2015 meissnerAATTsuse.com- net-ssleay-no-ofb.patch: disable the OFB cipher, not exported by our openssl 1.0.2 currently.
* Tue Jun 23 2015 zaitorAATTopensuse.org- Update to version 1.69: + Testing with OpenSSL 1.0.2, 1.0.2a. OK. + Completed LibreSSL compatibility. + Improved compatibility with OpenSSL 1.0.2a. + Added the X509_check_
* functions introduced in OpenSSL 1.0.2. + Added support for X509_V_FLAG_TRUSTED_FIRST constant. Patch allows get_keyblock_size to work correctly with OpenSSL 1.0.1 and later versions.
* Tue Apr 07 2015 vcizekAATTsuse.com- fix %description, it was accidently chopped
* Fri Feb 06 2015 cooloAATTsuse.com- updated to 1.68 Fixed a problem on OSX when macports openssl 1.x is installed: headers from macport were found but older OSX openssl libraries were linked, resulting in \"Symbol not found: _EVP_MD_do_all_sorted\". Added notes about runtime error \"no OPENSSL_Applink\", when calling Net::SSLeay::P_PKCS12_load_file. 1.67 2015-01-17 Improvements to inc/Module/Install/PRIVATE/Net/SSLeay.pm to handle the case whe there are muliple OPENSSLs installed. Patch from HBRAND Fixed a documentation error in get_peer_cert_chain, reported by tejas. Fixed a problem with building on Windows that prevented correct OpenSSL directory detection with version 1.0.1j as delivered with Shining Light OpenSSL. Fixed a problem with building on Windows that prevented finding MT or MD versions of SSL libraries. Updated doc in README.Win32 to build with Microsoft Visual Studio 2010 Express. Added Windows crypt32 library to Windows linking as some compilers/platforms seem to require it and it is innocuous otherwise. For Steve Hay. Fixed a failure in t/external/20_cert_chain.t where some platforms do not have HTTPS in /etc/services. Reported and patched by Gisle Aas. Recent 1.0.2 betas have dropped the SSLv3_method function. This patch leaves out the function on newer versions, much the same as the SSLv2 deprecation is handled. Patch from Tom Molesworth. Fix the ALPN test, which was incorrectly failing on OpenSSL due to the LibreSSL check (earlier versions bailed out before that line).Patch from Tom Molesworth. 1.66 2014-08-21 Fixed compile problem with perl prior to 5.8.8, similar to RT#76267. Reported by Graham Knop. Fixed a problem with Socket::IPPROTO_TCP on early perls. After discussions with the community and the original author Sampo Kellomaki, the license conditions have been changed to \"Perl Artisitic License 2.0\". 1.65 2014-07-14 Added note to doc to make it clear that X509_get_subjectAltNames returns a packed binary IP address for type 7 - GEN_IPADD. Improvements to SSL_OCSP_response_verify to compile under non c99 compilers. Requested by MERIJNB. Port to Android, contributed by Brian Fraser. Includes Android specific version of RSA_generate_key. Added LibreSSL support, patch provided by Alexander Bluhm. Thanks! Patch that fixes the support for SSL_set_info_callback and adds SSL_CTX_set_info_callback and SSL_set_state. Support for these functions is necessary to either detect renegotiation or to enforce renegotiation. Contributed by Steffen Ullrich. Thanks! Fixed a problem with SSL_set_state not available on some early OpenSSLs, patched by Steffen Ullrich. Thanks! Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and http_cat(). Removed unnecessary Debian_SPANTS.txt from MANIFEST. Again.
* Thu Feb 05 2015 cooloAATTsuse.com- avoid prompts in terminals