Update to 1.34

- New upstream release 1.34:
  - schema http for certificate verification changed to wildcards_in_cn=1
  - if upgrading socket from inet to ssl fails due to handshake problems, the
    socket gets downgraded back again but is still open (CPAN RT#61466)
  - deprecate kill_socket: just use close()
This commit is contained in:
Paul Howarth 2010-11-02 13:09:38 +00:00
parent 2f2fdf679e
commit eefbde615f
3 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
IO-Socket-SSL-1.33.tar.gz /IO-Socket-SSL-1.34.tar.gz

View File

@ -4,8 +4,8 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.33 Version: 1.34
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
@ -61,6 +61,13 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Tue Nov 2 2010 Paul Howarth <paul@city-fan.org> - 1.34-1
- Update to 1.34
- schema http for certificate verification changed to wildcards_in_cn=1
- if upgrading socket from inet to ssl fails due to handshake problems, the
socket gets downgraded back again but is still open (CPAN RT#61466)
- deprecate kill_socket: just use close()
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.33-2 * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.33-2
- Mass rebuild with perl-5.12.0 - Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
e288b5cda3de1f4cbf15e2eb709e9d7c IO-Socket-SSL-1.33.tar.gz c42dfa4172e6ee3673b5ead6709f7c04 IO-Socket-SSL-1.34.tar.gz