]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/commitdiff
up to 1.90 auto/th/perl-Net-SSLeay-1.90-1
authorJan Palus <atler@pld-linux.org>
Mon, 25 Jan 2021 22:15:28 +0000 (23:15 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 25 Jan 2021 22:15:28 +0000 (23:15 +0100)
perl-Net-SSLeay-no_zlib.patch
perl-Net-SSLeay.spec

index b7403c686201334031d5cf743dc0394c13bbe023..7310d00178f2f4b2d2f1867f695e02c512f85e41 100644 (file)
@@ -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";
index 2ade70c89370d34d671f4eeacf40675ff1bd614d..29bdaf5fd4a4f95a39eafd6a341ea061e0fdce07 100644 (file)
@@ -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
This page took 0.177525 seconds and 4 git commands to generate.