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
This commit is contained in:
parent
f38520393f
commit
1e2b5d5222
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
Net-SSLeay-1.36.tar.gz
|
||||
/Net-SSLeay-[0-9.]*.tar.gz
|
||||
|
||||
@ -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.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
|
||||
|
||||
@ -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@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@redhat.com> - 1.36-7
|
||||
- Perl mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user