mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
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>
14 lines
527 B
Diff
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])
|
|
;;
|