Wed Jun 22 10:36:00 2016 UTC ()
Updated libtasn1 to 4.8. Security update.

* Noteworthy changes in release 4.8 (released 2016-04-11) [stable]
- Fixes to avoid reliance on C undefined behavior.
- Fixes to avoid an infinite recursion when decoding without
  the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
- Combined all the BER octet string decoding functions to a single
  one based on asn1_decode_simple_ber().

* Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
- Fixed regression introduced in the decoding of multi-byte tags
  fix.

* Noteworthy changes in release 4.6 (released 2015-09-05) [stable]
- Allow decoding OCTET STRINGs with multi-byte tags.
- API and ABI changes since last version:
  asn1_get_object_id_der: New function


(wiz)
diff -r1.65 -r1.66 pkgsrc/security/libtasn1/Makefile
diff -r1.17 -r1.18 pkgsrc/security/libtasn1/PLIST
diff -r1.45 -r1.46 pkgsrc/security/libtasn1/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/security/libtasn1/Makefile (expand / switch to context diff)
--- pkgsrc/security/libtasn1/Makefile 2016/02/26 09:41:05 1.65
+++ pkgsrc/security/libtasn1/Makefile 2016/06/22 10:36:00 1.66
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2016/02/26 09:41:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $
 
-DISTNAME=	libtasn1-4.5
+DISTNAME=	libtasn1-4.8
 CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_GNU:=libtasn1/}
 

cvs diff -r1.17 -r1.18 pkgsrc/security/libtasn1/PLIST (expand / switch to context diff)
--- pkgsrc/security/libtasn1/PLIST 2015/03/29 13:10:49 1.17
+++ pkgsrc/security/libtasn1/PLIST 2016/06/22 10:36:00 1.18
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/03/29 13:10:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/06/22 10:36:00 wiz Exp $
 bin/asn1Coding
 bin/asn1Decoding
 bin/asn1Parser
@@ -33,6 +33,7 @@
 man/man3/asn1_get_bit_der.3
 man/man3/asn1_get_length_ber.3
 man/man3/asn1_get_length_der.3
+man/man3/asn1_get_object_id_der.3
 man/man3/asn1_get_octet_der.3
 man/man3/asn1_get_tag_der.3
 man/man3/asn1_length_der.3

cvs diff -r1.45 -r1.46 pkgsrc/security/libtasn1/distinfo (expand / switch to context diff)
--- pkgsrc/security/libtasn1/distinfo 2015/11/04 01:17:49 1.45
+++ pkgsrc/security/libtasn1/distinfo 2016/06/22 10:36:00 1.46
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.46 2016/06/22 10:36:00 wiz Exp $
 
-SHA1 (libtasn1-4.5.tar.gz) = 7d648928729ffd38de84fac8b94d3ae0558de472
+SHA1 (libtasn1-4.8.tar.gz) = a59c9f5db50909bd21ae143da40d74397fd51320
-RMD160 (libtasn1-4.5.tar.gz) = 1060f96cab7f4580f76cbb5b632b7a6376576544
+RMD160 (libtasn1-4.8.tar.gz) = c0959f5f5ed12e2963e2edb10a28a17c387d735a
-SHA512 (libtasn1-4.5.tar.gz) = 9319c7109b006f6f1f52c5cc0ff4b076db0037fb977535e04980dc3a9b3195ef20a451f04771d0eff1d1a104557cc14ccd5147f82e4229230d6539046e7f5108
+SHA512 (libtasn1-4.8.tar.gz) = 22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3
-Size (libtasn1-4.5.tar.gz) = 1850279 bytes
+Size (libtasn1-4.8.tar.gz) = 1859924 bytes