[perl-Net-SSLeay] Update to 1.40

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 23 11:14:25 UTC 2011


commit df7ee41712a45a59c58f27b031424811cdbb376f
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 23 12:09:31 2011 +0100

    Update to 1.40
    
    - New upstream release 1.40
      - fixed incorrect argument type in call to SSL_set1_param
      - fixed a number of issues with pointer sizes; removed redundant pointer cast
        tests from t/
      - added Perl version requirements to SSLeay.pm

 ...y-1.37-UTF8.patch => Net-SSLeay-1.40-UTF8.patch |   10 +++++-----
 perl-Net-SSLeay.spec                               |   11 +++++++++--
 sources                                            |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/Net-SSLeay-1.37-UTF8.patch b/Net-SSLeay-1.40-UTF8.patch
similarity index 82%
rename from Net-SSLeay-1.37-UTF8.patch
rename to Net-SSLeay-1.40-UTF8.patch
index 08a190e..915221c 100644
--- a/Net-SSLeay-1.37-UTF8.patch
+++ b/Net-SSLeay-1.40-UTF8.patch
@@ -1,5 +1,5 @@
---- Net-SSLeay-1.36/Credits
-+++ Net-SSLeay-1.36/Credits
+--- Net-SSLeay/Credits
++++ Net-SSLeay/Credits
 @@ -3,6 +3,6 @@ Clinton Wong <clintdw at netcom.com>
  Jim Bowlin <jbowlin at linklint.org> for contributing Net::SSLeay::Handle
  Eric A Selber <eselber at briefcase.com> for Windows fixes and testing
@@ -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.37/lib/Net/SSLeay.pm
-+++ Net-SSLeay-1.37/lib/Net/SSLeay.pm
-@@ -1715,11 +1715,11 @@
+--- Net-SSLeay/lib/Net/SSLeay.pm
++++ Net-SSLeay/lib/Net/SSLeay.pm
+@@ -1670,11 +1670,11 @@ Commercial support for Net::SSLeay may b
  
  Maintained by Mike McCauley and Florian Ragwitz since November 2005
  
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 9aa019a..f0afc00 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,12 +1,12 @@
 Name:		perl-Net-SSLeay
-Version:	1.39
+Version:	1.40
 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/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
-Patch0:		Net-SSLeay-1.37-UTF8.patch
+Patch0:		Net-SSLeay-1.40-UTF8.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	openssl-devel, pkgconfig
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -79,6 +79,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay*.3*
 
 %changelog
+* Fri Sep 23 2011 Paul Howarth <paul at city-fan.org> - 1.40-1
+- update to 1.40
+  - fixed incorrect argument type in call to SSL_set1_param
+  - fixed a number of issues with pointer sizes; removed redundant pointer cast
+    tests from t/
+  - added Perl version requirements to SSLeay.pm
+
 * Wed Sep 21 2011 Paul Howarth <paul at city-fan.org> - 1.39-1
 - update to 1.39
   - downgraded Module::Install to 0.93 since 1.01 was causing problems in the
diff --git a/sources b/sources
index 584ec67..703f107 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0a0b92d4ca2d8e7c50a4b232d5861a7  Net-SSLeay-1.39.tar.gz
+d2402e5f4d92c2b2701053c02d15fa22  Net-SSLeay-1.40.tar.gz



More information about the perl-devel mailing list