-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libsmb2] update to v6.2 and add features to activate krb5 #42779
Conversation
@microsoft-github-policy-service agree |
6d430eb
to
f31932a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jimwang118 Can you please review the PR ? |
All feature test passed with x64-windows triplet. |
f31932a
to
469ab41
Compare
@dg0yt krb5 transitive dependency added (thx for pointing that out) |
I respected the original package intent which was to include the feature by default. krb5 allows using smb with LDAP so it is a sensible default.
Well, you are right. I suspect that gssapi is in fact part of krb5 but I don't have an ios env to test that so I prefered a /safe/ choice. |
@dg0yt hello. Good for you ? |
I still assume thatt a single "kerberos" feature would be more appropriate. But I don't want to push the idea. The PR has info:reviewed, and it is not broken. |
I ll make the change to have only one feature. |
469ab41
to
bdc3bc0
Compare
@dg0yt Here it is. Thank you for your feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the default features comment
bdc3bc0
to
4465848
Compare
@JavierMatosD done as suggested. Although it means that on Linux people must be aware that feature must be activated if they want krb5 (LDAP ....) support. Too bad there isn't an "exclude" feature or something like |
I wonder if default features should really be stuck with outdated security capabilities. |
Co-authored-by: Kai Pastor <dg0yt@darc.de>
84b711a
to
9a4e85d
Compare
@JavierMatosD Hello. Could you please review the PR ? |
@michael-doubez You must mark as ready for review. |
./vcpkg x-add-version --all
and committing the result.