diff options
author | adam <adam@pkgsrc.org> | 2014-06-02 16:30:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-06-02 16:30:44 +0000 |
commit | a4d696eda8244d217b94918e40653b2eb79c2bbe (patch) | |
tree | 01df856fecbdd2fc963841313b4e4d3b4f8d4170 /security | |
parent | d4c05531e1d87f5eff6d1ad4ff8cafca027f498d (diff) | |
download | pkgsrc-a4d696eda8244d217b94918e40653b2eb79c2bbe.tar.gz |
Changes 3.6:
- Corrected an off-by-one error in ASN.1 DER tag decoding.
- Several improvements and new safety checks on DER decoding;
issues found using Codenomicon TLS test suite.
- Marked asn1_der_decoding_element() as deprecated. Use
asn1_der_decoding() instead.
Diffstat (limited to 'security')
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index c7339ac5d46..f08a793e52c 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2014/05/03 19:40:22 adam Exp $ +# $NetBSD: Makefile,v 1.60 2014/06/02 16:30:44 adam Exp $ -DISTNAME= libtasn1-3.5 +DISTNAME= libtasn1-3.6 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 0ff3578165d..8dd899708ed 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2014/05/03 19:40:22 adam Exp $ +$NetBSD: distinfo,v 1.41 2014/06/02 16:30:44 adam Exp $ -SHA1 (libtasn1-3.5.tar.gz) = 7e38f027c765eb5434bf050aef0f20aee45e3420 -RMD160 (libtasn1-3.5.tar.gz) = 59df290841094094a4d6ac927ce98d1f7c70a98a -Size (libtasn1-3.5.tar.gz) = 1847285 bytes +SHA1 (libtasn1-3.6.tar.gz) = 0b0ac4388ee08f90b90dccfec63e5b026f23cf2c +RMD160 (libtasn1-3.6.tar.gz) = a8bdb673cc6b99191e8fffb6c604aef3b77f6e71 +Size (libtasn1-3.6.tar.gz) = 1849205 bytes |