gentoo-ebuilds/sys-auth/sssd/files/sssd-2.9.7-kerberos-1-22.patch
Christopher Byrne 5b797e3e35
sys-auth/sssd: Allow compile against app-crypt/mit-krb5-1.22
sys-auth/sssd uses an unstable API from app-crypt/mit-krb5. Because it
could change at any time, upstream restricts which versions of
app-crypt/mit-krb5 it will work with. So every time there's a new
version of app-crypt/mit-krb5, upstream has to check if the ABI changed
and add the appropriate test for the new version.

Upstream currently cannot automate this for reasons listed in
https://github.com/SSSD/sssd/issues/8068.

Closes: https://bugs.gentoo.org/961637
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43708
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-25 01:11:51 +01:00

14 lines
527 B
Diff

diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index 90727185b..3501b6b71 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -23,7 +23,8 @@ then
Kerberos\ 5\ release\ 1.18* | \
Kerberos\ 5\ release\ 1.19* | \
Kerberos\ 5\ release\ 1.20* | \
- Kerberos\ 5\ release\ 1.21*)
+ Kerberos\ 5\ release\ 1.21* | \
+ Kerberos\ 5\ release\ 1.22*)
krb5_version_ok=yes
AC_MSG_RESULT([yes])
;;