Thanks, applied as dc556e8dd9ad698f8923972b5b827cc852a89d2f. Michael
[sent from post-receive hook] On Fri, 17 Oct 2025 10:20:56 +0200, Sven Püschel <[email protected]> wrote: > 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/gnupg.make b/rules/gnupg.make > index 68e7103569f2..a962c79d825d 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 \
