Accepting request 237018 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/237018 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-SSLeay?expand=0&rev=22
This commit is contained in:
commit
c29c30ebb7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bdc50c19df545eb2f9e434458ee2b54e97b109315dafb476044b9039e783f56
|
|
||||||
size 399353
|
|
3
Net-SSLeay-1.64.tar.gz
Normal file
3
Net-SSLeay-1.64.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9354e6b153d571ad612a211ce9732980944adb581997801f4643cda6e12d80b2
|
||||||
|
size 411886
|
@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 14:38:14 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
- updated to 1.64
|
||||||
|
|
||||||
|
Fixes for test ocsp.t. Test now does not fail if HTTP::Tiny is not
|
||||||
|
installed.
|
||||||
|
Fixed repository in META.yml.
|
||||||
|
Fixed a problem with SSL_get_peer_cert_chain: if the SSL handshake
|
||||||
|
results in an anonymous authentication, like ADH-DES-CBC3-SHA,
|
||||||
|
get_peer_cert_chain will not return an empty list, but instead return the
|
||||||
|
SSL object. Reported and fixed by Steffen
|
||||||
|
Ullrich. Thanks.
|
||||||
|
Fixed a problem where patch
|
||||||
|
https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=3009244da47b989c4cc59ba02cf81a4e9d8f8431
|
||||||
|
caused a failed test in t/local/33_x509_create_cert.t.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sun Feb 9 13:34:34 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
Name: perl-Net-SSLeay
|
Name: perl-Net-SSLeay
|
||||||
Version: 1.58
|
Version: 1.64
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Net-SSLeay
|
%define cpan_name Net-SSLeay
|
||||||
Summary: Perl extension for using OpenSSL
|
Summary: Perl extension for using OpenSSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user