NetBSD/src 9FRb9Cksys/arch/arm/ti files.ti ti_edma.c, sys/arch/evbarm/conf GENERIC_V5

   evbarm/ti_edma: enable on am18xx SoCs

   The linux dt-bindings allow two different ways to specify power/clock domains for the edma3. This commit adds support for the way used on the am18xx (powerdomains).
VersionDeltaFile
1.3+16-7sys/arch/arm/ti/ti_tptc.c
1.6+14-5sys/arch/arm/ti/ti_edma.c
1.33+3-3sys/arch/arm/ti/files.ti
1.11+3-1sys/arch/evbarm/conf/GENERIC_V5
+36-164 files

LLVM/project 11eba5cllvm/test/Transforms/LoopVectorize/AArch64 sve2-histcnt-epilogue.ll interleaving-load-store.ll

[LV] Prefer fixed VFs for epilogue vectorization (#211814)

Unless forced (via `-scalable-vectorization=always`), or if the fixed
vector cost is much higher than scalable vectors (which occurs for some
loops, such as histograms), prefer fixed vectors for the epilogue.

There are currently some hidden costs for scalable epilogues that are
not modeled (such as reduced post-vectorization unrolling).

This restriction likely can be lifted/reworked once we support
predicated vector epilogue.
DeltaFile
+32-42llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
+24-32llvm/test/Transforms/LoopVectorize/AArch64/interleave-with-gaps.ll
+15-22llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse.ll
+15-20llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
+13-19llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
+14-14llvm/test/Transforms/LoopVectorize/AArch64/sve2-histcnt-epilogue.ll
+113-1499 files not shown
+166-19815 files

OPNSense/core 14de8b0src/opnsense/mvc/app/views/OPNsense/Diagnostics fw_log.volt

Firewall: Log Files: Live View - htmlSafe() action search value

PR: GHSA-9h93-hhcx-957c
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Diagnostics/fw_log.volt
+1-11 files

OPNSense/core 7f6811fsrc/opnsense/mvc/app/models/OPNsense/Interfaces NetworkInterface.xml

Interfaces: Assignments - strict description fields as before in interfaces_assign.php

Earlier code dropped all unallowed fields in https://github.com/opnsense/core/blob/8cc69b21e0f4c2622fc8a62df2a15ba7cb1e731f/src/www/interfaces_assign.php#L121

PR: GHSA-9h93-hhcx-957c
DeltaFile
+3-1src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.xml
+3-11 files

NetBSD/src LkH7rp9sys/arch/arm/ti am18xx_psc.c

   evbarm/am18xx: expose the PSC as powerdomain

   Some peripherals in the DTB expect to manage clocks as power domains.
VersionDeltaFile
1.6+27-3sys/arch/arm/ti/am18xx_psc.c
+27-31 files

OPNSense/core 096071asrc/www system_authservers.php interfaces.php

ui: add some more legacy_html_escape_form_data() safeguards

PR: GHSA-6vv6-fpw9-8r2g
DeltaFile
+6-2src/www/interfaces.php
+4-2src/www/system_authservers.php
+10-42 files

LLVM/project 58f94bcllvm/lib/CodeGen/SelectionDAG LegalizeDAG.cpp, llvm/test/CodeGen/X86 fp128-ldexp-frexp-no-libcall-error.ll

DAG: Gracefully diagnose missing fp128 ldexp/frexp libcalls (#215626)

When the fp128 ldexp/frexp libcall is unavailable (e.g. MSVC),
LegalizeDAG crashed instead of emitting a diagnostic. The expansion
path introduces a cast to an integer type, so we can't introduce that
wide integer if it's not legal at this point.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+18-2llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+17-0llvm/test/CodeGen/X86/fp128-ldexp-frexp-no-libcall-error.ll
+35-22 files

OPNSense/core 024d986src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api ServiceController.php

VPN: OpenVPN: Connection Status - add some input validation for control characters

PR: GHSA-fqmm-g6xw-qhm4
DeltaFile
+4-0src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api/ServiceController.php
+4-01 files

LLVM/project 17a2349mlir/lib/Bindings/Python IRAttributes.cpp

[mlir][python] Define __index__ on PyIntegerAttribute (#215555)

In nanobind v2.14.0+, integer casting from Python objects to C++ integer
types was updated to require `__index__` (`PyNumber_Index`) instead of
`__int__`.


https://nanobind.readthedocs.io/en/latest/changelog.html#version-2-14-0-aug-7-2026

Because `PyIntegerAttribute` defined `__int__` but not `__index__`,
passing `IntegerAttr` instances to bindings expecting integer sequences
failed. Specifically, in `mlir/test/python/ir/attributes.py`:

# CHECK: input: [IntegerAttr(4 : i64), IntegerAttr(2 : i64)] (<class
'list'>),
    # CHECK-SAME: result: array<i8: 4, 2>
create_and_print(DenseI8ArrayAttr, [Attribute.parse(f"{x}") for x in [4,
2]])


    [11 lines not shown]
DeltaFile
+2-0mlir/lib/Bindings/Python/IRAttributes.cpp
+2-01 files

NetBSD/pkgsrc 7TWeZKgdoc CHANGES-2026

   doc: Added shells/shuck version 0.1.1
VersionDeltaFile
1.5216+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vjUv69Nshells Makefile

   shells/Makefile: + shuck
VersionDeltaFile
1.82+2-1shells/Makefile
+2-11 files

NetBSD/pkgsrc ygpM4Stshells/shuck PLIST DESCR

   shells/shuck: import shuck-0.1.1

   A fast shell script linter, formatter, and language server, written
   in Rust.

   Shuck parses, analyzes, formats, and powers editor feedback for
   shell scripts. It catches common bugs, style issues, security
   hazards, performance traps, and portability problems; formats shell
   sources with configurable layout rules; and ships a first-party
   Language Server Protocol (LSP) server for editor diagnostics, fixes,
   navigation, symbols, hover, completion, and formatting. It also
   lints shell embedded in supported non-shell files such as GitHub
   Actions workflows. A caching layer keeps incremental runs fast.
VersionDeltaFile
1.1+869-0shells/shuck/distinfo
1.1+290-0shells/shuck/cargo-depends.mk
1.1+26-0shells/shuck/Makefile
1.1+11-0shells/shuck/DESCR
1.1+2-0shells/shuck/PLIST
+1,198-05 files

OPNSense/core 5786bebsrc/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt alias.volt, src/opnsense/mvc/app/views/OPNsense/IDS policy.volt

mvc: add some missint htmlSafe() calls for generated HTML

PR: GHSA-75fw-j788-j4hj
DeltaFile
+3-3src/opnsense/mvc/app/views/OPNsense/IDS/policy.volt
+1-1src/opnsense/mvc/app/views/OPNsense/IPsec/sad.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+1-1src/opnsense/mvc/app/views/OPNsense/Firewall/alias.volt
+6-64 files

NetBSD/pkgsrc p8FutX7doc CHANGES-2026

   Updated devel/py-pyobjc, devel/py-typing-inspection
VersionDeltaFile
1.5215+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc IsW4MI6devel/py-typing-inspection Makefile distinfo

   py-typing-inspection: updated to 0.4.3

   0.4.3 (2026-08-10)

   - Drop support for Python 3.9
   - Avoid module `getattr()` calls in `typing_objects` functions
   - Add Python 3.15 support
VersionDeltaFile
1.4+4-4devel/py-typing-inspection/distinfo
1.4+2-2devel/py-typing-inspection/Makefile
+6-62 files

NetBSD/pkgsrc-wip 2825bdakoha TODO

koha: Add reference to CVE-2026-72610
DeltaFile
+2-1koha/TODO
+2-11 files

NetBSD/pkgsrc 13OZ412devel/py-pyobjc-core distinfo, devel/py-pyobjc-framework-Accessibility distinfo

   py-pyobjc: updated to 12.2.2

   12.2.2
   The project can now be build using Xcode 27.
VersionDeltaFile
1.14+4-4devel/py-pyobjc-framework-AutomaticAssessmentConfiguration/distinfo
1.27+4-4devel/py-pyobjc-framework-AddressBook/distinfo
1.14+4-4devel/py-pyobjc-framework-AdServices/distinfo
1.27+4-4devel/py-pyobjc-framework-Accounts/distinfo
1.14+4-4devel/py-pyobjc-framework-Accessibility/distinfo
1.28+4-4devel/py-pyobjc-core/distinfo
+24-24145 files not shown
+602-602151 files

FreeBSD/ports cbf7ed9chinese Makefile, chinese/bpmf-vsime pkg-plist distinfo

Add chinese/bpmf-vsime: Bopomofo IVS reading selection tool

The tool is a local web page that highlights every Han character with more
than one Bopomofo reading, guesses the common ones from a bundled phrase
database, and produces plain text carrying the matching Ideographic
Variation Sequences.

The upstream distribution bundles a copy of BpmfZihiKaiStd-Regular.ttf for
the page to render with.  Drop it and point the two @font-face rules at the
copy installed by x11-fonts/bpmf-zihikai instead, which is a run dependency.
DeltaFile
+42-0chinese/bpmf-vsime/Makefile
+13-0chinese/bpmf-vsime/pkg-descr
+10-0chinese/bpmf-vsime/files/pkg-message.in
+3-0chinese/bpmf-vsime/distinfo
+2-0chinese/bpmf-vsime/pkg-plist
+1-0chinese/Makefile
+71-06 files

FreeBSD/ports d32aedex11-fonts Makefile, x11-fonts/bpmf-zihisans distinfo pkg-plist

Add x11-fonts/bpmf-zihisans: Bopomofo IVS version of Zihi Sans font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-zihisans/Makefile
+11-0x11-fonts/bpmf-zihisans/pkg-descr
+7-0x11-fonts/bpmf-zihisans/pkg-plist
+3-0x11-fonts/bpmf-zihisans/distinfo
+1-0x11-fonts/Makefile
+51-05 files

FreeBSD/ports 263800ax11-fonts Makefile, x11-fonts/bpmf-zihiserif distinfo pkg-plist

Add x11-fonts/bpmf-zihiserif: Bopomofo IVS version of Zihi Serif font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-zihiserif/Makefile
+11-0x11-fonts/bpmf-zihiserif/pkg-descr
+8-0x11-fonts/bpmf-zihiserif/pkg-plist
+3-0x11-fonts/bpmf-zihiserif/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports 47b752cx11-fonts Makefile, x11-fonts/bpmf-zihikai pkg-plist distinfo

Add x11-fonts/bpmf-zihikai: Bopomofo IVS version of Zihi Kai Std font

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.

The Han glyphs of this font are licensed under CC-BY 4.0 rather than the
SIL Open Font License 1.1 that covers the rest of the family.
DeltaFile
+30-0x11-fonts/bpmf-zihikai/Makefile
+12-0x11-fonts/bpmf-zihikai/pkg-descr
+3-0x11-fonts/bpmf-zihikai/distinfo
+2-0x11-fonts/bpmf-zihikai/pkg-plist
+1-0x11-fonts/Makefile
+48-05 files

FreeBSD/ports 1e3a667x11-fonts Makefile, x11-fonts/bpmf-special pkg-plist distinfo

Add x11-fonts/bpmf-special: Bopomofo IVS boxed and Bopomofo-only fonts

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-special/Makefile
+13-0x11-fonts/bpmf-special/pkg-descr
+3-0x11-fonts/bpmf-special/pkg-plist
+3-0x11-fonts/bpmf-special/distinfo
+1-0x11-fonts/Makefile
+49-05 files

FreeBSD/ports 6781e64x11-fonts Makefile, x11-fonts/bpmf-iansui pkg-plist distinfo

Add x11-fonts/bpmf-iansui: Bopomofo IVS version of Iansui font

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-iansui/Makefile
+11-0x11-fonts/bpmf-iansui/pkg-descr
+3-0x11-fonts/bpmf-iansui/distinfo
+2-0x11-fonts/bpmf-iansui/pkg-plist
+1-0x11-fonts/Makefile
+46-05 files

FreeBSD/ports 892a794x11-fonts Makefile, x11-fonts/bpmf-huninn pkg-plist distinfo

Add x11-fonts/bpmf-huninn: Bopomofo IVS version of Huninn font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-huninn/Makefile
+11-0x11-fonts/bpmf-huninn/pkg-descr
+3-0x11-fonts/bpmf-huninn/distinfo
+2-0x11-fonts/bpmf-huninn/pkg-plist
+1-0x11-fonts/Makefile
+46-05 files

FreeBSD/ports 6940109x11-fonts Makefile, x11-fonts/bpmf-genyog distinfo pkg-plist

Add x11-fonts/bpmf-genyog: Bopomofo IVS version of GenYo Gothic font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genyog/Makefile
+11-0x11-fonts/bpmf-genyog/pkg-descr
+8-0x11-fonts/bpmf-genyog/pkg-plist
+3-0x11-fonts/bpmf-genyog/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports ce8a7f6x11-fonts Makefile, x11-fonts/bpmf-genyo distinfo pkg-plist

Add x11-fonts/bpmf-genyo: Bopomofo IVS version of GenYo Min font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genyo/Makefile
+11-0x11-fonts/bpmf-genyo/pkg-descr
+8-0x11-fonts/bpmf-genyo/pkg-plist
+3-0x11-fonts/bpmf-genyo/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports 6d21aacx11-fonts Makefile, x11-fonts/bpmf-genwan distinfo pkg-plist

Add x11-fonts/bpmf-genwan: Bopomofo IVS version of GenWan Min font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genwan/Makefile
+11-0x11-fonts/bpmf-genwan/pkg-descr
+6-0x11-fonts/bpmf-genwan/pkg-plist
+3-0x11-fonts/bpmf-genwan/distinfo
+1-0x11-fonts/Makefile
+50-05 files

FreeBSD/ports 48a277ex11-fonts Makefile, x11-fonts/bpmf-gensen distinfo pkg-plist

Add x11-fonts/bpmf-gensen: Bopomofo IVS version of GenSen Rounded font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-gensen/Makefile
+11-0x11-fonts/bpmf-gensen/pkg-descr
+7-0x11-fonts/bpmf-gensen/pkg-plist
+3-0x11-fonts/bpmf-gensen/distinfo
+1-0x11-fonts/Makefile
+51-05 files

FreeBSD/ports 0847bf1x11-fonts Makefile, x11-fonts/bpmf-genseki distinfo pkg-plist

Add x11-fonts/bpmf-genseki: Bopomofo IVS version of GenSeki Gothic font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genseki/Makefile
+11-0x11-fonts/bpmf-genseki/pkg-descr
+6-0x11-fonts/bpmf-genseki/pkg-plist
+3-0x11-fonts/bpmf-genseki/distinfo
+1-0x11-fonts/Makefile
+50-05 files

FreeBSD/ports ff93bbex11-fonts Makefile, x11-fonts/bpmf-genryu distinfo pkg-plist

Add x11-fonts/bpmf-genryu: Bopomofo IVS version of GenRyu Min font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genryu/Makefile
+11-0x11-fonts/bpmf-genryu/pkg-descr
+8-0x11-fonts/bpmf-genryu/pkg-plist
+3-0x11-fonts/bpmf-genryu/distinfo
+1-0x11-fonts/Makefile
+52-05 files