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

Paul Howarth pghmcfc at fedoraproject.org
Sun Apr 6 11:30:34 UTC 2014


commit 29268953855bcbacb55801fc9bee227d10b5ee17
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Apr 6 12:26:08 2014 +0100

    Update to 1.979
    
    - New upstream release 1.979
      - Hostname checking:
        - Configuration of 'leftmost' is renamed to 'full_label', but the old
          version is kept for compatibility reasons
        - Documentation of predefined schemes fixed to match reality

 f00f9c221fd7d92b715434b7d96b26b644c8398f.patch |   69 ------------------------
 perl-IO-Socket-SSL.spec                        |   13 +++--
 sources                                        |    2 +-
 3 files changed, 9 insertions(+), 75 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index b96e337..88148c7 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,12 +1,11 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.978
+Version:	1.979
 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:		https://github.com/noxxi/p5-io-socket-ssl/commit/f00f9c221fd7d92b715434b7d96b26b644c8398f.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	openssl >= 0.9.8
@@ -59,9 +58,6 @@ mod_perl.
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
 
-# Fix from upstream git to support building with Test::More < 0.88
-%patch0 -p1
-
 %build
 echo n | perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -87,6 +83,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Sun Apr  6 2014 Paul Howarth <paul at city-fan.org> - 1.979-1
+- Update to 1.979
+  - Hostname checking:
+    - Configuration of 'leftmost' is renamed to 'full_label', but the old
+      version is kept for compatibility reasons
+    - Documentation of predefined schemes fixed to match reality
+
 * Fri Apr  4 2014 Paul Howarth <paul at city-fan.org> - 1.978-1
 - Update to 1.978
   - Added public prefix checking to verification of wildcard certificates, e.g.
diff --git a/sources b/sources
index 1ee3f3d..2415842 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72b0efa2b1a7777dde5ca88a069caf7e  IO-Socket-SSL-1.978.tar.gz
+3c2f1c40425b23867d6cf7c255dcc916  IO-Socket-SSL-1.979.tar.gz



More information about the perl-devel mailing list