From 67656ceaa991ad4fc24bfc377c110aa3aa3b46ed Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Fri, 26 Jun 2015 11:06:21 +0100
Subject: Update to 1.70

- New upstream release 1.70
  - The new OpenSSL 1.0.2 X509_check_* functions are not available in current
    LibreSSL, so disable them in SSLeay.xs
  - Fixed a problem with building against OSX homebrew's openssl
  - Removed a test in t/local/33_x509_create_cert.t that fails due to changes
    in 1.0.1n and later

diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 6ca28e2..4c5e560 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -2,8 +2,8 @@
 %global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:          perl-Net-SSLeay
-Version:       1.69
-Release:       3%{?dist}
+Version:       1.70
+Release:       1%{?dist}
 Summary:       Perl extension for using OpenSSL
 Group:         Development/Libraries
 License:       Artistic 2.0
@@ -12,6 +12,10 @@ Source0:     
http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires: openssl, openssl-devel
 # =========== Module Build ===========================
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Cwd)
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -34,6 +38,7 @@ BuildRequires:        perl(Test::NoWarnings)
 BuildRequires: perl(Test::Pod) >= 1.0
 BuildRequires: perl(Test::Warn)
 BuildRequires: perl(threads)
+# =========== Module Runtime =========================
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(MIME::Base64)
 Requires:      perl(XSLoader)
@@ -101,6 +106,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3*
 
 %changelog
+* Fri Jun 26 2015 Paul Howarth <[email protected]> - 1.70-1
+- Update to 1.70
+  - The new OpenSSL 1.0.2 X509_check_* functions are not available in current
+    LibreSSL, so disable them in SSLeay.xs
+  - Fixed a problem with building against OSX homebrew's openssl
+  - Removed a test in t/local/33_x509_create_cert.t that fails due to changes
+    in 1.0.1n and later
+
 * Thu Jun 18 2015 Fedora Release Engineering <[email protected]> 
- 1.69-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 6bf7945..31471c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc5898c227198bd0cd9a7c66279a5c7c  Net-SSLeay-1.69.tar.gz
+511cc451a64b0c5051bd9167f37051a0  Net-SSLeay-1.70.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Net-SSLeay.git/commit/?h=master&id=67656ceaa991ad4fc24bfc377c110aa3aa3b46ed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to