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

Paul Howarth pghmcfc at fedoraproject.org
Tue Apr 8 13:19:19 UTC 2014


commit 515e50a494133ce3ffebef6148ae8b95dd51c1a2
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Apr 8 13:59:10 2014 +0100

    Update to 1.981
    
    - New upstream release 1.981
      - Fix ecdhe test for openssl 1.0.1d (CPAN RT#95432)
      - Fix detection of openssl 1.0.1d (detected 1.0.1e instead)
      - New function can_ecdh in IO::Socket::SSL

 IO-Socket-SSL-1.980-ecdhe-test.patch      |   15 ---------------
 IO-Socket-SSL-1.980-openssl-version.patch |   22 ----------------------
 perl-IO-Socket-SSL.spec                   |   17 ++++++++---------
 sources                                   |    2 +-
 4 files changed, 9 insertions(+), 47 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 5c00187..67d6189 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,13 +1,11 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.980
+Version:	1.981
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/IO-Socket-SSL/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
-Patch0:		IO-Socket-SSL-1.980-ecdhe-test.patch
-Patch1:		IO-Socket-SSL-1.980-openssl-version.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	openssl >= 0.9.8
@@ -60,11 +58,6 @@ mod_perl.
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
 
-# Skip ecdhe test on OpenSSL 1.0.1d 64-bit
-# http://rt.openssl.org/Ticket/Display.html?id=2975
-%patch0
-%patch1
-
 %build
 echo n | perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -90,11 +83,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Tue Apr  8 2014 Paul Howarth <paul at city-fan.org> - 1.981-1
+- Update to 1.981
+  - Fix ecdhe test for openssl 1.0.1d (CPAN RT#95432)
+  - Fix detection of openssl 1.0.1d (detected 1.0.1e instead)
+  - New function can_ecdh in IO::Socket::SSL
+
 * Tue Apr  8 2014 Paul Howarth <paul at city-fan.org> - 1.980-1
 - Update to 1.980
   - Disable elliptic curve support for openssl 1.0.1d on 64-bit
     (http://rt.openssl.org/Ticket/Display.html?id=2975)
-  - Fix fingerprint calculation
+  - Fix certificate fingerprint calculation
 - Add patch to skip elliptic curve test for openssl 1.0.1d on 64-bit
 - Add patch to fix openssl version test
 
diff --git a/sources b/sources
index 3ededfd..1ccef25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b654dc92798b9488e4717da1991dab9  IO-Socket-SSL-1.980.tar.gz
+fcc8b12caf85e757a299534b799d6af1  IO-Socket-SSL-1.981.tar.gz


More information about the scm-commits mailing list