2024-03-02 13:55:00 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: zziplib: updated to 0.13.74 v0.13.74 * disabled local file header offset64 * allowed to 'make fortify' for extended debugging * fixed all memleak bugs from address sanitizer * fixed ZIP64 bugs - but the support is still incomplete * fixed remaining failures as they were recorded in testsuite |
2024-02-28 18:58:00 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message: zziplib: updated to 0.13.73 release 0.13.73 * fixed last cmake bug - parallel builds can lead to race condition * abolished centos8 testbuilds and prepared ubuntu24 * integrated some github patches * prepare autoformat with clang-format (not yet enforced) |
2024-01-01 23:18:12 by Niclas Rosenvik | Files touched by this commit (1) |
Log message: zziplib: add missing pkgconfig overrides |
2023-11-17 16:25:14 by Amitai Schleier | Files touched by this commit (2) |
Log message: zziplib: fix clang 15 build with patch from FreeBSD Ports. |
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes. |
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Remove SHA1 distfiles hashes |
2021-04-12 13:20:27 by Nia Alarie | Files touched by this commit (1) |
Log message: zziplib: set PYTHON_FOR_BUILD_ONLY |