From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.pqgruber.com ([52.59.78.55]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kKeTc-0001od-EH for ptxdist@pengutronix.de; Tue, 22 Sep 2020 11:20:44 +0200 From: Clemens Gruber Date: Tue, 22 Sep 2020 11:20:13 +0200 Message-Id: <20200922092015.84149-5-clemens.gruber@pqgruber.com> In-Reply-To: <20200922092015.84149-1-clemens.gruber@pqgruber.com> References: <20200922092015.84149-1-clemens.gruber@pqgruber.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] gnupg: version bump 2.2.9 -> 2.2.23 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: Clemens Gruber Fixes build errors with GCC 10. Signed-off-by: Clemens Gruber --- rules/gnupg.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/gnupg.make b/rules/gnupg.make index 90a91cb06..cdf70e9ed 100644 --- a/rules/gnupg.make +++ b/rules/gnupg.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg # # Paths and names # -GNUPG_VERSION := 2.2.9 -GNUPG_MD5 := 52c895a81f514a65e08923736c38654a +GNUPG_VERSION := 2.2.23 +GNUPG_MD5 := a094ff856a53a9a9fd5465657d998079 GNUPG := gnupg-$(GNUPG_VERSION) GNUPG_SUFFIX := tar.bz2 GNUPG_URL := ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX) @@ -80,7 +80,6 @@ GNUPG_CONF_OPT := $(CROSS_AUTOCONF_USR) \ --disable-rpath \ --disable-nls \ --enable-endian-check \ - --disable-regex \ --enable-optimization \ --disable-werror \ --disable-all-tests \ -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de