2065 Commits

Author SHA1 Message Date
sebastia daff152920 simple update 3.3.0 -> 3.3.1 2026-06-03 18:38:25 +00:00
naddy 1755d50e65 archivers/unrar: update to 7.21
Switch aarch64 hwcap detection to elf_aux_info().
2026-05-28 10:58:04 +00:00
kn 4d8ca720f5 update to py-zipstream-ng 1.9.2 2026-05-23 21:57:56 +00:00
sebastia 20a5f69874 update 0.9 -> 1.1.0 2026-05-21 18:28:51 +00:00
sebastia bac704cb19 simple update 3.1.0 -> 3.3.0 2026-05-19 20:18:35 +00:00
matthieu e61eb5e4de Update zziplib to 0.13.80, fixes build with llvm 22.
Tweaks and ok rsadowski@
2026-05-16 08:02:48 +00:00
sthen 704071ac6c drop py-backports-zstd, not needed/usable with Python 3.14 2026-05-12 13:45:44 +00:00
sthen 04333adc08 drop PHP 8.2, merge existing installs into 8.3 2026-05-11 12:03:58 +00:00
tb fd9604a79f innoextract: drop Boost::system requirement to fix build with boost 1.91 2026-05-10 16:42:30 +00:00
naddy 9942a08ea3 archivers/libarchive: update to 3.8.7
Fixes for a motley collection of NULL pointer dereference,
out-of-bounds accesses, heap overflow, etc.
2026-04-18 21:37:43 +00:00
kmos 870572ef97 Move archivers/libmpq to ports-gcc because it uses
builtins (__builtin_bswap16/32/64) that end up missing during linking of
consumers such as games/devilutionx.

Switching to ports-gcc produces a library that allows consumers such
as games/devilutionx to link successfully.

Patch provided by Brad Smith
2026-04-05 04:30:07 +00:00
naddy 42120cb85b archivers/xz: update to 5.8.3
Includes a fix for
CVE-2026-34743: Buffer overflow in lzma_index_append()
2026-04-02 22:50:20 +00:00
naddy 39d8b29a52 archivers/libarchive: update to 3.8.6
Fixes for a motley collection of NULL pointer dereference, SEGV,
out-of-bounds access, infinite loop, memory/file descriptor leaks.
2026-03-28 21:23:17 +00:00
kirill 8e558f7a4d archivers/zpaqfranz: update to 64.7
From maintainer tux0r
2026-03-28 10:30:09 +00:00
sthen e181f76db9 update to libzim-9.5.1 2026-03-22 12:17:44 +00:00
fcambus a611b19577 Update lzip to 1.26. 2026-03-20 17:08:09 +00:00
sthen 59c6a21b92 bump, python.port.mk pypi HOMEPAGE update 2026-03-16 22:28:25 +00:00
fcambus fc18285df1 Update clzip to 1.16. 2026-03-15 23:56:10 +00:00
fcambus e258010398 Update plzip to 1.13. 2026-03-15 23:55:27 +00:00
martin 09e706edf7 Update blosc2 to 2.23.1. 2026-03-14 09:41:24 +00:00
sthen be869af7e0 update to lunzip-1.16 2026-03-12 13:12:27 +00:00
sthen 82ae0c61b7 update to lzlib-1.16 2026-03-12 13:12:24 +00:00
fcambus 7691281321 Update tarlz to 0.29.
The patch for the test suite is no longer needed as the test it was disabling
is not run on OpenBSD anymore.
2026-03-09 22:41:38 +00:00
fcambus 008e8d54aa Update pdlzip to 1.15. 2026-03-09 22:21:49 +00:00
sthen c027068277 update to py3-brotlicffi-1.2.0.1 2026-03-09 11:59:36 +00:00
kirill 26019b1c2a archivers/zpaqfranz: update to 64.6
From maintainer tux0r
2026-03-08 21:41:48 +00:00
fcambus 4fe5fa7a96 Update lziprecover to 1.26. 2026-02-24 17:46:26 +00:00
thfr 151ba3ce86 update to py-zstd 1.5.7.3 2026-02-21 07:39:31 +00:00
sthen e2676f91a2 use CONFIGURE_STYLE=autoreconf instead of similar hand-rolled in post-patch 2026-02-18 10:19:14 +00:00
kirill c05fbc6f38 Update zpaqfranz to 64.5
From maintainer tux0r, thanks!
2026-02-16 17:41:09 +00:00
sthen a323a6250d update to minizip-4.1.0, from Brad 2026-02-13 12:05:38 +00:00
rsadowski e8035d4760 Update CMake to 4.1.2
Major update from 3.31.8 to 4.1.2.

CMake 4.0 introduces a breaking change: compatibility with versions older than
3.5 has been removed. Projects calling cmake_minimum_required() or
cmake_policy() with versions < 3.5 now error out.

To maintain compatibility with existing ports during the transition, the cmake
module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@)
support:

- MODCMAKE_POLICY_VERSION_OVERRIDE ?= No
- MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5

When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to
accept policy versions down to the specified minimum (default 3.5) via
-DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while
acknowledging they may use deprecated features.

https://cmake.org/cmake/help/latest/release/4.0.html
https://cmake.org/cmake/help/latest/release/4.1.html

OK sthen@
2026-02-13 12:02:13 +00:00
sthen 4722361871 fix bumping, REVISION was in the wrong place (in an .if block) 2026-02-12 09:54:21 +00:00
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00
sthen c8f9ab1bc5 update to py3-lsqpack-0.3.23, improve COMMENT 2026-02-10 17:21:46 +00:00
tb 160803cb87 Mechanical WANTLIB sync after Boost update 2026-02-10 13:25:01 +00:00
kirill 53d62ee77b Update zpaqfranz to 64.4
From maintainer tux0r, thanks!
2026-01-25 21:30:41 +00:00
kirill 51f0c88905 Update zpaqfranz to 64.3
From maintainer tux0r, thanks!
2026-01-23 21:23:11 +00:00
sthen e39df7ec24 update to py3-backports-zstd-1.3.0 2026-01-22 12:21:01 +00:00
naddy b4bc8c843e archivers/libarchive: update to 3.8.5 2026-01-13 22:16:47 +00:00
sthen f7d00bec80 py-backports-zstd: disable lto to fix build on sparc64
seems like the simplest option here, though it's possible that
switching lang/gcc/15 to using devel/gas on sparc64 (as already
done on many other archs) may work too - not checked
2026-01-09 14:51:37 +00:00
ajacoutot 7cec245a39 Fix for Go >=1.26.
Prodded by tb@
2026-01-09 09:43:41 +00:00
ajacoutot db516ed53c +kapsul 2025-12-31 12:26:22 +00:00
ajacoutot 32972d3ef1 Import kapsul-0.0.0beta10
Kapsul is a tool that allows you to run most plakar sub-commands directly on
.ptar archives. It transparently mounts the archive as an in-memory, read-only
Plakar repository, enabling inspection, restoration, and diffing operations
without extracting the archive
<...>

ok robert@
2025-12-31 12:25:50 +00:00
op 467a6744d9 update archivers/zpaqfranz to 63.8; from maintainer tux0r, thanks! 2025-12-29 16:48:44 +00:00
naddy 61e7fede44 archivers/xz: update to 5.8.2
xz:
- Take resource limits into account when determining the default
  memory usage limit for multithreaded mode.
2025-12-20 22:26:15 +00:00
sthen 132acadebf build pecl* for php85 2025-12-19 16:29:41 +00:00
tb 984f1510be py3-backports-zstd: remove patch relaxing setuptools constraint 2025-12-19 04:31:51 +00:00
tb 570c654b96 +py-backports-zstd 2025-12-13 10:49:07 +00:00
tb 7e67e3584f import py-backports-zstd, help/ok sthen
Backport of PEP-784 adding Zstandard to the Python standard library.

WWW: https://pypi.python.org/pypi/backports_zstd
2025-12-13 10:48:34 +00:00