From bf2a3b4f79aecbfdbe6f1a21d9030bb1db3ddb71 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Tue, 3 Jan 2017 13:31:36 +0000
Subject: Update to 1.79
- New upstream release 1.79
- Patch to fix a few inline variable declarations that cause errors for older
compilers
- Patch: Generated C code is not compatible with MSVC, AIX cc, probably
others; added some PREINIT blocks and replaced 2 cases of INIT with PREINIT
- Fix compile failure if the OpenSSL library it's built against has
compression support compiled out
- Added RSA_get_key_parameters() to return a list of pointers to RSA key
internals (only available prior to OpenSSL 1.1)
- Fix some documentation typos
- Testing with openssl-1.1.0b
---
perl-Net-SSLeay.spec | 17 +++++++++++++++--
sources | 2 +-
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 853f5ba..2c9498d 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' 2>/dev/null ||
echo 0)
Name: perl-Net-SSLeay
-Version: 1.78
-Release: 2%{?dist}
+Version: 1.79
+Release: 1%{?dist}
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
License: Artistic 2.0
@@ -109,6 +109,19 @@ rm -rf %{buildroot}
%{_mandir}/man3/Net::SSLeay::Handle.3*
%changelog
+* Tue Jan 3 2017 Paul Howarth <[email protected]> - 1.79-1
+- Update to 1.79
+ - Patch to fix a few inline variable declarations that cause errors for older
+ compilers
+ - Patch: Generated C code is not compatible with MSVC, AIX cc, probably
+ others; added some PREINIT blocks and replaced 2 cases of INIT with PREINIT
+ - Fix compile failure if the OpenSSL library it's built against has
+ compression support compiled out
+ - Added RSA_get_key_parameters() to return a list of pointers to RSA key
+ internals (only available prior to OpenSSL 1.1)
+ - Fix some documentation typos
+ - Testing with openssl-1.1.0b
+
* Wed Oct 12 2016 Paul Howarth <[email protected]> - 1.78-2
- Rebuild for OpenSSL 1.1.0 in Fedora 26
diff --git a/sources b/sources
index 8a1befc..f446f5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-161f2f5606858b129408ef1508b3b55f Net-SSLeay-1.78.tar.gz
+SHA512 (Net-SSLeay-1.79.tar.gz) =
547de42990a23f84cdfaf8d95673973c42ef60c81d052b0dbb272788476924d1c50d5e83fcc9d01db221fce12ae6f5fb5ca79f8b5c840e48d1fb135b8d41750e
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Net-SSLeay.git/commit/?h=master&id=bf2a3b4f79aecbfdbe6f1a21d9030bb1db3ddb71
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]