summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-22 10:36:00 +0000
committerwiz <wiz@pkgsrc.org>2016-06-22 10:36:00 +0000
commit4b49a071d8f41e5f344d63ee559729933a65eb9d (patch)
tree418d52f31632b9bf5cf0246a537bdfbe1ff1a688 /security/libtasn1
parentf8f02d3156922b06e94875440c1abaa5c89cb514 (diff)
downloadpkgsrc-4b49a071d8f41e5f344d63ee559729933a65eb9d.tar.gz
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 (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile4
-rw-r--r--security/libtasn1/PLIST3
-rw-r--r--security/libtasn1/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index aa30bed2c54..6a273960983 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -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 --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST
index 0c17d39a4b1..6f13f4eb848 100644
--- a/security/libtasn1/PLIST
+++ b/security/libtasn1/PLIST
@@ -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_find_structure_from_oid.3
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 --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index 1fe4d86eb97..02994a62068 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -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