-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[7-Zip] update to 22.01 #27995
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
[7-Zip] update to 22.01 #27995
Conversation
| "name": "7zip", | ||
| "version": "22.0", | ||
| "port-version": 1, | ||
| "version-string": "22.01", |
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.
When I use the original "version", powershell tells me
error: while loading F:\Feature-test\v8\vcpkg\ports\7zip\vcpkg.json:
$ (a manifest): 'version' text was not a relaxed version:
error: `22.01` is not a valid relaxed version (semver with arbitrary numeric element count).
When I try to use "version-semver", I get the error again:
error: while loading F:\Feature-test\v8\vcpkg\ports\7zip\vcpkg.json:
$ (a manifest): 'version-semver' text was not a semantic version:
error: `22.01` is not a valid semantic version, consult
So in the end I chose "version-string"
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.
Where is the problem with "versions": "22.1"?
vcpkg's unwillingness to handle leading zeros causes similar fuzziness for version-date in port poppler et al. Today, it also limits the usability of ${VERSION}.
| "name": "7zip", | ||
| "version": "22.0", | ||
| "port-version": 1, | ||
| "version-string": "22.01", |
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.
Where is the problem with "versions": "22.1"?
vcpkg's unwillingness to handle leading zeros causes similar fuzziness for version-date in port poppler et al. Today, it also limits the usability of ${VERSION}.
|
Thank you! |
|
IMO this PR needlessly degraded the version scheme. |
Fix #27993
Update 7zip to the latest version 22.01
Note: no feature need to test.