Update to 1.969

- New upstream release 1.969
  - Fix set_defaults to match documentation regarding short names
  - New function set_args_filter_hack to make it possible to override bad SSL
    settings from other code at the last moment
  - Determine default_ca on module load (and not on first use in each thread)
  - Don't try default hostname verification if verify_mode 0
  - Fix hostname verification when reusing context
This commit is contained in:
Paul Howarth 2014-03-16 20:06:13 +00:00
parent cb6319f8b2
commit 50d7fbb55f
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.968
Version: 1.969
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -72,6 +72,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog
* Sun Mar 16 2014 Paul Howarth <paul@city-fan.org> - 1.969-1
- Update to 1.969
- Fix set_defaults to match documentation regarding short names
- New function set_args_filter_hack to make it possible to override bad SSL
settings from other code at the last moment
- Determine default_ca on module load (and not on first use in each thread)
- Don't try default hostname verification if verify_mode 0
- Fix hostname verification when reusing context
* Thu Mar 13 2014 Paul Howarth <paul@city-fan.org> - 1.968-1
- Update to 1.968
- BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem

View File

@ -1 +1 @@
033e9e15406e7cd9071f1ebc51c90da9 IO-Socket-SSL-1.968.tar.gz
3dedb2a7961beb8fed80cd29929b8029 IO-Socket-SSL-1.969.tar.gz