[perl-Net-SSLeay] Update to 1.65

Paul Howarth pghmcfc at fedoraproject.org
Tue Jul 15 11:21:16 UTC 2014


commit 96e67fa1ce6bf69c11c2e87b0e0cc64d6a7851f3
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jul 15 12:05:44 2014 +0100

    Update to 1.65
    
    - New upstream release 1.65
      - Added note to docs 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
      - Port to Android, includes Android-specific version of RSA_generate_key
      - Added LibreSSL support
      - 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
      - Fixed a problem with SSL_set_state not available on some early OpenSSLs
      - Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and
        http_cat()
      - Removed unnecessary Debian_CPANTS.txt from MANIFEST - again

 perl-Net-SSLeay.spec |   17 ++++++++++++++++-
 sources              |    2 +-
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 007d8f0..2f91acd 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,5 +1,5 @@
 Name:		perl-Net-SSLeay
-Version:	1.64
+Version:	1.65
 Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
@@ -88,6 +88,21 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Tue Jul 15 2014 Paul Howarth <paul at city-fan.org> - 1.65-1
+- Update to 1.65
+  - Added note to docs 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
+  - Port to Android, includes Android-specific version of RSA_generate_key
+  - Added LibreSSL support
+  - 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
+  - Fixed a problem with SSL_set_state not available on some early OpenSSLs
+  - Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and
+    http_cat()
+  - Removed unnecessary Debian_CPANTS.txt from MANIFEST - again
+
 * Wed Jun 11 2014 Paul Howarth <paul at city-fan.org> - 1.64-1
 - Update to 1.64
   - Test ocsp.t now does not fail if HTTP::Tiny is not installed
diff --git a/sources b/sources
index 189f19c..d97862f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfcdc804eb98a6595bfc52930a6e2bab  Net-SSLeay-1.64.tar.gz
+19600c036e9e0bbfbf9157f083e40755  Net-SSLeay-1.65.tar.gz


More information about the scm-commits mailing list