NetBSD/pkgsrc-wip cf9d951zutils COMMIT_MSG Makefile

zutils: Fix typos
DeltaFile
+1-1zutils/COMMIT_MSG
+0-1zutils/Makefile
+1-22 files

FreeBSD/ports 1647234textproc/py-tokenizer/files patch-pyproject.toml

textproc/py-tokenizer: Fix build

Reported by:    pkg-fallout
DeltaFile
+20-0textproc/py-tokenizer/files/patch-pyproject.toml
+20-01 files

OpenBSD/ports fsIprcCwayland/fuzzel Makefile distinfo

   wayland/fuzzel: Change to release tarball

   codeberg has re-rolled their tarballs, fetch signed release tarball instead
VersionDeltaFile
1.6+3-4wayland/fuzzel/Makefile
1.2+2-2wayland/fuzzel/distinfo
+5-62 files

FreeBSD/ports 13e3a42lang/gcc16/files patch-libgcc_config_aarch64_cpuinfo.c

lang/gcc16: Fix build on arm64

GCC upstream has removed conditional definitions for some constants,
defining them directly with the same values used on Linux. However,
FreeBSD values for the same constants are different. Then revert
upstream commit.

Co-authored-by: Mark Millard <marklmi26-fbsd at yahoo.com>
PR:             294062
Reported by:    Luke Yasuda <jing at jing.rocks>
DeltaFile
+279-0lang/gcc16/files/patch-libgcc_config_aarch64_cpuinfo.c
+279-01 files

OpenBSD/ports MYNu6Uuwayland/fnott Makefile distinfo

   wayland/fnott: Change to release tarball

   codeberg has re-rolled their tarballs, fetch signed release tarball instead
VersionDeltaFile
1.2+5-4wayland/fnott/Makefile
1.2+2-2wayland/fnott/distinfo
+7-62 files

OpenBSD/ports 9SthdCjmisc/fyi Makefile distinfo

   misc/fyi: Change to release tarball

   codeberg has re-rolled their tarballs, fetch signed release tarball instead
VersionDeltaFile
1.2+6-3misc/fyi/Makefile
1.2+2-2misc/fyi/distinfo
+8-52 files

OpenBSD/ports W6nKrP8graphics/fcft Makefile distinfo

   graphics/fcft: Change to release tarball

   codeberg has re-rolled their tarballs, fetch signed release tarball instead
VersionDeltaFile
1.10+6-3graphics/fcft/Makefile
1.5+2-2graphics/fcft/distinfo
+8-52 files

OpenBSD/ports WFmmOr0devel/tllist Makefile distinfo

   devel/tllist: Change to release tarball

   codeberg seems to have re-rolled their tarballs.
   Fetch the signed release tarball instead.
VersionDeltaFile
1.3+3-4devel/tllist/Makefile
1.2+2-2devel/tllist/distinfo
+5-62 files

FreeBSD/ports 9f4c044lang/gcc17-devel distinfo Makefile

lang/gcc17-devel: Update to 17.0.0.s20260705
DeltaFile
+3-3lang/gcc17-devel/distinfo
+1-1lang/gcc17-devel/Makefile
+4-42 files

FreeBSD/ports 4ed7c02lang/gcc17-devel distinfo Makefile

lang/gcc17-devel: Update to 17.0.0.s20260628
DeltaFile
+3-3lang/gcc17-devel/distinfo
+1-1lang/gcc17-devel/Makefile
+4-42 files

FreeBSD/ports 40c850clang/gcc16-devel distinfo Makefile

lang/gcc16-devel: Update to 16.1.1.s20260704
DeltaFile
+3-3lang/gcc16-devel/distinfo
+1-1lang/gcc16-devel/Makefile
+4-42 files

FreeBSD/ports 2f3c586lang/gcc15-devel distinfo Makefile

lang/gcc15-devel: Update to 15.3.1.s20260703
DeltaFile
+3-3lang/gcc15-devel/distinfo
+1-1lang/gcc15-devel/Makefile
+4-42 files

FreeBSD/ports de20058lang/gcc13-devel distinfo Makefile

lang/gcc13-devel: Update to 13.4.1.s20260701
DeltaFile
+3-3lang/gcc13-devel/distinfo
+1-1lang/gcc13-devel/Makefile
+4-42 files

LLVM/project 4c7948dllvm/lib/Transforms/Vectorize VPlanHelpers.h LoopVectorize.cpp

Revert "[VPlan] Re-use VPSlotTracker when printing recipes for costs (NFC)." (#209003)

Reverts llvm/llvm-project#203386.

This causes a large compile-time regression.
DeltaFile
+2-19llvm/lib/Transforms/Vectorize/VPlanHelpers.h
+3-5llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+1-6llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+6-303 files

FreeBSD/src 62e22d7share/man/man4 tcp_bblog.4 Makefile

tcp_bblog.4: Add a manual page for TCP Blackbox Logging

The tcp_bblog facility provides structured logging of TCP stack activity
for debugging and performance analysis. It is implemented in the kernel
and allows per-connection tracing of TCP events with low overhead.

Reviewed by:    tuexen, ziaee
MFC after:      1 week
Relnotes:       yes
Differential Revision:  https://reviews.freebsd.org/D56252
DeltaFile
+147-0share/man/man4/tcp_bblog.4
+1-0share/man/man4/Makefile
+148-02 files

OpenBSD/xenocara fTfJT7ilib/libXi depcomp missing, lib/libXi/src Makefile.in

   update to libXi 1.8.3
VersionDeltaFile
1.4+206-202lib/libXi/depcomp
1.4+144-259lib/libXi/missing
1.33+72-239lib/libXi/configure
1.23+146-124lib/libXi/aclocal.m4
1.21+118-102lib/libXi/Makefile.in
1.19+90-56lib/libXi/src/Makefile.in
+776-98252 files not shown
+1,128-1,16258 files

OPNSense/src 5ad8042sys/netpfil/pf pf.c

pf: a small touchup on shared forwarding code

The issue I see with pf_route() is that it has become a bit uncontrollable
in outcome since 15 with many edge cases and overlaps such as TTL decrement
before sending, dummynet back and forth and af/naf translations.  Ideally,
it should be rewritten and aligned with the network stack instead of still
using the OpenBSD way of firing the packets from here.

Shared forwarding is 10 years old now, never considered upstream, but would
have helped structure this code much better by forcing a natural flow through
the stack.
DeltaFile
+10-6sys/netpfil/pf/pf.c
+10-61 files

NetBSD/src CMYvxrnsys/arch/hppa/dev summitfb.c

   support WSDISPLAYIO_SET_DEPTH
VersionDeltaFile
1.43+47-20sys/arch/hppa/dev/summitfb.c
+47-201 files

FreeBSD/ports 4ff1fdcsysutils/usermin pkg-plist distinfo

sysutils/usermin: Update to 2.550
DeltaFile
+10-5sysutils/usermin/pkg-plist
+3-3sysutils/usermin/distinfo
+1-2sysutils/usermin/Makefile
+14-103 files

FreeBSD/ports cfbb502sysutils/webmin pkg-plist distinfo

sysutils/webmin: Update to 2.651

PR:             296706
Submitted by:   Matthew Wener <matthew at wener.org>
DeltaFile
+341-13sysutils/webmin/pkg-plist
+3-3sysutils/webmin/distinfo
+3-2sysutils/webmin/Makefile
+347-183 files

FreeBSD/ports ade53fedevel Makefile, devel/c3-lsp Makefile pkg-descr

devel/c3-lsp: New port: Language server for the C3 language
DeltaFile
+26-0devel/c3-lsp/Makefile
+9-0devel/c3-lsp/pkg-descr
+5-0devel/c3-lsp/distinfo
+1-0devel/Makefile
+41-04 files

FreeBSD/ports 187646blang Makefile, lang/c3c Makefile pkg-descr

lang/c3c: New port: Compiler for the C3 language
DeltaFile
+32-0lang/c3c/Makefile
+9-0lang/c3c/pkg-descr
+3-0lang/c3c/pkg-plist
+3-0lang/c3c/distinfo
+1-0lang/Makefile
+48-05 files

FreeBSD/ports 69685e2multimedia/shaka-packager distinfo Makefile

multimedia/shaka-packager: Update to 3.9.0
DeltaFile
+3-3multimedia/shaka-packager/distinfo
+1-1multimedia/shaka-packager/Makefile
+4-42 files

FreeBSD/ports 40b35f6shells/rura distinfo Makefile

shells/rura: Update to 1.9.0
DeltaFile
+3-3shells/rura/distinfo
+1-1shells/rura/Makefile
+4-42 files

FreeBSD/ports 2d4f4c1devel/py-lazy_imports distinfo Makefile

devel/py-lazy_imports: Update to 1.2.0

PR:             296626
DeltaFile
+3-3devel/py-lazy_imports/distinfo
+2-1devel/py-lazy_imports/Makefile
+5-42 files

FreeBSD/ports 124e7bfmisc/py-haystack_ai Makefile distinfo

misc/py-haystack_ai: Update to 2.31.0

PR:             296623
DeltaFile
+23-18misc/py-haystack_ai/Makefile
+3-3misc/py-haystack_ai/distinfo
+26-212 files

LLVM/project 4b74cbcllvm/lib/Transforms/Vectorize VPlanHelpers.h LoopVectorize.cpp

Revert "[VPlan] Re-use VPSlotTracker when printing recipes for costs (NFC). (…"

This reverts commit 030fdcef27fe29b5e2c1ef0c6c9df6050b51569a.
DeltaFile
+2-19llvm/lib/Transforms/Vectorize/VPlanHelpers.h
+3-5llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+1-6llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+6-303 files

OpenBSD/xenocara ojy6M2Glib/libXfont2 aclocal.m4 configure, lib/libXfont2/m4 libtool.m4

   Update to libXfont2 2.0.8.
   Security fixes are already committed.
VersionDeltaFile
1.6+418-8,168lib/libXfont2/aclocal.m4
1.9+2,669-1,335lib/libXfont2/configure
1.7+698-122lib/libXfont2/Makefile.in
1.2+279-188lib/libXfont2/m4/libtool.m4
1.3+206-202lib/libXfont2/depcomp
1.3+144-259lib/libXfont2/missing
+4,414-10,27432 files not shown
+6,327-10,36338 files

OPNSense/core 9169c27src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api TrafficController.php

src: sweep
DeltaFile
+2-1src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/TrafficController.php
+2-11 files

FreeBSD/ports 1d4ed35textproc/py-sphinx-material Makefile, textproc/py-sphinx-material/files patch-versioneer.py

textproc/py-sphinx-material: fix build with python 3.12

PR:             296707
DeltaFile
+14-0textproc/py-sphinx-material/files/patch-versioneer.py
+4-8textproc/py-sphinx-material/Makefile
+18-82 files