summaryrefslogtreecommitdiff
path: root/thirdparty/minizip/zip.c
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.
2018-05-16Update minizip to 1.2.11volzhs
2017-08-18minizip: Reapply Godot-specific changes for seek supportRémi Verschelde
I have not assessed whether they are still all relevant.
2017-08-18minizip: Sync with pristine contrib/minizip from zlib 1.2.4Rémi Verschelde
Godot-specific changes are undone in this commit, they will be readded and properly documented in the following commit.
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde