diff --git a/IO-Socket-SSL-2.095.tar.gz b/IO-Socket-SSL-2.095.tar.gz deleted file mode 100644 index 5e695a9..0000000 --- a/IO-Socket-SSL-2.095.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e764392b1b8bd44e654183c082b75be47800e98d7cd325f0e1b76c7d9a6b768 -size 276128 diff --git a/IO-Socket-SSL-2.098.tar.gz b/IO-Socket-SSL-2.098.tar.gz new file mode 100644 index 0000000..b9e9ef9 --- /dev/null +++ b/IO-Socket-SSL-2.098.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38473be20256b1a06447dd6769ad162bfad6a258234ed2c7e2e1819c16c4df7 +size 280268 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 02b4a8d..e4347f4 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 7 05:46:11 UTC 2026 - Tina Müller + +- updated to 2.98.0 (2.098) + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.098 2026/01/06 + - Another fix to issue #175 to make sure that an unblessed sockets gets + blessed in place instead of using new_from_fd. Document that it will + not retain original class with unblessed sockets on error, since this + never worked anyway (there is no native unbless) + 2.097 2026/01/06 + - fix issue #175 with upgrading from plain socket (no object) by using + correct fdopen mode +< instead of <+ + 2.096 2026/01/04 + - Allow stacking TLS layers with SSL_usebio + This also allows LWP (after patches) to access https site through TLS + enabled proxy + ------------------------------------------------------------------- Fri Jul 11 05:38:00 UTC 2025 - Tina Müller diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index e19ee4a..20fdbfb 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Socket-SSL # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name IO-Socket-SSL Name: perl-IO-Socket-SSL -Version: 2.95.0 +Version: 2.98.0 Release: 0 -# 2.095 -> normalize -> 2.95.0 -%define cpan_version 2.095 +# 2.098 -> normalize -> 2.98.0 +%define cpan_version 2.098 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Nearly transparent SSL encapsulation for IO::Socket::INET URL: https://metacpan.org/release/%{cpan_name} @@ -31,9 +31,7 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Mozilla::CA) BuildRequires: perl(Net::SSLeay) >= 1.460 -#Requires: perl(Mozilla::CA) Requires: perl(Net::SSLeay) >= 1.460 Provides: perl(IO::Socket::SSL) = %{version} Provides: perl(IO::Socket::SSL::Intercept) = 2.56.0