1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +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>
This commit is contained in:
Stefan Metzmacher 2024-09-13 22:12:34 +02:00
parent f749330dda
commit 5bcaafb757

View File

@ -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