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

Paul Howarth pghmcfc at fedoraproject.org
Tue May 10 12:13:31 UTC 2011


commit 546e8d9068d76c33539d0737cb80033f30da9dcd
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 10 13:07:39 2011 +0100

     Update to 1.41
    
    - New upstream release 1.41:
      - Fix issue in stop_SSL where it did not issue a shutdown of the SSL
        connection if it first received the shutdown from the other side
      - Try to make t/nonblock.t more reliable, at least report the real cause of
        SSL connection errors
    - No longer need to re-code docs to UTF-8

 .gitignore              |    2 +-
 perl-IO-Socket-SSL.spec |   13 +++++++++----
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 357c4e8..08cb08e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Socket-SSL-1.40.tar.gz
+/IO-Socket-SSL-1.41.tar.gz
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 74b3332..1cafa3f 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,7 +4,7 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.40
+Version:	1.41
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -30,9 +30,6 @@ mod_perl.
 
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
-for f in README SSL.pm; do
-	iconv -f iso-8859-1 -t utf-8 -o $f{.utf8,}; mv $f{.utf8,}
-done
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +59,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Tue May 10 2011 Paul Howarth <paul at city-fan.org> - 1.41-1
+- Update to 1.41
+  - fix issue in stop_SSL where it did not issue a shutdown of the SSL
+    connection if it first received the shutdown from the other side
+  - try to make t/nonblock.t more reliable, at least report the real cause of
+    SSL connection errors
+- No longer need to re-code docs to UTF-8
+
 * Mon May  2 2011 Paul Howarth <paul at city-fan.org> - 1.40-1
 - Update to 1.40
   - fix in example/async_https_server
diff --git a/sources b/sources
index d06cec7..9581084 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af83e5968b892e857b4333c4309b503d  IO-Socket-SSL-1.40.tar.gz
+a0d64780820ab20fe61abb45ac82eff2  IO-Socket-SSL-1.41.tar.gz



More information about the perl-devel mailing list