[perl-Net-SSLeay] Update to 1.55

Paul Howarth pghmcfc at fedoraproject.org
Sat Jun 8 22:01:05 UTC 2013


commit 8ed2ca85ed22a8d0e8df9a4cd5b9a28fd9687a29
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jun 8 22:35:20 2013 +0100

    Update to 1.55
    
    - New upstream release 1.55
      - added support for TLSV1_1 and TLSV1_2 methods with SSL_CTX_tlsv1_1_new(),
        SSL_CTX_tlsv1_2_new(), TLSv1_1_method() and TLSv1_2_method(), where
        available in the underlying openssl
      - added CRL support functions X509_CRL_get_ext(), X509_CRL_get_ext_by_NID(),
        X509_CRL_get_ext_count()
      - fixed a problem that could cause content with a value of '0' to be
        incorrectly encoded by do_httpx3 and friends (CPAN RT#85417)
      - added support for SSL_get_tlsa_record_byname() required for DANE support in
        openssl-1.0.2 and later
      - testing with openssl-1.0.2-stable-SNAP-20130521
      - added X509_NAME_new and X509_NAME_hash

 perl-Net-SSLeay.spec |   16 +++++++++++++++-
 sources              |    2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index cc670ee..3a880a7 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,5 +1,5 @@
 Name:		perl-Net-SSLeay
-Version:	1.54
+Version:	1.55
 Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
@@ -92,6 +92,20 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Sat Jun  8 2013 Paul Howarth <paul at city-fan.org> - 1.55-1
+- update to 1.55
+  - added support for TLSV1_1 and TLSV1_2 methods with SSL_CTX_tlsv1_1_new(),
+    SSL_CTX_tlsv1_2_new(), TLSv1_1_method() and TLSv1_2_method(), where
+    available in the underlying openssl
+  - added CRL support functions X509_CRL_get_ext(), X509_CRL_get_ext_by_NID(),
+    X509_CRL_get_ext_count()
+  - fixed a problem that could cause content with a value of '0' to be
+    incorrectly encoded by do_httpx3 and friends (CPAN RT#85417)
+  - added support for SSL_get_tlsa_record_byname() required for DANE support in
+    openssl-1.0.2 and later
+  - testing with openssl-1.0.2-stable-SNAP-20130521
+  - added X509_NAME_new and X509_NAME_hash
+
 * 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
diff --git a/sources b/sources
index d7f0a27..fad0ded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26e758fff1c90cb00e9358fea7e1e22f  Net-SSLeay-1.54.tar.gz
+473b8d66ca69d5784bb0e428721f58e0  Net-SSLeay-1.55.tar.gz


More information about the scm-commits mailing list