Update to 2.021

- New upstream release 2.021
  - Fixes for documentation and typos
  - Update PublicSuffix with latest version from publicsuffix.org
- Update patches as needed
This commit is contained in:
Paul Howarth 2015-12-03 13:55:07 +00:00
parent 1b76ff56a2
commit abe772d8a4
4 changed files with 13 additions and 7 deletions

View File

@ -20,7 +20,7 @@
or croak("invalid SSL_version specified");
--- lib/IO/Socket/SSL.pod
+++ lib/IO/Socket/SSL.pod
@@ -940,11 +940,12 @@ protocol to the specified version.
@@ -942,11 +942,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.

View File

@ -48,7 +48,7 @@
- DES-CBC3-SHA
- RC4-SHA
- ),
- # just to make sure, that we don't accidentely add bad ciphers above
- # just to make sure, that we don't accidentally add bad ciphers above
- "!EXP !LOW !eNULL !aNULL !DES !MD5 !PSK !SRP"
- )
);
@ -56,7 +56,7 @@
# set values inside _init to work with perlcc, RT#95452
--- lib/IO/Socket/SSL.pod
+++ lib/IO/Socket/SSL.pod
@@ -966,12 +966,8 @@ documentation (L<http://www.openssl.org/
@@ -968,12 +968,8 @@ documentation (L<http://www.openssl.org/
for more details.
Unless you fail to contact your peer because of no shared ciphers it is

View File

@ -1,13 +1,13 @@
Name: perl-IO-Socket-SSL
Version: 2.020
Version: 2.021
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.020-use-system-default-cipher-list.patch
Patch1: IO-Socket-SSL-2.020-use-system-default-SSL-version.patch
Patch0: IO-Socket-SSL-2.021-use-system-default-cipher-list.patch
Patch1: IO-Socket-SSL-2.021-use-system-default-SSL-version.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Module Build
@ -115,6 +115,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Thu Dec 3 2015 Paul Howarth <paul@city-fan.org> - 2.021-1
- Update to 2.021
- Fixes for documentation and typos
- Update PublicSuffix with latest version from publicsuffix.org
- Update patches as needed
* Mon Sep 21 2015 Paul Howarth <paul@city-fan.org> - 2.020-1
- Update to 2.020
- Support multiple directories in SSL_ca_path (CPAN RT#106711); directories

View File

@ -1 +1 @@
dc0f5992492786a0bde79d2f8fb00cc1 IO-Socket-SSL-2.020.tar.gz
124394b702ba5ccbbca9b6ee424a8bac IO-Socket-SSL-2.021.tar.gz