Re: git: d58f02417501 - main - devel/gnupg25: new port 2.5.17, latest upstream
- In reply to: Adriaan de Groot : "git: d58f02417501 - main - devel/gnupg25: new port 2.5.17, latest upstream"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Feb 2026 10:12:35 UTC
On Sat, 31 Jan 2026 11:42:04 +0100, Adriaan de Groot wrote:
>
> The branch main has been updated by adridg:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=d58f024175010bddf7e07b96a635fa24d0c21542
>
> commit d58f024175010bddf7e07b96a635fa24d0c21542
> Author: Adriaan de Groot <adridg@FreeBSD.org>
> AuthorDate: 2026-01-05 23:19:23 +0000
> Commit: Adriaan de Groot <adridg@FreeBSD.org>
> CommitDate: 2026-01-31 10:41:16 +0000
>
> devel/gnupg25: new port 2.5.17, latest upstream
>
> 2.5.16 was (kind of suddenly, since I was waiting for 2.6) declared the
> stable version. This was probably because of gpg.fail (which was partly
> addressed by the previous update to 2.4.9).
>
> Then 2.5.17 was released to address a number of critical security issues
> introduced in the 2.5 branch. Release notes and discussion can
> be found at
> https://lwn.net/Articles/1056209/
> Upstream release notes at
> https://dev.gnupg.org/T7996
>
> Marked as conflicting with gnupg1 and gnupg-2.4* because the names
> of executables have changed again, and the "is-gpg2" flags went
> away, so co-installability is poor.
Thanks.
$ git diff security/Makefile
diff --git a/security/Makefile b/security/Makefile
index 59f83152d4bb..cea32a480ce7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -187,6 +187,7 @@
SUBDIR += gnupg
SUBDIR += gnupg-pkcs11-scd
SUBDIR += gnupg1
+ SUBDIR += gnupg25
SUBDIR += gnutls
SUBDIR += go-cve-dictionary
SUBDIR += go-tuf
???