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

Paul Howarth pghmcfc at fedoraproject.org
Wed May 11 10:10:14 UTC 2011


commit 33f897d5a3bf291c506cf27de9f6b590601a05e5
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed May 11 11:04:32 2011 +0100

    Update to 1.43
    
    - New upstream release 1.43:
      - Add SSL_create_ctx_callback to have a way to adjust context on creation
        (CPAN RT#67799)
      - Describe problem of fake memory leak because of big session cache and how
        to fix it (CPAN RT#68073)
      - Fix t/nonblock.t
      - Stability improvements for t/inet6.t

 .gitignore              |    2 +-
 perl-IO-Socket-SSL.spec |   11 ++++++++++-
 sources                 |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08cb08e..0524c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Socket-SSL-1.41.tar.gz
+/IO-Socket-SSL-[0-9.]*.tar.gz
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 1cafa3f..8349c9f 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,7 +4,7 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.41
+Version:	1.43
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -59,6 +59,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Wed May 11 2011 Paul Howarth <paul at city-fan.org> - 1.43-1
+- Update to 1.43
+  - add SSL_create_ctx_callback to have a way to adjust context on creation
+    (CPAN RT#67799)
+  - describe problem of fake memory leak because of big session cache and how
+    to fix it (CPAN RT#68073)
+  - fix t/nonblock.t
+  - stability improvements for t/inet6.t
+
 * 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
diff --git a/sources b/sources
index 9581084..dfaa0bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0d64780820ab20fe61abb45ac82eff2  IO-Socket-SSL-1.41.tar.gz
+d70781bee15e0e74a60d95628248f03e  IO-Socket-SSL-1.43.tar.gz



More information about the perl-devel mailing list