-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[zlib] update to 1.3.1 #36395
[zlib] update to 1.3.1 #36395
Conversation
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 should remove line 52 (ZLIB_VERSION is already 1.3.1 not 1.3):
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/zlib.h" "#define ZLIB_VERSION \"1.3\"" "#define ZLIB_VERSION \"1.3.0\"")
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 for spotting this. I have removed the workaround.
The usage test passed on
|
* [zlib] update to version 1.3.1 * [zlib] adapt patches * [zlib] regenerate version info * [zlib] remove version workaround * [zlib] regenerate version info * CI
Fixes #36394.
./vcpkg x-add-version --all
and committing the result.A note regarding the patches:
ZLIB_BUILD_EXAMPLES
A second pair of eyes on the changes for the patches would be welcome. I aimed to recreate the effect of the existing patches.