Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9176/F-10

Modified Files:
        .cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore  18 Nov 2008 10:02:59 -0000      1.13
+++ .cvsignore  4 Jul 2009 21:41:27 -0000       1.14
@@ -1 +1 @@
-IO-Socket-SSL-1.18.tar.gz
+IO-Socket-SSL-1.26.tar.gz


Index: perl-IO-Socket-SSL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/perl-IO-Socket-SSL.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-IO-Socket-SSL.spec     18 Nov 2008 10:02:59 -0000      1.16
+++ perl-IO-Socket-SSL.spec     4 Jul 2009 21:41:27 -0000       1.17
@@ -4,7 +4,7 @@
 #
 
 Name:          perl-IO-Socket-SSL
-Version:       1.18
+Version:       1.26
 Release:       1%{?dist}
 Summary:       Perl library for transparent SSL
 Group:         Development/Libraries
@@ -57,9 +57,29 @@ done
 %defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Jul  4 2009 Paul Howarth <p...@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 <p...@city-fan.org> - 1.25-1
+- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
+
+* Thu Apr  2 2009 Paul Howarth <p...@city-fan.org> - 1.24-1
+- Update to 1.24 (add verify hostname scheme ftp, same as http)
+
+* Wed Feb 25 2009 Paul Howarth <p...@city-fan.org> - 1.23-1
+- Update to 1.23 (complain when no certificates are provided)
+
+* Sat Jan 24 2009 Paul Howarth <p...@city-fan.org> - 1.22-1
+- Update to latest upstream version: 1.22
+
+* Thu Jan 22 2009 Paul Howarth <p...@city-fan.org> - 1.20-1
+- Update to latest upstream version: 1.20
+
 * Tue Nov 18 2008 Paul Howarth <p...@city-fan.org> - 1.18-1
 - Update to latest upstream version: 1.18
 - BR: perl(IO::Socket::INET6) for extra test coverage


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources     18 Nov 2008 10:02:59 -0000      1.13
+++ sources     4 Jul 2009 21:41:27 -0000       1.14
@@ -1 +1 @@
-2b278fb8784e0ba2d6d779ef7ef5f582  IO-Socket-SSL-1.18.tar.gz
+096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to