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

Paul Howarth pghmcfc at fedoraproject.org
Sat May 10 22:23:01 UTC 2014


commit cf47cd0114a46ea7ebafdc93453fa8d6212c2955
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat May 10 23:07:40 2014 +0100

    Update to 1.984
    
    - New upstream release 1.984
      - Added OCSP support:
        - Needs Net::SSLeay ≥ 1.59
        - For usage see documentation of IO::Socket::SSL (examples and anything
          with OCSP in the name)
      - New tool util/analyze-ssl.pl, which is intended to help in debugging of SSL
        problems and to get information about capabilities of server; it works also
        as an example of how to use various features (like OCSP, SNI...)
      - Fix peer_certificates (returns leaf certificate only once on client side)
      - Added timeout for stop_SSL (either with Timeout or with the default timeout
        for IO::Socket)
      - Fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local
        time is not GMT; use Net::SSLeay::ASN1_TIME_timet if available
      - Fix t/external/usable_ca.t for system with junk in CA files

 perl-IO-Socket-SSL.spec |   18 +++++++++++++++++-
 sources                 |    2 +-
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 61f9921..4b007c1 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.983
+Version:	1.984
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -83,6 +83,22 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Sat May 10 2014 Paul Howarth <paul at city-fan.org> - 1.984-1
+- Update to 1.984
+  - Added OCSP support:
+    - Needs Net::SSLeay ≥ 1.59
+    - For usage see documentation of IO::Socket::SSL (examples and anything
+      with OCSP in the name)
+  - New tool util/analyze-ssl.pl, which is intended to help in debugging of SSL
+    problems and to get information about capabilities of server; it works also
+    as an example of how to use various features (like OCSP, SNI...)
+  - Fix peer_certificates (returns leaf certificate only once on client side)
+  - Added timeout for stop_SSL (either with Timeout or with the default timeout
+    for IO::Socket)
+  - Fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local
+    time is not GMT; use Net::SSLeay::ASN1_TIME_timet if available
+  - Fix t/external/usable_ca.t for system with junk in CA files
+
 * Sun May  4 2014 Paul Howarth <paul at city-fan.org> - 1.983-1
 - Update to 1.983
   - Fix public suffix handling: ajax.googleapis.com should be ok even if
diff --git a/sources b/sources
index 3b341c3..9b1349b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b4fd446efb65010574f2f45a04261ec  IO-Socket-SSL-1.983.tar.gz
+d2a2554c9394fb774d37ed7e14a8d172  IO-Socket-SSL-1.984.tar.gz


More information about the scm-commits mailing list