OPNSense/core af06d7bsrc/opnsense/mvc/app/controllers/OPNsense/Base ApiMutableModelControllerBase.php, src/opnsense/mvc/app/controllers/OPNsense/IDS/Api SettingsController.php

Services: Intrusion Detection - cleanup settings controller, add '$this->modelHandle = null' to base class with invalidateModel() method
DeltaFile
+26-58src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/SettingsController.php
+8-0src/opnsense/mvc/app/controllers/OPNsense/Base/ApiMutableModelControllerBase.php
+34-582 files

FreeBSD/ports 95b6456lang/fennel distinfo Makefile

lang/fennel: Update to 1.6.0

Changelog:      https://git.sr.ht/~technomancy/fennel/tree/1.6.0/item/changelog.md#160--2025-10-13
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3lang/fennel/distinfo
+1-1lang/fennel/Makefile
+4-42 files

OPNSense/core ebac133. plist, src/opnsense/scripts/suricata queryAlertLog.py queryInstalledRules.py

Services: Intrusion Detection - refactor query scripts and deprecate params.py
DeltaFile
+0-46src/opnsense/site-python/params.py
+14-26src/opnsense/scripts/suricata/queryAlertLog.py
+9-23src/opnsense/scripts/suricata/queryInstalledRules.py
+2-2src/opnsense/service/conf/actions.d/actions_ids.conf
+0-1plist
+25-985 files

LLVM/project 06562e2clang/lib/Sema SemaPPC.cpp, clang/test/CodeGen/PowerPC builtins-amo-err.c

Add 64-bit target check for signed AMO builtins
DeltaFile
+6-6clang/test/CodeGen/PowerPC/builtins-amo-err.c
+2-0clang/lib/Sema/SemaPPC.cpp
+8-62 files

FreeNAS/freenas 98b2776src/middlewared/middlewared/plugins alert.py

Address review: simplify algorithm
DeltaFile
+12-13src/middlewared/middlewared/plugins/alert.py
+12-131 files

FreeNAS/freenas 046929fsrc/middlewared/middlewared/alert base.py, src/middlewared/middlewared/alert/source failover_disks.py failover_nics.py

Improve failover alerts
- Add require_stable_peer support to AlertSource
- Potentially reduce API calls made for run_on_backup_node
DeltaFile
+41-13src/middlewared/middlewared/plugins/alert.py
+1-0src/middlewared/middlewared/alert/base.py
+1-0src/middlewared/middlewared/alert/source/failover_disks.py
+1-0src/middlewared/middlewared/alert/source/failover_nics.py
+44-134 files

FreeBSD/ports 92a7449sysutils/duplicity distinfo Makefile

sysutils/duplicity: Update to 3.0.6.2

ChangeLog:      https://duplicity.gitlab.io/stable/CHANGELOG.html
MFH:            2025Q4 (bugfixes)
(cherry picked from commit 8fa0d9f7a84228e215f5c3f2f996a9275469cb84)
DeltaFile
+3-3sysutils/duplicity/distinfo
+1-1sysutils/duplicity/Makefile
+4-42 files

FreeBSD/ports 8fa0d9fsysutils/duplicity distinfo Makefile

sysutils/duplicity: Update to 3.0.6.2

ChangeLog:      https://duplicity.gitlab.io/stable/CHANGELOG.html
MFH:            2025Q4 (bugfixes)
DeltaFile
+3-3sysutils/duplicity/distinfo
+1-1sysutils/duplicity/Makefile
+4-42 files

ELF Tool Chain/elftoolchain 4273trunk/tests/tet/libelf/tset/elf_getarhdr getarhdr.m4 Makefile

libelf/testsuite: Use deterministic file timestamps in a test.

TET will (by default) copy test case files to a temporary
directory before executing a test case.  This causes the
modification times for individual files in the test case's
temporary directory to differ from their respective timestamps
when the test archive was built.

Instead, use a fixed file modification time for archive members
when creating the archive, and have the test case check for
this fixed value.

DeltaFile
+5-3trunk/tests/tet/libelf/tset/elf_getarhdr/getarhdr.m4
+6-0trunk/tests/tet/libelf/tset/elf_getarhdr/Makefile
+11-32 files

LLVM/project 35c1bfdmlir/include/mlir/Target/LLVMIR ModuleImport.h, mlir/lib/Target/LLVMIR ModuleImport.cpp ConvertFromLLVMIR.cpp

[mlir][llvm] Handle debug record import edge cases

This commit enables the direct import of debug records by default and
fixes issues with two edge cases:
- Detect early on if the address operand is an argument list
  (calling getAddress() for argument lists asserts)
- Use getAddress() to check if the address operand is null, which
  means the address operand is an empty metadata node, which currently
  is not supported.
- Add support for debug label records.

This is a follow-up to:
https://github.com/llvm/llvm-project/pull/167812
DeltaFile
+84-44mlir/lib/Target/LLVMIR/ModuleImport.cpp
+7-6mlir/include/mlir/Target/LLVMIR/ModuleImport.h
+5-7mlir/test/Target/LLVMIR/Import/import-failure.ll
+1-1mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
+97-584 files

NetBSD/src mexTcnRsys/arch/evbppc/wii/dev exi.h

   fix merge botch in previous
VersionDeltaFile
1.1.2.4+3-1sys/arch/evbppc/wii/dev/exi.h
+3-11 files

LLVM/project 35cbf2dllvm/include/llvm/CodeGen SDPatternMatch.h, llvm/unittests/CodeGen SelectionDAGPatternMatchTest.cpp

DAG: Handle poison in m_Undef
DeltaFile
+3-1llvm/include/llvm/CodeGen/SDPatternMatch.h
+2-0llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
+5-12 files

NetBSD/src 5utaA16doc CHANGES-11.0

   Tickets #89 - #93
VersionDeltaFile
1.1.2.38+295-1doc/CHANGES-11.0
+295-11 files

NetBSD/src YxYTV46lib/libc/sys memfd_create.2, sys/kern sys_memfd.c

   Pull up following revision(s) (requested by gutteridge in ticket #93):

        sys/kern/sys_memfd.c: revision 1.13
        lib/libc/sys/memfd_create.2: revision 1.2
        lib/libc/sys/memfd_create.2: revision 1.3
        sys/sys/mman.h: revision 1.66

   memfd_create(2): add close-on-fork support

   memfd_create.2: note this system call was added in NetBSD 11
VersionDeltaFile
1.1.4.1+12-3lib/libc/sys/memfd_create.2
1.11.8.1+4-3sys/kern/sys_memfd.c
1.65.4.1+2-1sys/sys/mman.h
+18-73 files

LLVM/project 930066futils/bazel MODULE.bazel.lock MODULE.bazel, utils/bazel/llvm-project-overlay/clang BUILD.bazel

[bazel] Add explicit dep on protobuf (#168928)

This is required for correctly loading the protobuf rules. It's
possible we could drop the version here to a lower version, as long as
that version supports the versions of bazel we support. I picked this
because it is the current version being used by bazel 8.0.0 (which is
defined in the .bazelversion). Users can override this in their project
anyways if they need an older one
DeltaFile
+349-0utils/bazel/MODULE.bazel.lock
+9-8utils/bazel/MODULE.bazel
+2-0utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+360-83 files

NetBSD/src CIC1xztdoc CHANGES-10.2

   Tickets #1191 and #1192
VersionDeltaFile
1.1.2.68+43-1doc/CHANGES-10.2
+43-11 files

NetBSD/src 8a8Ndidsys/arch/evbppc/stand/wii miniipc.c miniipc.c

   Pull up following revision(s) (requested by jmcneill in ticket #92):

        sys/arch/evbppc/stand/wii/Makefile: revision 1.1
        sys/arch/evbppc/stand/wii/gecko.c: revision 1.1
        distrib/utils/embedded/conf/wii.conf: revision 1.6
        sys/arch/evbppc/stand/wii/gecko.h: revision 1.1
        sys/arch/evbppc/wii/wii_mmuinit.S: revision 1.3
        sys/arch/evbppc/stand/wii/miniipc.c: revision 1.1
        sys/arch/evbppc/stand/wii/devopen.c: revision 1.1
        etc/etc.evbppc/Makefile.inc: revision 1.20
        sys/arch/evbppc/stand/wii/miniipc.h: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.c: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.c: revision 1.2
        sys/arch/evbppc/stand/wii/start.S: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.h: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.h: revision 1.2
        sys/arch/evbppc/stand/wii/timer.h: revision 1.1
        sys/arch/evbppc/stand/wii/timer.c: revision 1.1
        sys/arch/evbppc/stand/wii/console.c: revision 1.1

    [52 lines not shown]
VersionDeltaFile
1.1.4.2+281-0sys/arch/evbppc/stand/wii/miniipc.c
1.1.4.1+0-281sys/arch/evbppc/stand/wii/miniipc.c
1.1.4.2+262-0sys/arch/evbppc/stand/wii/sdmmc.c
1.1.4.1+0-262sys/arch/evbppc/stand/wii/sdmmc.c
1.1.4.2+205-0sys/arch/evbppc/stand/wii/gecko.c
1.1.4.1+0-205sys/arch/evbppc/stand/wii/gecko.c
+748-74839 files not shown
+1,720-1,70045 files

LLVM/project d015af2clang/include/clang/CIR/Sema CIRAnalysisKind.h FallThroughWarning.h, clang/lib/CIR/FrontendAction CIRGenAction.cpp

Skeleton
DeltaFile
+170-0clang/lib/CIR/Sema/FallThroughWarning.cpp
+117-0clang/include/clang/CIR/Sema/CIRAnalysisKind.h
+67-0clang/lib/CIR/Sema/CIRAnalysisKind.cpp
+66-0clang/include/clang/CIR/Sema/FallThroughWarning.h
+36-0clang/lib/CIR/FrontendAction/CIRGenAction.cpp
+19-0clang/lib/CIR/Sema/CMakeLists.txt
+475-04 files not shown
+485-010 files

NetBSD/src xAeTwI7sys/arch/evbppc/stand/wii miniipc.c miniipc.c

   Pull up following revision(s) (requested by jmcneill in ticket #92):

        sys/arch/evbppc/stand/wii/Makefile: revision 1.1
        sys/arch/evbppc/stand/wii/gecko.c: revision 1.1
        distrib/utils/embedded/conf/wii.conf: revision 1.6
        sys/arch/evbppc/stand/wii/gecko.h: revision 1.1
        sys/arch/evbppc/wii/wii_mmuinit.S: revision 1.3
        sys/arch/evbppc/stand/wii/miniipc.c: revision 1.1
        sys/arch/evbppc/stand/wii/devopen.c: revision 1.1
        etc/etc.evbppc/Makefile.inc: revision 1.20
        sys/arch/evbppc/stand/wii/miniipc.h: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.c: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.c: revision 1.2
        sys/arch/evbppc/stand/wii/start.S: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.h: revision 1.1
        sys/arch/evbppc/stand/wii/gpio.h: revision 1.2
        sys/arch/evbppc/stand/wii/timer.h: revision 1.1
        sys/arch/evbppc/stand/wii/timer.c: revision 1.1
        sys/arch/evbppc/stand/wii/console.c: revision 1.1

    [52 lines not shown]
VersionDeltaFile
1.1.2.2+281-0sys/arch/evbppc/stand/wii/miniipc.c
1.1.2.1+0-281sys/arch/evbppc/stand/wii/miniipc.c
1.1.2.1+0-262sys/arch/evbppc/stand/wii/sdmmc.c
1.1.2.2+262-0sys/arch/evbppc/stand/wii/sdmmc.c
1.1.2.2+205-0sys/arch/evbppc/stand/wii/gecko.c
1.1.2.1+0-205sys/arch/evbppc/stand/wii/gecko.c
+748-74839 files not shown
+1,720-1,70045 files

LLVM/project 01a4177llvm/include/llvm/Frontend/Directive DirectiveBase.td, llvm/include/llvm/Frontend/OpenMP OMP.td

[OpenMP] Introduce "loop sequence" as directive association

OpenMP 6.0 introduced a `fuse` directive, and with it a "loop sequence"
as the associated code. What used to be "loop association" has become
"loop-nest association".

Rename Association::Loop to LoopNest, add Association::LoopSeq to
represent the "loop sequence" association.

Change the association of fuse from "block" to "loop sequence".
DeltaFile
+12-12llvm/include/llvm/Frontend/OpenMP/OMP.td
+10-9llvm/utils/TableGen/Basic/DirectiveEmitter.cpp
+3-2llvm/include/llvm/Frontend/Directive/DirectiveBase.td
+3-2llvm/test/TableGen/directive1.td
+3-2llvm/test/TableGen/directive2.td
+2-2llvm/lib/Frontend/OpenMP/OMP.cpp
+33-293 files not shown
+38-349 files

NetBSD/src ecVBm2Kexternal/mit/xorg/server/xorg-server/glamor Makefile.glamor, external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl Makefile

   Pull up following revision(s) (requested by mrg in ticket #91):

        share/mk/bsd.x11.mk: revision 1.163
        external/mit/xorg/server/xorg-server/glamor/Makefile.glamor: revision 1.2
        external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl/Makefile: revision 1.4

   note xorg-server update

   updates for xorg-server 21.1.20.
VersionDeltaFile
1.3.6.1+9-3external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl/Makefile
1.1.6.1+5-2external/mit/xorg/server/xorg-server/glamor/Makefile.glamor
1.162.2.1+2-2share/mk/bsd.x11.mk
+16-73 files

LLVM/project 88055b3clang-tools-extra/clang-doc ClangDoc.cpp Representation.h

[clang-doc][NFC] Remove unused headers (#168806)

Removes unused headers or replaces them with headers that directly
provide the symbol instead. For example, `Serialize.h` included `AST.h`,
but it was actually `Serialize.cpp` that needed concept expressions, so
now it includes just `ExprConcepts.h`.
DeltaFile
+0-4clang-tools-extra/clang-doc/ClangDoc.cpp
+1-3clang-tools-extra/clang-doc/Representation.h
+0-4clang-tools-extra/clang-doc/BitcodeWriter.h
+0-3clang-tools-extra/clang-doc/Serialize.h
+2-0clang-tools-extra/clang-doc/Serialize.cpp
+0-2clang-tools-extra/clang-doc/ClangDoc.h
+3-165 files not shown
+4-2311 files

Linux/linux fd95357kernel/sched ext.c

Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fix from Tejun Heo:
 "One low risk and obvious fix: scx_enable() was dereferencing an error
  pointer on helper kthread creation failure. Fixed"

* tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: Fix scx_enable() crash on helper kthread creation failure
DeltaFile
+4-1kernel/sched/ext.c
+4-11 files

OPNSense/ports b674254Mk/Uses kde.mk

Framework: sync with upstream

Taken from: FreeBSD
DeltaFile
+2-2Mk/Uses/kde.mk
+2-21 files

NetBSD/xsrc a6YkGTrexternal/mit/xorg-server/dist ChangeLog configure, external/mit/xorg-server/dist/glamor glamor_glx_provider.c glamor_glx_provider.c

   Pullup the following, requested by mrg in ticket #91:

        external/mit/xorg-server/dist/test/scripts/xephyr-glamor-gles2-piglit.sh up to 1.1.1.1
        external/mit/xorg-server/dist/test/bugs/bug1354.c up to 1.1.1.1
        external/mit/xorg-server/dist/test/bugs/meson.build up to 1.1.1.1
        external/mit/xorg-server/dist/glamor/glamor_glx_provider.c up to 1.1.1.1
        external/mit/xorg-server/dist/glamor/glamor_glx_provider.h up to 1.1.1.1
        external/mit/xorg-server/dist/COPYING           up to 1.1.1.7
        external/mit/xorg-server/dist/ChangeLog         up to 1.1.1.30
        external/mit/xorg-server/dist/Makefile.in       up to 1.1.1.19
        external/mit/xorg-server/dist/aclocal.m4        up to 1.1.1.24
        external/mit/xorg-server/dist/compile           up to 1.1.1.14
        external/mit/xorg-server/dist/configure         up to 1.23
        external/mit/xorg-server/dist/configure.ac      up to 1.25
        external/mit/xorg-server/dist/depcomp           up to 1.1.1.12
        external/mit/xorg-server/dist/install-sh        up to 1.1.1.13
        external/mit/xorg-server/dist/meson.build       up to 1.1.1.20
        external/mit/xorg-server/dist/missing           up to 1.1.1.12
        external/mit/xorg-server/dist/test-driver       up to 1.1.1.10

    [158 lines not shown]
VersionDeltaFile
1.1.1.29.2.1+1,468-0external/mit/xorg-server/dist/ChangeLog
1.1.1.1.2.2+437-0external/mit/xorg-server/dist/glamor/glamor_glx_provider.c
1.1.1.1.2.1+0-437external/mit/xorg-server/dist/glamor/glamor_glx_provider.c
1.1.1.3.4.1+269-67external/mit/xorg-server/dist/glamor/glamor_xv.c
1.1.1.5.4.1+207-93external/mit/xorg-server/dist/glamor/glamor_egl.c
1.22.2.1+151-18external/mit/xorg-server/dist/configure
+2,532-615172 files not shown
+3,854-1,361178 files

OPNSense/ports ad65a22security/aws-c-cal distinfo Makefile

security/aws-c-cal: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3security/aws-c-cal/distinfo
+1-1security/aws-c-cal/Makefile
+4-42 files

OPNSense/core 8d1f08csrc/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostAlias.xml

Services: Unbound DNS: Overrides - update helptext as discussed in https://github.com/opnsense/core/issues/9429
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dialogHostAlias.xml
+2-21 files

OPNSense/ports 5e4b3a6security/aws-c-auth distinfo Makefile

security/aws-c-auth: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3security/aws-c-auth/distinfo
+1-1security/aws-c-auth/Makefile
+4-42 files

OPNSense/ports d69f7c8net/google-cloud-sdk distinfo Makefile

net/google-cloud-sdk: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

OPNSense/ports 9340424lang/php83 distinfo Makefile

lang/php83: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3lang/php83/distinfo
+1-1lang/php83/Makefile
+4-42 files