[perl-Net-SSLeay] Update to 1.54

Paul Howarth pghmcfc at fedoraproject.org
Sat Mar 23 19:07:50 UTC 2013


commit d4bac335e956b4bd184594a769d1e5f522bbfe0c
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Mar 23 19:06:37 2013 +0000

    Update to 1.54
    
    - New upstream release 1.54
      - added support for SSL_export_keying_material where present (i.e. in OpenSSL
        1.0.1 and later)
      - changed t/handle/external/50_external.t to use www.airspayce.com instead of
        perldition.org, who no longer have an https server
      - patch to fix a crash: P_X509_get_crl_distribution_points on an X509
        certificate with values in the CDP extension that do not have an ia5 string
        would cause a segmentation fault when accessed
      - change in t/local/32_x509_get_cert_info.t to not use
        Net::SSLeay::ASN1_INTEGER_get, since it works differently on 32 and 64 bit
        platforms
      - updated author and distribution location details to airspayce.com
      - improvement to test 07_sslecho.t so that if set_cert_and_key fails we can
        tell why

 perl-Net-SSLeay.spec |   22 +++++++++++++++++++---
 sources              |    2 +-
 2 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index f1d959c..cc670ee 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,6 +1,6 @@
 Name:		perl-Net-SSLeay
-Version:	1.52
-Release:	2%{?dist}
+Version:	1.54
+Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
 License:	OpenSSL
@@ -92,8 +92,24 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Sat Mar 23 2013 Paul Howarth <paul at city-fan.org> - 1.54-1
+- update to 1.54
+  - added support for SSL_export_keying_material where present (i.e. in OpenSSL
+    1.0.1 and later)
+  - changed t/handle/external/50_external.t to use www.airspayce.com instead of
+    perldition.org, who no longer have an https server
+  - patch to fix a crash: P_X509_get_crl_distribution_points on an X509
+    certificate with values in the CDP extension that do not have an ia5 string
+    would cause a segmentation fault when accessed
+  - change in t/local/32_x509_get_cert_info.t to not use
+    Net::SSLeay::ASN1_INTEGER_get, since it works differently on 32 and 64 bit
+    platforms
+  - updated author and distribution location details to airspayce.com
+  - improvement to test 07_sslecho.t so that if set_cert_and_key fails we can
+    tell why
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.52-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Wed Jan  9 2013 Paul Howarth <paul at city-fan.org> - 1.52-1
 - update to 1.52
diff --git a/sources b/sources
index 7d7915c..d7f0a27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b885d173d5733b103355658aa4b3c60d  Net-SSLeay-1.52.tar.gz
+26e758fff1c90cb00e9358fea7e1e22f  Net-SSLeay-1.54.tar.gz


More information about the scm-commits mailing list