-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[poco] Update to 1.12.5p1 #35307
[poco] Update to 1.12.5p1 #35307
Conversation
@microsoft-github-policy-service agree company="Comrex AG" |
@Cheney-W could you help get this updated? 1.12.5 had a critical bug which was fixed in 1.12.5p1. I’m not sure if I did something wrong with the update or if it just needs maintainer approval, but any help would be much appreciated! |
ports/poco/vcpkg.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "poco", | |||
"version": "1.12.5", | |||
"version": "1.12.5p1", |
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.
You can't this literal here, and changing the version scheme also isn't a good idea.
It might be appropriate to use 1.12.5.1
here if POCO will never use it.
But then the REF
in the portfile must be modified to use 1.12.5p1
literally.
(Disclaimer: I'm only a community member.)
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.
Great, thanks @dg0yt!
e26a6f4
to
691249f
Compare
ports/poco/portfile.cmake
Outdated
@@ -2,7 +2,7 @@ vcpkg_from_github( | |||
OUT_SOURCE_PATH SOURCE_PATH | |||
REPO pocoproject/poco | |||
REF "poco-${VERSION}-release" |
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.
REF "poco-${VERSION}-release" | |
REF "poco-1.12.5p1-release" |
Please modify to resolve the following errors:
Downloading https://vcpkgassetcacheeastasia.blob.core.windows.net/cache/9cf885f67d87b86d3d5337aa2a3247a5828e071bba04304dfb79f7e00d94cd245e5def5191400a5753eebe0611b7f120c470cb0e0ab9b120f1d8b5f202d7d3d7?*** SECRET ***
Downloading https://github.com/pocoproject/poco/archive/poco-1.12.5.1-release.tar.gz
error: Failed to download from mirror set
error: https://vcpkgassetcacheeastasia.blob.core.windows.net/cache/9cf885f67d87b86d3d5337aa2a3247a5828e071bba04304dfb79f7e00d94cd245e5def5191400a5753eebe0611b7f120c470cb0e0ab9b120f1d8b5f202d7d3d7?*** SECRET ***: failed: status code 404
error: https://github.com/pocoproject/poco/archive/poco-1.12.5.1-release.tar.gz: failed: status code 404
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.
Thanks @MonicaLiu0311!
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.
This is what I meant by
the REF in the portfile must be modified to use 1.12.5p1 literally.
Remember to mark the PR as "Ready for review" again.
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.
@dg0yt ahh, yes makes sense now. Thanks again.
Note: I will be converting your PR to draft status. When you're ready, please revert to "ready for review". |
All features are tested successfully in the following triplet:
The usage test passed on
|
The "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.