pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSLeay Update to 1.63. From the change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab71f97fe5d9
branches:  trunk
changeset: 635705:ab71f97fe5d9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 19:49:45 2014 +0000

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

diffstat:

 security/p5-Net-SSLeay/Makefile |  5 ++---
 security/p5-Net-SSLeay/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r aed1888e9400 -r ab71f97fe5d9 security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Mon Jun 09 19:46:22 2014 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Mon Jun 09 19:49:45 2014 +0000
@@ -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 -r aed1888e9400 -r ab71f97fe5d9 security/p5-Net-SSLeay/distinfo
--- a/security/p5-Net-SSLeay/distinfo   Mon Jun 09 19:46:22 2014 +0000
+++ b/security/p5-Net-SSLeay/distinfo   Mon Jun 09 19:49:45 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index