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

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 15 11:58:03 UTC 2015


commit 98379599a547f1feae3e1f4fa9be1e54aabf7588
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 15 11:52:44 2015 +0000

    Update to 2.010
    
    - New upstream release 2.010
      - New options SSL_client_ca_file and SSL_client_ca to let the server send the
        list of acceptable CAs for the client certificate
      - t/protocol_version.t - fix in case SSLv3 is not supported in Net::SSLeay
        (CPAN RT#101485)

 ...-SSL-2.010-use-system-default-SSL-version.patch |    2 +-
 ...-SSL-2.010-use-system-default-cipher-list.patch |    2 +-
 perl-IO-Socket-SSL.spec                            |   13 ++++++++++---
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/IO-Socket-SSL-2.009-use-system-default-SSL-version.patch b/IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
similarity index 96%
rename from IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
rename to IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
index caf5328..04fea61 100644
--- a/IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
+++ b/IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
@@ -20,7 +20,7 @@
  	or croak("invalid SSL_version specified");
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -911,11 +911,12 @@ protocol to the specified version.
+@@ -918,11 +918,12 @@ protocol to the specified version.
  All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
  also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
  recent versions of Net::SSLeay and openssl.
diff --git a/IO-Socket-SSL-2.009-use-system-default-cipher-list.patch b/IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
similarity index 97%
rename from IO-Socket-SSL-2.009-use-system-default-cipher-list.patch
rename to IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
index 4ec32c1..3f11860 100644
--- a/IO-Socket-SSL-2.009-use-system-default-cipher-list.patch
+++ b/IO-Socket-SSL-2.010-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
-@@ -937,12 +937,8 @@ documentation (L<http://www.openssl.org/
+@@ -944,12 +944,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 8c48598..6bb9c47 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,13 +1,13 @@
 Name:		perl-IO-Socket-SSL
-Version:	2.009
+Version:	2.010
 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-2.009-use-system-default-cipher-list.patch
-Patch1:		IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
+Patch0:		IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
+Patch1:		IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Module Build
@@ -112,6 +112,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Thu Jan 15 2015 Paul Howarth <paul at city-fan.org> - 2.010-1
+- Update to 2.010
+  - New options SSL_client_ca_file and SSL_client_ca to let the server send the
+    list of acceptable CAs for the client certificate
+  - t/protocol_version.t - fix in case SSLv3 is not supported in Net::SSLeay
+    (CPAN RT#101485)
+
 * Mon Jan 12 2015 Paul Howarth <paul at city-fan.org> - 2.009-1
 - Update to 2.009
   - Remove util/analyze.pl; this tool is now together with other SSL tools at
diff --git a/sources b/sources
index 4efcb2e..7ea8d45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15be23e33f8183cb424254ea6a7b3bc0  IO-Socket-SSL-2.009.tar.gz
+69cad2edebf89c6c295fe8778a4f9906  IO-Socket-SSL-2.010.tar.gz


More information about the scm-commits mailing list