Update to 2.014
- New upstream release 2.014 - Utils::CERT_create - work around problems with authorityInfoAccess, where OpenSSL i2v does not create the same string as v2i expects - Intercept - don't clone some specific extensions that only make sense with the original certificate
This commit is contained in:
parent
c709cc0651
commit
de67e57f13
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.013
|
||||
Version: 2.014
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -112,6 +112,13 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Tue May 5 2015 Paul Howarth <paul@city-fan.org> - 2.014-1
|
||||
- Update to 2.014
|
||||
- Utils::CERT_create - work around problems with authorityInfoAccess, where
|
||||
OpenSSL i2v does not create the same string as v2i expects
|
||||
- Intercept - don't clone some specific extensions that only make sense with
|
||||
the original certificate
|
||||
|
||||
* Fri May 1 2015 Paul Howarth <paul@city-fan.org> - 2.013-1
|
||||
- Update to 2.013
|
||||
- Assign severities to internal error handling and make sure that follow-up
|
||||
|
Loading…
Reference in New Issue
Block a user