From fbcd92fb28cbff1f25601855dadd2419393f5600 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 28 Jul 2009 08:36:40 +0000 Subject: [PATCH] Update to 1.27 - various regex fixes for i18n and service names - fix warnings from perl -w (CPAN RT#48131) - improve handling of errors from Net::ssl_write_all --- .cvsignore | 2 +- perl-IO-Socket-SSL.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 984f03e..160b520 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IO-Socket-SSL-1.26.tar.gz +IO-Socket-SSL-1.27.tar.gz diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 8402283..da7989f 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -4,8 +4,8 @@ # Name: perl-IO-Socket-SSL -Version: 1.26 -Release: 2%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries License: GPL+ or Artistic @@ -60,13 +60,19 @@ done %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Mon Jul 27 2009 Paul Howarth - 1.27-1 +- Update to 1.27 + - various regex fixes for i18n and service names + - fix warnings from perl -w (CPAN RT#48131) + - improve handling of errors from Net::ssl_write_all + * Sat Jul 25 2009 Fedora Release Engineering - 1.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Jul 4 2009 Paul Howarth - 1.26-1 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the hostname when no wildcard was given, e.g. www.example.org matched against a - certificate with name www.exam in it) + certificate with name www.exam in it [#509819]) * Fri Jul 3 2009 Paul Howarth - 1.25-1 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240) diff --git a/sources b/sources index 6a356ea..a74e006 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -096319c7ceea6d4f42a264c55a3ea318 IO-Socket-SSL-1.26.tar.gz +0099e07f576a84b5f34b6511138652c8 IO-Socket-SSL-1.27.tar.gz