OPNSense/core 72beec1src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Match terminology with legacy page
DeltaFile
+6-6src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+6-61 files

OPNSense/core 8a064a0src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Rework the buttons, only use icons with tooltips, always show the expand tree button
DeltaFile
+4-8src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+4-81 files

FreeBSD/ports 22b501fsecurity/vuxml/vuln 2026.xml

security/vuxml: Add OpenEXR vulnerabilities

PR:     295508
Sponsored by:   Netzkommune GmbH
DeltaFile
+35-0security/vuxml/vuln/2026.xml
+35-01 files

LLVM/project 486370cclang/include/clang/Basic DiagnosticSemaKinds.td, clang/lib/Sema SemaAMDGPU.cpp

[AMDGPU][Clang] refactor addrspace and scope checks [NFC] (#199175)

Assisted-By: Claude Opus 4.6
DeltaFile
+30-23clang/lib/Sema/SemaAMDGPU.cpp
+1-1clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-cooperative-atomics.cl
+1-1clang/include/clang/Basic/DiagnosticSemaKinds.td
+32-253 files

OPNSense/core 588a70asrc/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml

Move enabled checkbox before category
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogFilterRule.xml
+2-21 files

OPNSense/core 1871818src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Remove the count labels from interfaces, as they imply something has to be done as they resemble event badges
DeltaFile
+6-22src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+8-14src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+14-362 files

OpenBSD/src lJEo30tusr.bin/ul ul.c

   Fix signed integer overflow in column position tracking

   OK millert@
VersionDeltaFile
1.24+5-4usr.bin/ul/ul.c
+5-41 files

LLVM/project 423d126llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll accvgpr-spill-scc-clobber.mir

Merge branch 'main' into revert-197745-jn/clang-avoid-casts
DeltaFile
+7,612-6,640llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+8,268-12llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir
+2,501-2,502llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
+2,151-2,154llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+1,981-1,979llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,802-1,805llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+24,315-15,0921,577 files not shown
+100,185-37,5691,583 files

LLVM/project 191aa29llvm/docs LangRef.rst

[LangRef] Do not allow free via synchronization in nofree (#195658)

The nofree attribute is currently specified to only forbid direct free
calls inside the function. A nofree function is still allowed to compel
a pointer to be freed by a different thread through synchronization.

This is currently only spelled out for the function-level nofree
attribute, but I assume the same semantics also hold for argument nofree
(and this matches how the Attributor implementation infers it).

The original motivation for this definition was to keep the attributes
orthogonal and independently inferable. However, the problem is that
nosync is a too strong condition: It excludes *any* synchronization, not
just synchronization that results in the free of a pointer.

Some frontends like Rust can guarantee that most pointer arguments
cannot be freed for the duration of a function call, including via
synchronization. However, they cannot guarantee that no synchronization
takes place at all. The current definition of nofree makes this

    [16 lines not shown]
DeltaFile
+26-15llvm/docs/LangRef.rst
+26-151 files

LLVM/project 8059bc5clang/lib/AST/ByteCode InterpBuiltin.cpp Compiler.cpp, clang/test/AST/ByteCode cxx11.cpp

[clang][bytecode] Fix a diagnostic difference in bitcasts (#197174)

Don't immediately return failure and let it be handled by later checks.
DeltaFile
+8-1clang/lib/AST/ByteCode/InterpBuiltin.cpp
+2-3clang/test/AST/ByteCode/cxx11.cpp
+3-1clang/lib/AST/ByteCode/Compiler.cpp
+0-1clang/lib/AST/ByteCode/Interp.cpp
+13-64 files

LLVM/project 690a25fclang/lib/CodeGen CGBuiltin.cpp, clang/test/CodeGen/AArch64 mskernel-interlocked.c

[clang] Don't optimize out no-op atomics in kernel mode (#193562)

The no-op atomics like InterlockedAnd(addr, (UINT32)-1) don't modify
the underlying value, however kernel code depends on these accesses
to touch the pool page virtual address and intentionally trigger a page
fault during page migration. This patch also fixes an LLVM issue where
idempotent volatile atomics were incorrectly lowered into memory fences.
DeltaFile
+13-0llvm/test/CodeGen/X86/volatile-atomicrmw.ll
+11-0clang/test/CodeGen/AArch64/mskernel-interlocked.c
+10-0clang/test/CodeGen/X86/mskernel-interlocked.c
+3-0clang/lib/CodeGen/CGBuiltin.cpp
+2-0llvm/lib/CodeGen/AtomicExpandPass.cpp
+39-05 files

LLVM/project c55c177llvm/lib/Transforms/InstCombine InstCombineAndOrXor.cpp, llvm/test/Transforms/InstCombine or-bitmask.ll

[InstCombine] Fix type mismatch in `foldBitmaskMul`
DeltaFile
+42-0llvm/test/Transforms/InstCombine/or-bitmask.ll
+6-2llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
+48-22 files

FreeBSD/ports 310faa9devel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and bugfix update to 19.0.1

Changes:        https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-0-1-released/
DeltaFile
+11-11devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5net/gitlab-agent/distinfo
+5-5www/gitlab-pages/distinfo
+5-5www/gitlab-workhorse/distinfo
+1-1www/gitlab/Makefile.common
+33-336 files

FreeBSD/ports 516f8a5math/lean4 Makefile distinfo

math/lean4: Use leantar installed by math/leangz instead of bundling it

PR:             295656
Reported by:    Alastair Hogge <agh at riseup.net>
DeltaFile
+8-15math/lean4/Makefile
+1-5math/lean4/distinfo
+0-1math/lean4/pkg-plist
+9-213 files

FreeBSD/ports 904714escience/ncrystal distinfo Makefile, science/py-ncrystal distinfo Makefile

science/{,py-}ncrystal: update 4.4.2 → 4.4.4
DeltaFile
+3-3science/ncrystal/distinfo
+3-3science/py-ncrystal/distinfo
+2-2science/ncrystal/Makefile
+1-1science/py-ncrystal/Makefile
+9-94 files

FreeBSD/ports 7c68164science/py-symfc distinfo Makefile

science/py-symfc: update 1.7.1 → 1.7.2
DeltaFile
+3-3science/py-symfc/distinfo
+3-2science/py-symfc/Makefile
+6-52 files

OPNSense/core 7499423src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Make label shorter
DeltaFile
+6-6src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+6-61 files

NetBSD/pkgsrc 2TrzFc6doc CHANGES-2026

   Updated multimedia/libde265, security/ccid
VersionDeltaFile
1.3315+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BOf8fyFsecurity/ccid Makefile distinfo

   ccid: updated to 1.8.0

   1.8.0

   Add support of
   - GLSolutions NM61 PC/SC
   - Identiv uTrust FIDO2 Security Key
   - Kensington VeriMark NFC+ USB-C Security Key
   - MARX CryptoTech LP Tokey 3 FIDO
   - mCore Contact-Reader
   - mCore Contactless-Reader
   - mCore DualSlot-Reader
   - Pol Henarejos Pico Fido
   - Pol Henarejos Pico HSM
   - Pol Henarejos Pico OpenPGP
   - Richmond Technologies CO. LLC AEGIS PRO4 Smart Card Reader
   - SCR Prime
   Remove the limitation to 16 readers
   udev: Update rules file to comply with systemd documentation

    [6 lines not shown]
VersionDeltaFile
1.53+14-29security/ccid/Makefile
1.32+4-4security/ccid/distinfo
+18-332 files

OPNSense/core e8d316dsrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Render icons for the top tree level groups, remove counts behind them to reduce visual noise
DeltaFile
+23-12src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+23-121 files

NetBSD/pkgsrc 2dIVUZRmultimedia/libde265 distinfo Makefile

   libde265: updated to 1.1.0

   1.1.0

   Added de265_security_limits parameters to limit the maximum image size and memory that libde265 will use during decoding.

   Security fixes

   CVE TBD (GHSA-g2rg-wj66-w594) - Out-of-bounds write in process_reference_picture_set via predicted short-term RPS
   CVE TBD (GHSA-vv8h-932h-7r86) - Heap buffer overflow in de265_image_get_buffer via SPS dimension integer overflow
   CVE TBD (GHSA-g5hj-rf9f-7vxm) - Unbounded memory accumulation via orphaned slice headers in read_slice_NAL
   (GHSA-x27c-jp65-g395) - Quadratic CPU consumption in NAL parser (remove_stuffing_bytes, resize)
VersionDeltaFile
1.17+4-4multimedia/libde265/distinfo
1.21+3-3multimedia/libde265/Makefile
1.6+2-2multimedia/libde265/PLIST
+9-93 files

OpenBSD/src EUnWEbxsys/net pf_norm.c

   pf(4) currently ignores fragment direction (in vs. out)
   in pf_frnode_compare() function.

   Issue noticed and reported by Frank Denis

   OK @bluhm
VersionDeltaFile
1.238+3-1sys/net/pf_norm.c
+3-11 files

LLVM/project 2539d07clang/lib/Sema SemaAMDGPU.cpp

add braces to long statements
DeltaFile
+6-3clang/lib/Sema/SemaAMDGPU.cpp
+6-31 files

OpenBSD/ports fViD0jCsysutils/google-cloud-sdk distinfo Makefile, sysutils/google-cloud-sdk/pkg PLIST

   Update to google-cloud-sdk-570.0.0.
VersionDeltaFile
1.422+77-39sysutils/google-cloud-sdk/pkg/PLIST
1.439+2-2sysutils/google-cloud-sdk/distinfo
1.459+1-1sysutils/google-cloud-sdk/Makefile
+80-423 files

LLVM/project a990851clang/docs ReleaseNotes.rst, clang/lib/Sema SemaTemplateInstantiateDecl.cpp

[clang] Validate return type when instantiating `returns_nonnull` attribute
DeltaFile
+21-0clang/test/CodeGenCXX/returns-nonnull-nonptr-crash.cpp
+11-0clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
+1-0clang/docs/ReleaseNotes.rst
+33-03 files

OpenBSD/ports jXTEX4zx11/gnome/ghex Makefile distinfo

   Update to ghex-50.2.
VersionDeltaFile
1.110+4-2x11/gnome/ghex/Makefile
1.44+2-2x11/gnome/ghex/distinfo
+6-42 files

LLVM/project 9cd3c0bclang/lib/CodeGen CGHLSLRuntime.cpp CGExpr.cpp, clang/test/CodeGenHLSL/resources resources-in-structs-array-to-local.hlsl res-array-global-to-local.hlsl

[HLSL] Codegen for handling global resource array initialization (#198891)

When a global resource array is accessed - whether it is declared at a
global scope or as part of a global struct instance - all of its
resource elements should be initialized from binding into a temporary
local resource array. This change intercepts the Clang codegen at the
relevant places to allow `CGHLSLRuntime` handle this special global
resource array initialization.

Fixes #187087
Fixes #198888
DeltaFile
+162-0clang/test/CodeGenHLSL/resources/resources-in-structs-array-to-local.hlsl
+157-0clang/test/CodeGenHLSL/resources/res-array-global-to-local.hlsl
+76-43clang/lib/CodeGen/CGHLSLRuntime.cpp
+17-2clang/lib/CodeGen/CGExpr.cpp
+13-4clang/test/CodeGenHLSL/resources/res-array-local2.hlsl
+12-1clang/lib/CodeGen/CGHLSLRuntime.h
+437-502 files not shown
+445-568 files

LLVM/project 48a1ee7llvm/lib/Target/AMDGPU SIInstrInfo.cpp SIInsertWaitcnts.cpp, llvm/test/CodeGen/AMDGPU wait-xcnt-drain.mir wait-xcnt.mir

[AMDGPU] Remove redundant s_wait_xcnt after implicit XCNT drains (#198823)

On gfx1250 several instructions implicitly drain XCNT in hardware:
`s_barrier_wait`/`signal`/`signal_isfirst`, `s_sendmsg`, PC-changes etc.
This patch will remove redundant `s_wait_xcnt` after implicit XCNT
drains.

Pre-commit tests on #198772
Fix: LCOMPILER-1665
DeltaFile
+29-0llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+0-19llvm/test/CodeGen/AMDGPU/wait-xcnt-drain.mir
+5-0llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+3-0llvm/lib/Target/AMDGPU/SIInstrInfo.h
+2-1llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
+0-2llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+39-226 files

OpenBSD/src h8qMA9iusr.sbin/bgpd rde.c

   In rde_attr_missing() make sure the nexthop attribute is present if there
   is any nlri data. In rde_as4byte_fixup() only run if ATTR_ASPATH is present.

   Depending the nexthop attribute on MP_REACH is not correct since and UPDATE
   can in theory carry both MP_REACH nlri and old school IPv4 nlri.

   rde_as4byte_fixup() should only fixup paths that have
    - ATTR_AS4_AGGREGATOR or ATTR_AS4_PATH present
    - ATTR_ASPATH must be present as well
    - no parse error (F_ATTR_PARSE_ERR)

   The rde_as4byte_fixup() is entered all the time even for path that only
   contain an ATTR_MP_UNREACH (which then could also include an ATTR_AS4_PATH
   but no ATTR_ASPATH).

   Reported by 7Asecurity
   OK tb@
VersionDeltaFile
1.704+11-9usr.sbin/bgpd/rde.c
+11-91 files

FreeBSD/ports 8a71442audio/lyrionmusicserver Makefile

audio/lyrionmusicserver: enable on powerpc64*
DeltaFile
+9-1audio/lyrionmusicserver/Makefile
+9-11 files