Skip to content
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michael-doubez
Copy link

@michael-doubez michael-doubez commented Dec 18, 2024

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@michael-doubez
Copy link
Author

@microsoft-github-policy-service agree

@michael-doubez michael-doubez changed the title Libsmb2 update [libsmb2] update to v6.1 and add features to activate krb5 Dec 18, 2024
@jimwang118 jimwang118 added the category:port-update The issue is with a library, which is requesting update new revision label Dec 19, 2024
@michael-doubez michael-doubez changed the title [libsmb2] update to v6.1 and add features to activate krb5 [libsmb2] update to v6.2 and add features to activate krb5 Dec 23, 2024
Copy link
Author

@michael-doubez michael-doubez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@michael-doubez
Copy link
Author

@jimwang118 Can you please review the PR ?

@jimwang118
Copy link
Contributor

All feature test passed with x64-windows triplet.

@jimwang118 jimwang118 added the info:reviewed Pull Request changes follow basic guidelines label Dec 24, 2024
ports/libsmb2/vcpkg.json Outdated Show resolved Hide resolved
@michael-doubez
Copy link
Author

@dg0yt krb5 transitive dependency added (thx for pointing that out)

Comment on lines +18 to +27
"default-features": [
{
"name": "gssapi",
"platform": "ios"
},
{
"name": "krb5",
"platform": "linux"
}
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"default-features": [
{
"name": "gssapi",
"platform": "ios"
},
{
"name": "krb5",
"platform": "linux"
}
],
"default-features": [
"gssapi",
"krb5"
],

@jimwang118 jimwang118 removed the info:reviewed Pull Request changes follow basic guidelines label Dec 25, 2024
@jimwang118 jimwang118 marked this pull request as draft December 25, 2024 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants