-
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
[pcapplusplus] Update to 22.05 #24697
Conversation
PcapPlusPlus versions do not follow SemVer, they follow CalVer. The build is failing because of that. What's the way to fix it? |
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
"22.05" doesn‘t conform to the version format rules and cannot use ./vcpkg format-manifest ports/pcapplusplus/vcpkg.json to format its format, so I changed it to "version-string" and then re-submitted push after formatting vcpkg.json , you can refer to the version format rules here |
Thanks for the update! |
Update PcapPlusPlus port to v22.05
What does your PR fix?
Update PcapPlusPlus to v22/05
Which triplets are supported/not supported? Have you updated the CI baseline?
<all / linux, windows, ...>, <Yes/No>
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/