From 9e16f053cc977645b47ddf9390cdd93567000cf9 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Sep 2013 19:36:39 +0000 Subject: Update to 1.55: 1.55 2013-06-08 Added support for TLSV1_1 and TLSV1_2 methods with SSL_CTX_tlsv1_1_new(), SSL_CTX_tlsv1_2_new(), TLSv1_1_method() and TLSv1_2_method(), where available in the underlying openssl. Added CRL support functions X509_CRL_get_ext(), X509_CRL_get_ext_by_NID(), X509_CRL_get_ext_count(). Patch from Franck Youssef. Fixed a problem which could cause content with a value of '0' to not be correctly encoded by do_httpx3 and friends. Reported by Victor Efimov via RT. Added support for SSL_get_tlsa_record_byname() required for DANE support in openssl-1.0.2 and later. SSL_get_tlsa_record_byname() was added to OpenSSL with the financial assistance of .SE. Testing with openssl-1.0.2-stable-SNAP-20130521. Added X509_NAME_new and X509_NAME_hash, patched by Franck Youssef. --- security/p5-Net-SSLeay/Makefile | 5 ++--- security/p5-Net-SSLeay/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'security') diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 5b69e0169d2..873c37574d8 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2013/05/31 12:41:57 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2013/09/05 19:36:39 wiz Exp $ -DISTNAME= Net-SSLeay-1.54 +DISTNAME= Net-SSLeay-1.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index c08a1d4ae18..52979165a9f 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2013/04/19 07:21:48 hiramatsu Exp $ +$NetBSD: distinfo,v 1.28 2013/09/05 19:36:39 wiz Exp $ -SHA1 (Net-SSLeay-1.54.tar.gz) = d1ce8f26f5e4c1a897170a32b3e2caff9d2bf147 -RMD160 (Net-SSLeay-1.54.tar.gz) = ce2684b21c5559f5263753627fd175211547df8f -Size (Net-SSLeay-1.54.tar.gz) = 393431 bytes +SHA1 (Net-SSLeay-1.55.tar.gz) = 166848ca089f932a69bb89cf7a580ffcc7cc1aae +RMD160 (Net-SSLeay-1.55.tar.gz) = 1531ab91536f88363f6d0372282b153d68ebb27f +Size (Net-SSLeay-1.55.tar.gz) = 394657 bytes -- cgit v1.2.3