Update to 2.069
- New upstream release 2.069 - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer with multiple same parts (like multiple OU); in this case an array ref instead of a scalar is used as hash value (GH#95)
This commit is contained in:
parent
3462c11273
commit
7db20c4760
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.068
|
||||
Release: 3%{?dist}
|
||||
Version: 2.069
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: (GPL+ or Artistic) and MPLv2.0
|
||||
URL: https://metacpan.org/release/IO-Socket-SSL
|
||||
@ -127,6 +127,12 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 23 2021 Paul Howarth <paul@city-fan.org> - 2.069-1
|
||||
- Update to 2.069
|
||||
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and
|
||||
issuer with multiple same parts (like multiple OU); in this case an array
|
||||
ref instead of a scalar is used as hash value (GH#95)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.068-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.068.tar.gz) = 9bccce1a85d24a4e06394a7a0eb8c1c834a71d1fecf99e3a7c0fea1828dcad0da24768bfe0db996d70f3e153135fc958d85ae65fab300ebfd8b520441aa27cfa
|
||||
SHA512 (IO-Socket-SSL-2.069.tar.gz) = 502cfb87432c3f76a0c92cf2761f0e5e18d350e734b1aa4c032cd519c0262d934e3050341edde7887a141d6b13892ea18da95129147b9467db6ec283a5cb4b6b
|
||||
|
Loading…
Reference in New Issue
Block a user