Accepting request 1125751 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/1125751 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=146
This commit is contained in:
parent
95f33e5b29
commit
f79f0bbddf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:904ef28765440a97d8a9a0df597f8c3d7f3cb0a053d1b082c10bed03bc802069
|
||||
size 259940
|
BIN
IO-Socket-SSL-2.084.tar.gz
(Stored with Git LFS)
Normal file
BIN
IO-Socket-SSL-2.084.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 03:08:36 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user