Message ID | 20220828151544.18341-1-maximedevos@telenet.be |
---|---|
State | Accepted |
Headers | show |
Series | [bug#57463] gnu: gnupg: Use mirror URL. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
Maxime Devos <maximedevos@telenet.be> skriver: > In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from > a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any > particular reason for that. The updater has a tendency to change the URI from mirror:// to the resolved URL, which can be easy to miss when staging the patch. (it would be nice to fix that bug) > * gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again. Applied, thanks!
On 29-08-2022 18:04, Marius Bakke wrote: > Maxime Devos <maximedevos@telenet.be> skriver: > >> In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from >> a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any >> particular reason for that. > The updater has a tendency to change the URI from mirror:// to the > resolved URL, which can be easy to miss when staging the patch. > > (it would be nice to fix that bug) I've made a report at #57477, patches are WIP (and not yet sent). Greetings, Maxime.
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 08fa1570d6..a1636a205a 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -287,7 +287,7 @@ (define-public gnupg (version "2.2.32") (source (origin (method url-fetch) - (uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version + (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (patches (search-patches "gnupg-default-pinentry.patch")) (sha256