Accepting request 236987 from home:msmeissn:branches:devel:languages:perl

- 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.

OBS-URL: https://build.opensuse.org/request/show/236987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSLeay?expand=0&rev=26
This commit is contained in:
Dirk Stoecker 2014-06-12 20:18:47 +00:00 committed by Git OBS Bridge
parent 363cb16689
commit a7e7fe2871
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d127c37264bfd76bcd1e2a5dc745b9459c315380eda64c606cda2f4e2bc1b9d
size 411524

3
Net-SSLeay-1.64.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9354e6b153d571ad612a211ce9732980944adb581997801f4643cda6e12d80b2
size 411886

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
%bcond_with test
Name: perl-Net-SSLeay
Version: 1.63
Version: 1.64
Release: 0
%define cpan_name Net-SSLeay
Summary: Perl extension for using OpenSSL