pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtasn1 Updated libtasn1 to 4.8. Security up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3e95b6d0d51
branches:  trunk
changeset: 348995:f3e95b6d0d51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 22 10:36:00 2016 +0000

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

diffstat:

 security/libtasn1/Makefile |   4 ++--
 security/libtasn1/PLIST    |   3 ++-
 security/libtasn1/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r e8e20f903d99 -r f3e95b6d0d51 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Wed Jun 22 10:30:29 2016 +0000
+++ b/security/libtasn1/Makefile        Wed Jun 22 10:36:00 2016 +0000
@@ -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/}
 
diff -r e8e20f903d99 -r f3e95b6d0d51 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Wed Jun 22 10:30:29 2016 +0000
+++ b/security/libtasn1/PLIST   Wed Jun 22 10:36:00 2016 +0000
@@ -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
diff -r e8e20f903d99 -r f3e95b6d0d51 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Wed Jun 22 10:30:29 2016 +0000
+++ b/security/libtasn1/distinfo        Wed Jun 22 10:36:00 2016 +0000
@@ -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
-RMD160 (libtasn1-4.5.tar.gz) = 1060f96cab7f4580f76cbb5b632b7a6376576544
-SHA512 (libtasn1-4.5.tar.gz) = 9319c7109b006f6f1f52c5cc0ff4b076db0037fb977535e04980dc3a9b3195ef20a451f04771d0eff1d1a104557cc14ccd5147f82e4229230d6539046e7f5108
-Size (libtasn1-4.5.tar.gz) = 1850279 bytes
+SHA1 (libtasn1-4.8.tar.gz) = a59c9f5db50909bd21ae143da40d74397fd51320
+RMD160 (libtasn1-4.8.tar.gz) = c0959f5f5ed12e2963e2edb10a28a17c387d735a
+SHA512 (libtasn1-4.8.tar.gz) = 22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3
+Size (libtasn1-4.8.tar.gz) = 1859924 bytes



Home | Main Index | Thread Index | Old Index