Update to 1.69:
1.69 2015-06-04 Testing with OpenSSL 1.0.2, 1.0.2a. OK. Completed LibreSSL compatibility with the kind assistance of Alexander Bluhm. Improved compatibility with OpenSSL 1.0.2a as suggested by Petr Pisar. Added the X509_check_* functions introduced in OpenSSL 1.0.2, contributed by Carsten Gaebler. Added support for X509_V_FLAG_TRUSTED_FIRST constant, patch from Gisle Aas. Patch allows get_keyblock_size to work correctly with OpenSSL 1.0.1 and later versions. Contributed by Heikki Vatiainen.
This commit is contained in:
parent
537525abc5
commit
23b77f124e
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.69 2015/01/25 11:58:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.70 2015/06/07 08:13:50 wiz Exp $
|
||||
|
||||
DISTNAME= Net-SSLeay-1.68
|
||||
DISTNAME= Net-SSLeay-1.69
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.34 2015/01/25 11:58:41 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.35 2015/06/07 08:13:50 wiz Exp $
|
||||
|
||||
SHA1 (Net-SSLeay-1.68.tar.gz) = cf2fea6241e0250cbcf3e572835b2397f35944d2
|
||||
RMD160 (Net-SSLeay-1.68.tar.gz) = 373cb8fa303b181d7af806bb372b0f3bb4c60c70
|
||||
Size (Net-SSLeay-1.68.tar.gz) = 384100 bytes
|
||||
SHA1 (Net-SSLeay-1.69.tar.gz) = 7334b6c35e116daee7966371967064e1815faac1
|
||||
RMD160 (Net-SSLeay-1.69.tar.gz) = 59808b3125d4dcfc7bd3efa1791628ef9b3d5708
|
||||
Size (Net-SSLeay-1.69.tar.gz) = 385706 bytes
|
||||
|
|
Loading…
Reference in a new issue