OPNSense/core 8d894adsrc/opnsense/scripts/captiveportal cp-background-process.py, src/opnsense/scripts/captiveportal/lib ipfw.py

Captive Portal: change sort placement, only cosider pf for deletion and always insert all client ips
DeltaFile
+4-2src/opnsense/scripts/captiveportal/cp-background-process.py
+2-2src/opnsense/scripts/captiveportal/lib/ipfw.py
+6-42 files

OpenBSD/ports 4XF5uR0telephony/pjsua Makefile distinfo, telephony/pjsua/pkg PLIST-main

   update to pjsip-2.17
VersionDeltaFile
1.64+2-2telephony/pjsua/Makefile
1.29+2-2telephony/pjsua/distinfo
1.10+2-0telephony/pjsua/pkg/PLIST-main
+6-43 files

OPNSense/core 3bcccc0src/opnsense/mvc/app/controllers/OPNsense/Kea/Api Dhcpv4Controller.php Dhcpv6Controller.php

Services: Kea DHCPv4/6: Enable internalModelSafeDelete due to increased model relation field usage
DeltaFile
+1-0src/opnsense/mvc/app/controllers/OPNsense/Kea/Api/Dhcpv4Controller.php
+1-0src/opnsense/mvc/app/controllers/OPNsense/Kea/Api/Dhcpv6Controller.php
+2-02 files

LLVM/project 3fb3383llvm/lib/Analysis AliasAnalysis.cpp, llvm/test/Analysis/BasicAA atomics.ll

Revert "[AA] No synchronization effects for never-escaping identified local" (#196890)

Reverts llvm/llvm-project#193939

Caused buildbot failure.
DeltaFile
+22-24llvm/test/Analysis/BasicAA/atomics.ll
+11-28llvm/lib/Analysis/AliasAnalysis.cpp
+8-0llvm/test/Transforms/DeadStoreElimination/fence.ll
+3-3llvm/test/Transforms/LICM/atomics.ll
+2-2llvm/test/Transforms/GVN/fence.ll
+2-0llvm/test/Transforms/GVN/simplify-icf-cache-invalidation.ll
+48-571 files not shown
+49-587 files

LLVM/project 9f58135llvm/test/CodeGen/AArch64 itofp.ll sve-fixed-vector-llrint.ll

[AArch64] Use dup (lane mov) over ext for high-half extract (#195010)

This changes the instruction we use to extract the high half of a vector
register from a `ext v0, v1, v1, 8` to a `dup d0, v1.d[1]`. This is
apparently slightly quicker on certain cpus and is generally a simpler
instruction. This matches the instruction that gisel produced.

Some of the old patterns for extract_subvector with index of 1 seem
incorrect but were never used as we do not reach selection with such
instructions. They have been repurposed to emit the new DUPi64
instructions.
DeltaFile
+100-332llvm/test/CodeGen/AArch64/itofp.ll
+112-112llvm/test/CodeGen/AArch64/sve-fixed-vector-llrint.ll
+112-112llvm/test/CodeGen/AArch64/sve-fixed-vector-lrint.ll
+40-126llvm/test/CodeGen/AArch64/fptoi.ll
+65-65llvm/test/CodeGen/AArch64/arm64-neon-2velem.ll
+56-65llvm/test/CodeGen/AArch64/neon-scalar-copy.ll
+485-81294 files not shown
+1,315-1,791100 files

OpenBSD/ports ufnbfEnshells/dash distinfo Makefile

   Update to dash-0.5.13.4
VersionDeltaFile
1.17+2-2shells/dash/distinfo
1.23+1-1shells/dash/Makefile
+3-32 files

NetBSD/pkgsrc zqrW7FUdevel/concurrencykit Makefile

   concurrencykit: remove unnecessary default overrides; trim the comment
VersionDeltaFile
1.10+2-5devel/concurrencykit/Makefile
+2-51 files

LLVM/project 0a181a1llvm/lib/CodeGen TwoAddressInstructionPass.cpp TailDuplicator.cpp, llvm/lib/CodeGen/SelectionDAG SelectionDAGBuilder.cpp

Use auto for DenseMap/SmallDenseMap iterator variables. NFC (#196883)

To match the prevailing style.
DeltaFile
+8-16llvm/lib/Transforms/IPO/IROutliner.cpp
+6-8llvm/lib/IR/LegacyPassManager.cpp
+5-7llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+6-6llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+4-6llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+3-6llvm/lib/CodeGen/TailDuplicator.cpp
+32-4943 files not shown
+95-13749 files

LLVM/project 47495f4clang/lib/AST/ByteCode EvalEmitter.cpp Compiler.cpp, clang/test/AST/ByteCode builtin-object-size-codegen.c

[clang][bytecode] Visit `tryEvaluateObjectSize` expr as lvalue (#196010)

Just like we do with the first parameter of a regular
`__builtin_object_size` call.

This still doesn't fix the bigger bos test cases since e.g.
```c++
int NoViableOverloadObjectSize3(void *const p PS(3))
    __attribute__((overloadable)) {
  return __builtin_object_size(p, 3);
}
void test4(struct Foo *t) {
  gi = NoViableOverloadObjectSize3(&t[1].t[1]);
}
```
is still broken because we don't have special handling for the
`&t[1].t[1]` handling here and we can't usually access a one-past-end
pointer.
DeltaFile
+15-2clang/lib/AST/ByteCode/EvalEmitter.cpp
+9-0clang/lib/AST/ByteCode/Compiler.cpp
+6-0clang/test/AST/ByteCode/builtin-object-size-codegen.c
+2-0clang/lib/AST/ByteCode/EvalEmitter.h
+1-1clang/lib/AST/ByteCode/Context.cpp
+1-0clang/lib/AST/ByteCode/ByteCodeEmitter.h
+34-31 files not shown
+35-37 files

FreeBSD/ports 0dc651fsecurity/vuxml/vuln 2026.xml

security/vuxml: add CVEs for Prosody advisory 2026-04-29

ChangeLog: https://prosody.im/security/advisory_735dd9d3/

PR:             295127
DeltaFile
+5-0security/vuxml/vuln/2026.xml
+5-01 files

FreeBSD/ports 98747d5misc/py-compressed-tensors distinfo Makefile, misc/py-compressed-tensors/files patch-setup.py

misc/py-compressed-tensors: update 0.14.0.1 → 0.15.0.1
DeltaFile
+0-11misc/py-compressed-tensors/files/patch-setup.py
+3-3misc/py-compressed-tensors/distinfo
+1-1misc/py-compressed-tensors/Makefile
+4-153 files

FreeBSD/ports 95b8eeamisc/py-vllm Makefile, misc/py-vllm/files patch-vllm_utils_cpu__resource__utils.py patch-cmake_cpu__extension.cmake

misc/py-vllm: update 0.19.0 → 0.20.2
DeltaFile
+59-0misc/py-vllm/files/patch-vllm_utils_cpu__resource__utils.py
+37-4misc/py-vllm/files/patch-cmake_cpu__extension.cmake
+3-33misc/py-vllm/files/patch-vllm_platforms_cpu.py
+16-13misc/py-vllm/Makefile
+7-6misc/py-vllm/files/patch-pyproject.toml
+0-12misc/py-vllm/files/patch-vllm_v1_worker_cpu__worker.py
+122-682 files not shown
+127-738 files

FreeBSD/ports 414c73fgraphics/msl distinfo Makefile

graphics/msl: update 1.8.2 → 1.8.4

Reported by:    portscout
DeltaFile
+11-11graphics/msl/distinfo
+6-7graphics/msl/Makefile
+2-2graphics/msl/pkg-plist
+19-203 files

FreeBSD/ports 106516fscience/dynare pkg-plist Makefile, science/dynare/files patch-preprocessor_src_ModelTree.cc patch-mex_sources_libkorder_utils_thread__pool.cc

science/dynare: update 5.4 → 7.0
DeltaFile
+916-876science/dynare/pkg-plist
+111-0science/dynare/files/patch-preprocessor_src_ModelTree.cc
+94-0science/dynare/files/patch-mex_sources_libkorder_utils_thread__pool.cc
+0-88science/dynare/files/patch-mex_build_octave_configure
+25-21science/dynare/files/patch-mex_sources_local__state__space__iterations_local__state__space__iteration__2.cc
+13-30science/dynare/Makefile
+1,159-1,0158 files not shown
+1,293-1,04314 files

FreeBSD/ports 33b27c2misc/randomx distinfo Makefile

misc/randomx: update 2.0 → 2.0.1

Reported by:    portscout
DeltaFile
+3-3misc/randomx/distinfo
+1-1misc/randomx/Makefile
+4-42 files

FreeBSD/ports 334b965security/zlint distinfo Makefile, security/zlint/files patch-vendor_github.com_zmap_zcrypto_x509_root__bsd.go

security/zlint: update 3.6.8 → 3.7.0
DeltaFile
+30-0security/zlint/files/patch-vendor_github.com_zmap_zcrypto_x509_root__bsd.go
+5-5security/zlint/distinfo
+1-2security/zlint/Makefile
+36-73 files

FreeBSD/ports 392fa77devel/goredo distinfo Makefile

devel/goredo: update 2.9.1 → 2.9.2
DeltaFile
+3-3devel/goredo/distinfo
+1-1devel/goredo/Makefile
+4-42 files

FreeBSD/ports b027ff1devel/py-fastprogress distinfo Makefile

devel/py-fastprogress: update 1.1.5 → 1.1.6

Reported by:    portscout
DeltaFile
+3-3devel/py-fastprogress/distinfo
+1-1devel/py-fastprogress/Makefile
+4-42 files

FreeBSD/ports ca02ce4www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.43.4 → 0.44.0

Reported by:    portscout
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

FreeBSD/ports dbc4c73devel/py-uv distinfo Makefile, devel/py-uv-build distinfo

devel/{,py-}uv{,-build}: update 0.11.12 → 0.11.13

Reported by:    portscout
DeltaFile
+9-9devel/uv/distinfo
+3-3devel/uv/Makefile.crates
+3-3devel/py-uv-build/distinfo
+3-3devel/py-uv/distinfo
+1-1devel/uv/Makefile
+1-1devel/py-uv/Makefile
+20-201 files not shown
+21-217 files

FreeBSD/ports 2b8477fdeskutils/just distinfo Makefile

deskutils/just: update 1.50.0 → 1.51.0

Reported by:    portscout
DeltaFile
+33-27deskutils/just/distinfo
+16-14deskutils/just/Makefile
+49-412 files

FreeBSD/ports ac0c76faudio/songsee distinfo Makefile

audio/songsee: update 0.1.0 → 0.1.1
DeltaFile
+5-5audio/songsee/distinfo
+1-2audio/songsee/Makefile
+6-72 files

FreeBSD/ports c8dc745databases/rqlite distinfo Makefile

databases/rqlite: update 10.0.3 → 10.0.4
DeltaFile
+5-5databases/rqlite/distinfo
+1-1databases/rqlite/Makefile
+6-62 files

FreeBSD/ports 09203c2audio/py-auditok Makefile distinfo

audio/py-auditok: update 0.4.1 → 0.4.2
DeltaFile
+8-4audio/py-auditok/Makefile
+3-3audio/py-auditok/distinfo
+11-72 files

FreeBSD/ports f95a209sysutils/mise distinfo Makefile

sysutils/mise: update 2026.5.4 → 2026.5.5

Reported by:    portscout
DeltaFile
+3-3sysutils/mise/distinfo
+1-1sysutils/mise/Makefile
+4-42 files

FreeBSD/ports 39b8463misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.5.13 → 3.5.14

Reported by:    portscout
DeltaFile
+9-3misc/lean-ctx/distinfo
+4-1misc/lean-ctx/Makefile
+13-42 files

LLVM/project 3eab15alldb/test/API/functionalities/breakpoint/delayed_breakpoints TestDelayedBreakpoint.py

[lldb] Fix TestDelayedBreakpoint on ARM Thumb (#196888)

The original address used for the "fake breakpoint" is not valid in
Thumb mode. To be safe, change it to have 0's in the LSBs.
DeltaFile
+1-1lldb/test/API/functionalities/breakpoint/delayed_breakpoints/TestDelayedBreakpoint.py
+1-11 files

LLVM/project 52b6343clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp, clang/test/CIR/CodeGenHIP builtins-amdgcn.hip

[CIR][AMDGPU] Add lowering for amdgcn ds swizzle builtin. (#196011)

Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/2052

This PR adds support for lowering of _builtin_amdgcn_ds_swizzle* amdgpu
builtin to clangIR.
DeltaFile
+7-1clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+8-0clang/test/CIR/CodeGenHIP/builtins-amdgcn.hip
+15-12 files

DragonFlyBSD/src ea0f283lib/libc/sys kldunload.2, sbin/kldunload kldunload.8

kldunload.2, kldunload.8: Document the EPERM return by security level
DeltaFile
+9-1sbin/kldunload/kldunload.8
+6-2lib/libc/sys/kldunload.2
+15-32 files

DragonFlyBSD/src b1d1770lib/libc/sys kldload.2

kldload.2: Document the behavior of 'file' argument

Also document another case of EPERM return.
DeltaFile
+15-2lib/libc/sys/kldload.2
+15-21 files