The Samba-Bugzilla – Attachment 18451 Details for
Bug 15726
4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as rfc 8009 etypes are used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for v4-21-test
bfixes-tmp421.txt (text/plain), 1.16 KB, created by
Stefan Metzmacher
on 2024-10-01 09:06:02 UTC
(
hide
)
Description:
Patch for v4-21-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2024-10-01 09:06:02 UTC
Size:
1.16 KB
patch
obsolete
>From 7ad5e464f3c4e6081f38da1ea7ea573805fdc073 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Fri, 13 Sep 2024 22:12:34 +0200 >Subject: [PATCH] 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) >--- > wscript_configure_system_mitkrb5 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/wscript_configure_system_mitkrb5 b/wscript_configure_system_mitkrb5 >index acc968543ddc..8f5ebf066f15 100644 >--- a/wscript_configure_system_mitkrb5 >+++ b/wscript_configure_system_mitkrb5 >@@ -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 >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
asn
:
review+
Actions:
View
Attachments on
bug 15726
: 18451