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

Paul Howarth pghmcfc at fedoraproject.org
Thu May 30 21:15:16 UTC 2013


commit 9a569c941716cbdffcded992fd750aad3f9fc7de
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu May 30 21:02:19 2013 +0100

    Update to 1.91
    
    - New upstream release 1.91
      - Added IO::Socket::SSL::Utils for easier manipulation of certificates and
        keys
      - Moved SSL interception into IO::Socket::SSL::Intercept and simplified it
        using IO::Socket::SSL::Utils
      - Enhance meta information in Makefile.PL
    - Bump openssl version requirement to 0.9.8a
    - Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)

 perl-IO-Socket-SSL.spec |   20 ++++++++++++++++----
 sources                 |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index e33dd24..e91bcac 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.90
+Version:	1.91
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -8,11 +8,11 @@ URL:		http://search.cpan.org/dist/IO-Socket-SSL/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
-BuildRequires:	openssl >= 0.9.7e
+BuildRequires:	openssl >= 0.9.8a
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Exporter)
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.58
 BuildRequires:	perl(IO::Select)
 BuildRequires:	perl(IO::Socket)
 BuildRequires:	perl(IO::Socket::INET)
@@ -32,7 +32,7 @@ Requires:	perl(IO::Socket::INET6), perl(Socket6)
 %endif
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Net::LibIDN)
-Requires:	openssl >= 0.9.7e
+Requires:	openssl >= 0.9.8a
 
 %description
 This module is a true drop-in replacement for IO::Socket::INET that
@@ -66,8 +66,20 @@ rm -rf %{buildroot}
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
 %{_mandir}/man3/IO::Socket::SSL.3pm*
+%{_mandir}/man3/IO::Socket::SSL::Intercept.3pm*
+%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Thu May 30 2013 Paul Howarth <paul at city-fan.org> - 1.91-1
+- Update to 1.91
+  - Added IO::Socket::SSL::Utils for easier manipulation of certificates and
+    keys
+  - Moved SSL interception into IO::Socket::SSL::Intercept and simplified it
+    using IO::Socket::SSL::Utils
+  - Enhance meta information in Makefile.PL
+- Bump openssl version requirement to 0.9.8a
+- Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)
+
 * Wed May 29 2013 Paul Howarth <paul at city-fan.org> - 1.90-1
 - Update to 1.90
   - Support more digests, especially SHA-2 (CPAN RT#85290)
diff --git a/sources b/sources
index 5c8146d..ac786d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d0a15f5178edbbf84b7a8eef34b9a06  IO-Socket-SSL-1.90.tar.gz
+9975472771eef0070f050e77ea1603fa  IO-Socket-SSL-1.91.tar.gz


More information about the scm-commits mailing list