[perl-Net-SSLeay] Update to 1.50

Paul Howarth pghmcfc at fedoraproject.org
Thu Dec 13 12:19:04 UTC 2012


commit 690893433ee9d6acb7f689c3810deb88f4413237
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Dec 13 12:16:05 2012 +0000

    Update to 1.50
    
    - New upstream release 1.50
      - fixed a problem where t/handle/external/50_external.t would crash if any of
        the test sites were not contactable
      - now builds on VMS, added README.VMS
      - fixed a few compiler warnings in SSLeay.xs; most of them are just
        signed/unsigned pointer mismatches but there is one that actually fixes
        returning what would be an arbitrary value off the stack from
        get_my_thread_id if it happened to be called in a non-threaded build
      - added SSL_set_tlsext_host_name, SSL_get_servername, SSL_get_servername_type,
        SSL_CTX_set_tlsext_servername_callback for server side Server Name
        Indication (SNI) support
      - fixed a problem with C++ comments preventing builds on AIX and HPUX
      - perdition.org not available for tests, changed to www.open.com.au
      - added SSL_FIPS_mode_set
      - improvements to test suite so it succeeds with and without FIPS mode
        enabled
      - added documentation, warning not to pass UTF-8 data in the content
        argument to post_https

 perl-Net-SSLeay.spec |   22 +++++++++++++++++++++-
 sources              |    2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 430e363..7fa23ac 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,5 +1,5 @@
 Name:		perl-Net-SSLeay
-Version:	1.49
+Version:	1.50
 Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
@@ -92,6 +92,26 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Thu Dec 13 2012 Paul Howarth <paul at city-fan.org> - 1.50-1
+- update to 1.50
+  - fixed a problem where t/handle/external/50_external.t would crash if any of
+    the test sites were not contactable
+  - now builds on VMS, added README.VMS
+  - fixed a few compiler warnings in SSLeay.xs; most of them are just
+    signed/unsigned pointer mismatches but there is one that actually fixes
+    returning what would be an arbitrary value off the stack from
+    get_my_thread_id if it happened to be called in a non-threaded build
+  - added SSL_set_tlsext_host_name, SSL_get_servername, SSL_get_servername_type,
+    SSL_CTX_set_tlsext_servername_callback for server side Server Name
+    Indication (SNI) support
+  - fixed a problem with C++ comments preventing builds on AIX and HPUX
+  - perdition.org not available for tests, changed to www.open.com.au
+  - added SSL_FIPS_mode_set
+  - improvements to test suite so it succeeds with and without FIPS mode
+    enabled
+  - added documentation, warning not to pass UTF-8 data in the content
+    argument to post_https
+
 * Tue Sep 25 2012 Paul Howarth <paul at city-fan.org> - 1.49-1
 - update to 1.49
   - fixed problem where on some platforms test t/local/07_tcpecho.t would bail
diff --git a/sources b/sources
index b250aef..f337302 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e05acd6773ff5e94c5a1dcd7c0ec4a7  Net-SSLeay-1.49.tar.gz
+5e239c5aae70dece79fcd6a4307fc53e  Net-SSLeay-1.50.tar.gz


More information about the scm-commits mailing list