summaryrefslogtreecommitdiffstats
path: root/thirdparty/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Delete unused files of thirparty libs (zlib, mbedtls)Yevhen Babiichuk (DustDFG)2024-11-074-1838/+0
| | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* zlib/minizip: Update to version 1.3.1Rémi Verschelde2024-01-2411-78/+115
| | | | | Minizip includes previously backported fix for CVE-2023-45853, and a Debian patch for CVE-2014-9485 was also upstreamed.
* zlib/minizip: Update to version 1.3Rémi Verschelde2023-08-2922-2096/+902
| | | | | | | | 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.
* zlib/minizip: Update to version 1.2.13, remove zlib from freetypeDeeJayLSP2023-01-0718-226/+282
| | | | | | | | | | | | 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-3117-985/+10760
| | | | | | | | 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.
* zlib: Update to upstream version 1.2.11Rémi Verschelde2017-01-168-23/+29
|
* zlib: Update to upstream 1.2.10Rémi Verschelde2017-01-0521-765/+3413
|
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-1521-0/+10798