Update to 1.79

- New upstream release 1.79
  - Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
    from sockaddr in _update_peer, because this provides scope too
  - Work around systems that don't define AF_INET6 (CPAN RT#81216)
  - Prepare transition to a more secure default for SSL_verify_mode; the use of
    the current default SSL_VERIFY_NONE will cause a big warning for clients,
    unless SSL_verify_mode was explicitly set inside the application to this
    insecure value (in the near future the default will be SSL_VERIFY_PEER, and
    thus causing verification failures in unchanged applications)
This commit is contained in:
Paul Howarth 2012-11-26 09:30:31 +00:00
parent afe37c043b
commit 4b03cab2e5
2 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.77 Version: 1.79
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
@ -65,6 +65,17 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 1.79-1
- Update to 1.79
- Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
from sockaddr in _update_peer, because this provides scope too
- Work around systems that don't define AF_INET6 (CPAN RT#81216)
- Prepare transition to a more secure default for SSL_verify_mode; the use of
the current default SSL_VERIFY_NONE will cause a big warning for clients,
unless SSL_verify_mode was explicitly set inside the application to this
insecure value (in the near future the default will be SSL_VERIFY_PEER, and
thus causing verification failures in unchanged applications)
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 1.77-2 * Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 1.77-2
- Added some missing build dependencies - Added some missing build dependencies

View File

@ -1 +1 @@
8f6fbd004048e21c6034e288a354e181 IO-Socket-SSL-1.77.tar.gz a8a68e432e02d58a67c3e99742c07f83 IO-Socket-SSL-1.79.tar.gz