LibKSBA is GnuPGs implementation of ASN.1 as used by S/MIME. It is used by the gpgsm and dirmngr tools, which are disabled in ptxdist. Ptxdists gnupg does not link to libksba and builds without it as I tested for gnupg 2.4.3 and 2.4.5.
Signed-off-by: Jonas Rebmann <[email protected]> --- rules/gnupg.in | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/gnupg.in b/rules/gnupg.in index e66ed0d40a6264a388a9113e22738a9d7745ca86..e967b73ffbd5ab796dd195eb7ecda2f6de18042f 100644 --- a/rules/gnupg.in +++ b/rules/gnupg.in @@ -6,7 +6,6 @@ menuconfig GNUPG select GCCLIBS_GCC_S select LIBASSUAN select LIBGCRYPT - select LIBKSBA select NPTH select READLINE select ZLIB if GNUPG_GPG_ZIP --- base-commit: 2aa3757e42855f588f8a743d3b413450c50a2d48 change-id: 20250130-gnupg-no-libksba-1a0d44f91670 Best regards, -- Jonas Rebmann <[email protected]>
