commit 98862c2737d7acb53219811abd2b985473acdc82 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Thu Dec 6 22:57:42 2012 +0000 Update to 1.81 - New upstream release 1.81 - Deprecated set_ctx_defaults; new name is set_defaults (the old name is still available) - Changed handling of default path for SSL_(ca|cert|key)* keys: if one of these keys is user defined, don't add defaults for the others, i.e. don't mix user settings and defaults - Cleaner handling of module defaults vs. global settings vs. socket specific settings; global and socket specific settings are both provided by the user, while module defaults are not - Make IO::Socket::INET6 and IO::Socket::IP specific tests both run, even if both modules are installed, by faking a failed load of the other module - BR: perl(IO::Socket::INET6) and perl(Socket6) unconditionally perl-IO-Socket-SSL.spec | 19 +++++++++++++++++-- sources | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) --- diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index a4d2da8..2f4f520 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.80 +Version: 1.81 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -15,17 +15,18 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Select) BuildRequires: perl(IO::Socket) BuildRequires: perl(IO::Socket::INET) +BuildRequires: perl(IO::Socket::INET6) BuildRequires: perl(Net::LibIDN) BuildRequires: perl(Net::SSLeay) >= 1.21 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Socket) +BuildRequires: perl(Socket6) BuildRequires: procps # Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6 %if 0%{?fedora} > 15 || 0%{?rhel} > 6 BuildRequires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95 Requires: perl(IO::Socket::IP) >= 0.11, perl(Socket) >= 1.95 %else -BuildRequires: perl(IO::Socket::INET6), perl(Socket6) Requires: perl(IO::Socket::INET6), perl(Socket6) %endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -65,6 +66,20 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Thu Dec 6 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 1.81-1 +- Update to 1.81 + - Deprecated set_ctx_defaults; new name is set_defaults (the old name is + still available) + - Changed handling of default path for SSL_(ca|cert|key)* keys: if one of + these keys is user defined, don't add defaults for the others, i.e. + don't mix user settings and defaults + - Cleaner handling of module defaults vs. global settings vs. socket + specific settings; global and socket specific settings are both provided + by the user, while module defaults are not + - Make IO::Socket::INET6 and IO::Socket::IP specific tests both run, even + if both modules are installed, by faking a failed load of the other module +- BR: perl(IO::Socket::INET6) and perl(Socket6) unconditionally + * Fri Nov 30 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 1.80-1 - Update to 1.80 - Removed some warnings in test (missing SSL_verify_mode => 0), which caused diff --git a/sources b/sources index 777d2b7..c09ca35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf5aeb949c4d403eb380b8f22a6b19bf IO-Socket-SSL-1.80.tar.gz +a29788f8c470778f8701a09134706108 IO-Socket-SSL-1.81.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel