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

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 26 09:32:59 UTC 2012


commit 4b03cab2e56be5bc81c96f615074cec5e24b1469
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 26 09:30:31 2012 +0000

    Update to 1.79
    
    - New upstream release 1.79
      - Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
        from sockaddr in _update_peer, because this provides scope too
      - Work around systems that don't define AF_INET6 (CPAN RT#81216)
      - Prepare transition to a more secure default for SSL_verify_mode; the use of
        the current default SSL_VERIFY_NONE will cause a big warning for clients,
        unless SSL_verify_mode was explicitly set inside the application to this
        insecure value (in the near future the default will be SSL_VERIFY_PEER, and
        thus causing verification failures in unchanged applications)

 perl-IO-Socket-SSL.spec |   15 +++++++++++++--
 sources                 |    2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index cf0a371..cd0e586 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,6 +1,6 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.77
-Release:	2%{?dist}
+Version:	1.79
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -65,6 +65,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sun Nov 25 2012 Paul Howarth <paul at city-fan.org> - 1.79-1
+- Update to 1.79
+  - Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
+    from sockaddr in _update_peer, because this provides scope too
+  - Work around systems that don't define AF_INET6 (CPAN RT#81216)
+  - Prepare transition to a more secure default for SSL_verify_mode; the use of
+    the current default SSL_VERIFY_NONE will cause a big warning for clients,
+    unless SSL_verify_mode was explicitly set inside the application to this
+    insecure value (in the near future the default will be SSL_VERIFY_PEER, and
+    thus causing verification failures in unchanged applications)
+
 * Thu Nov 15 2012 Petr Ĺ abata <contyk at redhat.com> - 1.77-2
 - Added some missing build dependencies
 
diff --git a/sources b/sources
index 25af36d..5e79f19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f6fbd004048e21c6034e288a354e181  IO-Socket-SSL-1.77.tar.gz
+a8a68e432e02d58a67c3e99742c07f83  IO-Socket-SSL-1.79.tar.gz



More information about the perl-devel mailing list