summaryrefslogtreecommitdiff
path: root/src/minizip
AgeCommit message (Collapse)Author
2024-01-27Upgraded to minizip 1.1 from zlib 1.3.1Xavier Roche
closes:#272
2023-11-18Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3Xavier Roche
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
2023-11-18Reject overflows of zip header fields in minizip.Hans Wennborg
This checks the lengths of the file name, extra field, and comment that would be put in the zip headers, and rejects them if they are too long. They are each limited to 65535 bytes in length by the zip format. This also avoids possible buffer overflows if the provided fields are too long. (cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c)
2023-11-17Manually re-apply diff: zip.hJames Addison
2023-11-17Manually re-apply diff: zip.cJames Addison
2023-11-17Manually re-apply diff: mztools.cJames Addison
2023-11-17Remove redundant diff: iowin32.hJames Addison
2023-11-17Manually re-apply diff: ioapi.hJames Addison
2023-11-17Manually re-apply diff: ioapi.cJames Addison
2023-11-17Update .orig files based on minizip code from zlib v1.3James Addison
2023-11-17Raw copy of minizip source files from zlib v1.3 releaseJames Addison
2023-01-15Fixed build error due to renamed zlib's OF() macroXavier Roche
Closes #246
2014-06-22No fopen64() on Android.Xavier Roche
2014-06-11Fixed zlib warning (build zlib with -DZLIB_CONST)Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
2014-06-08Added diffXavier Roche
2014-06-08Reverted diff, groumph.Xavier Roche
2014-06-08Added minizip orig files.Xavier Roche
2014-06-08Fixed FTBFS when compiling with zlib versions < 1.2.70 (sammyx)Xavier Roche
2014-05-24Minizip warning fixes.Xavier Roche
2014-05-24Removed ChangeLogUnzipXavier Roche
2014-05-24Fixed minizip.Xavier Roche
2014-05-24Missing zflush_file member.Xavier Roche
2014-05-24Upgraded to minizip 1.1 from zlib 1.2.8Xavier Roche
2014-05-24No diff.Xavier Roche
2014-05-24Diff are better.Xavier Roche
2013-06-08Merged ↵Xavier Roche
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.44.1%2Bzlib-1.2.5.1.patch?view=log> Add patch to fix building with recent zlib, thanks to Lars Wendler in bug #383805. Bump to EAPI=4. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
2012-03-19Debian repositoryXavier Roche
2012-03-19httrack 3.43.12 (again)Xavier Roche
2012-03-19httrack 3.43.5Xavier Roche
2012-03-19httrack 3.43.12Xavier Roche
2012-03-19httrack 3.33.16Xavier Roche