OPNSense/core 1d06cf4src/opnsense/scripts/firmware/repos OPNsense.php

firmware: opnsense-update does aux if found now
DeltaFile
+0-4src/opnsense/scripts/firmware/repos/OPNsense.php
+0-41 files

LLVM/project b8534e0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/non-policy/non-overloaded vabs_v.c, clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded vabs_v.c

Address comments

Created using spr 1.3.6-beta.1
DeltaFile
+0-202llvm/test/CodeGen/RISCV/rvv/vwabdacc.ll
+0-202llvm/test/CodeGen/RISCV/rvv/vwabdaccu.ll
+179-0llvm/test/CodeGen/RISCV/rvv/vwabda.ll
+179-0llvm/test/CodeGen/RISCV/rvv/vwabdau.ll
+66-67clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/non-policy/non-overloaded/vabs_v.c
+66-67clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded/vabs_v.c
+490-53832 files not shown
+1,746-1,89138 files

NetBSD/pkgsrc TlF7WHKdoc CHANGES-2026

   Updated databases/py-mysqlclient, www/py-gunicorn
VersionDeltaFile
1.1079+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc XNKURmcwww/py-gunicorn distinfo Makefile

   py-gunicorn: updated to 25.0.3

   25.0.3 - 2026-02-07

   Bug Fixes

   - Fix RuntimeError when StopIteration is raised inside ASGI response body
     coroutine (PEP 479 compliance)

   - Fix deprecation warning for passing maxsplit as positional argument in
     `re.split()` (Python 3.13+)
VersionDeltaFile
1.21+4-4www/py-gunicorn/distinfo
1.29+2-2www/py-gunicorn/Makefile
+6-62 files

NetBSD/pkgsrc j9wzlp5databases/py-mysqlclient distinfo Makefile

   py-mysqlclient: updated to 2.2.8

   2.2.8

   * Add ``local_infile_dir`` option to restrict LOAD DATA LOCAL INFILE file path.
   * windows wheel: Update mariadb-connector to 3.4.8
   * Add Python 3.14 and drop Python 3.8, 3.9 support.
   * Experimental support for free threaded Python. Importing ``MySQLdb`` doesn't
     enable the GIL anymore. This doesn't mean mysqlclient is thread safe.
     You must not use same connection object from multiple threads concurrently.
VersionDeltaFile
1.11+4-4databases/py-mysqlclient/distinfo
1.15+2-3databases/py-mysqlclient/Makefile
+6-72 files

pkgng/pkgng 8f790d4libpkg pkg_jobs.c

pkg_jobs: try to break potential infinite recursion
DeltaFile
+10-3libpkg/pkg_jobs.c
+10-31 files

LLVM/project 79ec0cemlir/lib/Target/LLVMIR ModuleImport.cpp, mlir/test/Target/LLVMIR/Import constant.ll

[MLIR][LLVMIR] Add support for importing ConstantInt/FP vector splats. (#180946)

Updates LLVM IR importing to remove the assumption that
ConstantInt/ConstantFP are always scalar.
DeltaFile
+14-0mlir/lib/Target/LLVMIR/ModuleImport.cpp
+9-0mlir/test/Target/LLVMIR/Import/constant.ll
+23-02 files

LLVM/project 3c8016cllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 vec-combine-trunc-dup-ext.ll

[AArch64] Eliminate XTN/SSHLL for vector splats (#180913)

Combine:
  sext(duplane(insert_subvector(undef, trunc(X), 0), idx))
Into:
  duplane(X, idx)

This avoids XTN/SSHLL instruction sequences that occur when splatting
elements from boolean vectors after type legalization, which is common
when using shufflevector with comparison results.
DeltaFile
+119-0llvm/test/CodeGen/AArch64/vec-combine-trunc-dup-ext.ll
+65-0llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+184-02 files

pkgng/pkgng 28db90a. NEWS

Update News
DeltaFile
+20-0NEWS
+20-01 files

LLVM/project db26124llvm/lib/Target/AArch64 AArch64SystemOperands.td, llvm/test/MC/AArch64 armv9.7-scr2.s

[AArch64]Add SCR2_EL3 system register (#180918)

The link to the system register:


https://developer.arm.com/documentation/111107/2025-12/AArch64-Registers/SCR2-EL3--Secure-Configuration-Register?lang=en
DeltaFile
+24-0llvm/test/MC/AArch64/armv9.7-scr2.s
+4-0llvm/lib/Target/AArch64/AArch64SystemOperands.td
+28-02 files

NetBSD/pkgsrc V4Vl0txdoc CHANGES-2026

   Updated devel/py-test-env, devel/py-test-html, devel/py-test-httpserver
VersionDeltaFile
1.1078+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc rDLx4eldevel/py-test-httpserver distinfo Makefile

   py-test-httpserver: updated to 1.1.4

   1.1.4

   New Features

   - More robust server startup by checking server readiness (disabled by
     default).
VersionDeltaFile
1.12+4-4devel/py-test-httpserver/distinfo
1.13+2-3devel/py-test-httpserver/Makefile
+6-72 files

NetBSD/pkgsrc pFBlBY1devel/py-test-html Makefile distinfo

   py-test-html: updated to 4.2.0

   4.2.0

   fix: Extras from setup/teardown missing in report
   fix: Total duration when running in parallel
   Fix license classifier in pyproject.toml
   [pre-commit.ci] pre-commit autoupdate
   Fix for 806 (if results table order changed, hide/show details hover over broken)
   Chore(deps): Bump certifi from 2023.5.7 to 2023.7.22 in /docs
   Start tag has wrong closing tag
   Drop python 3.8, add support for 3.12, 3.13
VersionDeltaFile
1.2+9-8devel/py-test-html/Makefile
1.2+4-4devel/py-test-html/distinfo
+13-122 files

LLVM/project fe532d0llvm/test/tools/llvm-reduce unconditional-br-phi.ll, llvm/tools/llvm-reduce/deltas ReduceUsingSimplifyCFG.cpp

[review] Add test case with phi-nodes and switch
DeltaFile
+89-0llvm/test/tools/llvm-reduce/unconditional-br-phi.ll
+1-1llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.cpp
+90-12 files

LLVM/project bf4635fllvm/test/tools/llvm-reduce unconditional-br.ll reduce-invoke.ll, llvm/tools/llvm-reduce DeltaPasses.def

[llvm-reduce] Add a pass to replace unconditinal branches with returns

Unconditional branches could end up in infinite loops in the reduced code,
while the code could have been reduce furter.

This patch implements a simple pass that replaces unconditional branches
with returns.
DeltaFile
+40-0llvm/test/tools/llvm-reduce/unconditional-br.ll
+37-0llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.cpp
+2-2llvm/test/tools/llvm-reduce/reduce-invoke.ll
+2-0llvm/tools/llvm-reduce/DeltaPasses.def
+1-0llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h
+82-25 files

OPNSense/core 31f6e89src/opnsense/mvc/app/models/OPNsense/Base/Menu MenuItem.php MenuSystem.php

firewall: override "Rules" name when we hide the old one
DeltaFile
+20-1src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuItem.php
+3-9src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php
+23-102 files

NetBSD/pkgsrc sgRAgmmdevel/py-test-env Makefile distinfo

   py-test-env: updated to 1.3.2

   1.3.2
   Unknown changes
VersionDeltaFile
1.13+7-6devel/py-test-env/Makefile
1.13+4-4devel/py-test-env/distinfo
+11-102 files

OpenBSD/ports VKmxSpTlang/python/2.7 python.port.mk

   MODPY_TEST_LINK_SO not needed in the py2 version of python.port.mk
VersionDeltaFile
1.6+0-14lang/python/2.7/python.port.mk
+0-141 files

LLVM/project ce6dd9cllvm/test/CodeGen/AArch64 switch-cases-to-branch-and.ll

[AArch64][GlobalISel] Update and regnerate switch-cases-to-branch-and.ll. NFC
DeltaFile
+438-543llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
+438-5431 files

FreeNAS/freenas a53333bsrc/middlewared/middlewared/plugins/ups utils.py __init__.py

Move implementations out of ups/__init__.py into utils.py

Move port_choices and ups_config_extend logic to utils.py,
keeping __init__.py as a thin delegation layer.

https://claude.ai/code/session_01G9KzvYnAgzjNbUFucPqApL
DeltaFile
+22-0src/middlewared/middlewared/plugins/ups/utils.py
+3-18src/middlewared/middlewared/plugins/ups/__init__.py
+25-182 files

FreeBSD/ports cf5931dwww/dooble Makefile distinfo

www/dooble: Update 2025.11.25 => 2026.02.09

Changelog:
https://github.com/textbrowser/dooble/releases/tag/2026.02.09

PR:     293098
DeltaFile
+15-14www/dooble/Makefile
+3-3www/dooble/distinfo
+18-172 files

LLVM/project 9eed43blldb/examples/python/templates scripted_frame_provider.py

[lldb][doc] Improve documentation for `ScriptedFrameProvider` (#179996)

* Provide a minimal, working example
* Document the instance variables
* Remove mention of `thread.SetScriptedFrameProvider` (which doesn't exist)
* add missing `@staticmethod` annotation
* fix rendering of bullet-pointed lists
DeltaFile
+42-14lldb/examples/python/templates/scripted_frame_provider.py
+42-141 files

OpenBSD/ports ZjTrogslang/gawk Makefile distinfo, lang/gawk/pkg PLIST

   update to gawk-5.3.2
   - upstream drops libsigsegv dep
   - build with --disable-pma to disable optional new persistent memory
   archive feature (heap dump/restore) which fails at runtime
   - add notes on the test failures in Makefile comments (none new)
   - drop the /usr/local/bin/awk -> gawk symlink
VersionDeltaFile
1.20+21-2lang/gawk/pkg/PLIST
1.45+11-6lang/gawk/Makefile
1.21+2-2lang/gawk/distinfo
+34-103 files

FreeBSD/ports cc12761devel/py-setuptools-scm Makefile distinfo

devel/py-setuptools-scm: update to 9.2.2

Changelog: https://setuptools-scm.readthedocs.io/en/v9.2.2/changelog/

Reported by: ngie
PR: 286779
exp-run by: antoine
Tested by: John Hein
Differential Revision: https://reviews.freebsd.org/D52368
DeltaFile
+19-19devel/py-setuptools-scm/Makefile
+3-3devel/py-setuptools-scm/distinfo
+22-222 files

FreeBSD/src 83693c1tools/test/stress2/misc syzkaller67.sh syzkaller78.sh

stress2: Fix cleanup
DeltaFile
+1-1tools/test/stress2/misc/syzkaller67.sh
+1-1tools/test/stress2/misc/syzkaller78.sh
+2-22 files

FreeBSD/src 2b061bdtools/test/stress2/misc syzkaller52.sh

stress2: Limit output from test
DeltaFile
+1-1tools/test/stress2/misc/syzkaller52.sh
+1-11 files

FreeNAS/freenas 83da6fdsrc/middlewared/middlewared/plugins ups.py, src/middlewared/middlewared/plugins/ups upssched_event.py config.py

Convert UPS plugin to be type-safe
DeltaFile
+0-359src/middlewared/middlewared/plugins/ups.py
+119-0src/middlewared/middlewared/plugins/ups/upssched_event.py
+112-0src/middlewared/middlewared/plugins/ups/config.py
+102-0src/middlewared/middlewared/plugins/ups/__init__.py
+78-0src/middlewared/middlewared/plugins/ups/utils.py
+34-0src/middlewared/middlewared/service/system_service_part.py
+445-35910 files not shown
+473-37416 files

LLVM/project 907eb11libc/src/stdio/baremetal file_internal.cpp CMakeLists.txt

[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal (#175530)

After https://github.com/llvm/llvm-project/pull/168931 landed getc,
ungetc and fflush are still missing at link time while trying to make
libc++ std::cout work with LLVM libc on baremetal.

ungetc implementation is very minimal only to cover the current standard
streams implementation from the patch above.
DeltaFile
+52-0libc/src/stdio/baremetal/file_internal.cpp
+37-1libc/src/stdio/baremetal/CMakeLists.txt
+31-0libc/src/stdio/baremetal/getc.cpp
+27-3libc/src/stdio/baremetal/file_internal.h
+22-0libc/src/stdio/baremetal/fflush.cpp
+20-0libc/src/stdio/baremetal/ungetc.cpp
+189-43 files not shown
+198-69 files

LLVM/project 8d63e89libcxx/include/__functional hash.h

[libc++] Avoid including pair in <__functional/hash.h> (#179635)

We already have `_PairT`, which is just a pair of two `size_t`s, so we
might as well use that throughout the file. This avoids the `pair`
include altogether, reducing header parse times a bit in some cases.
DeltaFile
+14-12libcxx/include/__functional/hash.h
+14-121 files

FreeNAS/freenas bcc465dsrc/middlewared/middlewared/plugins ups.py, src/middlewared/middlewared/plugins/ups upssched_event.py config.py

Convert UPS plugin to be type-safe
DeltaFile
+0-359src/middlewared/middlewared/plugins/ups.py
+119-0src/middlewared/middlewared/plugins/ups/upssched_event.py
+112-0src/middlewared/middlewared/plugins/ups/config.py
+102-0src/middlewared/middlewared/plugins/ups/__init__.py
+78-0src/middlewared/middlewared/plugins/ups/utils.py
+34-0src/middlewared/middlewared/service/system_service_part.py
+445-35910 files not shown
+472-37416 files