Sun, 02 Jun 2024 23:09:30 UTC | login

Information for build perl-IO-Socket-SSL-2.075-1.fc37

ID208390
Package Nameperl-IO-Socket-SSL
Version2.075
Release1.fc37
Epoch
SummaryPerl library for transparent SSL
DescriptionThis module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Oct 2022 10:00:14 UTC
CompletedFri, 14 Oct 2022 10:00:14 UTC
Tags
f37
f38
RPMs
src
perl-IO-Socket-SSL-2.075-1.fc37.src.rpm (info) (download)
noarch
perl-IO-Socket-SSL-2.075-1.fc37.noarch.rpm (info) (download)
Changelog * Sat Sep 03 2022 Paul Howarth <paul@city-fan.org> - 2.075-1 - Update to 2.075 - Treat SSL_write returning 0 same as previously -1, as suggested by both OpenSSL and LibreSSL documentation - Propagate error from SSL_shutdown, unless the shutdown is caused by an outer SSL error, in which case keep the original error - Small test fixes - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-3 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Paul Howarth <paul@city-fan.org> - 2.074-1 - Update to 2.074 - Add SSL_ciphersuites option for TLS 1.3 ciphers - No longer use own default for ciphers: instead, use system default but disable some weak ciphers that might still be enabled on older systems * Thu Dec 23 2021 Paul Howarth <paul@city-fan.org> - 2.073-1 - Update to 2.073 - Fix behavior and tests for OpenSSL 3.0.1 - Fix GH#110 - prevent internal error warning in some cases * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.072-2 - Rebuilt with OpenSSL 3.0.0 * Tue Aug 17 2021 Paul Howarth <paul@city-fan.org> - 2.072-1 - Update to 2.072 - Add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea in GH#101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too (GH#108) - Update public suffix database - Drop patch for building with OpenSSL 1.1.1e * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.071-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue May 25 2021 Paul Howarth <paul@city-fan.org> - 2.071-1 - Update to 2.071 - Fix t/nonblock.t race on some systems (fixes GH#102, maybe GH#98 too) * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.070-3 - Perl 5.34 rebuild * Fri Mar 19 2021 Petr Pisar <ppisar@redhat.com> - 2.070-2 - Disable optional libidn tests on ELN * Fri Feb 26 2021 Paul Howarth <paul@city-fan.org> - 2.070-1 - Update to 2.070 - Changed bugtracker in Makefile.PL to GitHub, away from obsolete rt.cpan.org * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * 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)