Commit Graph

3 Commits

Author SHA1 Message Date
Stig Palmquist
88088f7841 gnupg: 2.4.8 -> 2.4.9
- Updates gnupg 2.4.8 to 2.4.9

- Update freepg patches to source-2.4.9-freepg

- Use `substituteInPlace` with `--replace-fail` to make keyserver change
  more robust.

- Update `static.patch` to generated `configure` (Thanks alyssais)
2026-01-28 05:30:49 +01:00
Alyssa Ross
79f1b8d888 gnupg: don't use autoreconfHook
This was added because the static patch modified configure.ac,
requiring configure to be regenerated.  For reasons we don't totally
understand, regenerating configure has all sorts of other undesirable
side effects.  So to unbreak things, instead of regenerating
configure, we can include just the configure changes relevant to the
static patch in the patch file.

Fixes: 35c9771eee ("gnupg: fix static")
2025-02-20 13:50:40 +01:00
Alyssa Ross
35c9771eee gnupg: fix static
Patch has been submitted upstream, but past experience trying to send
patches to GnuPG does not make me optimistic that this will be dealt
with any time soon.  If it doesn't work out upstream I'll submit it to
freepg, whose patchset we're already using.
2025-02-09 11:04:56 +01:00