[perl-Net-SSLeay] Update to 1.37

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 16 12:32:32 UTC 2011


commit 1e2b5d5222512012ef0b578c3a77359c062c9dbb
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 16 13:23:58 2011 +0100

    Update to 1.37
    
    - New upstream release 1.37
      - added X509_get_fingerprint
      - added support for SSL_CTX_set1_param, SSL_set1_param and selected
        X509_VERIFY_PARAM_* OBJ_* functions
      - fixed the prototype for randomize()
      - fixed an uninitialized value warning in $Net::SSLeay::proxyauth
      - allow net-ssleay to compile if SSLV2 is not present
      - fixed a problem where sslcat (and possibly other functions) expect RSA
        keys and will not load DSA keys for client certificates
      - removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later
      - added CTX_use_PKCS12_file
    - This release by MIKEM => update source URL

 .gitignore                                         |    2 +-
 ...y-1.36-UTF8.patch => Net-SSLeay-1.37-UTF8.patch |    6 ++--
 perl-Net-SSLeay.spec                               |   22 ++++++++++++++++---
 sources                                            |    2 +-
 4 files changed, 23 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d991c7..ce73085 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Net-SSLeay-1.36.tar.gz
+/Net-SSLeay-[0-9.]*.tar.gz
diff --git a/Net-SSLeay-1.36-UTF8.patch b/Net-SSLeay-1.37-UTF8.patch
similarity index 86%
rename from Net-SSLeay-1.36-UTF8.patch
rename to Net-SSLeay-1.37-UTF8.patch
index 2051e4c..08a190e 100644
--- a/Net-SSLeay-1.36-UTF8.patch
+++ b/Net-SSLeay-1.37-UTF8.patch
@@ -8,9 +8,9 @@
 +Sébastien Aperghis-Tramoni <saper at cpan.org> for many fixes and cleanups
  
  See Changes file for other contributions.
---- Net-SSLeay-1.36/lib/Net/SSLeay.pm
-+++ Net-SSLeay-1.36/lib/Net/SSLeay.pm
-@@ -1710,11 +1710,11 @@ Commercial support for Net::SSLeay may b
+--- Net-SSLeay-1.37/lib/Net/SSLeay.pm
++++ Net-SSLeay-1.37/lib/Net/SSLeay.pm
+@@ -1715,11 +1715,11 @@
  
  Maintained by Mike McCauley and Florian Ragwitz since November 2005
  
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index f25cc1d..0f66e3b 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,12 +1,12 @@
 Name:		perl-Net-SSLeay
-Version:	1.36
-Release:	7%{?dist}
+Version:	1.37
+Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
 License:	OpenSSL
 URL:		http://search.cpan.org/dist/Net-SSLeay/
-Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz
-Patch0:		Net-SSLeay-1.36-UTF8.patch
+Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
+Patch0:		Net-SSLeay-1.37-UTF8.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	openssl-devel, pkgconfig
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -79,6 +79,20 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay*.3*
 
 %changelog
+* Fri Sep 16 2011 Paul Howarth <paul at city-fan.org> - 1.37-1
+- update to 1.37
+  - added X509_get_fingerprint
+  - added support for SSL_CTX_set1_param, SSL_set1_param and selected
+    X509_VERIFY_PARAM_* OBJ_* functions
+  - fixed the prototype for randomize()
+  - fixed an uninitialized value warning in $Net::SSLeay::proxyauth
+  - allow net-ssleay to compile if SSLV2 is not present
+  - fixed a problem where sslcat (and possibly other functions) expect RSA
+    keys and will not load DSA keys for client certificates
+  - removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later
+  - added CTX_use_PKCS12_file
+- this release by MIKEM => update source URL
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 1.36-7
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 9f1335e..103e392 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54061638720dd6a325395331c77f21d8  Net-SSLeay-1.36.tar.gz
+64c800dd6b9eb36901b9648e4fbe730b  Net-SSLeay-1.37.tar.gz



More information about the perl-devel mailing list