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

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 25 09:12:09 UTC 2013


commit ed46e28bc45c2cb8b7b48ab36db858da9829a194
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 25 10:07:55 2013 +0100

    Update to 1.87
    
    - New upstream release 1.87
      - Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
        not readable (CPAN RT#84829)
      - Fix use of SSL_key|SSL_file objects instead of files, broken with 1.83

 perl-IO-Socket-SSL.spec |    8 +++++++-
 sources                 |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index f11a4b2..1f6772a 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.86
+Version:	1.87
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -66,6 +66,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Wed Apr 24 2013 Paul Howarth <paul at city-fan.org> - 1.87-1
+- Update to 1.87
+  - Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
+    not readable (CPAN RT#84829)
+  - Fix use of SSL_key|SSL_file objects instead of files, broken with 1.83
+
 * Wed Apr 17 2013 Paul Howarth <paul at city-fan.org> - 1.86-1
 - Update to 1.86
   - Don't warn about SSL_verify_mode when re-using an existing SSL context
diff --git a/sources b/sources
index 7a1c234..55ed301 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e8b9b12535a5889c05a07ebca7bb0a4  IO-Socket-SSL-1.86.tar.gz
+1822bef6c40823321aa87912eaf8cf72  IO-Socket-SSL-1.87.tar.gz


More information about the scm-commits mailing list