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

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 7 09:40:48 UTC 2012


commit 126ee08d7b1edd5204bdd98fa50e7c42775686a2
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 7 10:39:51 2012 +0100

    Update to 1.64
    
    - New upstream release 1.64
      - Ignore die from within eval to make tests more stable on Win32
        (CPAN RT#76147)
      - Clarify some behavior regarding hostname verfication
    - Drop patch for t/dhe.t, no longer needed

 IO-Socket-SSL-1.58-dhe.patch |   16 ----------------
 perl-IO-Socket-SSL.spec      |   15 ++++++++-------
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 24 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 1e5d660..06d7d93 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,12 +1,11 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.62
+Version:	1.64
 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.58-dhe.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(Carp)
@@ -33,11 +32,6 @@ mod_perl.
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
 
-# Need to drop back the OPENSSL_VERSION_NUMBER value in the dhe.t workaround
-# because OPENSSL_VERSION_NUMBER is patched in Fedora to look like 1.0.0 beta3
-# even though it's 1.0.1 beta2, which breaks the workaround
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -60,6 +54,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Apr  7 2012 Paul Howarth <paul at city-fan.org> - 1.64-1
+- Update to 1.64
+  - ignore die from within eval to make tests more stable on Win32
+    (CPAN RT#76147)
+  - clarify some behavior regarding hostname verfication
+- Drop patch for t/dhe.t, no longer needed
+
 * Wed Mar 28 2012 Paul Howarth <paul at city-fan.org> - 1.62-1
 - Update to 1.62
   - small fix to last version
diff --git a/sources b/sources
index cf10cf3..c134b78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0faa586626cd67270e9a7e7410175b4  IO-Socket-SSL-1.62.tar.gz
+1759c2195631fd59429761a3b512e931  IO-Socket-SSL-1.64.tar.gz


More information about the scm-commits mailing list