$ git show --format=fuller --patch-with-stat --summary 21f2280b1f61ecae0428eeaf58ff75be159e0892
commit 21f2280b1f61ecae0428eeaf58ff75be159e0892
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Mon Jul 1 13:56:20 2019 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Mon Jul 1 13:56:20 2019 +0200
1.88, build for perl 5.30
---
.abf.yml | 2 +-
Net-SSLeay-1.51-dont-add-extra-lib-paths.patch | 11 -----------
perl-Net-SSLeay.spec | 8 ++++----
3 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 7203cef..09dfc0a 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- Net-SSLeay-1.85.tar.gz: 5f1c7b6ccac81efd5b78b1e076c694f96ca5c439
+ Net-SSLeay-1.88.tar.gz: ab4a63502433b91b9a54504475d9df2ae2887714
diff --git a/Net-SSLeay-1.51-dont-add-extra-lib-paths.patch b/Net-SSLeay-1.51-dont-add-extra-lib-paths.patch
index 4a0a7bb..e69de29 100644
--- a/Net-SSLeay-1.51-dont-add-extra-lib-paths.patch
+++ b/Net-SSLeay-1.51-dont-add-extra-lib-paths.patch
@@ -1,11 +0,0 @@
---- Net-SSLeay-1.78/inc/Module/Install/PRIVATE/Net/SSLeay.pm.0000~ 2016-09-15 23:33:44.110358389 +0200
-+++ Net-SSLeay-1.78/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2016-09-15 23:34:32.893847385 +0200
-@@ -67,7 +67,7 @@ sub ssleay_get_build_opts {
- for ("$prefix/include", "$prefix/inc32", '/usr/kerberos/include') {
- push @{$opts->{inc_paths}}, $_ if -f "$_/openssl/ssl.h";
- }
-- for ($prefix, "$prefix/lib64", "$prefix/lib", "$prefix/out32dll") {
-+ for ("$prefix/out32dll") {
- push @{$opts->{lib_paths}}, $_ if -d $_;
- }
-
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 6e0759f..63a4f67 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,15 +1,15 @@
%define modname Net-SSLeay
-%define modver 1.85
+%define modver 1.88
Summary: Perl extension for using OpenSSL
Name: perl-%{modname}
Version: %perl_convert_version %{modver}
-Release: 3
+Release: 1
License: BSD-like
Group: Development/Perl
-Url: http://search.cpan.org/dist/%{modname}
-Source0: http://www.cpan.org/modules/by-module/Net/%{modname}-%{modver}.tar.gz
+Url: https://metacpan.org/pod/distribution/Net-SSLeay/lib/Net/SSLeay.pod
+Source0: https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-%{modver}.tar.gz
Patch0: Net-SSLeay-1.51-dont-add-extra-lib-paths.patch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(MIME::Base64)