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

Paul Howarth pghmcfc at fedoraproject.org
Fri May 27 15:16:43 UTC 2011


commit 13f80c7e7492580172d2f62818f664a5160ad05c
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri May 27 16:15:32 2011 +0100

    Update to 1.44
    
    - New upstream release 1.44:
      - Fix invalid call to inet_pton in verify_hostname_of_cert when identity
        should be verified as ipv6 address because it contains a colon

 perl-IO-Socket-SSL.spec |    7 ++++++-
 sources                 |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 8349c9f..eddf260 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,7 +4,7 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.43
+Version:	1.44
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -59,6 +59,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Fri May 27 2011 Paul Howarth <paul at city-fan.org> - 1.44-1
+- Update to 1.44
+  - fix invalid call to inet_pton in verify_hostname_of_cert when identity
+    should be verified as ipv6 address because it contains a colon
+
 * 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
diff --git a/sources b/sources
index dfaa0bf..005f584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d70781bee15e0e74a60d95628248f03e  IO-Socket-SSL-1.43.tar.gz
+c9d23d3398f7c0dfce0a1cf6d21e86c7  IO-Socket-SSL-1.44.tar.gz



More information about the perl-devel mailing list