OPNSense/core aff4e25src/etc/inc system.inc, src/opnsense/service/templates/OPNsense/Trust openssl.cnf

system: selftest POC with OpenSSL FIPS

Feeds the FIPS config to the OpenSSL config, but needs
an untainted config to run...
DeltaFile
+16-0src/etc/inc/system.inc
+4-0src/opnsense/service/templates/OPNsense/Trust/openssl.cnf
+20-02 files

LLVM/project 5fe9365llvm/lib/Target/SPIRV SPIRVBuiltins.cpp, llvm/test/CodeGen/SPIRV AtomicBuiltinsFloat.ll

[SPIR-V] Honor explicit memory_order/memory_scope in atomic load/store (#215572)

atomic_load_explicit and atomic_store_explicit ignored their
memory_order/memory_scope arguments

Translate the explicit arguments via the existing
buildMemSemanticsReg/buildScopeReg helpers, as buildAtomicRMWInst
already does
DeltaFile
+73-55llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
+12-3llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
+85-582 files

LLVM/project 9a96f02llvm/test lit.cfg.py

[gold] Handle absence of gold linker in tests (#219901)

If we get a NOTFOUND executable, directly report plugin support
as unavailable, instead of trying to invoke the linker.

This fixes a regression from #130981.
DeltaFile
+4-0llvm/test/lit.cfg.py
+4-01 files

OPNSense/core 8834c62src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api LeasesController.php, src/opnsense/mvc/app/views/OPNsense/Dnsmasq leases.volt

dnsmasq: leases sorting fixes (#10790)

* dnsmasq: leases sorting fixes

* Refactor to use sortable fields
DeltaFile
+13-2src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api/LeasesController.php
+10-4src/opnsense/mvc/app/views/OPNsense/Dnsmasq/leases.volt
+23-62 files

NetBSD/othersrc yVKVXHDusr.bin/gooeymux term.c draw.c

   generate and use line-drawing characters just like wscons does
VersionDeltaFile
1.3+185-13usr.bin/gooeymux/draw.c
1.6+30-4usr.bin/gooeymux/term.c
+215-172 files

LLVM/project bfe1283clang/test/SemaCXX expansion-statements-local-extern-decls.cpp

[Sema][NFC] Add additional tests for declarations in expansion statements (#211948)

I came up with these additional tests for declarations in expansion
statements that previously failed but now correctly diagnose the errors.
DeltaFile
+26-0clang/test/SemaCXX/expansion-statements-local-extern-decls.cpp
+26-01 files

LLVM/project 13787e6llvm/lib/CodeGen AtomicExpandPass.cpp, llvm/test/CodeGen/AMDGPU store-atomic-flat.ll load-atomic-flat.ll

[CodeGen][AMDGPU] Allow elementwise atomic load/store at element alignment
DeltaFile
+120-0llvm/test/CodeGen/AMDGPU/load-atomic-global.ll
+72-0llvm/test/CodeGen/AMDGPU/store-atomic-global.ll
+36-5llvm/lib/CodeGen/AtomicExpandPass.cpp
+40-0llvm/test/CodeGen/AMDGPU/load-atomic-flat.ll
+37-0llvm/test/Transforms/AtomicExpand/AMDGPU/unaligned-atomic.ll
+24-0llvm/test/CodeGen/AMDGPU/store-atomic-flat.ll
+329-54 files not shown
+366-1210 files

NetBSD/src ZkkeA6Asys/arch/powerpc/oea ofw_consinit.c

   match '8042' for pckbd detection - now this has can actually work on my 43P-150
VersionDeltaFile
1.29+5-5sys/arch/powerpc/oea/ofw_consinit.c
+5-51 files

FreeBSD/ports 2c443dadatabases/py-harlequin Makefile distinfo

databases/py-harlequin: Update to 2.12.1

ChangeLog:

https://github.com/tconbeer/harlequin/releases/tag/v2.12.1

Reported by:    Ted Conbeer <notifications at github.com>
DeltaFile
+3-3databases/py-harlequin/distinfo
+1-1databases/py-harlequin/Makefile
+4-42 files

LLVM/project f8ca8fcllvm/include/llvm/Analysis LoopAccessAnalysis.h, llvm/lib/Analysis LoopAccessAnalysis.cpp

[LAA] Give the symbolic strides map a named type (NFC) (#216731)

LoopAccessInfo collects SCEVUnknown strides, collectStridedAccess casts
to it when inserting, but the map was typed as holding a plain SCEV, so
the invariant had to be restated at each use.
DeltaFile
+31-30llvm/lib/Analysis/LoopAccessAnalysis.cpp
+11-9llvm/include/llvm/Analysis/LoopAccessAnalysis.h
+4-4llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+3-4llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+1-1llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+1-1llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+51-492 files not shown
+53-518 files

FreeBSD/ports aca3f95misc/boxes Makefile distinfo

misc/boxes: Update to 2.3.2

Switch PORTVERSION to DISTVERSION and move it below DISTVERSIONPREFIX,
which is the order portclippy and portlint expect.
DeltaFile
+3-3misc/boxes/distinfo
+1-1misc/boxes/Makefile
+4-42 files

FreeBSD/ports f8bfd58net/croc Makefile distinfo

net/croc: Update to 11.3.5
DeltaFile
+5-5net/croc/distinfo
+1-1net/croc/Makefile
+6-62 files

FreeBSD/ports 7314c09databases/pgschema Makefile distinfo

databases/pgschema: Update to 1.12.5
DeltaFile
+5-5databases/pgschema/distinfo
+1-2databases/pgschema/Makefile
+6-72 files

FreeBSD/ports ba0cfcanet/cliproxyapi Makefile distinfo

net/cliproxyapi: Update to 7.2.146
DeltaFile
+5-5net/cliproxyapi/distinfo
+1-2net/cliproxyapi/Makefile
+6-72 files

LLVM/project 7300eddllvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchLateBranchOpt.cpp, llvm/test/CodeGen/LoongArch jr-without-ra.ll branch-opt.ll

[LoongArch] Add late branch optimization pass (#216261)

The patch adds a late optimization pass that replaces conditional
branches that can be statically evaluated with an unconditinal branch.

This pass is inspired by RISC-V's RISCVLateBranchOpt pass.
DeltaFile
+43-308llvm/test/CodeGen/LoongArch/branch-opt.ll
+121-0llvm/lib/Target/LoongArch/LoongArchLateBranchOpt.cpp
+46-72llvm/test/CodeGen/LoongArch/jr-without-ra.ll
+17-23llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.nogenerated.expected
+17-23llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.generated.expected
+14-0llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+258-4266 files not shown
+274-43612 files

LLVM/project 2852d0dllvm/test/CodeGen/LoongArch branch-opt.ll

[LoongArch][NFC] Add tests for constant branch optimization (#216258)
DeltaFile
+408-0llvm/test/CodeGen/LoongArch/branch-opt.ll
+408-01 files

LLVM/project a6baa3fclang/lib/AST/ByteCode InterpFrame.cpp ByteCodeEmitter.cpp, clang/test/AST/ByteCode virtual-bases.cpp

[clang][bytecode] Keep sourcemaps smaller (#219878)

Only add new entries if they are different than the currently last
entry. This means we won't have an entry for _all_ opcodes in the source
map anymore.
DeltaFile
+14-4clang/lib/AST/ByteCode/Source.h
+3-3clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
+2-3clang/test/AST/ByteCode/virtual-bases.cpp
+1-2clang/lib/AST/ByteCode/InterpFrame.cpp
+20-124 files

NetBSD/pkgsrc gpRw19gdoc CHANGES-2026

   net/libtorrent, net/rtorrent
VersionDeltaFile
1.5698+3-1doc/CHANGES-2026
+3-11 files

FreeBSD/ports 5a25d92mail/nextcloud-mail Makefile distinfo

mail/nextcloud-mail: Update to 5.11.4
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

LLVM/project 989f933libcxx/include/__cxx03 limits __config

[libc++] Remove NaCl support from __cxx03 headers (#219787)

Completes the NaCl cleanup started in #148983 by removing the remaining
references from the frozen `__cxx03/` headers.

Changes:

* Remove the `_LIBCPP_USING_NACL_RANDOM` comment block and
`#elif defined(__native_client__)` branch from
`include/__cxx03/__config`
* Remove `defined(__pnacl__)` from the `#if` condition in
  `include/__cxx03/limits`

The `_LIBCPP_USING_NACL_RANDOM` macro was defined but never consumed;
its
previous consumer in `src/random.cpp` was already removed in #148983.

Fixes #219588
DeltaFile
+0-9libcxx/include/__cxx03/__config
+1-1libcxx/include/__cxx03/limits
+1-102 files

OpenBSD/src 7SmhYiYsys/dev/wscons wsemul_vt100var.h

   VT100_EMUL_ARG_CLAMP should be 100,000, matching the intent and
   SUN_EMUL_ARG_CLAMP.

   "please fix" miod@
VersionDeltaFile
1.16+2-2sys/dev/wscons/wsemul_vt100var.h
+2-21 files

OPNSense/plugins f7a2685net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms dialogEditBGPNeighbor.xml, net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga BGP.xml

net/frr: Add address family dropdown to neighbors, replacing implicit Multi-Protocol toggle, making it inline with what peergroups offer (#5648)
DeltaFile
+75-0net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/Migrations/M1_1_3.php
+7-12net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPNeighbor.xml
+5-8net/frr/src/opnsense/service/templates/OPNsense/Quagga/Config/bgpd.conf
+10-2net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml
+97-224 files

FreeBSD/ports 85aac12net-im/py-zapzap Makefile distinfo

net-im/py-zapzap: Update to 7.4.3

Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+3-3net-im/py-zapzap/distinfo
+1-1net-im/py-zapzap/Makefile
+4-42 files

OPNSense/plugins 9577062net/frr/src/opnsense/service/templates/OPNsense/Quagga/Config bgpd.conf

net/frr: move peer group policy into address families (#5646)

Peer groups gained an explicit address family selector, but only the
activation command was rendered inside the selected address-family block.
Policy-related settings such as prefix-lists, route-maps, next-hop-self
and default-originate were still emitted in the global peer group section.

This caused IPv6-only peer groups to be activated under IPv6 while their
policy configuration was generated outside of the IPv6 address-family
context, where it would not apply as expected.

Move these AF-scoped peer group settings into the address-family loop and
keep only session-level settings in the global peer group block. Add small
helpers for prefix-list and route-map attachment rendering so the same
logic can be shared between normal neighbors and peer groups.
DeltaFile
+54-70net/frr/src/opnsense/service/templates/OPNsense/Quagga/Config/bgpd.conf
+54-701 files

FreeBSD/ports d156182x11-fonts/py-fontmake Makefile

x11-fonts/py-fontmake: expire on 2026-09-30 for x11-fonts/py-cu2qu

(cherry picked from commit 190dca6daa54a952b563d5fbdba947a81fa4102a)
DeltaFile
+4-1x11-fonts/py-fontmake/Makefile
+4-11 files

FreeBSD/ports 888ac54print/py-fontbakery Makefile

print/py-fontbakery: expire on 2026-09-30 for x11-fonts/py-cu2qu

(cherry picked from commit c7b59518ccc8e3dd6ffeab81ca9103de7f558986)
DeltaFile
+4-0print/py-fontbakery/Makefile
+4-01 files

LLVM/project cadec7cllvm/test/CodeGen/AMDGPU si-pre-allocate-wwm-regs-preserve-rci.mir

[CodeGen][AMDGPU] Fixed FileCheck patterns in #212201 regression test (#219683)

Quick follow up to fix failures from merging #212201. Removes `llvm::`
from FileCheck in `si-preallocate-wwm-regs-preserve.mir` test.
DeltaFile
+2-2llvm/test/CodeGen/AMDGPU/si-pre-allocate-wwm-regs-preserve-rci.mir
+2-21 files

FreeBSD/ports 9613fc3devel/electron38 Makefile, devel/electron38/files patch-services_device_hid_hid__service__freebsd.cc patch-services_device_hid_hid__service__fido.cc

devel/electron38: Remove expired port

2026-05-31 devel/electron38: EOLed upstream, switch to newer version
DeltaFile
+0-14,446devel/electron38/files/packagejsons/yarn.lock
+0-942devel/electron38/files/packagejsons/.yarn/releases/yarn-4.12.0.cjs
+0-850devel/electron38/files/patch-rust-1.95
+0-438devel/electron38/Makefile
+0-399devel/electron38/files/patch-services_device_hid_hid__service__fido.cc
+0-398devel/electron38/files/patch-services_device_hid_hid__service__freebsd.cc
+0-17,4731,577 files not shown
+1-57,6681,583 files

NetBSD/pkgsrc LHHb2XPnet/libtorrent Makefile distinfo, net/rtorrent Makefile distinfo

   libtorrent rtorrent: updated to 0.16.21

   0.16.21
   This release includes various bugfixes and minor improvements as part of a stable series of releases.
VersionDeltaFile
1.68+4-4net/rtorrent/distinfo
1.74+4-4net/libtorrent/distinfo
1.135+2-2net/rtorrent/Makefile
1.99+2-2net/libtorrent/Makefile
+12-124 files

FreeBSD/ports 8f34d2d. MOVED, science Makefile

science/py-mdp: Remove expired port

2026-08-31 science/py-mdp: No upstream activity since 2020
DeltaFile
+0-31science/py-mdp/Makefile
+0-6science/py-mdp/pkg-descr
+0-3science/py-mdp/distinfo
+0-1science/Makefile
+1-0MOVED
+1-415 files