OPNSense/core 8bd91cbsrc/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/layout_partials base_form.volt base_dialog.volt

MVC:ui - refactor base_dialog and parseFormNode to simplify the template for https://github.com/opnsense/core/issues/9955

Move defaults to parseFormNode() and introduce "sections" with children to avoid some more magic in the volt templates.

Set default title on multi selectpickers as these sometimes seem to miss the "Nothing selected" phrase for some odd reason.

Functionally this should be a backward compatible change.
DeltaFile
+69-80src/opnsense/mvc/app/views/layout_partials/base_form.volt
+32-81src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+31-3src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+2-2src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+134-1664 files

FreeBSD/ports 6338412graphics/goocanvas3/files patch-configure

graphics/goocanvas3: detect more versions of python
DeltaFile
+1-1graphics/goocanvas3/files/patch-configure
+1-11 files

LLVM/project ea2c207cmake/Modules NormalizeTriple.cmake, llvm/cmake/modules LLVMExternalProjectUtils.cmake

Use clang to canonicalize the triple
DeltaFile
+34-0cmake/Modules/NormalizeTriple.cmake
+21-10llvm/cmake/modules/LLVMExternalProjectUtils.cmake
+2-16runtimes/CMakeLists.txt
+57-263 files

LLVM/project 1becec5mlir/lib/Target/LLVMIR ModuleTranslation.cpp, mlir/lib/Target/LLVMIR/Dialect/LLVMIR LLVMToLLVMIRTranslation.cpp

fix: add braces to metadata translation conditionals
DeltaFile
+6-3mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
+2-1mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
+8-42 files

FreeBSD/ports 848c7b7editors/vscode pkg-plist distinfo, editors/vscode/files patch-package.json patch-src_main.ts

editors/vscode: Update to 1.124.2

While here, remove obsolete target for building remote extension
host. Those who want to build remote extension host can now use
`make -f Makefile.reh build` instead.

Changelog: https://code.visualstudio.com/updates/v1_124

Reported by:    GitHub (watch releases)
DeltaFile
+70-414editors/vscode/pkg-plist
+23-21editors/vscode/distinfo
+1-20editors/vscode/Makefile
+8-7editors/vscode/Makefile.crates
+4-4editors/vscode/files/patch-package.json
+3-3editors/vscode/files/patch-src_main.ts
+109-4693 files not shown
+114-4749 files

LLVM/project bd6c6famlir/include/mlir/IR EnumAttr.td, mlir/test/mlir-tblgen gen-dialect-doc.td

[mlir-tblgen] Render enum keyword alternatives in generated attr/type docs

When mlir-tblgen generates documentation for AttrDefs/TypeDefs that have
EnumParameter fields, it previously rendered the raw C++ type (e.g.
`::mlir::ns::MyEnum`) in the syntax block. This was unhelpful for
users who need to know the valid keyword values.

This patch:
1. Adds an `EnumInfo enum = enumInfo;` field to the `EnumParameter`
   TableGen class, persisting the enum record for tooling to inspect.
2. Modifies `emitAttrOrTypeDefAssemblyFormat` in OpDocGen.cpp to detect
   EnumParameter fields and render their cases as backtick-quoted
   alternatives (e.g. `` `read` | `read_write` ``).
3. Adds a test case to gen-dialect-doc.td verifying the new behavior.

Before:
  #my_dialect.my_attr<
    int32_t,   # index
    ::mlir::ns::MyEnum,   # access

    [9 lines not shown]
DeltaFile
+25-0mlir/test/mlir-tblgen/gen-dialect-doc.td
+23-1mlir/tools/mlir-tblgen/OpDocGen.cpp
+3-0mlir/include/mlir/IR/EnumAttr.td
+51-13 files

NetBSD/pkgsrc PefqDqldoc CHANGES-2026

   Updated net/py-grpcio*, lang/py-python-discovery
VersionDeltaFile
1.3780+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 4D6XTbUdoc CHANGES-2026

   Updated devel/py-meson_python, www/py-sanic
VersionDeltaFile
1.3779+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc AdaTdBHdevel/py-meson_python distinfo Makefile

   py-meson_python: updated to 0.20.0

   0.20.0
   - Add support for targeting the Android platform.
VersionDeltaFile
1.9+4-4devel/py-meson_python/distinfo
1.11+3-3devel/py-meson_python/Makefile
+7-72 files

LLVM/project b76803blibcxx/include __locale, libcxx/src locale.cpp

[libc++] LWG3767: `codecvt<charN_t, char8_t, mbstate_t>` incorrectly added to locale (#201749)

Implement it as a DR against C++20, patching P0482R6.
DeltaFile
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/codecvt_byname_char16_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/codecvt_byname_char32_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/codecvt_char16_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/codecvt_char32_t_char8_t.depr_in_cxx20.verify.cpp
+10-6libcxx/include/__locale
+8-6libcxx/src/locale.cpp
+122-1221 files not shown
+203-1327 files

NetBSD/pkgsrc tngMgAedoc CHANGES-2026

   Updated misc/py-pbs-installer, textproc/py-pdf, finance/py-stripe, www/py-starlette
VersionDeltaFile
1.3778+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc cN8Yp9ofinance/py-stripe distinfo Makefile

   py-stripe: updated to 15.2.1

   15.2.1
   Add "source" field to user-agent header
VersionDeltaFile
1.77+4-4finance/py-stripe/distinfo
1.82+2-2finance/py-stripe/Makefile
+6-62 files

LLVM/project 58c0dacorc-rt/include/orc-rt-c Error.h Compiler.h, orc-rt/lib/executor Error.cpp

[orc-rt] Add ORC_RT_C_NOTHROW and apply it to the Error C API. (#203674)

Adds an ORC_RT_C_NOTHROW macro that expands to `noexcept` in C++ mode,
and `__attribute__((nothrow))` where that attribute is supported.

Also applies the new ORC_RT_C_NOTHROW macro to orc-rt-c/Error.h (and
adds `noexcept` to the corresponding C++ implementation in
lib/executor/Error.cpp).
DeltaFile
+11-7orc-rt/lib/executor/Error.cpp
+10-7orc-rt/include/orc-rt-c/Error.h
+9-0orc-rt/include/orc-rt-c/Compiler.h
+30-143 files

LLVM/project 2b32f3fclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVMIR.cpp, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Lower kernel argument metadata to LLVM IR

Translate CIR OpenCL kernel argument metadata into the LLVM IR kernel_arg_* metadata attached to kernel functions. Preserve optional argument names so -cl-kernel-arg-info controls the LLVM metadata surface through the CIR attribute.
DeltaFile
+74-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMIR.cpp
+60-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+158-14 files

OpenBSD/ports 9vxMkbldevel/llvm Makefile

   unlink llvm/20 from build. It's no longer used by any port.
VersionDeltaFile
1.316+1-1devel/llvm/Makefile
+1-11 files

OpenBSD/ports Z0MAhMidevel/py-llvmlite Makefile distinfo

   llvmlite: update to 0.48rc1, switch to llvm/22

   help/ok sthen (aisha was ok with removing the port, so I'm not waiting)
VersionDeltaFile
1.24+2-6devel/py-llvmlite/Makefile
1.7+2-2devel/py-llvmlite/distinfo
+4-82 files

NetBSD/pkgsrc 9uBvrT8doc CHANGES-2026

   Updated sysutils/restic, net/helm
VersionDeltaFile
1.3777+3-1doc/CHANGES-2026
+3-11 files

LLVM/project d0b8992orc-rt/include/orc-rt-c Compiler.h ExternC.h

[orc-rt] Merge ExternC.h and Visibility.h into Compiler.h. (#203673)

This mirrors the combined orc-rt/Compiler.h header on the C++ side, and
provides a natural home for future decoration macros when they're added.
DeltaFile
+51-0orc-rt/include/orc-rt-c/Compiler.h
+0-41orc-rt/include/orc-rt-c/ExternC.h
+0-30orc-rt/include/orc-rt-c/Visibility.h
+1-2orc-rt/include/orc-rt-c/Error.h
+1-1orc-rt/include/orc-rt-c/WrapperFunction.h
+1-1orc-rt/include/orc-rt-c/CoreTypes.h
+54-751 files not shown
+55-767 files

NetBSD/pkgsrc M5FsDobdoc CHANGES-2026

   Updated audio/fluidsynth, math/fast_float
VersionDeltaFile
1.3776+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc PIRXjFPaudio/fluidsynth distinfo Makefile

   fluidsynth: updated to 2.5.5

   2.5.5

   Fix a build issue on BigEndian architectures
   Adjust the log level for unimplemented OSAL functions in release builds
VersionDeltaFile
1.62+4-4audio/fluidsynth/distinfo
1.97+2-2audio/fluidsynth/Makefile
1.45+2-2audio/fluidsynth/PLIST
+8-83 files

LLVM/project 285b6e3clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Attach kernel argument metadata to CIR functions

Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.
DeltaFile
+152-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+91-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+5-0clang/test/CIR/CodeGenOpenCL/invalid-kernel-arg-metadata-target-address-space.cl
+4-0clang/lib/CIR/CodeGen/CIRGenModule.h
+283-01 files not shown
+286-07 files

LLVM/project af4839allvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/AMDGPU/GlobalISel srem.i64.ll udiv.i64.ll

Updated tests because of liveins/liveouts seeding.
DeltaFile
+11,260-11,217llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+2,067-2,168llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+249-249llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
+191-190llvm/test/CodeGen/AMDGPU/llvm.amdgcn.iglp.opt.exp.small.mir
+14,207-14,26420 files not shown
+14,998-15,08026 files

LLVM/project e8b43f2llvm/test/CodeGen/AMDGPU agpr-copy-no-free-registers.ll regpressure_printer.mir

Regenerated tests after rebasing.
DeltaFile
+140-44llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+15-15llvm/test/CodeGen/AMDGPU/regpressure_printer.mir
+155-592 files

LLVM/project 1143639llvm/test/CodeGen/AMDGPU schedule-amdgpu-tracker-physreg.ll

[AMDGPU] Adjusted GCN tracker option after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+1-1llvm/test/CodeGen/AMDGPU/schedule-amdgpu-tracker-physreg.ll
+1-11 files

LLVM/project 6949ca2llvm/test/CodeGen/AMDGPU bf16.ll minimumnum.bf16.ll

[AMDGPU] Regenerated tests after rebasing.
DeltaFile
+8,626-9,213llvm/test/CodeGen/AMDGPU/bf16.ll
+2,364-2,564llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
+2,314-2,514llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+1,340-1,343llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+1,244-1,250llvm/test/CodeGen/AMDGPU/llvm.exp10.f64.ll
+1,109-1,102llvm/test/CodeGen/AMDGPU/llvm.exp.f64.ll
+16,997-17,98660 files not shown
+26,853-27,93166 files

LLVM/project 16b4a6allvm/test/CodeGen/AMDGPU call-argument-types.ll amdgcn.bitcast.768bit.ll

[AMDGPU] Regenerated tests after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+284-572llvm/test/CodeGen/AMDGPU/call-argument-types.ll
+227-225llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+180-196llvm/test/CodeGen/AMDGPU/gfx-callable-return-types.ll
+171-143llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+131-80llvm/test/CodeGen/AMDGPU/bf16.ll
+88-94llvm/test/CodeGen/AMDGPU/a-v-flat-atomicrmw.ll
+1,081-1,3109 files not shown
+1,477-1,70115 files

LLVM/project 8b0466cllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Enabled GCN trackers (amdgpu-use-amdgpu-trackers) by default.

The LIT tests have been generally updated in one of the following ways:
(1) If the above option was not present and the test was auto-generated,
the test has now been auto-generated.
(2) If the above option was not present and the test was not
auto-generated, added the option -amdgpu-use-amdgpu-trackers=0 so as to
preserve any specific attributes the test was already checking.
(3) If the above option was present in a test, then its value has been
updated to reflect the change in the default.

Currently, there are 4 tests in category (2). They are:
CodeGen/AMDGPU/
  addrspacecast.ll
  schedule-regpressure-limit.ll
  schedule-regpressure-limit2.ll
  sema-v-unsched-bundle.ll

There are 8 tests in category (3). They are:

    [15 lines not shown]
DeltaFile
+77,782-77,355llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+13,255-13,280llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+9,928-9,400llvm/test/CodeGen/AMDGPU/bf16.ll
+4,484-4,395llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+3,842-3,812llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.256bit.ll
+3,802-3,690llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+113,093-111,932155 files not shown
+169,016-166,668161 files

LLVM/project 7063751llvm/lib/Target/AMDGPU GCNSchedStrategy.cpp GCNRegPressure.h

clang-format.
DeltaFile
+11-11llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+10-11llvm/lib/Target/AMDGPU/GCNRegPressure.h
+5-7llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
+26-293 files

FreeBSD/ports 943bddfnet Makefile, net/bone-utils Makefile pkg-descr

net/bone-utils: Add port

This is the [B]ag [O]f [N]etgraph [E]xtensions utilities package is an evolving
set of extra netgraph(4) utilities to simplify using the kernel modules in
net/bone-kmods. Additionally it provides a very simple rc(8) script which
re-names interfaces to match whatever you named them in your ngctl.conf.

At present this module provides the following:
* netgraph rc(8) script that keeps ifconfig(8)/ngctl(8) in agreement on nodes
  that present a network interface (ng_eiface(4), ng_ether(4), ng_iface(4)).
* jeiface script to create an ng_eiface(4) in a jail giving it the name and
  optional MAC you request.
* ncpcap(8) connectes to nodes to capture traffic. It is meant to have its
  output piped to tcpdump(1)
* ngportal(8) is the fast and simple way to connect to vnets using netgraph.

Differential Revision:  https://reviews.freebsd.org/D56744
DeltaFile
+35-0net/bone-utils/Makefile
+23-0net/bone-utils/pkg-descr
+22-0net/bone-utils/pkg-message
+3-0net/bone-utils/distinfo
+1-0net/Makefile
+84-05 files

FreeBSD/ports dcbfa17devel/dcd-server/files patch-src-dcd-server-autocomplete_complete.d patch-src-dcd-server-autocomplete_symbols.d

devel/dcd-client|server: Remove obsolete patch files
DeltaFile
+0-46devel/dcd-server/files/patch-src-dcd-server-autocomplete_complete.d
+0-35devel/dcd-server/files/patch-src-dcd-server-autocomplete_symbols.d
+0-28devel/dcd-server/files/patch-src-dcd-server-autocomplete_localuse.d
+0-23devel/dcd-server/files/patch-src-dcd-server-autocomplete_doc.d
+0-22devel/dcd-server/files/patch-src-dcd-server_main.d
+0-20devel/dcd-server/files/patch-src-dcd-server-autocomplete_util.d
+0-1746 files