summaryrefslogtreecommitdiffstats
path: root/rules/libtasn1.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-30 16:47:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-31 10:34:07 +0200
commit258d3924437047d1f2751b634f708c126a742afe (patch)
tree02769fb34f4c8ae60240602ff3f44d8933cb6174 /rules/libtasn1.make
parentc3862a7649ac3b01a09b24bdc28959ddbf75202a (diff)
downloadptxdist-258d3924437047d1f2751b634f708c126a742afe.tar.gz
ptxdist-258d3924437047d1f2751b634f708c126a742afe.tar.xz
libtasn1: version bump 4.13 -> 4.16.0
Adapt new configure options; --disable-fuzzing is broken, but disabled if not given. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Message-Id: <20200730144705.3263767-1-r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libtasn1.make')
-rw-r--r--rules/libtasn1.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/libtasn1.make b/rules/libtasn1.make
index af2dc5cc2..a2af741d4 100644
--- a/rules/libtasn1.make
+++ b/rules/libtasn1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
#
# Paths and names
#
-LIBTASN1_VERSION := 4.13
-LIBTASN1_MD5 := ce2ba4d3088119b48e7531a703669c52
+LIBTASN1_VERSION := 4.16.0
+LIBTASN1_MD5 := 531208de3729d42e2af0a32890f08736
LIBTASN1 := libtasn1-$(LIBTASN1_VERSION)
LIBTASN1_SUFFIX := tar.gz
LIBTASN1_URL := $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
@@ -31,12 +31,12 @@ LIBTASN1_CONF_TOOL := autoconf
LIBTASN1_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- $(GLOBAL_LARGE_FILE_OPTION) \
--disable-doc \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-valgrind-tests \
+ --disable-code-coverage \
--disable-gcc-warnings
# ----------------------------------------------------------------------------