From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k18jf-0007Pd-SY for ptxdist@pengutronix.de; Thu, 30 Jul 2020 15:36:39 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1k18jf-000366-KR for ptxdist@pengutronix.de; Thu, 30 Jul 2020 15:36:39 +0200 Date: Thu, 30 Jul 2020 15:36:39 +0200 From: Michael Olbrich Message-ID: <20200730133639.GI30568@pengutronix.de> References: <20200725191307.2424653-1-r.schwebel@pengutronix.de> <20200725191307.2424653-4-r.schwebel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200725191307.2424653-4-r.schwebel@pengutronix.de> Subject: Re: [ptxdist] [PATCH 4/9] 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 On Sat, Jul 25, 2020 at 09:13:02PM +0200, Robert Schwebel wrote: > Adapt new configure options; --disable-fuzzing is broken, but disabled > if not given. > > Signed-off-by: Robert Schwebel > --- > rules/libtasn1.make | 6 +++--- > 1 file 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 \ Configure options of host-libtasn1 must be updated as well. Michael > --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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de