FreeBSD/ports b1a4d1cwww/iridium distinfo Makefile, www/iridium/files patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc

www/iridium: update to 2026.01.143.4

(cherry picked from commit df1a11efc34387eb62972099c2ae390e5654545a)
DeltaFile
+6-6www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
+0-11www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
+5-5www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
+3-3www/iridium/distinfo
+1-1www/iridium/Makefile
+15-265 files

FreeBSD/ports fdf5d39www/chromium distinfo Makefile, www/chromium/files patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc

www/chromium: update to 143.0.7499.192

Security:       https://vuxml.freebsd.org/freebsd/8826fb1c-ebd8-11f0-a15a-a8a1599412c6.html
(cherry picked from commit 5cb677b5758b224e723e6c7ab6641ea42f586478)
DeltaFile
+6-6www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
+0-11www/chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
+5-5www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
+5-5www/chromium/distinfo
+1-1www/chromium/Makefile
+17-285 files

FreeBSD/ports df1a11ewww/iridium distinfo Makefile, www/iridium/files patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc

www/iridium: update to 2026.01.143.4
DeltaFile
+6-6www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
+0-11www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
+5-5www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
+3-3www/iridium/distinfo
+1-1www/iridium/Makefile
+15-265 files

LLVM/project 184e3c1llvm/test/CodeGen/X86 packss.ll packus.ll

[X86] packss.ll/packus.ll - add AVX512 test coverage (#174777)

Pulled out of #169995
DeltaFile
+83-6llvm/test/CodeGen/X86/packss.ll
+65-0llvm/test/CodeGen/X86/packus.ll
+148-62 files

FreeBSD/ports 5cb677bwww/chromium distinfo Makefile, www/chromium/files patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc

www/chromium: update to 143.0.7499.192

Security:       https://vuxml.freebsd.org/freebsd/8826fb1c-ebd8-11f0-a15a-a8a1599412c6.html
DeltaFile
+6-6www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc
+0-11www/chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc
+5-5www/chromium/distinfo
+5-5www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h
+1-1www/chromium/Makefile
+17-285 files

FreeBSD/ports c67a1a2mail/thunderbird Makefile, mail/thunderbird-esr Makefile

devel/wasi-libc: bump consumer PORTREVISIONs after update
DeltaFile
+1-1mail/thunderbird-esr/Makefile
+1-0mail/thunderbird/Makefile
+1-0www/firefox-esr/Makefile
+1-0www/firefox/Makefile
+1-0www/librewolf/Makefile
+1-0www/waterfox/Makefile
+6-11 files not shown
+7-17 files

FreeBSD/ports 125d2d3devel/wasi-libc distinfo Makefile

devel/wasi-libc: update to sdk-29

Consumer PORTREVISIONs to be bumped
DeltaFile
+3-3devel/wasi-libc/distinfo
+1-1devel/wasi-libc/Makefile
+4-42 files

LLVM/project ae4bbd0mlir/include/mlir-c BuiltinAttributes.h, mlir/include/mlir-c/Dialect LLVM.h

[MLIR][Python] Forward the name of MLIR attrs to Python side (#174756)

This PR is quite similiar to #174700.

In this PR, I added a C API for each (upstream) MLIR attributes to
retrieve its name (for example, `StringAttr -> mlirStringAttrGetName()
-> "builtin.string"`), and exposed a corresponding type_name class
attribute in the Python bindings (e.g., `StringAttr.attr_name ->
"builtin.string"`). This can be used in various places to avoid
hard-coded strings, such as eliminating the manual string in
`irdl.base("#builtin.string")`.

Note that parts of this PR (mainly mechanical changes) were produced via
GitHub Copilot and GPT-5.2. I have manually reviewed the changes and
verified them with tests to ensure correctness.
DeltaFile
+78-0mlir/lib/CAPI/Dialect/LLVM.cpp
+42-0mlir/include/mlir-c/Dialect/LLVM.h
+40-0mlir/lib/CAPI/IR/BuiltinAttributes.cpp
+30-0mlir/test/python/ir/attributes.py
+26-0mlir/include/mlir-c/BuiltinAttributes.h
+13-0mlir/include/mlir/Bindings/Python/IRAttributes.h
+229-011 files not shown
+276-017 files

FreeNAS/freenas b9618dfsrc/middlewared/middlewared/plugins/smb_ util_smbconf.py

Disable SMB3 unix extensions by default

This commit disables the SMB3 unix extensions by default. They
will be exposed as a configurable option in a future PR.
DeltaFile
+1-0src/middlewared/middlewared/plugins/smb_/util_smbconf.py
+1-01 files

LLVM/project dc691bblibc/src/__support/wctype/conversion/utils slice.h CMakeLists.txt

[libc][wctype] Upstream custom slice implementation from PtrHash-cc prototype to LLVM libc
DeltaFile
+113-0libc/src/__support/wctype/conversion/utils/slice.h
+12-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+125-02 files

FreeBSD/ports 6c0f11csecurity/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 143.0.7499.192

Obtained from:  https://chromereleases.googleblog.com/2026/01/stable-channel-update-for-desktop.html
DeltaFile
+33-0security/vuxml/vuln/2026.xml
+33-01 files

OPNSense/core d7acf26src/etc/inc interfaces.inc

interfaces: use model to get the hardware data

We should really add a test case for getNodeContent() to ensure
the output will not shift on us in the future for unintented
reasons.

getNodes() doesn't work as it structures option values weirdly
more tailored for GUI rendering.
DeltaFile
+4-4src/etc/inc/interfaces.inc
+4-41 files

NetBSD/src vMXZfYNusr.sbin/rbootd rmp_var.h

   rbootd(8): Include <arpa/inet.h> before attempting to use ntohs(3).

   prompted by PR pkg/59839
VersionDeltaFile
1.12+3-1usr.sbin/rbootd/rmp_var.h
+3-11 files

LLVM/project 7c29ed5libc/src/__support/wctype/conversion/utils slice.h CMakeLists.txt

[libc][wctype] Upstream custom slice implementation from PtrHash-cc prototype to LLVM libc
DeltaFile
+112-0libc/src/__support/wctype/conversion/utils/slice.h
+11-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+123-02 files

FreeBSD/ports 7a37fdetextproc Makefile, textproc/qo Makefile pkg-descr

textproc/qo: Add port

qo is an interactive TUI to query structured data (JSON/CSV/TSV) using
SQL (in particular, SQLite syntax). Results are updated in real-time.

It ultimately works as a standard stdin-in/stdout-out CLI app, so it's
essentially a normal piped app that (optionally) has interactivity.

If you pass the query as an argument, it'll skip the TUI, but still
let you query your data with SQL.
DeltaFile
+19-0textproc/qo/Makefile
+8-0textproc/qo/pkg-descr
+5-0textproc/qo/distinfo
+1-0textproc/Makefile
+33-04 files

OpenBSD/ports HuhcPfPgames/warzone2100 Makefile

   add BDEP on libzip; if present, "ZipIOProvider" is built, which fails if
   libzip was junked. (done only as a BDEP because at present, ZipIOProvider
   only seems to be used for tools/maptools-cli, which doesn't get installed).
VersionDeltaFile
1.57+4-0games/warzone2100/Makefile
+4-01 files

OpenBSD/ports lUIbZb7www/chromium distinfo Makefile, www/chromium/patches patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_cc patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_h

   update to 143.0.7499.192
VersionDeltaFile
1.12+5-5www/chromium/patches/patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_cc
1.10+4-4www/chromium/patches/patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_h
1.453+4-4www/chromium/distinfo
1.879+1-1www/chromium/Makefile
1.2+0-0www/chromium/patches/patch-components_autofill_core_browser_suggestions_payments_payments_suggestion_generator_cc
+14-145 files

FreeBSD/ports 4730089mail Makefile, mail/opensmtpd-table-socketmap Makefile distinfo

mail/opensmtpd-table-socketmap: new port

The socketmap table addon for OpenSMTPD allows querying information through the
socketmap protocol.
DeltaFile
+26-0mail/opensmtpd-table-socketmap/Makefile
+3-0mail/opensmtpd-table-socketmap/distinfo
+2-0mail/opensmtpd-table-socketmap/pkg-descr
+1-0mail/Makefile
+32-04 files

LLVM/project db737bcclang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td

review: use function attr instead cl::opt flag
DeltaFile
+17-15llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
+3-11llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+7-0clang/include/clang/Options/Options.td
+4-0clang/include/clang/Basic/CodeGenOptions.def
+2-0clang/lib/CodeGen/Targets/AMDGPU.cpp
+33-265 files

LLVM/project 88b77d5llvm/lib/Target/SPIRV SPIRVLegalizerInfo.cpp SPIRVPostLegalizer.cpp, llvm/test/CodeGen/SPIRV/legalization vector-arithmetic-6.ll load-store-global.ll

[SPIRV] Support non-constant indices for vector insert/extract (#172514)

This patch updates the legalization of spv_insertelt and spv_extractelt
to
handle non-constant (dynamic) indices. When a dynamic index is
encountered, the
vector is spilled to the stack, and the element is accessed via
OpAccessChain
(lowered from spv_gep).

This patch also adds custom legalization for G_STORE to scalarize vector
stores
and refines the legalization rules for G_LOAD, G_STORE, and
G_BUILD_VECTOR.

Fixes https://github.com/llvm/llvm-project/issues/170534
DeltaFile
+234-48llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
+45-54llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
+32-64llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
+66-0llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
+18-30llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
+40-3llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
+435-1991 files not shown
+443-2107 files

NetBSD/pkgsrc iDh5LIwmeta-pkgs/bulk-test-icu Makefile

   meta-pkgs/bulk-test-icu: www/firefox52 should be built now
VersionDeltaFile
1.16+1-2meta-pkgs/bulk-test-icu/Makefile
+1-21 files

OpenBSD/ports 7TVlrcVmath/py-oldest-supported-numpy Makefile distinfo, math/py-oldest-supported-numpy/patches patch-setup_cfg

   update to py3-oldest-supported-numpy-2023.12.21
   the patch can be dropped, because for python 3.13 it allows any version
VersionDeltaFile
1.2+6-10math/py-oldest-supported-numpy/pkg/DESCR
1.7+2-3math/py-oldest-supported-numpy/Makefile
1.2+2-2math/py-oldest-supported-numpy/distinfo
1.2+0-0math/py-oldest-supported-numpy/patches/patch-setup_cfg
+10-154 files

FreeBSD/src 3b6615eusr.bin/netstat inet.c

netstat: fix a segfault with --libxo

Fix a segfault when printing the "protocol" field.  The field-format and
encoding-format were expecting different numbers of arguments.

Also, fix the width of the tcp-state field in encoded output.

PR:             292228
Fixes:          c2b08c13c20 netstat: add support for UDP-Lite endpoints
MFC after:      1 week
Sponsored by:   ConnectWise
Reviewed by:    tuexen, js, des
Differential Revision: https://reviews.freebsd.org/D54567
DeltaFile
+5-6usr.bin/netstat/inet.c
+5-61 files

FreeNAS/freenas e0aec72src/middlewared/middlewared/api/v25_10_0 core.py, src/middlewared/middlewared/api/v25_10_1 core.py

NAS-139180 / 25.10.2 / Change error on core.bulk op to LongString (by anodos325) (#17957)

Depending on the circumstances and exact arguments passed to a method,
the operation may fail with a detail python traceback that requires a
LongString for the error message.

Original PR: https://github.com/truenas/middleware/pull/17956

Co-authored-by: Andrew Walker <awalker at ixsystems.com>
DeltaFile
+1-1src/middlewared/middlewared/api/v25_10_0/core.py
+1-1src/middlewared/middlewared/api/v25_10_1/core.py
+1-1src/middlewared/middlewared/api/v25_10_2/core.py
+3-33 files

LLVM/project c65c6aellvm/test/CodeGen/AArch64 arm64-cvtf-simd-itofp.ll

fixup! [AArch64][llvm] Add codegen for simd fpcvt intrinsics

Use @llvm.experimental.constrained.* to test strict nodes
DeltaFile
+12-12llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
+12-121 files

LLVM/project 758ded1llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h AMDGPUBaseInfo.cpp

review: move hardwareLimit inside AMDGPUBaseInfo
DeltaFile
+36-46llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+18-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+17-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+71-463 files

LLVM/project e61a150llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

Update SIInsertWaitcnts.cpp

Co-authored-by: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
DeltaFile
+1-1llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+1-11 files

LLVM/project 52a1048llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

fix: resolve issue after rebase
DeltaFile
+0-15llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+0-151 files

LLVM/project fa1ea58llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

Update SIInsertWaitcnts.cpp

Co-authored-by: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
DeltaFile
+1-1llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+1-11 files

LLVM/project 8aa920allvm/test/CodeGen/AMDGPU expand-waitcnt-profiling.ll

add more test
DeltaFile
+225-0llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
+225-01 files