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:
parent
2f2fdf679e
commit
eefbde615f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
IO-Socket-SSL-1.33.tar.gz
|
/IO-Socket-SSL-1.34.tar.gz
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user