Thu, 28 Mar 2024 09:59:08 UTC | login

Information for build perl-IO-Socket-SSL-2.070-5.el9

ID8958
Package Nameperl-IO-Socket-SSL
Version2.070
Release5.el9
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/perl-IO-Socket-SSL#d1c35a5f73a26b704c680502573f25539c42fae9
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 bymboddu
State complete
Volume DEFAULT
StartedWed, 16 Jun 2021 03:48:14 UTC
CompletedWed, 16 Jun 2021 03:51:08 UTC
Taskbuild (c9s-build-ssl-stack-gate, /redhat/centos-stream/rpms/perl-IO-Socket-SSL:d1c35a5f73a26b704c680502573f25539c42fae9)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/perl-IO-Socket-SSL#d1c35a5f73a26b704c680502573f25539c42fae9'}}
Tags
c9s-build-ssl-stack-gate
c9s-pending
c9s-pending-signed
RPMs
src
perl-IO-Socket-SSL-2.070-5.el9.src.rpm (info) (download)
noarch
perl-IO-Socket-SSL-2.070-5.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.070-5 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Tue Jun 08 2021 Michal Josef Špaček <mspacek@redhat.com> - 2.070-4 - Remove failing tests in openssl 3.0.0-alpha16. Related: rhbz#1968046 - Provisional for mass rebuild of openssl3. * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.070-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * 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) * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.068-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2 - Perl 5.32 rebuild * Tue Mar 31 2020 Paul Howarth <paul@city-fan.org> - 2.068-1 - Update to 2.068 - Treat OpenSSL 1.1.1e as broken and refuse to build with it in order to prevent follow-up problems in tests and user code https://github.com/noxxi/p5-io-socket-ssl/issues/93 https://github.com/openssl/openssl/issues/11388 https://github.com/openssl/openssl/issues/11378 - Update PublicSuffix with latest data from publicsuffix.org - Patch out the refusal to build with OpenSSL 1.1.1e as the OpenSSL package in Fedora has had the problematic EOF-handling change reverted * Sat Mar 21 2020 Paul Howarth <paul@city-fan.org> - 2.067-2 - Fix FTBFS with OpenSSL 1.1.1e https://github.com/noxxi/p5-io-socket-ssl/issues/93 * Sat Feb 15 2020 Paul Howarth <paul@city-fan.org> - 2.067-1 - Update to 2.067 - Fix memory leak on incomplete handshake (GH#92) - Add support for SSL_MODE_RELEASE_BUFFERS via SSL_mode_release_buffers; this can decrease memory usage at the costs of more allocations (CPAN RT#129463) - More detailed error messages when loading of certificate file failed (GH#89) - Fix for ip_in_cn == 6 in verify_hostname scheme (CPAN RT#131384) - Deal with new MODE_AUTO_RETRY default in OpenSSL 1.1.1 - Fix warning when no ecdh support is available - Documentation update regarding use of select and TLS 1.3 - Various fixes in documentation (GH#81, GH#87, GH#90, GH#91) - Stability fix for t/core.t * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.066-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 25 2019 Petr Pisar <ppisar@redhat.com> - 2.066-7 - Default to PROFILE=SYSTEM cipher list (bug #1775167) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.066-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jun 27 2019 Paul Howarth <paul@city-fan.org> - 2.066-5 - Runtime openssl dependency should be on openssl-libs - Always require preferred IPv6 back-end: IO::Socket::IP ≥ 0.31 - Always require preferred IDN back-end: URI::_idna - Modernize spec using %{make_build} and %{make_install} * Wed Jun 26 2019 Paul Howarth <paul@city-fan.org> - 2.066-4 - PublicSuffix.pm is licensed MPLv2.0 (#1724169) * Mon Jun 17 2019 Petr Pisar <ppisar@redhat.com> - 2.066-3 - Skip a PHA test if Net::SSLeay does not expose the PHA (bug #1632660)