summaryrefslogtreecommitdiff
path: root/security/libtasn1/Makefile
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/Makefile
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/Makefile')
-rw-r--r--security/libtasn1/Makefile4
1 files changed, 2 insertions, 2 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/}