Commit Graph

204837 Commits

Author SHA1 Message Date
bket a349ab952d Update mcast-proxy to HEAD
- Router Alert added to MLD and IGMP queries
- IGMP checksum fix and added bounds checks
- MLDv1 queries aligned with RFC 2710 (reference added)
- MLD upstream filtering aligned with IGMP; fixes for MLD unregistration
  and IPv6 address tracking
- Safety/cleanup: socket validity checks, default IGMP switch case,
  restricted file-local visibility, moved local prototypes

Tested by Joel Knight.

OK Paul de Weerd (MAINTAINER)
2026-01-23 08:39:51 +00:00
ajacoutot 6b17f4dd0a Update to terragrunt-0.98.0. 2026-01-23 08:29:38 +00:00
bket e2eac0a59c Update to ocserv-1.4.0
Changes: https://gitlab.com/openconnect/ocserv/-/releases/1.4.0

From Renaud Allard <renaud AT allard DOT it> (MAINTAINER)
2026-01-23 08:27:41 +00:00
robert 0e85d139c6 use the correct profile path 2026-01-23 07:55:56 +00:00
ajacoutot 41a5b44b60 Update to opentofu-1.11.4. 2026-01-23 07:47:58 +00:00
ajacoutot 8e14508295 Update to google-cloud-sdk-553.0.0. 2026-01-23 07:18:39 +00:00
ajacoutot dea2cebcd6 Update to ibus-typing-booster-2.30.0. 2026-01-23 07:13:46 +00:00
sthen 42e9867746 gcc 4.x fixes, found by tb 2026-01-22 23:10:25 +00:00
kirill f0839ac28b sysutils/docker-compose: update to 5.0.2 2026-01-22 22:58:58 +00:00
fcambus e4eed6f9a9 Update nudoku to 7.0.0. 2026-01-22 22:47:05 +00:00
fcambus 2cfac13d2a Update ocp to 3.1.1. 2026-01-22 22:46:07 +00:00
kn 670380f67d Skip two linker flags on mips64/octeon to unbreak build and strip during fake
This is the last build dep to get sysutils/collect to package.

Feedback OK jca
2026-01-22 19:58:08 +00:00
bluhm 3b403dd468 update open62541 to 1.3.16
patches have been commited upstream
2026-01-22 18:59:59 +00:00
volker 2dc927c7fb net/rabbitmq: Update to 4.2.3 2026-01-22 18:51:57 +00:00
volker 53fe202c04 shells/nushell: Update to 0.110.0 2026-01-22 18:50:25 +00:00
volker 130a0f95e4 sysutils/eza: Update to 0.23.4 2026-01-22 18:48:31 +00:00
robert 1102b93b4c enable widevine support; these can also utilize multimedia/openwv to play content 2026-01-22 17:30:08 +00:00
caspar 65370e02e3 devel/sccache: update to 0.13.0 2026-01-22 16:32:37 +00:00
sthen 1336106117 update to libheif-1.21.2, from Brad, I tweaked the comment about heif-view
as well
2026-01-22 14:12:05 +00:00
sthen bb307e5f0c now that svt-av1 has been updated, drop the patch that was previously
added to allow handbrake to build with old svt-av1. from Brad.
2026-01-22 14:07:03 +00:00
sthen c3bf53e182 copy some parts from meson.port.mk for MODPY_PYBUILD=mesonpy; avoids picking
up llvm-ar-XX from ports (ar in base is actually llvm-ar but there's no link,
which confuses various ports build systems so we need to hack around it)
2026-01-22 13:44:08 +00:00
kurt d5d7e4875c Extract phase uses java. With NO_BUILD set the java module didn't add
the jdk depend for us, so add it ourselves this way:
BUILD_DEPENDS=${MODJAVA_BUILD_DEPENDS}
2026-01-22 13:27:51 +00:00
sthen 2182b5ce0b add a comment relating to webp (which was already disabled), calling out
the build loop that would result if it was enabled.
2026-01-22 12:40:55 +00:00
sthen 5dc212b791 OpenImageIO: regen WANTLIB; libwebpmux is now picked up (there was already
a LDEP path)
2026-01-22 12:40:00 +00:00
sthen 365ca7e659 switch libwebp to building with CMake; this installs modules which are
needed by some software (e.g. OpenImageIO). from Brad. previously attempted
but backed out because it broke py-Pillow, that is now handled.
2026-01-22 12:39:14 +00:00
sthen 95b47c9256 py-Pillow: like already done for tiff, stop searching for the libwebp
library and just assume that it's available if the header is present.

the search uses find_library_file from distutils which only works if
there's either a static library or a libfoo.so symlink.

from tb@, I tweaked the comment
2026-01-22 12:30:42 +00:00
sthen 4b807c7919 update to py3-wcwidth-0.3.0 2026-01-22 12:21:12 +00:00
sthen f295e9f3bd update to py3-cparser-3.0 2026-01-22 12:21:06 +00:00
sthen 8bc7bb2a8e update to py3-sqlalchemy-2.0.46 2026-01-22 12:21:04 +00:00
sthen e39df7ec24 update to py3-backports-zstd-1.3.0 2026-01-22 12:21:01 +00:00
sthen 749d12847c update to py3-soupsieve-2.8.3 2026-01-22 12:20:58 +00:00
sthen 571195de02 add ports-gcc to COMPILER now that gcc has been updated 2026-01-22 12:20:49 +00:00
sthen 5ba8dc1bbf update to py3-sphinx-9.1.0 2026-01-22 12:20:37 +00:00
tb bd0afb048c Switch from wycheproof-testvectors to wycheproof, help/ok sthen 2026-01-22 11:27:56 +00:00
tb 75e4a3ffdc re-import wycheproof-testvectors as plain wycheproof, ok sthen
When we added wycheproof-testvectors the name reflected that it was a
small subdirectory of a giant Java testing contraption. There's a long
story whose short version is that Wycheproof has been maintained as
part of the C2SP for a while now, Java was replaced with some minimal
Go and the focus is on test cases, not a full testing framework.

This change simplifies the Makefile slightly by copying the entire
generated tarball with the exception of .github. This way the port
can be used as a go module in the future.

Update to latest main branch commit which adds more ML-KEM tests and
improved ECDSA tests, both via/from BoringSSL.
2026-01-22 11:26:38 +00:00
ajacoutot 5dd5be1c77 Update to netatalk-4.4.1. 2026-01-22 10:48:15 +00:00
robert 054622b02e update to 2026.01.144.1 2026-01-22 10:28:48 +00:00
robert 48f40ce93f remove hack for the aom headers after the multimedia/aom update 2026-01-22 09:15:19 +00:00
robert 9c9aad88d9 update to 144.0.7559.96; remove hack for the aom headers after the multimedia/aom update 2026-01-22 09:14:48 +00:00
jca baa2e034fa Update riscv64 bootstraps to rust-1.91.1
Reminded by semarie@
2026-01-22 08:21:55 +00:00
stu a6f9c9518e Update to 1.53. 2026-01-22 06:30:09 +00:00
jeremy a2dad311bd Update pkg README to add data checksum step to upgrade guide
PostgreSQL 17 defaulted to data checksums being off. PostgreSQL 18 defaults
to data checksums being on. Due to this, pg_upgrade doesn't work directly.
pg_checksums exists to add data checksums to an existing installation
without data checksums, so have the pkg README use that to update the
PostgreSQL 17 data before upgrading to PostgreSQL 18.

Issue discovered by and fix from florian@
OK florian@
2026-01-22 01:24:20 +00:00
bluhm 7eefd629df update p5-IO-Socket-SSL to 2.098 2026-01-21 23:43:43 +00:00
stu 7fad33398b MODTCL_VERSION=8.5
Needs Tcl internals that are not made available in the Tcl 8.6 port.
2026-01-21 22:03:31 +00:00
stu 5e7c57616a MODTK_VERSION=8.5
TkPNG is only needed for Tk 8.5. Tk 8.6 has all the functionality.
2026-01-21 21:20:00 +00:00
pascal fc4f164e06 Update to p5-IO-CaptureOutput 1.1105. 2026-01-21 20:32:18 +00:00
pascal bf3984003a Update to upterm 0.22.0. 2026-01-21 20:31:11 +00:00
ajacoutot e4eadd879a Update to gnome-shell-49.3. 2026-01-21 20:31:11 +00:00
pascal 0d2a8f2522 Fix crates.inc. 2026-01-21 20:26:38 +00:00
ajacoutot cf013945cf Update to mutter-49.3. 2026-01-21 20:25:22 +00:00