Update to 2.077
- New upstream release 2.077 - Fix memory leak in session cache (GH#118) - More race conditions in tests fixed (GH#97)
This commit is contained in:
parent
4b7f89bd90
commit
d24b5f1e91
@ -6,7 +6,7 @@
|
||||
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.076
|
||||
Version: 2.077
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0
|
||||
@ -126,6 +126,11 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 Paul Howarth <paul@city-fan.org> - 2.077-1
|
||||
- Update to 2.077
|
||||
- Fix memory leak in session cache (GH#118)
|
||||
- More race conditions in tests fixed (GH#97)
|
||||
|
||||
* Mon Nov 14 2022 Paul Howarth <paul@city-fan.org> - 2.076-1
|
||||
- Update to 2.076
|
||||
- Added curl like tracing (based on GH#117)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.076.tar.gz) = 1103e98356d8ed265b893d5a41ad7993c52e946e24836c60066a14de3714754285a3d19b4e37db0a27ce950a4f794594a0a0ddd95887d360255a0b03f4a54188
|
||||
SHA512 (IO-Socket-SSL-2.077.tar.gz) = 35cce55adbe9871166e42cc20041a17c7eab9ecfd8232ab80d087177108c67a7c98e381a8446a48a5d36ccf9c49f84a7e451eb0c2897c788645695467705ea53
|
||||
|
Loading…
Reference in New Issue
Block a user