-
Notifications
You must be signed in to change notification settings - Fork 30
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 upgrade for CVE-2018-25032 #106
Conversation
Thanks @oxelson , but doesn't the actual zlib 1.2.12 source need included as well? |
le sigh Sorry @akrherz! It's been a day. I'll get that added. 🤪 |
Whelp, CI is green here, but is 1) not good and 2) makes me realize what the docker images were doing with extlibs. Ufff |
I double checked and did grab the source code for the latest zlib and put in the symlink -- but the v1.2.12 directory & contents were not pushed to the repo...? Sorry about that. I'll correct it.
How did you want to proceed? |
@oxelson I am unsure. It would certainly be nice just to jettison zlib from extlibs and let the OS provide the library, but that may be a bridge too far. |
I had to comment of the extlibs/ in .gitignore to get the libz source code added.
I'll defer to you on this. Either way, we should probably rebuild gempak with the new/safe version of zlib and make that available. :-) |
We are not distributing binaries at this time, I am still boggling this. |
Sounds good. 👍 |
Thanks again @oxelson , will take this once CI passes. |
Upgrade to 1.2.12