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

Paul Howarth pghmcfc at fedoraproject.org
Fri May 31 12:37:27 UTC 2013


commit 3ed72db8d26050fe3a765844432bf981fcc9b11e
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri May 31 13:33:10 2013 +0100

    Update to 1.93
    
    - New upstream release 1.93
      - Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6
        years ago; remove code to work around older releases
      - Changed AUTHOR in Makefile.PL from array back to string, because the array
        feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739)
    - Set openssl version requirement to 0.9.8
    - Drop ExtUtils::MakeMaker version requirement back to 6.46

 perl-IO-Socket-SSL.spec |   17 +++++++++++++----
 sources                 |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 9d677ae..420cf69 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.92
+Version:	1.93
 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.8a
+BuildRequires:	openssl >= 0.9.8
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Exporter)
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.58
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.46
 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.8a
+Requires:	openssl >= 0.9.8
 
 %description
 This module is a true drop-in replacement for IO::Socket::INET that
@@ -70,6 +70,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Fri May 31 2013 Paul Howarth <paul at city-fan.org> - 1.93-1
+- Update to 1.93
+  - Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6
+    years ago; remove code to work around older releases
+  - Changed AUTHOR in Makefile.PL from array back to string, because the array
+    feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739)
+- Set openssl version requirement to 0.9.8
+- Drop ExtUtils::MakeMaker version requirement back to 6.46
+
 * Thu May 30 2013 Paul Howarth <paul at city-fan.org> - 1.92-1
 - Update to 1.92
   - Intercept: use sha1-fingerprint of original cert for id into cache unless
diff --git a/sources b/sources
index 443f412..0be6f36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d653aa674face0905d6fb1971bd31453  IO-Socket-SSL-1.92.tar.gz
+19ce0c62b3521fe9e4560255fe2943f1  IO-Socket-SSL-1.93.tar.gz


More information about the scm-commits mailing list