FreeBSD/ports 801eb49audio/harp Makefile

audio/harp: Mark deprecated

PR:             298287
Approved by:    Christian Heckendorf <heckendorfc at gmail.com>

(cherry picked from commit fd7848dfc71ab496ec8579be5486b8585227dd2b)
DeltaFile
+4-1audio/harp/Makefile
+4-11 files

FreeBSD/ports fd7848daudio/harp Makefile

audio/harp: Mark deprecated

PR:             298287
Approved by:    Christian Heckendorf <heckendorfc at gmail.com>
DeltaFile
+4-1audio/harp/Makefile
+4-11 files

FreeBSD/ports d130642x11/xscreensaver distinfo pkg-plist

x11/xscreensaver: Update 6.15 => 6.16

Enable autoreconf due to broken configure script being shipped with this
version. Disable intltoolize invocation as autoreconf runs it.
Reshuffle gettext USES, libintl is required regardless of NLS.
Reformat description to 80 columns.

While here, add backup MASTER_SITES since the upstream
website is currently inaccessible from some countries.

Changelog:
* New hacks, floppy, graphstat, amigajuggler and polarnight.
* iOS: image loading works even if the images in the photo roll need to
  be downloaded from iCloud first. Images can display file names.
* New display modes in hypertorus.
* X11: Updates for systemd inhibitors on KDE Plasma 6.5.
https://www.jwz.org/xscreensaver/changelog.html

PR:             298244
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+9-9x11/xscreensaver/pkg-descr
+7-7x11/xscreensaver/Makefile
+10-0x11/xscreensaver/pkg-plist
+3-3x11/xscreensaver/distinfo
+29-194 files

LLVM/project b1a72e3utils/bazel/llvm-project-overlay/libc BUILD.bazel

[Bazel] Fixes e92c19a (#221761)

This fixes e92c19abae25beb03234bfbf6cfa1a431c6d380a (#221236).

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e92c19abae25beb03234bfbf6cfa1a431c6d380a

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+5-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+5-01 files

LLVM/project c5fc983llvm/test/CodeGen/X86 pr1505b.ll

[X86] pr1505b.ll - regenerate test checks (#221774)
DeltaFile
+39-17llvm/test/CodeGen/X86/pr1505b.ll
+39-171 files

Illumos/gate 582547ausr/src/cmd/format partition.c menu_command.c

18310 format: remove CNOWARN_UNINIT
Reviewed by: Gordon Ross <Gordon.W.Ross at gmail.com>
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Approved by: Robert Mustacchi <rm+illumos at fingolfin.org>
DeltaFile
+7-21usr/src/cmd/format/io.c
+2-1usr/src/cmd/format/startup.c
+2-1usr/src/cmd/format/analyze.c
+1-1usr/src/cmd/format/partition.c
+1-1usr/src/cmd/format/menu_command.c
+1-1usr/src/cmd/format/ix_altsctr.c
+14-261 files not shown
+14-287 files

OPNSense/plugins c492daasecurity/q-feeds-connector/src/opnsense/scripts/qfeeds/lib api.py __init__.py, security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql setup.sql

security/q-feeds-connector - work in progress db_update action which should index the additional feed information in sqlite.
DeltaFile
+137-0security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib/db.py
+31-0security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql/setup.sql
+17-1security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib/__init__.py
+2-4security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib/api.py
+187-54 files

FreeBSD/ports 1c4c6banet-im/snac Makefile distinfo

net-im/snac: Update 2.89 => 2.95

Changelog:
https://codeberg.org/grunfink/snac2/src/tag/2.95/RELEASE_NOTES.md

PR:             298146
Approved by:    Matthew Phillips <matthew at matthewphillips.info> (maintainer)
Sponsored by:   UNIS Labs (vvd, commit patch)
MFH:            2026Q3

(cherry picked from commit 0e42776a516b1e54258125b241c43a9d3855b709)
DeltaFile
+3-3net-im/snac/distinfo
+1-1net-im/snac/Makefile
+4-42 files

FreeBSD/ports 0e42776net-im/snac Makefile distinfo

net-im/snac: Update 2.89 => 2.95

Changelog:
https://codeberg.org/grunfink/snac2/src/tag/2.95/RELEASE_NOTES.md

PR:             298146
Approved by:    Matthew Phillips <matthew at matthewphillips.info> (maintainer)
Sponsored by:   UNIS Labs (vvd, commit patch)
MFH:            2026Q3
DeltaFile
+3-3net-im/snac/distinfo
+1-1net-im/snac/Makefile
+4-42 files

OpenBSD/ports KHKHSgedevel/abseil-cpp distinfo Makefile, devel/abseil-cpp/patches patch-absl_synchronization_mutex_test_cc patch-absl_status_status_cc

   update to abseil-cpp 20260817.0
VersionDeltaFile
1.15+34-8devel/abseil-cpp/pkg/PLIST
1.47+18-19devel/abseil-cpp/Makefile
1.13+2-2devel/abseil-cpp/patches/patch-absl_debugging_CMakeLists_txt
1.22+2-2devel/abseil-cpp/distinfo
1.9+1-1devel/abseil-cpp/patches/patch-absl_status_status_cc
1.2+0-0devel/abseil-cpp/patches/patch-absl_synchronization_mutex_test_cc
+57-321 files not shown
+57-327 files

NetBSD/pkgsrc Zx9o7XEdevel/py-h5py PLIST Makefile

   py-h5py: updated to 3.16.0

   What's new in h5py 3.16

   New features

   * Pre-built packages on PyPI are now built with HDF5 2.0
   * h5py now marks itself compatible with free-threading Python.
     There are tests for this
     bugs. Be cautious about relying on this in critical code.
   * Support for storing NumPy complex numbers in HDF5 files using C99 complex
     number datatypes
     or above, so long as the compiler and the build platform implement the relevant
     C99 features.
     h5py will still convert NumPy complex numbers into an HDF5 compound datatype
     by default, preserving the behaviour from earlier versions. See
     :ref:`complex_dtypes` for how to use the new datatypes.
   * New attributes :attr:`~.Dataset.filter_ids` and :attr:`~.Dataset.filter_names`
     to provide more precise information on the filters set up for a dataset

    [37 lines not shown]
VersionDeltaFile
1.16+4-4devel/py-h5py/distinfo
1.28+4-3devel/py-h5py/Makefile
1.12+5-1devel/py-h5py/PLIST
+13-83 files

LLVM/project ead188allvm/lib/Target/AArch64 AArch64.td AArch64ValidateRetiredNames.td, llvm/test/TableGen aarch64-retired-names.td

[AArch64] Prevent reuse of retired architecture names

Add explicit lists of retired AArch64 feature and system register names,
with TableGen validation preventing future definitions from reusing them.

This preserves names previously exposed by LLVM after their architectural
features or registers have been withdrawn or removed. Add coverage for
target features, architecture extension names and aliases, architectural
FEAT_* names, and system registers.
DeltaFile
+43-0llvm/test/TableGen/aarch64-retired-names.td
+37-0llvm/lib/Target/AArch64/AArch64ValidateRetiredNames.td
+12-0llvm/lib/Target/AArch64/AArch64.td
+92-03 files

FreeBSD/ports 21a2544security/openvpn-devel Makefile distinfo, security/openvpn-devel/files patch-tests__t_cltsrv.sh

security/openvpn-devel: Update to commit 22a24132da

This brings in the upstream development work of the last two months,
including two CVE fixes relevant for all platforms.

One of the bundled patch files was adjusted to take into account
upstream formatting changes on tests/t_cltsrv.sh.

PR:             298286
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
Security:       CVE-2026-84790
Security:       CVE-2026-84732

(cherry picked from commit 15c68d3c519680f8e624112270f923a060f08e3b)
DeltaFile
+24-21security/openvpn-devel/files/patch-tests__t_cltsrv.sh
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+29-263 files

FreeBSD/ports 15c68d3security/openvpn-devel Makefile distinfo, security/openvpn-devel/files patch-tests__t_cltsrv.sh

security/openvpn-devel: Update to commit 22a24132da

This brings in the upstream development work of the last two months,
including two CVE fixes relevant for all platforms.

One of the bundled patch files was adjusted to take into account
upstream formatting changes on tests/t_cltsrv.sh.

PR:             298286
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
Security:       CVE-2026-84790
Security:       CVE-2026-84732
DeltaFile
+24-21security/openvpn-devel/files/patch-tests__t_cltsrv.sh
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+29-263 files

NetBSD/pkgsrc 5TALCN5net/py-python-socks distinfo Makefile

   py-python-socks: updated to 3.0.0

   3.0.0

   Breaking Changes

   Drop Python 3.8 support: The minimum required Python version is now 3.9+.
   Remove Curio support: The curio asynchronous backend has been completely removed.
   Change AnyIO Proxy.connect return type: The connect method now returns a native anyio.abc.SocketStream instead of a custom wrapper.

   Features

   Add proxy chaining support: Introduced an optional forward parameter to the __init__ method of all Proxy classes to enable chaining.

   Refactoring & Clean Up

   Remove deprecated proxy chains: Deleted the legacy, deprecated implementation of proxy chaining.

   Typing & Quality

    [2 lines not shown]
VersionDeltaFile
1.10+1-37net/py-python-socks/PLIST
1.28+7-6net/py-python-socks/Makefile
1.27+4-4net/py-python-socks/distinfo
+12-473 files

OpenBSD/ports UN96M4wnet/gelatod/patches patch-gelatod_c patch-frontend_c

   gelatod: fix build after imsg_get() removal

   ok claudio kn (maintainer)
VersionDeltaFile
1.1+26-0net/gelatod/patches/patch-gelatod_c
1.1+26-0net/gelatod/patches/patch-frontend_c
+52-02 files

NetBSD/pkgsrc FJeJYrxdoc CHANGES-2026

   Updated security/py-omemo-dr, www/py-selenium
VersionDeltaFile
1.5914+3-1doc/CHANGES-2026
+3-11 files

FreeBSD/src 9df7eedsys/kern kern_rangelock.c

rangelock: Fix format strings for 32-bit kernels

Reported by:    Jenkins
Fixes:          f1f58bdf7b5f ("acpi_pci: Honor device proximity for DMA tags")

(cherry picked from commit c869a36fc98a2ac1df5127e34ba7f9bffa0a5ce7)
DeltaFile
+4-4sys/kern/kern_rangelock.c
+4-41 files

FreeBSD/ports f451b9cdevel/heimdall Makefile

devel/heimdall: Fix building with CMake 4
DeltaFile
+2-0devel/heimdall/Makefile
+2-01 files

FreeBSD/src 661d113lib/libsys pdfork.2

pdfork.2: document kern.pdfork_implicit_nowaitpid

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D59349
DeltaFile
+11-0lib/libsys/pdfork.2
+11-01 files

FreeBSD/src 24d3cbasys/kern kern_fork.c

kern_fork.c: add kern.pdfork_implicit_nowaitpid sysctl

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D59349
DeltaFile
+7-1sys/kern/kern_fork.c
+7-11 files

LLVM/project 1afead7llvm/lib/CodeGen RegAllocPBQP.cpp, llvm/lib/Target/AMDGPU AMDGPURewriteAGPRCopyMFMA.cpp

Revert "[CodeGen] Use RegisterClassInfo for remaining allocation-order users" (#221749)

Reverts llvm/llvm-project#216510

breaks tests MIOpen/CK shard 1-4 in CI

queueing this up in case we want to save a bit of time
DeltaFile
+23-20llvm/lib/CodeGen/RegAllocPBQP.cpp
+16-19llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+8-10llvm/lib/Target/AMDGPU/AMDGPURewriteAGPRCopyMFMA.cpp
+47-493 files

NetBSD/src eS7QtFXsys/dev/nvmm/x86 nvmm_x86_vmx.c

   gcc is not smart enough to realize ret != 0 and ret == 0 guarantee that
   exitcode will be either initilized or the code that uses it will not
   be reached.
VersionDeltaFile
1.98+3-3sys/dev/nvmm/x86/nvmm_x86_vmx.c
+3-31 files

FreeBSD/ports 2ffd88ex11-themes/gtk3-oxygen-engine Makefile

x11-themes/gtk3-oxygen-engine: Fix building with CMake 4
DeltaFile
+2-0x11-themes/gtk3-oxygen-engine/Makefile
+2-01 files

FreeBSD/ports 1bccdfcx11-themes/gtk-oxygen-engine Makefile

x11-themes/gtk-oxygen-engine: Fix building with CMake 4
DeltaFile
+2-0x11-themes/gtk-oxygen-engine/Makefile
+2-01 files

LLVM/project ce27ca4llvm/test/Analysis/ScalarEvolution incorrect-nsw.ll ext-addrec-wrap-flags.ll

[SCEV] Add test coverage for ext-nusw/nsuw inference (#218943)

Complete the existing incorrect-nsw test, showing that zext-addrec nusw
is not implied by nw on the pre-inc AR, and that sext-addrec nsuw is not
implied by nw on the pre-inc AR. See also: #217405 and #217362.

Assisted-by: AI
DeltaFile
+389-0llvm/test/Analysis/ScalarEvolution/ext-addrec-wrap-flags.ll
+0-26llvm/test/Analysis/ScalarEvolution/incorrect-nsw.ll
+389-262 files

NetBSD/src 52EhKvksys/net bpf.c bpf_filter.c, sys/net/npf npf_os.c

   Actually fix panic on non-modular kernels with npf and no bpf.
   Fix commit of badly-applied patch that brought us npf_os.c 1.24.
VersionDeltaFile
1.74+36-2sys/net/bpf_filter.c
1.259+2-28sys/net/bpf.c
1.25+2-2sys/net/npf/npf_os.c
+40-323 files

FreeBSD/src c63c77bsys/kern vfs_lookup.c

vp_crossmp: weaken the assert and make it more precise

Since the vp_crossmp vnode can leak into vn_vptocnp() calls due to
nullfs file mounting, not all lock requests are non-sleeping. The
requirement for the crossmp locking is that all lock requests should be
shared. Then, it does not matter if the requests allow sleeping, since
all locks are shared.

Also, check the lock type by correctly masking it with LK_TYPE_MASK.

Reported and tested by: pho
Reviewed by:    jah, markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D59468
DeltaFile
+1-1sys/kern/vfs_lookup.c
+1-11 files

FreeBSD/ports 2a6e98daudio/shairport-sync distinfo Makefile, audio/shairport-sync/files pkg-message.in

audio/shairport-sync: Update to 5.5

* Update to 5.5
* Enable SNDIO by default
* Remove incorrect SNDIO deprecation notice
* Add guidance for selecting the sndio output device on FreeBSD

The sndio backend is supported upstream and should not be confused with
the deprecated soundio backend.

On FreeBSD, sndio's default device does not necessarily correspond to
the default sound device reported by /dev/sndstat. Add a conditional
pkg-message with guidance for explicitly selecting the desired device.
DeltaFile
+33-6audio/shairport-sync/files/pkg-message.in
+6-4audio/shairport-sync/Makefile
+3-3audio/shairport-sync/distinfo
+42-133 files

LLVM/project fd4549aoffload/libomptarget omptarget.cpp, offload/plugins-nextgen/common/include PluginInterface.h

[offload][omp] Remove data_fence

All supported backends execute enqueued work on a given queue in
submission order (CUDA, AMDGPU, and Host queues are always in-order;
Level Zero's default and non-default in-order/synchronous command
modes are as well), so the explicit data-fence used to order a
pointer-attachment after prior data transfers is unnecessary. Remove
the DeviceTy/GenericDeviceTy/GenericPluginTy dataFence chain and the
now-unused olQueueBarrier liboffload API added to support it.
DeltaFile
+4-17offload/libomptarget/omptarget.cpp
+0-12offload/plugins-nextgen/common/src/PluginInterface.cpp
+0-8offload/plugins-nextgen/level_zero/src/L0Device.cpp
+0-8offload/plugins-nextgen/common/include/PluginInterface.h
+0-7offload/plugins-nextgen/host/src/rtl.cpp
+0-7offload/plugins-nextgen/cuda/src/rtl.cpp
+4-595 files not shown
+4-7611 files