Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-07 | zlib/minizip: Update to version 1.2.13, remove zlib from freetype | DeeJayLSP | |
Security update, fixes CVE-2022-37434 in zlib. Only applications exposing/using `inflateGetHeader()` seem to be affected, which is not our case, so this is not critical for Godot. Remove duplicated copy of zlib in freetype sources to force using the updated version in `thirdparty/zlib/`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-03-31 | zlib/minizip: Update to version 1.2.12 | Rémi Verschelde | |
Security update, fixes CVE-2018-25032 in zlib. Preliminary assessment doesn't show Godot as affected since we don't seem to call `deflate` with the problematic parameters, but the extent of the vulnerability is not fully clear upstream yet. | |||
2017-01-16 | zlib: Update to upstream version 1.2.11 | Rémi Verschelde | |
2017-01-05 | zlib: Update to upstream 1.2.10 | Rémi Verschelde | |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | |