import perl-IO-Socket-SSL-2.073-1.el9

This commit is contained in:
CentOS Sources 2022-02-01 12:36:53 -05:00 committed by Stepan Oksanichenko
parent 69fc84b6aa
commit 2631722435
3 changed files with 8 additions and 14 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/IO-Socket-SSL-2.070.tar.gz SOURCES/IO-Socket-SSL-2.073.tar.gz

View File

@ -1 +1 @@
7a3dc35d9df36878ff368eea4b168c15c9c2381c SOURCES/IO-Socket-SSL-2.070.tar.gz 442c23ee1d0476df788f8b0b0f5fe174f871d792 SOURCES/IO-Socket-SSL-2.073.tar.gz

View File

@ -6,8 +6,8 @@
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6 %bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 2.070 Version: 2.073
Release: 6%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
License: (GPL+ or Artistic) and MPLv2.0 License: (GPL+ or Artistic) and MPLv2.0
URL: https://metacpan.org/release/IO-Socket-SSL URL: https://metacpan.org/release/IO-Socket-SSL
@ -99,16 +99,6 @@ mod_perl.
# Add a test for PHA # Add a test for PHA
%patch2 -p1 %patch2 -p1
# XXX rhbz#1968046 Remove failing tests.
for F in \
t/cert_formats.t \
t/connectSSL-timeout.t \
t/core.t \
t/readline.t \
; do
rm -f "$F"
done
%build %build
NO_NETWORK_TESTING=1 perl Makefile.PL \ NO_NETWORK_TESTING=1 perl Makefile.PL \
INSTALLDIRS=vendor \ INSTALLDIRS=vendor \
@ -141,6 +131,10 @@ make test
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3* %{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
%changelog %changelog
* Tue Jan 04 2022 Michal Josef Špaček <mspacek@redhat.com> - 2.073-1
- Update to 2.073, which has official support for OpenSSL 3.0.0
Related: rhbz#1968046
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.070-6 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.070-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688