From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 04 Aug 2022 17:17:09 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oJcaw-00BOrh-VJ for lore@lore.pengutronix.de; Thu, 04 Aug 2022 17:17:09 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oJcay-0007j7-I9; Thu, 04 Aug 2022 17:17:08 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJcYO-0004BR-FO; Thu, 04 Aug 2022 17:14:28 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oJcYL-001igD-GP; Thu, 04 Aug 2022 17:14:27 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oJcYM-000jmj-Uy; Thu, 04 Aug 2022 17:14:27 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 4 Aug 2022 17:14:26 +0200 Message-Id: <20220804151426.175954-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220729092654.3861-3-bruno.thomsen@gmail.com> References: <20220729092654.3861-3-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libgcrypt: version bump 1.8.8 -> 1.10.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 40e2a62009ed477983f56c8dcc788e08233e584b. Michael [sent from post-receive hook] On Thu, 04 Aug 2022 17:14:26 +0200, Bruno Thomsen wrote: > 5 new configure options: > --enable-force-soft-hwfeatures > --disable-shaext-support > --disable-ppc-crypto-support > --disable-instrumentation-munging > --with-fips-module-version=VERSION > > Signed-off-by: Bruno Thomsen > Message-Id: <20220729092654.3861-3-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make > index 8b0b39d0965a..3da2f434ce5e 100644 > --- a/rules/libgcrypt.make > +++ b/rules/libgcrypt.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt > # > # Paths and names > # > -LIBGCRYPT_VERSION := 1.8.8 > -LIBGCRYPT_MD5 := 252045343c586e5261134c91330f5b90 > +LIBGCRYPT_VERSION := 1.10.1 > +LIBGCRYPT_MD5 := 8fadbe1fddafa341dce5ef3869f70e25 > LIBGCRYPT := libgcrypt-$(LIBGCRYPT_VERSION) > LIBGCRYPT_SUFFIX := tar.bz2 > LIBGCRYPT_URL := https://www.gnupg.org/ftp/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX) > @@ -57,10 +57,12 @@ LIBGCRYPT_AUTOCONF := \ > --$(call ptx/endis,LIBGCRYPT_ASM)-asm \ > --disable-m-guard \ > --disable-large-data-tests \ > + --disable-force-soft-hwfeatures \ > --disable-hmac-binary-check \ > --enable-jent-support \ > --enable-padlock-support \ > --enable-aesni-support \ > + --disable-shaext-support \ > --enable-pclmul-support \ > --enable-sse41-support \ > --enable-drng-support \ > @@ -68,7 +70,9 @@ LIBGCRYPT_AUTOCONF := \ > --enable-avx2-support \ > --$(call ptx/endis,PTXCONF_ARCH_ARM_NEON)-neon-support \ > --enable-arm-crypto-support \ > + --disable-ppc-crypto-support \ > --enable-O-flag-munging \ > + --disable-instrumentation-munging \ > --disable-amd64-as-feature-detection \ > --enable-optimization \ > --enable-noexecstack \