[Bug 272472] security/gnupg: dirmngr crashes with segfault after devel/gettext-runtime is updated to 0.22
Date: Thu, 13 Jul 2023 13:28:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272472 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fa24cff0d8a99e5d44839d4b358fafaf69cffbe commit 7fa24cff0d8a99e5d44839d4b358fafaf69cffbe Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-07-13 11:38:14 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-07-13 12:44:44 +0000 security/gnupg: Fix dirmngr crash caused by gettext 0.22 Link the threading library after libgpg-error (and libgcrypt, which also links to libgpg-error) so the threading library is initialised before libgpg-error. The initialisation function of libgpg-error calls gettext functions that call threading functions (mutex locking). PR: 272472 Tested by: yasu security/gnupg/Makefile | 1 + security/gnupg/files/patch-dirmngr_Makefile.in (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.