mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] gnupg: use the stable 2.4 version line
@ 2025-10-13  9:23 Sven Püschel
  0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-13  9:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

The 2.4.x releases of GnuPG represent stable releases, whereas the 2.5.x
releases are marked as devel. While they are also fully supported and
ready for production use, stay at the latest stable version for PTXDist.

Fixes: fa1e4439f3a6 ("gnupg: version bump 2.4.5 -> 2.5.3")
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/gnupg.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/gnupg.make b/rules/gnupg.make
index 68e710356..a962c79d8 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg
 #
 # Paths and names
 #
-GNUPG_VERSION	:= 2.5.3
-GNUPG_MD5	:= 0f6c849e3c7ad7cefd35b54647044348
+GNUPG_VERSION	:= 2.4.8
+GNUPG_MD5	:= a165b60aeaac0bb4d251117a45199c5f
 GNUPG		:= gnupg-$(GNUPG_VERSION)
 GNUPG_SUFFIX	:= tar.bz2
 GNUPG_URL	:= https://www.gnupg.org/ftp/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX)
@@ -50,6 +50,7 @@ GNUPG_CONF_OPT	:= $(CROSS_AUTOCONF_USR) \
 	--disable-doc \
 	--$(call ptx/endis, PTXCONF_GNUPG_GPGTAR)-gpgtar \
 	--disable-wks-tools \
+	--disable-gpg-is-gpg2 \
 	--$(call ptx/endis, PTXCONF_GLOBAL_SELINUX)-selinux-support \
 	--disable-large-secmem \
 	--enable-trust-models \
-- 
2.47.3




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-13  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13  9:23 [ptxdist] [PATCH] gnupg: use the stable 2.4 version line Sven Püschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox