[perl-Net-SSLeay] Update to 1.64

Paul Howarth pghmcfc at fedoraproject.org
Wed Jun 11 15:16:28 UTC 2014


commit 68b146d974084ffef97f616741cba69e24ae5ef5
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jun 11 16:09:11 2014 +0100

    Update to 1.64
    
    - New upstream release 1.64
      - Test ocsp.t now does not fail if HTTP::Tiny is not installed
      - Fixed repository in META.yml
      - Fixed a problem with SSL_get_peer_cert_chain: if the SSL handshake results
        in an anonymous authentication, like ADH-DES-CBC3-SHA, get_peer_cert_chain
        will not return an empty list, but instead return the SSL object
      - Fixed a problem where patch
        https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=3009244d
        caused a failed test in t/local/33_x509_create_cert.t

 Net-SSLeay-1.43-svn414.patch |   26 --------------------------
 perl-Net-SSLeay.spec         |   19 +++++++++++++------
 sources                      |    2 +-
 3 files changed, 14 insertions(+), 33 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 85f31f3..007d8f0 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,12 +1,11 @@
 Name:		perl-Net-SSLeay
-Version:	1.63
-Release:	3%{?dist}
+Version:	1.64
+Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
 License:	OpenSSL
 URL:		http://search.cpan.org/dist/Net-SSLeay/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
-Patch2:		Net-SSLeay-1.43-svn414.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	openssl, openssl-devel
 # =========== Module Build ===========================
@@ -49,9 +48,6 @@ so you can write servers or clients for more complicated applications.
 %prep
 %setup -q -n Net-SSLeay-%{version}
 
-# Fix failing test with openssl-1.0.1h (upstream commit 414, CPAN RT#96256)
-%patch2
-
 # Fix permissions in examples to avoid bogus doc-file dependencies
 chmod -c 644 examples/*
 
@@ -92,6 +88,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Wed Jun 11 2014 Paul Howarth <paul at city-fan.org> - 1.64-1
+- Update to 1.64
+  - Test ocsp.t now does not fail if HTTP::Tiny is not installed
+  - Fixed repository in META.yml
+  - Fixed a problem with SSL_get_peer_cert_chain: if the SSL handshake results
+    in an anonymous authentication, like ADH-DES-CBC3-SHA, get_peer_cert_chain
+    will not return an empty list, but instead return the SSL object
+  - Fixed a problem where patch
+    https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=3009244d
+    caused a failed test in t/local/33_x509_create_cert.t
+
 * Sun Jun  8 2014 Paul Howarth <paul at city-fan.org> - 1.63-3
 - Fix failing test with openssl-1.0.1h (upstream commit 414, CPAN RT#96256)
 
diff --git a/sources b/sources
index c373168..189f19c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b95548e1ed415f8aeed0e004fa68226  Net-SSLeay-1.63.tar.gz
+bfcdc804eb98a6595bfc52930a6e2bab  Net-SSLeay-1.64.tar.gz


More information about the scm-commits mailing list