pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtasn1 Changes 3.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d08dbdbc7a91
branches:  trunk
changeset: 635307:d08dbdbc7a91
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 02 16:30:44 2014 +0000

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

 security/libtasn1/Makefile |  4 ++--
 security/libtasn1/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2c2e5166a227 -r d08dbdbc7a91 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Mon Jun 02 14:20:07 2014 +0000
+++ b/security/libtasn1/Makefile        Mon Jun 02 16:30:44 2014 +0000
@@ -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 -r 2c2e5166a227 -r d08dbdbc7a91 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Mon Jun 02 14:20:07 2014 +0000
+++ b/security/libtasn1/distinfo        Mon Jun 02 16:30:44 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index