diff --git a/IO-Socket-SSL-2.067.tar.gz b/IO-Socket-SSL-2.067.tar.gz deleted file mode 100644 index 98a1332..0000000 --- a/IO-Socket-SSL-2.067.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1 -size 244899 diff --git a/IO-Socket-SSL-2.068.tar.gz b/IO-Socket-SSL-2.068.tar.gz new file mode 100644 index 0000000..414710f --- /dev/null +++ b/IO-Socket-SSL-2.068.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9 +size 248709 diff --git a/cpanspec.yml b/cpanspec.yml index bc86534..4082ac8 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,4 +1,4 @@ patches: ignore_requires: Mozilla::CA -post_build: |- +prep: |- rm README.Win32 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 2d23e4a..9408c01 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 4 17:49:31 UTC 2020 - Pedro Monreal Gonzalez + +- 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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index a9e4fc7..3a3f310 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -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