-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: add version 1.2.12 #9980
zlib: add version 1.2.12 #9980
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying zlib/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
#endif | ||
|
||
-#if defined(_WIN32) || defined(__CYGWIN__) | ||
+#if defined(_WIN32) |
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.
I don't think that is wrong, and I hope _WIN32
also exists when using mingw to cross-compile to windows (from Linux).
But all the sudden the file will have a different checksum for the old version in the conan_imports_manifest.txt
.
Is it a good idea to change it like that, why not just do exactly the same, and use #if defined(_WIN32) || defined(__MINGW32__)
?
This update fixes a security issue, Given the amount on packages that depend on zlib, it would be nice if that PR would go through, but it fails now the second time and is already some days here, and I can not see why it fails so I do not know how to help. Any idea how the situation could be improved, can you please help me to help @uilianries or @jgsogo, or anyone else ? |
Almost all PR fail in Windows agents since yesterday, I don't think it's specific to this PR. |
Thanks Spaclm for the explaination! Still would like to know if it's a good idea to change header for the old version for no reason, or if people think it does not matter when the checksums in the imports manifest change |
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.
LGTM
Specify library name and version: zlib/1.2.12
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!
conan-center hook activated.