commit 4c8c768b6e51518a8cd906416df326ba178071cb
Author: Paul Howarth <p...@city-fan.org>
Date:   Fri Oct 10 14:48:05 2014 +0100

    Update to 1.999
    
    - New upstream release 1.999
      - Make sure we don't use version 0.30 of IO::Socket::IP
      - Make sure that PeerHost is checked in all places where PeerAddr is 
checked,
        because these are synonyms and IO::Socket::IP prefers PeerHost while 
others
        prefer PeerAddr; also accept PeerService additionally to PeerPort
        (https://github.com/noxxi/p5-io-socket-ssl/issues/16)
      - Add ability to use client certificates and to overwrite hostname with
        util/analyze-ssl.pl

 ...-SSL-1.999-use-system-default-SSL-version.patch |    4 ++--
 ...-SSL-1.999-use-system-default-cipher-list.patch |    2 +-
 perl-IO-Socket-SSL.spec                            |   16 +++++++++++++---
 sources                                            |    2 +-
 4 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/IO-Socket-SSL-1.998-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
similarity index 93%
rename from IO-Socket-SSL-1.998-use-system-default-SSL-version.patch
rename to IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
index 695af45..5178854 100644
--- a/IO-Socket-SSL-1.998-use-system-default-SSL-version.patch
+++ b/IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
@@ -9,7 +9,7 @@
      SSL_verify_callback => undef,
      SSL_verifycn_scheme => undef,  # fallback cn verification
      SSL_verifycn_publicsuffix => undef,  # fallback default list verification
-@@ -2045,7 +2045,7 @@ WARN
+@@ -2054,7 +2054,7 @@ WARN
  
      my $ssl_op = Net::SSLeay::OP_ALL();
  
@@ -20,7 +20,7 @@
        or croak("invalid SSL_version specified");
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -910,7 +910,8 @@ recent versions of Net::SSLeay and opens
+@@ -912,7 +912,8 @@ recent versions of Net::SSLeay and opens
  
  You can limit to set of supported protocols by adding !version separated by 
':'.
  
diff --git a/IO-Socket-SSL-1.997-use-system-default-cipher-list.patch 
b/IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
similarity index 97%
rename from IO-Socket-SSL-1.997-use-system-default-cipher-list.patch
rename to IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
index d565729..d78b7ea 100644
--- a/IO-Socket-SSL-1.997-use-system-default-cipher-list.patch
+++ b/IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
@@ -56,7 +56,7 @@
  # set values inside _init to work with perlcc, RT#95452
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -929,12 +929,8 @@ documentation (L<http://www.openssl.org/
+@@ -931,12 +931,8 @@ documentation (L<http://www.openssl.org/
  for more details.
  
  Unless you fail to contact your peer because of no shared ciphers it is
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index aea6bda..eed0e4b 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,13 +1,13 @@
 Name:          perl-IO-Socket-SSL
-Version:       1.998
+Version:       1.999
 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.997-use-system-default-cipher-list.patch
-Patch1:                IO-Socket-SSL-1.998-use-system-default-SSL-version.patch
+Patch0:                IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
+Patch1:                IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 BuildRequires: openssl >= 0.9.8
@@ -100,6 +100,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Fri Oct 10 2014 Paul Howarth <p...@city-fan.org> - 1.999-1
+- Update to 1.999
+  - Make sure we don't use version 0.30 of IO::Socket::IP
+  - Make sure that PeerHost is checked in all places where PeerAddr is checked,
+    because these are synonyms and IO::Socket::IP prefers PeerHost while others
+    prefer PeerAddr; also accept PeerService additionally to PeerPort
+    (https://github.com/noxxi/p5-io-socket-ssl/issues/16)
+  - Add ability to use client certificates and to overwrite hostname with
+    util/analyze-ssl.pl
+
 * Mon Sep 22 2014 Paul Howarth <p...@city-fan.org> - 1.998-1
 - Update to 1.998
   - Make client authentication work at the server side when SNI is in by use
diff --git a/sources b/sources
index b0270bd..4c5b6e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00e23adb0bd80f4fa9c4336109e4f9db  IO-Socket-SSL-1.998.tar.gz
+4f59cb143df2cf2664c83f3360febafb  IO-Socket-SSL-1.999.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to