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

Paul Howarth pghmcfc at fedoraproject.org
Tue Mar 20 22:32:20 UTC 2012


commit 8d029778dfb524aba9597e1b28254af21b35b7f0
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Mar 20 22:24:42 2012 +0000

    Update to 1.60
    
    - New upstream release 1.60
      - Don't make blocking readline if socket was set nonblocking, but return as
        soon no more data are available (CPAN RT#75910)
      - Fix BUG section about threading so that it shows package as thread safe
        as long as Net::SSLeay ≥ 1.43 is used (CPAN RT#75749)
    - BR: perl(constant), perl(Exporter) and perl(IO::Socket)

 perl-IO-Socket-SSL.spec |   13 ++++++++++++-
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 24f6db1..2f13661 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.59
+Version:	1.60
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -10,7 +10,10 @@ Patch0:		IO-Socket-SSL-1.58-dhe.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(Carp)
+BuildRequires:	perl(constant)
+BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(IO::Socket)
 BuildRequires:	perl(IO::Socket::INET6)
 BuildRequires:	perl(Net::LibIDN)
 BuildRequires:	perl(Net::SSLeay) >= 1.21
@@ -57,6 +60,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Tue Mar 20 2012 Paul Howarth <paul at city-fan.org> - 1.60-1
+- Update to 1.60
+  - don't make blocking readline if socket was set nonblocking, but return as
+    soon no more data are available (CPAN RT#75910)
+  - fix BUG section about threading so that it shows package as thread safe
+    as long as Net::SSLeay ≥ 1.43 is used (CPAN RT#75749)
+- BR: perl(constant), perl(Exporter) and perl(IO::Socket)
+
 * Thu Mar  8 2012 Paul Howarth <paul at city-fan.org> - 1.59-1
 - Update to 1.59
   - if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
diff --git a/sources b/sources
index e6d9f70..ee0e509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2da0994ed9b23fc3c33175372494e2b1  IO-Socket-SSL-1.59.tar.gz
+46d8933dcca9ef58c87c7eb3cd2cd214  IO-Socket-SSL-1.60.tar.gz


More information about the scm-commits mailing list