import perl-IO-Socket-SSL-2.073-1.el9
This commit is contained in:
parent
69fc84b6aa
commit
2631722435
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/IO-Socket-SSL-2.070.tar.gz
|
||||
SOURCES/IO-Socket-SSL-2.073.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
7a3dc35d9df36878ff368eea4b168c15c9c2381c SOURCES/IO-Socket-SSL-2.070.tar.gz
|
||||
442c23ee1d0476df788f8b0b0f5fe174f871d792 SOURCES/IO-Socket-SSL-2.073.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.070
|
||||
Release: 6%{?dist}
|
||||
Version: 2.073
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
License: (GPL+ or Artistic) and MPLv2.0
|
||||
URL: https://metacpan.org/release/IO-Socket-SSL
|
||||
@ -99,16 +99,6 @@ mod_perl.
|
||||
# Add a test for PHA
|
||||
%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
|
||||
NO_NETWORK_TESTING=1 perl Makefile.PL \
|
||||
INSTALLDIRS=vendor \
|
||||
@ -141,6 +131,10 @@ make test
|
||||
%{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3*
|
||||
|
||||
%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
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user