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:
parent
e16220e1cd
commit
fbcd92fb28
@ -1 +1 @@
|
|||||||
IO-Socket-SSL-1.26.tar.gz
|
IO-Socket-SSL-1.27.tar.gz
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user