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
This commit is contained in:
Paul Howarth 2011-09-23 12:09:31 +01:00
parent e9fab8348e
commit df7ee41712
3 changed files with 15 additions and 8 deletions

View File

@ -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@netcom.com>
Jim Bowlin <jbowlin@linklint.org> for contributing Net::SSLeay::Handle
Eric A Selber <eselber@briefcase.com> for Windows fixes and testing
@ -8,9 +8,9 @@
+Sébastien Aperghis-Tramoni <saper@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

View File

@ -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@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@city-fan.org> - 1.39-1
- update to 1.39
- downgraded Module::Install to 0.93 since 1.01 was causing problems in the

View File

@ -1 +1 @@
d0a0b92d4ca2d8e7c50a4b232d5861a7 Net-SSLeay-1.39.tar.gz
d2402e5f4d92c2b2701053c02d15fa22 Net-SSLeay-1.40.tar.gz