From 64d95c78e32b53319e78e846b18b74206418b956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 29 Dec 2024 11:47:10 +0100 Subject: [PATCH] gnu: gnupg: Update to 2.4.7. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnupg.scm (gnupg): Update to 2.4.7. [arguments]: Adjust ‘patch-test-paths’. Change-Id: I63fabffebf80a2c9f1bb9ba421712bb49100711e --- gnu/packages/gnupg.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 74bd698a7a1d66e1ead3b9ab57748a1453d093fb..73d507f3ddc787986e364781e896118ee6bcbfd8 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -320,9 +320,10 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - ;; Note: The 2.2.X releases are Long Term Support (LTS), so stick to it - ;; for our stable 'gnupg'. - (version "2.2.39") + ;; Note: Odd minor versions are usually for development purposes. See + ;; for how to pick the right + ;; version. + (version "2.4.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version @@ -330,7 +331,7 @@ compatible to GNU Pth.") (patches (search-patches "gnupg-default-pinentry.patch")) (sha256 (base32 - "0bscgv9gg9yhlpyia7b9l438cq6dvv6pwlhbl70df9phhmkdnx5b")))) + "0ipbhlxwr79l66b907640a0j67s04w826s50djqf7q579mp7093v")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) @@ -391,9 +392,7 @@ compatible to GNU Pth.") (string-append (getcwd) "/tests/gpgscm/gpgscm"))))) (add-before 'build 'patch-test-paths (lambda _ - (substitute* '("tests/inittests" - "tests/pkits/inittests" - "tests/Makefile" + (substitute* '("tests/pkits/inittests" "tests/pkits/common.sh" "tests/pkits/Makefile") (("/bin/pwd") (which "pwd")))