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

Paul Howarth pghmcfc at fedoraproject.org
Tue May 14 14:41:53 UTC 2013


commit 2f01417e729dd4212126e84cb04950d6631a3f71
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 14 15:36:29 2013 +0100

    Update to 1.89
    
    - New upstream release 1.89
      - If IO::Socket::IP is used it should be at least version 0.20; otherwise we
        get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932)
      - Spelling corrections

 perl-IO-Socket-SSL.spec |   12 +++++++++---
 sources                 |    2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 3b2419f..0e057cc 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.88
+Version:	1.89
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -24,8 +24,8 @@ BuildRequires:	perl(Socket6)
 BuildRequires:	procps
 # Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
 %if 0%{?fedora} > 15 || 0%{?rhel} > 6
-BuildRequires:	perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95
-Requires:	perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95
+BuildRequires:	perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95
+Requires:	perl(IO::Socket::IP) >= 0.20, perl(Socket) >= 1.95
 %else
 Requires:	perl(IO::Socket::INET6), perl(Socket6)
 %endif
@@ -66,6 +66,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Tue May 14 2013 Paul Howarth <paul at city-fan.org> - 1.89-1
+- Update to 1.89
+  - If IO::Socket::IP is used it should be at least version 0.20; otherwise we
+    get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932)
+  - Spelling corrections
+
 * Thu May  2 2013 Paul Howarth <paul at city-fan.org> - 1.88-1
 - Update to 1.88
   - Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*
diff --git a/sources b/sources
index 025a40d..0e5b248 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83cdb29cba4d5ac892b7edefe2566a42  IO-Socket-SSL-1.88.tar.gz
+282b18874f4266c96e78eb36c6d7e16a  IO-Socket-SSL-1.89.tar.gz



More information about the perl-devel mailing list