[packages/perl-Net-SSLeay] up to 1.90

atler atler at pld-linux.org
Mon Jan 25 23:16:09 CET 2021


commit c222a71a05c4dfa11f943222e5dd732bc24db830
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jan 25 23:15:28 2021 +0100

    up to 1.90

 perl-Net-SSLeay-no_zlib.patch | 19 ++++++++-----------
 perl-Net-SSLeay.spec          | 11 ++++++-----
 2 files changed, 14 insertions(+), 16 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 2ade70c..29bdaf5 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -5,16 +5,16 @@
 Summary:	Net::SSLeay - Perl extension for using OpenSSL or SSLeay
 Summary(pl.UTF-8):	Net::SSLeay - rozszerzenie Perla do używania OpenSSL lub SSLeay
 Name:		perl-Net-SSLeay
-Version:	1.88
-Release:	2
+Version:	1.90
+Release:	1
 License:	Artistic v2.0
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{version}.tar.gz
-# Source0-md5:	fcef4985f5f7e0381e3dddd0ee7878d1
+# Source0-md5:	00f57f3feb02e4fb7d282f9d6ae2beb2
 Patch0:		%{name}-no_zlib.patch
 URL:		https://metacpan.org/release/Net-SSLeay
-BuildRequires:	openssl-devel >= 0.9.7d
-BuildRequires:	openssl-tools >= 0.9.7d
+BuildRequires:	openssl-devel >= 0.9.8
+BuildRequires:	openssl-tools >= 0.9.8
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	rpmbuild(macros) >= 1.745
@@ -22,6 +22,7 @@ BuildRequires:	rpmbuild(macros) >= 1.745
 BuildRequires:	perl-MIME-Base64
 BuildRequires:	perl-Test-Simple >= 0.60_01
 %endif
+Requires:	openssl >= 0.9.8
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
diff --git a/perl-Net-SSLeay-no_zlib.patch b/perl-Net-SSLeay-no_zlib.patch
index b7403c6..7310d00 100644
--- a/perl-Net-SSLeay-no_zlib.patch
+++ b/perl-Net-SSLeay-no_zlib.patch
@@ -1,14 +1,11 @@
-diff -urN Net-SSLeay-1.88.orig/Makefile.PL Net-SSLeay-1.88/Makefile.PL
---- Net-SSLeay-1.88.orig/Makefile.PL	2019-05-18 19:21:44.521823269 +0200
-+++ Net-SSLeay-1.88/Makefile.PL	2019-05-18 19:22:01.825050519 +0200
-@@ -202,8 +202,8 @@
+--- Net-SSLeay-1.90/Makefile.PL.orig	2021-01-25 23:11:02.914376206 +0100
++++ Net-SSLeay-1.90/Makefile.PL	2021-01-25 23:12:16.960697258 +0100
+@@ -209,7 +209,7 @@
+         @{ $opts->{lib_links} } = map { $_ =~ s/32\b//g } @{ $opts->{lib_links} } if $Config{use64bitall};
+     }
      else {
-         push @{ $opts->{lib_links} },
-              ($rsaref
--              ? qw( ssl crypto RSAglue rsaref z )
--              : qw( ssl crypto z )
-+              ? qw( ssl crypto RSAglue rsaref )
-+              : qw( ssl crypto )
-              );
+-        push @{ $opts->{lib_links} }, qw( ssl crypto z );
++        push @{ $opts->{lib_links} }, qw( ssl crypto );
  
          if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') {
+             print "*** Enabling HPUX aCC options (+e)\n";
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Net-SSLeay.git/commitdiff/c222a71a05c4dfa11f943222e5dd732bc24db830



More information about the pld-cvs-commit mailing list