OPNSense/core 34cf1d8src/etc/inc/plugins.inc.d pf.inc

Add missing reference to Anti Lockout nordr rule
DeltaFile
+1-0src/etc/inc/plugins.inc.d/pf.inc
+1-01 files

FreeBSD/ports 7bf5028dns/cli53 Makefile distinfo

dns/cli53: Update to 0.9.0

Changes: https://github.com/barnybug/cli53/releases/tag/v0.9.0
DeltaFile
+5-5dns/cli53/distinfo
+1-2dns/cli53/Makefile
+6-72 files

FreeBSD/ports 7e6e6b1devel/lazygit Makefile distinfo

devel/lazygit: Update to 0.64.1

Changes:        https://github.com/jesseduffield/lazygit/releases/tag/v0.64.1
DeltaFile
+5-5devel/lazygit/distinfo
+1-2devel/lazygit/Makefile
+6-72 files

FreeBSD/ports 32fba66textproc/tgrep Makefile distinfo

textproc/tgrep: Update to 1.0.1

Changelog: https://github.com/microsoft/tgrep/releases/tag/v1.0.1

Reported by:    GitHub (watch releases)
DeltaFile
+3-3textproc/tgrep/distinfo
+1-1textproc/tgrep/Makefile
+4-42 files

OPNSense/core 53f7bbcsrc/opnsense/mvc/app/controllers/OPNsense/Firewall/Api DNatController.php, src/opnsense/mvc/app/views/OPNsense/Firewall nat_rule.volt

Pass rule reference into Lookup button
DeltaFile
+4-1src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+1-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/DNatController.php
+5-12 files

LLVM/project 7fd5234mlir/lib/Dialect/SCF/Utils Utils.cpp, mlir/test/Dialect/Affine loop-coalescing.mlir

[mlir][SCF] Fix use-after-free in coalesceLoops when inner loop yields its induction var (#217510)

coalesceLoops rewrites yielded values that reference the inner loop's
iter_args (about to be inlined and destroyed) to their replacement
values, but never checked whether a yielded value was the inner
loop's induction variable itself — also a block argument about to be
destroyed. When the inner loop's `scf.yield` yields its own
induction variable, this left a dangling `Value` reference that
crashed `RewriterBase::replaceOp` with a use-after-free.

Fix by also rewriting a yielded induction variable to its delinearized
replacement value, mirroring the existing iter_arg case.

Verified: reverting this fix reproduces the reported segfault; with
the fix, `mlir-opt --affine-loop-coalescing` on the reported
reproducer succeeds, and `mlir/test/Dialect/Affine/loop-coalescing.mlir`
passes.

Fixes #216903

🤖 Generated with [Claude Code](https://claude.com/claude-code)
DeltaFile
+27-0mlir/test/Dialect/Affine/loop-coalescing.mlir
+7-0mlir/lib/Dialect/SCF/Utils/Utils.cpp
+34-02 files

OPNSense/core 559d8f3src/opnsense/www/js/widgets Services.js

dashboard: truncate long service names in services widget

(cherry picked from commit 84e47e1fac4ef4ffa06dd69e03504d819d134e90)
DeltaFile
+1-1src/opnsense/www/js/widgets/Services.js
+1-11 files

OPNSense/core 892863dsrc/opnsense/mvc/app/views/layouts default.volt, src/opnsense/www/css opnsense-bootgrid-layout.css

ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen (#10656)

(cherry picked from commit 5dd550ae65b07c66ddf832ec2db3e6cf01fd1f44)
(cherry picked from commit 5c6f6504ed848d049903eac94570e6b6e5f4b71c)
DeltaFile
+83-3src/opnsense/www/js/opnsense_bootgrid.js
+25-0src/opnsense/www/css/opnsense-bootgrid-layout.css
+7-0src/opnsense/www/js/opnsense_ui.js
+3-1src/opnsense/mvc/app/views/layouts/default.volt
+118-44 files

LLVM/project c543f42libc/test/shared shared_math_test.cpp shared_math_constexpr_test.cpp

nit
DeltaFile
+6-6libc/test/shared/shared_math_constexpr_test.cpp
+2-2libc/test/shared/shared_math_test.cpp
+8-82 files

OPNSense/core 1e17d9bsrc/opnsense/service/templates/OPNsense/Unbound/core blocklists.conf

Services/Unbound: update hagezi blocklists to use new mirror URLs (#10709)

(cherry picked from commit 42870829c143cb2d00152cf4d6d8f9f22bcb1018)
DeltaFile
+22-22src/opnsense/service/templates/OPNsense/Unbound/core/blocklists.conf
+22-221 files

OPNSense/core 478aa72src/opnsense/scripts/filter list_states.py

firewall: change copyright years, no changes to file
DeltaFile
+1-1src/opnsense/scripts/filter/list_states.py
+1-11 files

FreeBSD/ports 4d317b4devel/codebase-memory-mcp/files patch-src_pipeline_pipeline.c patch-internal_cbm_cbm.c

devel/codebase-memory-mcp: update to 0.10.8, add FreeBSD sysctl indexing

Add a downstream-only feature that teaches the code indexer to resolve
FreeBSD kernel sysctl trees.
DeltaFile
+598-0devel/codebase-memory-mcp/files/extract_sysctl.c
+316-0devel/codebase-memory-mcp/files/pass_sysctl.c
+0-105devel/codebase-memory-mcp/files/patch-src_daemon_runtime.c
+61-0devel/codebase-memory-mcp/files/patch-internal_cbm_cbm.h
+24-0devel/codebase-memory-mcp/files/patch-internal_cbm_cbm.c
+23-0devel/codebase-memory-mcp/files/patch-src_pipeline_pipeline.c
+1,022-1058 files not shown
+1,102-11614 files

LLVM/project cb0e2d3libc/test/shared shared_math_test.cpp

nit
DeltaFile
+2-2libc/test/shared/shared_math_test.cpp
+2-21 files

OPNSense/core 35a37a5src/opnsense/mvc/app/views/layout_partials base_form.volt

mvc: fix typo in base_form.volt advanced/help toggle ids (#10734)

(cherry picked from commit 24b997eb8b6e402c57712aafd598e96abe0c0099)
DeltaFile
+2-2src/opnsense/mvc/app/views/layout_partials/base_form.volt
+2-21 files

OPNSense/core 7e0d3a9src/opnsense/mvc/app/views/OPNsense/Kea dhcpv6.volt

Services: Kea DHCPv6: use DOM construction for the 'dynamic' label

(cherry picked from commit 4d95deb43097fb2511b657e65531c906370ffb28)
DeltaFile
+9-3src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv6.volt
+9-31 files

OPNSense/core 62b2b2fsrc/opnsense/mvc/app/views/OPNsense/Kea dhcpv6.volt dhcpv4.volt

Services: Kea DHCPv4/v6: Remove count badge from GroupBy with static configuration elements, since its unlikely to change and its distracting

(cherry picked from commit 6f6d6fa05ec274a4b3589d33e6e4249a162993c2)
DeltaFile
+1-2src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv6.volt
+1-2src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt
+2-42 files

OPNSense/core cd493ccsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes JsonAuditField.php, src/opnsense/mvc/app/models/OPNsense/Firewall DNat.xml

Create a simple migration for audit data in old containers in the actionPostLoadingEvent of the JsonAuditField
DeltaFile
+34-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/JsonAuditField.php
+12-2src/opnsense/mvc/app/models/OPNsense/Firewall/DNat.xml
+46-22 files

OPNSense/core 4da79d8src/opnsense/mvc/app/views/OPNsense/Firewall alias.volt

Firewall: Alias: Use same dynamic label as in KEA DHCPv6 for a unified look

(cherry picked from commit 238426975a1aa808839355b66ca1fe07962a8a3f)
DeltaFile
+3-1src/opnsense/mvc/app/views/OPNsense/Firewall/alias.volt
+3-11 files

OPNSense/core 1cab77csrc/opnsense/mvc/app/views/OPNsense/Dnsmasq settings.volt

Services: Dnsmasq DNS & DHCP: Remove count badge from GroupBy with static configuration elements, since its unlikely to change and its distracting

(cherry picked from commit ff86d1568a67b7fd05aac1567edcd4decedf7be0)
DeltaFile
+1-3src/opnsense/mvc/app/views/OPNsense/Dnsmasq/settings.volt
+1-31 files

OPNSense/core 8c18b9dsrc/opnsense/mvc/app/views/OPNsense/Diagnostics health.volt

reporting: adjust capitalization on health settings buttons #10724

The old delete functionality in the reporting settings was a bit more
prominent but it's nice to see it's still here.  Not sure about the
"show collected reports" since it doesn't imply you can delete the
inidividual reports from there.

(cherry picked from commit 724e778b962a228a8bacd89b2e009f64c1831e54)
DeltaFile
+2-2src/opnsense/mvc/app/views/OPNsense/Diagnostics/health.volt
+2-21 files

OPNSense/core c3e9249src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php

firewall: add missing TLS ports to well-known ports (#10672) (#10672)

(cherry picked from commit 8fc85c9f360316ad0553a9bfb995e19e8857d956)
DeltaFile
+4-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+4-01 files

OPNSense/core 71b4583src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes OptionField.php

mvc: OptionField: fix simplified opt group definition

Spotted by: @Monviech

(cherry picked from commit 88dc402277c3b40756c17ed41198a603da1046bb)
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/OptionField.php
+1-11 files

OPNSense/core a4e3214src/opnsense/mvc/app/library/OPNsense/Firewall Plugin.php

firewall: deprecate old register function names due to overlaps

(cherry picked from commit 625eb732b159ad3adb334caa35223a7cea6547e4)
(cherry picked from commit 2648ccc04d8601ba45751f4c405b4213c03430c3)
(cherry picked from commit 0a13322c6aac9544734b8650c62a0a6d428c260c)
DeltaFile
+27-9src/opnsense/mvc/app/library/OPNsense/Firewall/Plugin.php
+27-91 files

OPNSense/core a15e516src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api SourceNatController.php FilterController.php, src/opnsense/mvc/app/models/OPNsense/Firewall/DynamicAliases CaptivePortalAliases.php

firewall: fix stale imports

(cherry picked from commit f39dd49ac46e0dbd2e11c3a8ff492d9e41383c8c)
DeltaFile
+0-2src/opnsense/mvc/app/models/OPNsense/Firewall/DynamicAliases/CaptivePortalAliases.php
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/OneToOneController.php
+0-2src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/NptController.php
+0-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/GroupField.php
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/SourceNatController.php
+0-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+0-91 files not shown
+0-107 files

OPNSense/core f4e288fsrc/opnsense/mvc/app/library/OPNsense/Base UIModelGrid.php, src/opnsense/mvc/app/models/OPNsense/Base BaseModelMigration.php

mvc: fix stale imports in base

(cherry picked from commit 97f813066b30e43630b64eb418a13149aa1e9c43)
DeltaFile
+25-29src/opnsense/mvc/app/models/OPNsense/Base/BaseModelMigration.php
+1-2src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php
+1-2src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/NetworkAliasField.php
+0-2src/opnsense/mvc/app/library/OPNsense/Base/UIModelGrid.php
+27-354 files

OPNSense/core 28debe5src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api LvtemplateController.php LogController.php

mvc: fix stale imports in diagnostics

(cherry picked from commit 004d964d5c856d6457a4899b2ad1ba41371580dd)
DeltaFile
+20-23src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/NetworkinsightController.php
+0-1src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/LvtemplateController.php
+0-1src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/LogController.php
+0-1src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/DnsController.php
+20-264 files

OPNSense/core eadc5b8src/etc/inc/plugins.inc.d dhcrelay.inc, src/opnsense/mvc/app/controllers/OPNsense/DHCRelay/Api SettingsController.php

dhcrelay: add options for circuit_id and remote_id (#10563)

(cherry picked from commit 47205460999e51e8b413ff062edaadef8f7385df)
(cherry picked from commit 28c2af7471bad590f3f35d44b66abeef3878bdc0)
(cherry picked from commit ed2329c9dc74f0d4ed16beaabf2970d649a4d10e)
DeltaFile
+12-0src/opnsense/mvc/app/controllers/OPNsense/DHCRelay/forms/dialogRelay.xml
+10-0src/etc/inc/plugins.inc.d/dhcrelay.inc
+1-1src/opnsense/mvc/app/controllers/OPNsense/DHCRelay/Api/SettingsController.php
+2-0src/opnsense/mvc/app/models/OPNsense/DHCRelay/DHCRelay.xml
+25-14 files

FreeBSD/ports 33a8268news/inn-current Makefile distinfo

news/inn-current: Update to 20260818
DeltaFile
+3-3news/inn-current/distinfo
+1-1news/inn-current/Makefile
+4-42 files

LLVM/project c65f246clang-tools-extra/clang-tidy/performance InefficientAlgorithmCheck.cpp, clang-tools-extra/docs ReleaseNotes.md

[clang-tidy] Fix invalid suggestion in `performance-inefficient-algorithm` (#217458)

`hasArgument` matches the argument after `IgnoreParenImpCasts()`, so for
`#define VALUE (1)` the check bound the `1` inside the parentheses. That
range covers only part of the macro expansion, so `Lexer::getSourceText`
returned an empty string and the suggested fix came out as `s.find()`.

Read the source text from the argument as written instead, and emit no
fix when there is still no text for it.

Fixes https://github.com/llvm/llvm-project/issues/217457
DeltaFile
+38-0clang-tools-extra/test/clang-tidy/checkers/performance/inefficient-algorithm.cpp
+14-11clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
+7-0clang-tools-extra/docs/ReleaseNotes.md
+59-113 files

FreeBSD/ports 0fa8f19databases/timescaledb pkg-plist Makefile

databases/timescaledb: Update to 2.29.2
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-0databases/timescaledb/pkg-plist
+5-43 files