diff --git a/IO-Socket-SSL-2.083.tar.gz b/IO-Socket-SSL-2.083.tar.gz deleted file mode 100644 index 626ebab..0000000 --- a/IO-Socket-SSL-2.083.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:904ef28765440a97d8a9a0df597f8c3d7f3cb0a053d1b082c10bed03bc802069 -size 259940 diff --git a/IO-Socket-SSL-2.084.tar.gz b/IO-Socket-SSL-2.084.tar.gz new file mode 100644 index 0000000..cf44c48 --- /dev/null +++ b/IO-Socket-SSL-2.084.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60d1e04e192363155329560498abd3412c3044295dae092d27fb6e445c71ce1 +size 260125 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index ad32752..5f8ced2 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 7 03:08:36 UTC 2023 - Tina Müller + +- updated to 2.084 + see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes + + 2.084 2023/11/06 + - various fixes for edge cases and build: #136, #141, #142, #143, #145 + - update documentation to reflect default SSL_version + ------------------------------------------------------------------- Fri May 19 03:07:24 UTC 2023 - Tina Müller diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 448cd0e..bfca4a7 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -18,12 +18,13 @@ %define cpan_name IO-Socket-SSL Name: perl-IO-Socket-SSL -Version: 2.083 +Version: 2.84.0 Release: 0 +%define cpan_version 2.084 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} -Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml # PATCH-FIX-UPSTREAM (bsc1200295) perl-IO-Socket-SSL doesn't follow system "PROFILE=SYSTEM" openSSL ciphers - https://git.centos.org/rpms/perl-IO-Socket-SSL/blob/e0b0ae04f5cdb41b1f29cb7d76c23abba7ac35e9/f/SOURCES/IO-Socket-SSL-2.066-use-system-default-cipher-list.patch Patch0: perl-IO-Socket-SSL-use-system-default-cipher-list.patch @@ -34,6 +35,17 @@ BuildRequires: perl-macros BuildRequires: perl(Net::SSLeay) >= 1.46 #Requires: perl(Mozilla::CA) Requires: perl(Net::SSLeay) >= 1.46 +Provides: perl(IO::Socket::SSL) = 2.84.0 +Provides: perl(IO::Socket::SSL::Intercept) = 2.056 +Provides: perl(IO::Socket::SSL::OCSP_Cache) +Provides: perl(IO::Socket::SSL::OCSP_Resolver) +Provides: perl(IO::Socket::SSL::PublicSuffix) +Provides: perl(IO::Socket::SSL::SSL_Context) +Provides: perl(IO::Socket::SSL::SSL_HANDLE) +Provides: perl(IO::Socket::SSL::Session_Cache) +Provides: perl(IO::Socket::SSL::Trace) +Provides: perl(IO::Socket::SSL::Utils) = 2.015 +%define __perllib_provides /bin/true %{perl_requires} %description @@ -76,7 +88,7 @@ Additional documentation can be found in * * IO::Socket::SSL::Utils - Useful functions for certificates etc %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644