Update to 1.44
- New upstream release 1.44: - Fix invalid call to inet_pton in verify_hostname_of_cert when identity should be verified as ipv6 address because it contains a colon
This commit is contained in:
parent
33f897d5a3
commit
13f80c7e74
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.43
|
||||
Version: 1.44
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -59,6 +59,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri May 27 2011 Paul Howarth <paul@city-fan.org> - 1.44-1
|
||||
- Update to 1.44
|
||||
- fix invalid call to inet_pton in verify_hostname_of_cert when identity
|
||||
should be verified as ipv6 address because it contains a colon
|
||||
|
||||
* Wed May 11 2011 Paul Howarth <paul@city-fan.org> - 1.43-1
|
||||
- Update to 1.43
|
||||
- add SSL_create_ctx_callback to have a way to adjust context on creation
|
||||
|
Loading…
Reference in New Issue
Block a user