Update to 1.26 (SECURITY FIX)

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
This commit is contained in:
Paul Howarth 2009-07-04 21:19:59 +00:00
parent a50dfc8212
commit b6031e4048
3 changed files with 8 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@
#
Name: perl-IO-Socket-SSL
Version: 1.25
Version: 1.26
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -60,6 +60,11 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* 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
hostname when no wildcard was given, e.g. www.example.org matched against a
certificate with name www.exam in it)
* 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)

View File

@ -1 +1 @@
4866fb7023e74731bd379a315a021cd8 IO-Socket-SSL-1.25.tar.gz
096319c7ceea6d4f42a264c55a3ea318 IO-Socket-SSL-1.26.tar.gz