- updated to 1.63
1.63 2014-05-19 Fixed error in version number in META.yml 1.62 2014-05-19 Improvements to OCSP support: It turns out that some CA (like Verisign) sign the OCSP response with the CA we have in the trust store and don't attach this certifcate in the response. But OpenSSL by itself only considers the certificates included in the response and SSL_OCSP_response_verify added the certificates in the chain too. Now, we also add the trusted CA from the store which signed the lowest chain certificate, at least if we could not verify the OCSP response without doing it. Patch from Steffen Ullrich. Thanks. Fixed some compiler warnings. 1.61 2014-05-12 Changes calloc to Newx and free to Safefree, otherwise there might be problems because calloc is done from a different memory pool than free (depends on the build options for perl, but seen on Windows). Patch from Steffen Ullrich. Thanks. 1.60 2014-05-10 Fixed a typo in an error message. Patch from gregor herrmann. Thanks. Fixed a problem with building with openssl that does not support OCSP. Also fixed some newly introduced warnings if compiled with -Wall. Patch from Steffen Ullrich. Thanks. fix build-failure on most Debian architectures: SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results': SSLeay.xs:5602:3: error: format not a string literal and no format arguments. Patch from gregor herrmann. 1.59 2014-05-10 Fixed local/30_error.t, so that tests do not fail if diagnostics are OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSLeay?expand=0&rev=25
This commit is contained in:
parent
9487789420
commit
363cb16689
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bdc50c19df545eb2f9e434458ee2b54e97b109315dafb476044b9039e783f56
|
||||
size 399353
|
3
Net-SSLeay-1.63.tar.gz
Normal file
3
Net-SSLeay-1.63.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d127c37264bfd76bcd1e2a5dc745b9459c315380eda64c606cda2f4e2bc1b9d
|
||||
size 411524
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 13:44:06 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 1.63
|
||||
1.63 2014-05-19
|
||||
Fixed error in version number in META.yml
|
||||
|
||||
1.62 2014-05-19
|
||||
Improvements to OCSP support: It turns out that some CA (like Verisign)
|
||||
sign the OCSP response with the CA we have in the trust store and don't
|
||||
attach this certifcate in the response. But OpenSSL by itself only
|
||||
considers the certificates included in the response and
|
||||
SSL_OCSP_response_verify added the certificates in the chain too.
|
||||
Now, we also add the trusted CA from the store which
|
||||
signed the lowest chain certificate, at least if we could not verify the
|
||||
OCSP response without doing it. Patch from Steffen
|
||||
Ullrich. Thanks.
|
||||
Fixed some compiler warnings.
|
||||
|
||||
1.61 2014-05-12
|
||||
Changes calloc to Newx and free to Safefree, otherwise there might be
|
||||
problems because calloc is done from a different memory pool than free (depends
|
||||
on the build options for perl, but seen on Windows). Patch from Steffen
|
||||
Ullrich. Thanks.
|
||||
|
||||
|
||||
1.60 2014-05-10
|
||||
Fixed a typo in an error message. Patch from gregor herrmann. Thanks.
|
||||
Fixed a problem with building with openssl that does not support
|
||||
OCSP. Also fixed some newly introduced warnings
|
||||
if compiled with -Wall. Patch from Steffen Ullrich. Thanks.
|
||||
fix build-failure on most Debian architectures:
|
||||
SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results':
|
||||
SSLeay.xs:5602:3: error: format not a string literal and no format
|
||||
arguments. Patch from gregor herrmann.
|
||||
|
||||
|
||||
1.59 2014-05-10
|
||||
Fixed local/30_error.t, so that tests do not fail if diagnostics are
|
||||
enabled.
|
||||
Fixed error messages about undefined strings used with length or
|
||||
split. Reported and patched by Peter Heuchert.
|
||||
Improvements to configuration of OPTIMIZE flags, to prevent overriding
|
||||
of perls expected optimization flags. Caution: HPUX aCC optimize options are special.
|
||||
SSL_peek() now returns openssl error code as second item when called in
|
||||
array context, same as SSL_read. Patch from Andreas Mohr.
|
||||
Fixed some warnings.
|
||||
Added support for tlsv1.1 tlsv1.2 via $Net::SSLeay::ssl_version. Patch
|
||||
from Andreas Mohr.
|
||||
Improve examples in 'Using other perl modules based on
|
||||
Net::SSLeay'. Patched by Andreas Mohr.
|
||||
Added support for OCSP. Patched by Steffen Ullrich. Thanks!
|
||||
Added missing t/external/ocsp.t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:34:34 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.58
|
||||
Version: 1.63
|
||||
Release: 0
|
||||
%define cpan_name Net-SSLeay
|
||||
Summary: Perl extension for using OpenSSL
|
||||
|
Loading…
x
Reference in New Issue
Block a user