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
This commit is contained in:
Paul Howarth 2009-07-28 08:36:40 +00:00
parent e16220e1cd
commit fbcd92fb28
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
IO-Socket-SSL-1.26.tar.gz IO-Socket-SSL-1.27.tar.gz

View File

@ -4,8 +4,8 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.26 Version: 1.27
Release: 2%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -60,13 +60,19 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Mon Jul 27 2009 Paul Howarth <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 1.26-2 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 4 2009 Paul Howarth <paul@city-fan.org> - 1.26-1 * Sat Jul 4 2009 Paul Howarth <paul@city-fan.org> - 1.26-1
- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the - 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 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 <paul@city-fan.org> - 1.25-1 * Fri Jul 3 2009 Paul Howarth <paul@city-fan.org> - 1.25-1
- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240) - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)

View File

@ -1 +1 @@
096319c7ceea6d4f42a264c55a3ea318 IO-Socket-SSL-1.26.tar.gz 0099e07f576a84b5f34b6511138652c8 IO-Socket-SSL-1.27.tar.gz