summaryrefslogtreecommitdiff
path: root/thirdparty/zlib
AgeCommit message (Collapse)Author
2023-01-07zlib/minizip: Update to version 1.2.13, remove zlib from freetypeDeeJayLSP
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-31zlib/minizip: Update to version 1.2.12Ré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-16zlib: Update to upstream version 1.2.11Rémi Verschelde
2017-01-05zlib: Update to upstream 1.2.10Rémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde