summaryrefslogtreecommitdiffstats
path: root/thirdparty/minizip
Commit message (Collapse)AuthorAgeFilesLines
* zlib/minizip: Update to version 1.3.1Rémi Verschelde2024-01-247-54/+18
| | | | | Minizip includes previously backported fix for CVE-2023-45853, and a Debian patch for CVE-2014-9485 was also upstreamed.
* minizip: Backport patch to fix CVE-2023-45853Rémi Verschelde2023-11-292-0/+47
|
* zlib/minizip: Update to version 1.3Rémi Verschelde2023-08-2910-1092/+573
| | | | | | | | Upstreams the fix from #73310, so we can remove that patch. Remove `infback.c` which we stopped compiling after #79273. The `OF` macro was also removed so I can drop the patch where I yell at Gentoo developers.
* Fix ZIPReader failing to open empty zip filesRedworkDE2023-02-142-22/+263
|
* zlib/minizip: Update to version 1.2.13, remove zlib from freetypeDeeJayLSP2023-01-078-29/+26
| | | | | | | | | | | | 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>
* zlib/minizip: Update to version 1.2.12Rémi Verschelde2022-03-319-105/+128
| | | | | | | | 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.
* Update minizip to 1.2.11volzhs2018-05-167-44/+67
|
* minizip: Fix compatibility with Gentoo's unique zlib APIRémi Verschelde2017-08-222-0/+43
| | | | | Fixes #10539 in a diplomatic way (as opposed to telling Gentoo users to just change their distro or rebuild zlib from upstream...).
* minizip: Reapply Godot-specific changes for seek supportRémi Verschelde2017-08-186-14/+452
| | | | I have not assessed whether they are still all relevant.
* minizip: Sync with pristine contrib/minizip from zlib 1.2.4Rémi Verschelde2017-08-189-347/+213
| | | | | Godot-specific changes are undone in this commit, they will be readded and properly documented in the following commit.
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-289-0/+5702