Update to 1.85

- New upstream release 1.85
  - Probe for available modules with local __DIE__ and __WARN__handlers
    (CPAN RT#84574)
  - Fix warning, when IO::Socket::IP is installed and inet6 support gets explictly
    requested (CPAN RT#84619)
This commit is contained in:
Paul Howarth 2013-04-15 11:12:28 +01:00
parent 6f7e6bccfa
commit ff458068d8
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.84 Version: 1.85
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -66,6 +66,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 1.85-1
- Update to 1.85
- Probe for available modules with local __DIE__ and __WARN__handlers
(CPAN RT#84574)
- Fix warning, when IO::Socket::IP is installed and inet6 support gets explictly
requested (CPAN RT#84619)
* Sat Feb 16 2013 Paul Howarth <paul@city-fan.org> - 1.84-1 * Sat Feb 16 2013 Paul Howarth <paul@city-fan.org> - 1.84-1
- Update to 1.84 - Update to 1.84
- Disabled client side SNI for openssl version < 1.0.0 because of - Disabled client side SNI for openssl version < 1.0.0 because of

View File

@ -1 +1 @@
3878d8c84c1e8a611f4d0d9b3574ce35 IO-Socket-SSL-1.84.tar.gz 53513ee1d14d36af99c4f3eb895d6dbf IO-Socket-SSL-1.85.tar.gz