Tue, 04 Jun 2024 04:32:10 UTC | login

Information for build perl-Net-SSLeay-1.88-3.fc32

ID132550
Package Nameperl-Net-SSLeay
Version1.88
Release3.fc32
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Net-SSLeay.git#4b68caa826c9820ad81f85980008404cddcc133f
SummaryPerl extension for using OpenSSL
DescriptionThis module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for accessing http servers, too), a sslcat() function for writing your own clients, and finally access to the SSL API of SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 15 Jan 2020 09:00:33 UTC
CompletedWed, 15 Jan 2020 09:33:35 UTC
Taskbuild (f32-candidate, /rpms/perl-Net-SSLeay.git:4b68caa826c9820ad81f85980008404cddcc133f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Net-SSLeay.git#4b68caa826c9820ad81f85980008404cddcc133f'}}
Tags
f32
f33
RPMs
src
perl-Net-SSLeay-1.88-3.fc32.src.rpm (info) (download)
riscv64
perl-Net-SSLeay-1.88-3.fc32.riscv64.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.88-3.fc32.riscv64.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.88-3.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.88-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.88-2 - Perl 5.30 rebuild * Sat May 11 2019 Paul Howarth <paul@city-fan.org> - 1.88-1 - Update to 1.88 Summary of major changes since version 1.85 - Mike McCauley has stepped down as maintainer: the new maintainers are Chris Novakovic, Heikki Vatiainen and Tuure Vartiainen - The source code has moved from the now-defunct Debian Subversion server (alioth.debian.org) to GitHub (https://github.com/radiator-software/p5-net-ssleay) - Net-SSLeay is provided under the terms of the Artistic License 2.0; this has been the case since version 1.66, but references to other licenses remained in the source code, causing ambiguity - Perl 5.8.1 or newer is now required to use Net-SSLeay; this has already been the case for some time in practice, as the test suite hasn't fully passed on Perl 5.6 for several years - Much-improved compatibility with OpenSSL 1.1.1, and improved support for TLS 1.3 - Fixed a long-standing bug in cb_data_advanced_put() that caused memory leaks when callbacks were frequently added and removed - Support in the test suite for "hardened" OpenSSL configurations that set a default security level of 2 or higher (e.g., in the OpenSSL packages that ship with recent versions of Debian, Fedora and Ubuntu) * Thu Apr 18 2019 Petr Pisar <ppisar@redhat.com> - 1.86-0.3.09 - Replace expired test certificates (CPAN RT#129201) * Fri Mar 29 2019 Paul Howarth <paul@city-fan.org> - 1.86-0.2.09 - Get libraries to link against from pkg-config https://github.com/radiator-software/p5-net-ssleay/pull/127 * Wed Mar 20 2019 Petr Pisar <ppisar@redhat.com> - 1.86-0.1.09 - Update to 1.86_09 (see Changes file for details) * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.85-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Sep 29 2018 Paul Howarth <paul@city-fan.org> - 1.85-9 - OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it * Wed Sep 19 2018 Paul Howarth <paul@city-fan.org> - 1.85-8 - Expose SSL_CTX_set_post_handshake_auth (#1630391) https://github.com/radiator-software/p5-net-ssleay/pull/68 * Fri Aug 17 2018 Petr Pisar <ppisar@redhat.com> - 1.85-7 - Revert retry in Net::SSLeay::write_partial() (bug #1614884) * Wed Aug 15 2018 Petr Pisar <ppisar@redhat.com> - 1.85-6 - Revert retry in Net::SSLeay::{read,write}() (bug #1614884) * Tue Aug 14 2018 Petr Pisar <ppisar@redhat.com> - 1.85-5 - Avoid SIGPIPE in t/local/36_verify.t (bug #1614884) * Mon Aug 13 2018 Petr Pisar <ppisar@redhat.com> - 1.85-4 - Adapt to OpenSSL 1.1.1 (bug #1614884) - Adapt tests to system-wide crypto policy (bug #1614884) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.85-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.85-2 - Perl 5.28 rebuild * Wed Mar 14 2018 Paul Howarth <paul@city-fan.org> - 1.85-1 - Update to 1.85 - Preparations for transferring maintenace to a new maintainer - Fixed test failure in t/local/33_x509_create_cert.t for some versions of OpenSSL - Fixed free() error that causes "Free to wrong pool ..." message on Windows * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.84-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 17 2018 Paul Howarth <paul@city-fan.org> - 1.84-1 - Update to 1.84 - Fixed an error in t/local/04_basic.t causing a test failure if Test::Exception not installed * Tue Jan 16 2018 Paul Howarth <paul@city-fan.org> - 1.83-1 - Update to 1.83 - Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they are not available on LibreSSL - Add support for SSL_set_default_passwd_cb* for OpenSSL 1.1.0f and later; LibreSSL does not support these functions, at least yet - Add new functions related to SSL_CTX_new - Add two new functions introduced in OpenSSL 1.1.0, a number of constants and a couple of const qualifiers to SSLeay.xs; tests and documentation .pod were also updated - Added support for SSL_use_certificate_chain_file function introduced in OpenSSL 1.1.0 - Fixed LibreSSL version detection to correctly parse LibreSSL minor version - Fix memory leaks in OCSP handling - Add new functions for certificate verification introduced in OpenSSL 1.02, a number of constants, new test data files, new tests and updates to .pod documentation; the new functions provide access to the built-in wildcard check functionality available in OpenSSL 1.0.2 and later - Added X509_STORE_CTX_new and X509_verify_cert - SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify fails but the intermediate certificate succeeds