Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-12 | Update README.mdHEADmain | haturau | |
2024-05-12 | first commit | haturatu | |
2024-02-13 | Add missing missing helper (closes #273) | Xavier Roche | |
2024-01-27 | Updated to 3.49.5 | Xavier Roche | |
2024-01-27 | Removed iowin32.h.orig | Xavier Roche | |
2024-01-27 | Removed iowin32.h.diff | Xavier Roche | |
2024-01-27 | Updated libtool | Xavier Roche | |
2024-01-27 | Upgraded to minizip 1.1 from zlib 1.3.1 | Xavier Roche | |
closes:#272 | |||
2023-11-18 | Merge pull request #252 from fweimer-rh/c99 | Xavier Roche | |
configure: Avoid implicit declaration of exit, strcmp in snprintf probes | |||
2023-11-18 | Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3 | Xavier Roche | |
Maintenance: update vendored minizip code to the version distributed with zlib v1.3 | |||
2023-11-18 | Reject 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-17 | Manually re-apply diff: zip.h | James Addison | |
2023-11-17 | Manually re-apply diff: zip.c | James Addison | |
2023-11-17 | Manually re-apply diff: mztools.c | James Addison | |
2023-11-17 | Remove redundant diff: iowin32.h | James Addison | |
2023-11-17 | Manually re-apply diff: ioapi.h | James Addison | |
2023-11-17 | Manually re-apply diff: ioapi.c | James Addison | |
2023-11-17 | Update .orig files based on minizip code from zlib v1.3 | James Addison | |
2023-11-17 | Raw copy of minizip source files from zlib v1.3 release | James Addison | |
2023-04-25 | configure: Avoid implicit declaration of exit, strcmp in snprintf probes | Florian Weimer | |
Future compilers will not support implicit function declarations by default, so add the additional #include directives for the appropriate function prototypes. | |||
2023-01-21 | Lintian fixes | Xavier Roche | |
2023-01-21 | Removed log files | Xavier Roche | |
2023-01-21 | Added missing EXTRA_DIST | Xavier Roche | |
2023-01-15 | Fixed build error due to renamed zlib's OF() macro | Xavier Roche | |
Closes #246 | |||
2023-01-15 | Fixed gl_VISIBILITY hidden dependency | Xavier Roche | |
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245 | |||
2023-01-14 | Updated submodules | Xavier Roche | |
2023-01-14 | Updated to 3.49.4 | Xavier Roche | |
2023-01-14 | Added history entry for upcoming release | Xavier Roche | |
2023-01-14 | Push default bandwidth to 100kiB/s, max to 10MiB/s | Xavier Roche | |
2023-01-14 | Fixed typos | Xavier Roche | |
2023-01-14 | Fixed and modernize lintian handling | Xavier Roche | |
2023-01-14 | Move htsserver from /usr/lib/httrack to regular /usr/bin | Xavier Roche | |
2023-01-14 | Add support for -fcf-protection | Xavier Roche | |
2023-01-14 | Fixed LD_FLAGS | Xavier Roche | |
2023-01-14 | Fixed more lintian warnings | Xavier Roche | |
2023-01-14 | Fixed lintial warning over breakout-link | Xavier Roche | |
2023-01-14 | Fixed lintial warning over missing-depends-on-sensible-utils | Xavier Roche | |
2023-01-14 | Fixed lintial warning over libc for tests | Xavier Roche | |
2023-01-14 | Set debian/compat to 13 | Xavier Roche | |
2023-01-14 | Fixed null format | Xavier Roche | |
2023-01-14 | Fixed sprintf | Xavier Roche | |
2023-01-14 | Do not use ftime (deprecated) | Xavier Roche | |
2023-01-14 | Fixed a bunch of warnings | Xavier Roche | |
2023-01-14 | Set debian/compat to 10 (multiarch) | Xavier Roche | |
2023-01-14 | Fixed warnings about missing spaces between literal and string macro ↵ | Xavier Roche | |
(Bernhard Übelacker) | |||
2023-01-13 | Added missing closes | Xavier Roche | |
2023-01-13 | Add support for -fstack-clash-protection | Xavier Roche | |
2023-01-13 | Add support for pie | Xavier Roche | |
2023-01-13 | Fixed DEFAULT_LDFLAGS | Xavier Roche | |
2023-01-13 | Revert to Multi-Arch: no | Xavier Roche | |