[perl-IO-Socket-SSL] Update to 1.997

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 14 14:52:27 UTC 2014


commit bd0d612e4ef552a31c157896687d2a506980f7f6
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jul 14 15:45:33 2014 +0100

    Update to 1.997
    
    - New upstream release 1.997
      - Fix initialization and creation of OpenSSL-internals for perlcc
        compatibility (CPAN RT#95452)
      - Add refresh option for peer_certificate, so that it checks if the
        certificate changed in the mean time (on renegotiation)
      - Fix fingerprint checking - now applies only to top-most certificate
      - IO::Socket::SSL::Utils - accept extensions within CERT_create
      - Various documentation fixes

 perl-IO-Socket-SSL.spec |   12 +++++++++++-
 sources                 |    2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 133b19e..fceeb0b 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.994
+Version:	1.997
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -90,6 +90,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Mon Jul 14 2014 Paul Howarth <paul at city-fan.org> - 1.997-1
+- Update to 1.997
+  - Fix initialization and creation of OpenSSL-internals for perlcc
+    compatibility (CPAN RT#95452)
+  - Add refresh option for peer_certificate, so that it checks if the
+    certificate changed in the mean time (on renegotiation)
+  - Fix fingerprint checking - now applies only to top-most certificate
+  - IO::Socket::SSL::Utils - accept extensions within CERT_create
+  - Various documentation fixes
+
 * Mon Jun 23 2014 Paul Howarth <paul at city-fan.org> - 1.994-1
 - Update to 1.994
   - IO::Socket::SSL can now be used as dual-use socket, e.g. start plain,
diff --git a/sources b/sources
index 172d4d5..a35d649 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59882b27a07b4600df48ab7ec3e6b1a8  IO-Socket-SSL-1.994.tar.gz
+2a6268bb42da81e69d1c1feb2fcb0eea  IO-Socket-SSL-1.997.tar.gz


More information about the scm-commits mailing list