FreeNAS/freenas 9a3a306.github/workflows lint.yml

Overly generic type: ignore
DeltaFile
+9-1.github/workflows/lint.yml
+9-11 files

OPNSense/core e05881csrc/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsreporting.xml

trim this
DeltaFile
+1-3src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dnsreporting.xml
+1-31 files

LLVM/project 7d97d03llvm/lib/Transforms/Vectorize VPlanRecipes.cpp

[VPlan] Use inferred type for VPReplicateRecipe void check (NFC) (#198560)
DeltaFile
+4-3llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+4-31 files

FreeNAS/freenas 4f72e95src/middlewared/middlewared/utils __init__.py, src/middlewared/middlewared/utils/libvirt utils.py

Fix
DeltaFile
+1-1src/middlewared/middlewared/utils/__init__.py
+1-1src/middlewared/middlewared/utils/libvirt/utils.py
+2-22 files

OPNSense/core 87784f0src/opnsense/mvc/app/views/OPNsense/Unbound overview.volt

leftover here
DeltaFile
+0-1src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+0-11 files

OPNSense/core 37ff114src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations M1_0_0.php

safeguard post as well
DeltaFile
+4-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations/M1_0_0.php
+4-01 files

OPNSense/core 73df876src/opnsense/mvc/app/controllers/OPNsense/Kea/forms generalSettings4.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.xml KeaDhcpv4.php

Services: Kea DHCPv4: Add DHCP4 compatibility options (#10336)

Refs: https://kea.readthedocs.io/en/stable/arm/dhcp4-srv.html#dhcp4-compatibility"

Co-authored-by: Franco Fichtner <franco at lastsummer.de>
Co-authored-by: Monviech <79600909+Monviech at users.noreply.github.com>
DeltaFile
+10-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/generalSettings4.xml
+9-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.xml
+4-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+23-03 files

OPNSense/core d7f455bsrc/opnsense/mvc/app/controllers/OPNsense/Unbound/Api DiagnosticsController.php OverviewController.php, src/opnsense/mvc/app/models/OPNsense/Unbound Unbound.xml

unbound: blocklist improvements (#10149)

* Organizes DNSBLs by provider/category.
* Adds the Social Network blocklist by hegizi.
* The tester now gives you the DNSBL name and category instead of its shortcode.
DeltaFile
+41-30src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.xml
+17-4src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+14-0src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api/DiagnosticsController.php
+8-1src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api/OverviewController.php
+1-0src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf
+81-355 files

FreeBSD/ports b1da4cffilesystems/libfsfat Makefile

filesystems/libfsfat: fix build with NLS turned off

PR:             295468
DeltaFile
+1-1filesystems/libfsfat/Makefile
+1-11 files

FreeBSD/ports 3eff8d5filesystems/libfsext Makefile

filesystems/libfsext: fix build with NLS turned off

PR:             295468
DeltaFile
+1-1filesystems/libfsext/Makefile
+1-11 files

LLVM/project 4d27aeflldb/tools/lldb-dap/extension package-lock.json, llvm/test/CodeGen/NVPTX machine-cse-predicate-inversion.ll

Merge branch 'main' into users/kasuga-fj/loop-interchange-fix-costmodel
DeltaFile
+3,903-0llvm/test/CodeGen/NVPTX/machine-cse-predicate-inversion.ll
+2,504-1,285lldb/tools/lldb-dap/extension/package-lock.json
+0-2,353llvm/test/CodeGen/X86/horizontal-reduce-umax.ll
+0-2,223llvm/test/CodeGen/X86/horizontal-reduce-smin.ll
+0-2,220llvm/test/CodeGen/X86/horizontal-reduce-smax.ll
+0-2,099llvm/test/CodeGen/X86/horizontal-reduce-umin.ll
+6,407-10,1801,214 files not shown
+49,946-25,6711,220 files

FreeBSD/ports 94d9b1fsecurity/vuxml/vuln 2026.xml

security/vuxml: Document net/rsync vulnerability

    - CVE-2026-29518
    - CVE-2026-43617
    - CVE-2026-43618
    - CVE-2026-43619
    - CVE-2026-43620
    - CVE-2026-45232
DeltaFile
+44-0security/vuxml/vuln/2026.xml
+44-01 files

FreeBSD/ports f4f3b3enet/rsync distinfo Makefile

net/rsync: update 3.4.2 -> 3.4.3

Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.3

In addition to the six CVE fixes, this release adds defence-in-depth
hardening on several adjacent paths.

Other changes:
    - Fixed a regression introduced by the 3.4.0 secure_relative_open() CVE fix
    - secure_relative_open() now uses openat2(O_RESOLVE_BENEATH) on FreeBSD 13+

Security: CVE-2026-29518
Security: CVE-2026-43617
Security: CVE-2026-43618
Security: CVE-2026-43619
Security: CVE-2026-43620
Security: CVE-2026-45232
DeltaFile
+3-3net/rsync/distinfo
+1-1net/rsync/Makefile
+4-42 files

LLVM/project a13ad21llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 horizontal-reduce-umax.ll horizontal-reduce-smin.ll

[X86] Replace custom minmax reduction pattern matching with ISD::VEC_REDUCE_*MIN/MAX support (#194473)

Support middle-end reduction integer min/max patterns instead of relying
on the ExpandReductions pass and then matching the expanded pattern in
DAG.

Middle-end reduction pattern recognition now matches
SelectionDAG::matchBinOpReduction (inc partial reduction), and its
better to improve future handling in InstCombine/VectorCombine wherever
possible.

Fixes #194624
DeltaFile
+0-2,353llvm/test/CodeGen/X86/horizontal-reduce-umax.ll
+0-2,223llvm/test/CodeGen/X86/horizontal-reduce-smin.ll
+0-2,220llvm/test/CodeGen/X86/horizontal-reduce-smax.ll
+0-2,099llvm/test/CodeGen/X86/horizontal-reduce-umin.ll
+0-37llvm/lib/Target/X86/X86ISelLowering.cpp
+4-12llvm/test/Transforms/PhaseOrdering/X86/vector-reductions-expanded.ll
+4-8,9443 files not shown
+20-8,9589 files

FreeNAS/freenas 31bbcf4src/middlewared/middlewared/plugins/zfs tier.py, tests/protocols pynfs_proto.py

Merge remote-tracking branch 'origin/master' into utils-mypy7
DeltaFile
+1,528-0tests/protocols/pynfs_proto.py
+1,027-0tests/sharing_protocols/nfs/test_nfs_mt_races.py
+718-0src/middlewared/middlewared/plugins/zfs/tier.py
+691-0tests/unit/test_activedirectory_health.py
+658-0tests/sharing_protocols/nfs/test_nfs_dacl_readdir.py
+475-109tests/sharing_protocols/nfs/test_nfs_acl.py
+5,097-109179 files not shown
+16,046-1,277185 files

OPNSense/core 2254237src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml, src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL ACL.xml

fix ACL and menu
DeltaFile
+0-1src/opnsense/mvc/app/models/OPNsense/Core/Menu/Menu.xml
+0-1src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
+0-22 files

OPNSense/core 8bf0da9. plist

update plist
DeltaFile
+1-2plist
+1-21 files

FreeBSD/ports b602a6dmisc/comfyui pkg-plist Makefile

misc/comfyui: update 0.21.1 → 0.22.0
DeltaFile
+12-1misc/comfyui/pkg-plist
+3-3misc/comfyui/Makefile
+3-3misc/comfyui/distinfo
+18-73 files

FreeBSD/ports 4371788misc/py-comfyui-workflow-templates distinfo Makefile

misc/py-comfyui-workflow-templates: update 0.9.77 → 0.9.79
DeltaFile
+3-3misc/py-comfyui-workflow-templates/distinfo
+1-1misc/py-comfyui-workflow-templates/Makefile
+4-42 files

FreeBSD/ports 589da1bmisc/py-comfyui-workflow-templates-media-other distinfo Makefile

misc/py-comfyui-workflow-templates-media-other: update 0.3.199 → 0.3.201
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-other/distinfo
+1-1misc/py-comfyui-workflow-templates-media-other/Makefile
+4-42 files

FreeBSD/ports 01748b7misc/py-comfyui-workflow-templates-media-image distinfo Makefile

misc/py-comfyui-workflow-templates-media-image: update 0.3.139 → 0.3.140
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-image/distinfo
+1-1misc/py-comfyui-workflow-templates-media-image/Makefile
+4-42 files

FreeBSD/ports 8375476misc/py-comfyui-workflow-templates-media-api distinfo Makefile

misc/py-comfyui-workflow-templates-media-api: update 0.3.76 → 0.3.77
DeltaFile
+3-3misc/py-comfyui-workflow-templates-media-api/distinfo
+1-1misc/py-comfyui-workflow-templates-media-api/Makefile
+4-42 files

FreeBSD/ports 785b81emisc/py-comfyui-workflow-templates-core distinfo Makefile

misc/py-comfyui-workflow-templates-core: update 0.3.233 → 0.3.235
DeltaFile
+3-3misc/py-comfyui-workflow-templates-core/distinfo
+1-1misc/py-comfyui-workflow-templates-core/Makefile
+4-42 files

OPNSense/core 0d14c48src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics SystemHealth.php

Reporting: Settings: convert to MVC
DeltaFile
+0-311src/www/reporting_settings.php
+192-68src/opnsense/mvc/app/views/OPNsense/Diagnostics/health.volt
+59-11src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+53-3src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/SystemhealthController.php
+27-10src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+35-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/SystemHealth.php
+366-40314 files not shown
+473-40920 files

LLVM/project 2a17897libcxx/include/__cxx03/__functional hash.h, libcxx/test/std/utilities/function.objects/unord.hash pointer.pass.cpp

[libc++][C++03] Cherry-pick #166690 (#198977)
DeltaFile
+5-0libcxx/include/__cxx03/__functional/hash.h
+0-2libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
+5-22 files

LLVM/project 9c826felibcxx/include/__cxx03 limits, libcxx/test/std/language.support/support.limits/limits/numeric.limits.members traps.pass.cpp

[libc++][C++03] Cherry-pick #166724 (#198839)
DeltaFile
+2-1libcxx/include/__cxx03/limits
+0-2libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
+2-32 files

LLVM/project 868aefdllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 alias_mask.ll sve-fixed-length-masked-expandloads.ll

Revert "[AArch64] Use ADDP tree for v16i8 to i16 bitmask extraction (#192974)" (#198985)

This reverts commit 42cc9b53bf83ebb778755fd51a9b277cb71740d5 as it is
tripping up on type legalization.
DeltaFile
+57-58llvm/test/CodeGen/AArch64/alias_mask.ll
+49-49llvm/test/CodeGen/AArch64/sve-fixed-length-masked-expandloads.ll
+16-16llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
+12-12llvm/test/CodeGen/AArch64/fixed_masked_deinterleaved_loads.ll
+12-12llvm/test/CodeGen/AArch64/fixed_masked_interleaved_stores.ll
+10-13llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+156-1603 files not shown
+176-1809 files

LLVM/project 835e014mlir/lib/Dialect/Transform/IR Utils.cpp

[mlir] only verify moved symbols in transform (#197882)

When merging named sequences from an external module in the transform
interpreter, only run the inliner verification for operations that were
actually moved rather than all pre-existing operations. This avoids
verifying inlining conditions for operations that wouldn't be inlined by
this logic, and is also more parsimonious.

Reverts #195770 but keeps the test. This is a more generic fix.
DeltaFile
+58-80mlir/lib/Dialect/Transform/IR/Utils.cpp
+58-801 files

NetBSD/pkgsrc-wip 5fedbfeclang distinfo, clang-tools-extra distinfo

llvm: updated to 22.1.6
DeltaFile
+3-3libcxxabi/distinfo
+3-3clang-tools-extra/distinfo
+3-3clang/distinfo
+3-3compiler-rt/distinfo
+3-3flang/distinfo
+3-3libcxx/distinfo
+18-189 files not shown
+43-4315 files

NetBSD/src ZMBr577share/man/man4 axen.4

   axen(4): brush up

   Align .Cd introduced in previous with the others.

   Don't abuse -tag for -item.  Mark up ifconfig media types.

   Drop confusing parens around the sentence that says autoselect is the
   default.  The next sentence is the logical continuation of that
   thought, and yet it was outside the parens, torn away from the
   sentence it expands upon.

   Avoid most 30-40 character runs of alphabet soup.  A slash and an 'A'
   is an especially nasty combination.  Fortunately, commas are a thing.
   Give remaining slashes a bit of kerning.
VersionDeltaFile
1.13+32-22share/man/man4/axen.4
+32-221 files