From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Thu, 30 Jul 2020 16:47:05 +0200 Message-Id: <20200730144705.3263767-1-r.schwebel@pengutronix.de> In-Reply-To: <20200730133639.GI30568@pengutronix.de> References: <20200730133639.GI30568@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] libtasn1: version bump 4.13 -> 4.16.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Robert Schwebel Adapt new configure options; --disable-fuzzing is broken, but disabled if not given. Signed-off-by: Robert Schwebel --- rules/host-libtasn1.make | 2 +- rules/libtasn1.make | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Changes since v1: * change config options for host tool as well diff --git a/rules/host-libtasn1.make b/rules/host-libtasn1.make index 181a905b1..c9061091f 100644 --- a/rules/host-libtasn1.make +++ b/rules/host-libtasn1.make @@ -26,12 +26,12 @@ HOST_LIBTASN1_DIR = $(HOST_BUILDDIR)/$(LIBTASN1) HOST_LIBTASN1_CONF_TOOL := autoconf HOST_LIBTASN1_CONF_OPT := \ $(HOST_AUTOCONF) \ - $(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 # vim: syntax=make 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 # ---------------------------------------------------------------------------- -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de