commit 6f7e6bccfa56c917e41fe1494f6a84ec3211314f Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat Feb 16 10:31:38 2013 +0000 Update to 1.84 - New upstream release 1.84 - Disabled client side SNI for openssl version < 1.0.0 because of CPAN RT#83289 - Added functions can_client_sni, can_server_sni and can_npn to check availability of SNI and NPN features - Added more documentation for SNI and NPN perl-IO-Socket-SSL.spec | 22 +++++++++++++--------- sources | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) --- diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index c678134..1e9731a 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,15 +1,11 @@ -# Don't want to break rpm upgrade path if/when upstream reverts to two -# digits after the decimal point for version number -%global extraversion 1 - Name: perl-IO-Socket-SSL -Version: 1.83 -Release: 2%{?dist} +Version: 1.84 +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}%{?extraversion}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: perl(Carp) @@ -46,7 +42,7 @@ SSL version selection. As an extra bonus, it works perfectly with mod_perl. %prep -%setup -q -n IO-Socket-SSL-%{version}%{?extraversion} +%setup -q -n IO-Socket-SSL-%{version} %build perl Makefile.PL INSTALLDIRS=vendor @@ -70,9 +66,17 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Sat Feb 16 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.84-1 +- Update to 1.84 + - Disabled client side SNI for openssl version < 1.0.0 because of + CPAN RT#83289 + - Added functions can_client_sni, can_server_sni and can_npn to check + availability of SNI and NPN features + - Added more documentation for SNI and NPN + * Thu Feb 14 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.83-2 - Update to 1.831 - - Separated documention of non-blocking I/O from error handling + - Separated documentation of non-blocking I/O from error handling - Changed and documented behavior of readline to return the read data on EAGAIN/EWOULDBLOCK in case of non-blocking socket (see https://github.com/noxxi/p5-io-socket-ssl/issues/1) diff --git a/sources b/sources index acbfacd..caae868 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -630fec02564c2941b5bea40b69d321bc IO-Socket-SSL-1.831.tar.gz +3878d8c84c1e8a611f4d0d9b3574ce35 IO-Socket-SSL-1.84.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