Sat, 05 Oct 2024 10:49:18 CST | login

Information for build perl-Net-SSLeay-1.92-1.el9

ID21156
Package Nameperl-Net-SSLeay
Version1.92
Release1.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-Net-SSLeay.git#7bcfd086b18922ccf89d28259890e7b8e7433f3c
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 bydistrobuild
State complete
Volume DEFAULT
StartedThu, 21 Jul 2022 16:41:05 CST
CompletedThu, 21 Jul 2022 16:45:38 CST
Taskbuild (dist-circle9, /stage/rpms/perl-Net-SSLeay.git:7bcfd086b18922ccf89d28259890e7b8e7433f3c)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-Net-SSLeay.git?#7bcfd086b18922ccf89d28259890e7b8e7433f3c'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
perl-Net-SSLeay-1.92-1.el9.src.rpm (info) (download)
aarch64
perl-Net-SSLeay-1.92-1.el9.aarch64.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.92-1.el9.aarch64.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.92-1.el9.aarch64.rpm (info) (download)
i686
perl-Net-SSLeay-1.92-1.el9.i686.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.92-1.el9.i686.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.92-1.el9.i686.rpm (info) (download)
ppc64le
perl-Net-SSLeay-1.92-1.el9.ppc64le.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.92-1.el9.ppc64le.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.92-1.el9.ppc64le.rpm (info) (download)
s390x
perl-Net-SSLeay-1.92-1.el9.s390x.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.92-1.el9.s390x.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.92-1.el9.s390x.rpm (info) (download)
x86_64
perl-Net-SSLeay-1.92-1.el9.x86_64.rpm (info) (download)
perl-Net-SSLeay-debuginfo-1.92-1.el9.x86_64.rpm (info) (download)
perl-Net-SSLeay-debugsource-1.92-1.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Wed Jan 26 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.92-1 - Update to 1.92 * Wed Aug 11 2021 Michal Josef Špaček <mspacek@redhat.com> - 1.90-8 - Fix tests for openssl 3.0.0-beta2. rhbz#1992571 - Add another fix for t/05_passwd_cb.t, because change in passphrase caching - Remove XXX in spec file * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.90-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Jul 23 2021 Michal Josef Špaček <mspacek@redhat.com> - 1.90-6 - Fix tests for openssl 3.0.0-beta1. rhbz#1964854 - Add fix for t/05_passwd_cb.t - Update Net-SSLeay-1.90-openssl3.0.0-43_misc_functions.patch to accept beta version - Fix tab vs space in spec file - Update Net-SSLeay-1.90-openssl3.0.0-39_pkcs12.patch patch to upstream version * Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.90-5 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Fri Jun 04 2021 Michal Josef Špaček <mspacek@redhat.com> - 1.90-4 - Fix tests for openssl 3.0.0-alpha16. rhbz#1964854 - Fix check across alpha1 vs alpha17 - Change default alg for PEM_get_string_PrivateKey() - Different order in CA chain in some versions - Changed API of CTX_set_ciphersuites() and set_ciphersuites(), ignore unknown ciphers - Disable TLSv1 and TLSv1_1 usage in test * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.90-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 21 2021 Paul Howarth <paul@city-fan.org> - 1.90-1 - Update to 1.90 - Formalised libssl version support policy: all stable versions of OpenSSL in the 0.9.8-1.1.1 branches (with the exception of 0.9.8-0.9.8b) and all stable releases of LibreSSL in the 2.0-3.1 series are supported - The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3 implementation is not currently libssl-compatible - Added support for LibreSSL on Windows when built with Visual C++ - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and several stack functions - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and CTX_set_alpn_select_cb - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as OpenSSL security level 2 (the default on many Linux distributions) * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.88-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.88-8 - Perl 5.32 rebuild * Sat Mar 21 2020 Paul Howarth <paul@city-fan.org> - 1.88-7 - Add SSL_shutdown() calls in Net::SSLeay::sslcat() and t/local/07_sslecho.t to fix compatibility with OpenSSL 1.1.1e (GH#160, GH#161) * Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 1.88-6 - BR: perl(FindBin) for test suite * Wed Feb 05 2020 Tom Stellard <tstellar@redhat.com> - 1.88-5 - Spec file cleanups: Use make_build and make_install macros - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make - https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.88-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild