summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-12Update README.mdHEADmainhaturau
2024-05-12first commithaturatu
2024-02-13Add missing missing helper (closes #273)Xavier Roche
2024-01-27Updated to 3.49.5Xavier Roche
2024-01-27Removed iowin32.h.origXavier Roche
2024-01-27Removed iowin32.h.diffXavier Roche
2024-01-27Updated libtoolXavier Roche
2024-01-27Upgraded to minizip 1.1 from zlib 1.3.1Xavier Roche
closes:#272
2023-11-18Merge pull request #252 from fweimer-rh/c99Xavier Roche
configure: Avoid implicit declaration of exit, strcmp in snprintf probes
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-04-25configure: Avoid implicit declaration of exit, strcmp in snprintf probesFlorian Weimer
Future compilers will not support implicit function declarations by default, so add the additional #include directives for the appropriate function prototypes.
2023-01-21Lintian fixesXavier Roche
2023-01-21Removed log filesXavier Roche
2023-01-21Added missing EXTRA_DISTXavier Roche
2023-01-15Fixed build error due to renamed zlib's OF() macroXavier Roche
Closes #246
2023-01-15Fixed gl_VISIBILITY hidden dependencyXavier Roche
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245
2023-01-14Updated submodulesXavier Roche
2023-01-14Updated to 3.49.4Xavier Roche
2023-01-14Added history entry for upcoming releaseXavier Roche
2023-01-14Push default bandwidth to 100kiB/s, max to 10MiB/sXavier Roche
2023-01-14Fixed typosXavier Roche
2023-01-14Fixed and modernize lintian handlingXavier Roche
2023-01-14Move htsserver from /usr/lib/httrack to regular /usr/binXavier Roche
2023-01-14Add support for -fcf-protectionXavier Roche
2023-01-14Fixed LD_FLAGSXavier Roche
2023-01-14Fixed more lintian warningsXavier Roche
2023-01-14Fixed lintial warning over breakout-linkXavier Roche
2023-01-14Fixed lintial warning over missing-depends-on-sensible-utilsXavier Roche
2023-01-14Fixed lintial warning over libc for testsXavier Roche
2023-01-14Set debian/compat to 13Xavier Roche
2023-01-14Fixed null formatXavier Roche
2023-01-14Fixed sprintfXavier Roche
2023-01-14Do not use ftime (deprecated)Xavier Roche
2023-01-14Fixed a bunch of warningsXavier Roche
2023-01-14Set debian/compat to 10 (multiarch)Xavier Roche
2023-01-14Fixed warnings about missing spaces between literal and string macro ↵Xavier Roche
(Bernhard Übelacker)
2023-01-13Added missing closesXavier Roche
2023-01-13Add support for -fstack-clash-protectionXavier Roche
2023-01-13Add support for pieXavier Roche
2023-01-13Fixed DEFAULT_LDFLAGSXavier Roche
2023-01-13Revert to Multi-Arch: noXavier Roche