summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-06-09 19:49:45 +0000
committerschmonz <schmonz>2014-06-09 19:49:45 +0000
commit01a128180bd7b60eba58270d46b7b2b36a465aca (patch)
tree40d2d508456111b5e331df9bebfefa5e51007fe4
parent61336933828f68885d14c7400a3a48d35d01c55a (diff)
downloadpkgsrc-01a128180bd7b60eba58270d46b7b2b36a465aca.tar.gz
Update to 1.63. From the changelog:
* Fixed error in version number in META.yml * 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.
-rw-r--r--security/p5-Net-SSLeay/Makefile5
-rw-r--r--security/p5-Net-SSLeay/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 6d45bf54288..2c97f16feab 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2014/05/29 23:37:25 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2014/06/09 19:49:45 schmonz Exp $
-DISTNAME= Net-SSLeay-1.61
+DISTNAME= Net-SSLeay-1.63
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 d0c294eaa51..80d67520095 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2014/05/15 10:00:17 wiz Exp $
+$NetBSD: distinfo,v 1.31 2014/06/09 19:49:45 schmonz Exp $
-SHA1 (Net-SSLeay-1.61.tar.gz) = 9cf505c2948babe3a5cea386f47abdbcf09fb2c8
-RMD160 (Net-SSLeay-1.61.tar.gz) = 0fe39ceb0e2f15b802a5bd432465f2b2f1aab92e
-Size (Net-SSLeay-1.61.tar.gz) = 411137 bytes
+SHA1 (Net-SSLeay-1.63.tar.gz) = 347e890feed26635db461c67f83f70d31a1e21a8
+RMD160 (Net-SSLeay-1.63.tar.gz) = 74a2eade87e0e1bd46f0cae55a045eb3ce75cdf2
+Size (Net-SSLeay-1.63.tar.gz) = 411524 bytes