mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
system_mitkrb5: require 1.16 as we use ENCTYPE_AES256_CTS_HMAC_SHA384_192
commit 8e931fce126e8c1128da893c806702731c08758a introduced that implicit dependency, we better make it more clear, which might allow relying on more modern stuff in future... BUG: https://bugzilla.samba.org/show_bug.cgi?id=15726 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 5bcaafb757f704b2985057a5d3b1ad5fd42ae9f7) Autobuild-User(v4-21-test): Jule Anger <janger@samba.org> Autobuild-Date(v4-21-test): Wed Oct 9 10:07:54 UTC 2024 on atb-devel-224
This commit is contained in:
parent
aca7b7b44b
commit
66a21e46d0
@ -4,7 +4,7 @@ from waflib import Logs, Options, Errors
|
||||
# Check for kerberos
|
||||
have_gssapi=False
|
||||
|
||||
krb5_min_required_version = "1.9"
|
||||
krb5_min_required_version = "1.16"
|
||||
|
||||
# Required versions
|
||||
krb5_required_version = krb5_min_required_version
|
||||
|
Loading…
x
Reference in New Issue
Block a user