Accepting request 800135 from home:pmonrealgonzalez:branches:devel:languages:perl:autoupdate
- updated to 2.068 see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.068 2020/03/31 - treat OpenSSL 1.1.1e as broken and refuse to build with it in order to prevent follow-up problems in tests and user code https://github.com/noxxi/p5-io-socket-ssl/issues/93 https://github.com/openssl/openssl/issues/11388 https://github.com/openssl/openssl/issues/11378 - update PublicSuffix with latest data from publicsuffix.org OBS-URL: https://build.opensuse.org/request/show/800135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=124
This commit is contained in:
parent
f1d4cd0381
commit
4bf76ad5d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1
|
||||
size 244899
|
3
IO-Socket-SSL-2.068.tar.gz
Normal file
3
IO-Socket-SSL-2.068.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9
|
||||
size 248709
|
@ -1,4 +1,4 @@
|
||||
patches:
|
||||
ignore_requires: Mozilla::CA
|
||||
post_build: |-
|
||||
prep: |-
|
||||
rm README.Win32
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 17:49:31 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- updated to 2.068
|
||||
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||
|
||||
2.068 2020/03/31
|
||||
- treat OpenSSL 1.1.1e as broken and refuse to build with it in order to
|
||||
prevent follow-up problems in tests and user code
|
||||
https://github.com/noxxi/p5-io-socket-ssl/issues/93
|
||||
https://github.com/openssl/openssl/issues/11388
|
||||
https://github.com/openssl/openssl/issues/11378
|
||||
- update PublicSuffix with latest data from publicsuffix.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 15:28:53 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.067
|
||||
Version: 2.068
|
||||
Release: 0
|
||||
%define cpan_name IO-Socket-SSL
|
||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||
@ -78,6 +78,9 @@ Additional documentation can be found in
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
# MANUAL BEGIN
|
||||
rm README.Win32
|
||||
# MANUAL END
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -89,9 +92,6 @@ make test
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
# MANUAL BEGIN
|
||||
rm README.Win32
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Loading…
x
Reference in New Issue
Block a user