-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
base: master
Are you sure you want to change the base?
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) |
"default-features": [ | ||
{ | ||
"name": "gssapi", | ||
"platform": "ios" | ||
}, | ||
{ | ||
"name": "krb5", | ||
"platform": "linux" | ||
} | ||
], |
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.
"default-features": [ | |
{ | |
"name": "gssapi", | |
"platform": "ios" | |
}, | |
{ | |
"name": "krb5", | |
"platform": "linux" | |
} | |
], | |
"default-features": [ | |
"gssapi", | |
"krb5" | |
], |
./vcpkg x-add-version --all
and committing the result.