NetBSD/pkgsrc rKNjpB1textproc/ripgrep distinfo cargo-depends.mk

   ripgrep: update to 15.2.0.

   15.2.0 (2026-07-15)
   ===================

   Platform support:

   * `aarch64-unknown-linux-musl` is now included in the release binaries for
     ripgrep.

   Performance improvements:

   * Improves directory traversal time on very large corpora.

   Feature enhancements:

   * ripgrep now respects `GIT_CONFIG_GLOBAL` and `GIT_CONFIG_SYSTEM`.

   Bug fixes:

    [3 lines not shown]
VersionDeltaFile
1.15+97-103textproc/ripgrep/distinfo
1.8+31-33textproc/ripgrep/cargo-depends.mk
1.29+3-3textproc/ripgrep/Makefile
+131-1393 files

NetBSD/pkgsrc nzwILw4doc CHANGES-2026 TODO

   doc: Updated devel/py-codespell to 2.4.3
VersionDeltaFile
1.4490+2-1doc/CHANGES-2026
1.27591+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc rwBrRgYdevel/py-codespell PLIST Makefile

   py-codespell: update to 2.4.3.

   Add 'radback' to dictionary with correction by @Flo3561 in #3883
   Add 'repetirion' to dictionary corrections by @Flo3561 in #3885
   Need to specify a version of Python version after all by @DimitriPapadopoulos in #3887
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3889
   Add cases for "modulle" -> "module" by @utzcoz in #3888
   Add case "auido" -> "audio" by @utzcoz in #3890
   Add credentilas->credentials and friends by @peternewman in #3895
   Add the case "cubid" -> "cubic" by @utzcoz in #3891
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3897
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3900
   Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #3902
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3904
   Add magntiude->magnitude by @nathanjmcdougall in #3899
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3909
   [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #3912
   Add the case "instanc" -> "instance" by @utzcoz in #3896
   gampad -> gamepad (and plural) by @julianstirling in #3906

    [51 lines not shown]
VersionDeltaFile
1.11+2-12devel/py-codespell/PLIST
1.20+7-5devel/py-codespell/Makefile
1.15+4-4devel/py-codespell/distinfo
+13-213 files

FreeBSD/ports 29b6c4enet-mgmt/victoria-logs distinfo Makefile

net-mgmt/victoria-logs: upgrade to 1.52.0
DeltaFile
+5-5net-mgmt/victoria-logs/distinfo
+1-2net-mgmt/victoria-logs/Makefile
+1-0net-mgmt/victoria-logs/pkg-plist
+7-73 files

NetBSD/pkgsrc kEL8WANdoc TODO CHANGES-2026

   doc: Updated games/fheroes2 to 1.1.17
VersionDeltaFile
1.27590+4-1doc/TODO
1.4489+2-1doc/CHANGES-2026
+6-22 files

NetBSD/pkgsrc qzd7K4Bgames/fheroes2 PLIST distinfo, games/fheroes2/patches patch-src_engine_endian__h2.h

   fheroes2: update to 1.1.17.

   From Bartosz Kuzma in PR 60450

   Changes since 1.1.1:

   version 1.1.17 (30 June 2026)
   - update the Russian translation
   - greatly speed up application startup
   - update the German translation
   - update the Ukrainian translation
   - fix terrain reset on exit for the Battle Only mode
   - fix New Creature Week right-click delay
   - fix status window layout alignment on the Adventure Map
   - swap Archery Range Building sprites to match the colors of units
   - match castle's hero/building fade animation delay to classic H2
   - fix assertion hit for AI battle during Teleport spell evaluation
   - make AI heroes stay in castles if they get a movement bonus the next day
   - fix the title alignment in the resolution window

    [621 lines not shown]
VersionDeltaFile
1.2+30-1games/fheroes2/PLIST
1.2+4-5games/fheroes2/distinfo
1.8+3-4games/fheroes2/Makefile
1.2+1-1games/fheroes2/patches/patch-src_engine_endian__h2.h
+38-114 files

LLVM/project ed0ea83mlir/lib/Conversion/NVGPUToNVVM NVGPUToNVVM.cpp, mlir/lib/Dialect/NVGPU/IR NVGPUDialect.cpp

[NVGPU] Add FP8 (e4m3/e5m2) support to nvgpu.mma.sync (#207342)

This PR is stacked on #207307 

## Description 

Add FP8 E4M3/E5M2 support for `nvgpu.mma.sync`, building on the
NVVM-level
support in #207307. This adds NVGPU verification and lowering support,
registers
the supported `m16n8k16`/`m16n8k32` MMA variants, and adds coverage for
NVGPU
lowering and NVVM verification.

## Test

```sh
mlir-opt mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm-fp8.mlir \
  -convert-nvgpu-to-nvvm -split-input-file

    [6 lines not shown]
DeltaFile
+47-0mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm-mma-fp8.mlir
+4-3mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp
+4-0mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
+55-33 files

LLVM/project e1f3019clang/lib/AST/ByteCode Pointer.cpp Interp.h, clang/test/AST/ByteCode cxx11.cpp

Revert "[clang][bytecode] Diagnose pointer subtractions of elements of differ…"

This reverts commit 0216376fc192256a434d9eeb5c2782cdbdcdb1f6.
DeltaFile
+3-39clang/lib/AST/ByteCode/Pointer.cpp
+0-19clang/test/AST/ByteCode/cxx11.cpp
+1-9clang/lib/AST/ByteCode/Interp.h
+1-1clang/lib/AST/ByteCode/Pointer.h
+5-684 files

LLVM/project 2b1a6e1utils/bazel/llvm-project-overlay/libc BUILD.bazel

Fix Bazel build for 48607d2 (#209960)

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=48607d29847349a617d4416c7be820032881a5a0

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+2-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+2-01 files

LLVM/project 6705f3dllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/lib/Transforms/Vectorize/SLPVectorizer SLPUtils.cpp SLPUtils.h

[SLP][Modularisation][NFC] Extract commutativity and ordering helpers into SLPUtils 2/3 (#209080)

Please refer to RFC:
https://discourse.llvm.org/t/modularizing-slpvectorizer-cpp/90922

Move into SLPVectorizer/SLPUtils.{h,cpp} (namespace
llvm::slpvectorizer):
  - UsesLimit (constant)
  - isCommutative(Instruction *, Value *, bool)
  - isCommutative(Instruction *) (overload)
  - isCommutableOperand
  - getNumberOfPotentiallyCommutativeOps
  - getElementIndex
  - inversePermutation
  - reorderScalars
  - shortBundleName (debug-only, #if !defined(NDEBUG))
  - areAllOperandsNonInsts
  - isUsedOutsideBlock
  - doesNotNeedToBeScheduled

    [6 lines not shown]
DeltaFile
+20-248llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+165-0llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPUtils.cpp
+81-0llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPUtils.h
+266-2483 files

LLVM/project 75403b0llvm/include/llvm/ADT Eytzinger.h, llvm/unittests/ADT EytzingerTest.cpp

[ADT] Introduce EytzingerTable (#209343)

This patch introduces EytzingerTable, an owning container that stores
elements in a complete binary search tree formatted in Eytzinger
(breadth-first) order.

EytzingerTable::create is templated on the input container's value type,
allowing heterogeneous table construction such as building an
EytzingerTable<support::ulittle64_t> directly from a vector of native
uint64_t keys.

RFC:
https://discourse.llvm.org/t/rfc-faster-sample-profile-loading/90957/7

Assisted-by: Antigravity
DeltaFile
+102-0llvm/unittests/ADT/EytzingerTest.cpp
+60-0llvm/include/llvm/ADT/Eytzinger.h
+162-02 files

LLVM/project 687fbfallvm/lib/Transforms/IPO MergeFunctions.cpp, llvm/test/Transforms/MergeFunc merge-functions-branch-weights.ll merge-functions-value-profile.ll

[MergeFunctions] Preserve instruction-level profile metadata during merging (#208009)

Merge branch weights and value profile metadata when equivalent
functions are folded. Branch weights are relative, so we scale them
to absolute counts via BlockFrequencyInfo before combining. Value
profile counts are already absolute, so we just sum them directly.
DeltaFile
+247-32llvm/lib/Transforms/IPO/MergeFunctions.cpp
+239-0llvm/test/Transforms/MergeFunc/merge-functions-branch-weights.ll
+142-0llvm/test/Transforms/MergeFunc/merge-functions-value-profile.ll
+121-0llvm/test/Transforms/MergeFunc/merge-functions-reordered-blocks-branch-weights.ll
+48-27llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp
+50-0llvm/test/Transforms/MergeFunc/merge-functions-select-weights.ll
+847-591 files not shown
+849-617 files

LLVM/project 67bf47bllvm/lib/Target/WebAssembly WebAssembly.h WebAssemblyLateEHPrepare.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+59-12llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+26-10llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+207-664 files not shown
+260-9510 files

LLVM/project 5021874llvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+69-14llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+26-10llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
+16-16llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+265-1005 files not shown
+352-13011 files

LLVM/project 12d794ellvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+49-10llvm/lib/Target/WebAssembly/WebAssembly.h
+26-10llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+189-623 files not shown
+215-819 files

LLVM/project ec0ba93llvm/lib/Target/WebAssembly WebAssembly.h WebAssemblyLateEHPrepare.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+59-12llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+26-10llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+207-664 files not shown
+260-9510 files

LLVM/project 91463bbllvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+49-10llvm/lib/Target/WebAssembly/WebAssembly.h
+26-10llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+189-623 files not shown
+215-819 files

LLVM/project 95853ebllvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+40-8llvm/lib/Target/WebAssembly/WebAssembly.h
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+10-10llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+164-602 files not shown
+176-668 files

LLVM/project b7dc338llvm/lib/Target/WebAssembly WebAssemblyLateEHPrepare.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+40-8llvm/lib/Target/WebAssembly/WebAssembly.h
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+10-10llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+164-602 files not shown
+176-668 files

LLVM/project 7b888a7llvm/lib/Target/WebAssembly WebAssembly.h WebAssemblySetP2AlignOperands.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+30-6llvm/lib/Target/WebAssembly/WebAssembly.h
+23-7llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
+23-7llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
+22-7llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+8-8llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+6-0llvm/lib/Target/WebAssembly/WebAssemblyPassRegistry.def
+112-351 files not shown
+115-387 files

LLVM/project 262e92fllvm/lib/Target/WebAssembly WebAssemblyFixBrTableDefaults.cpp

update

Created using spr 1.3.7
DeltaFile
+1-1llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+1-11 files

LLVM/project 3e38296llvm/lib/Target/WebAssembly WebAssemblyFixBrTableDefaults.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+1-1llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
+1-11 files

LLVM/project 0216376clang/lib/AST/ByteCode Pointer.cpp Interp.h, clang/test/AST/ByteCode cxx11.cpp

[clang][bytecode] Diagnose pointer subtractions of elements of different arrays (#209496)
DeltaFile
+39-3clang/lib/AST/ByteCode/Pointer.cpp
+19-0clang/test/AST/ByteCode/cxx11.cpp
+9-1clang/lib/AST/ByteCode/Interp.h
+1-1clang/lib/AST/ByteCode/Pointer.h
+68-54 files

LLVM/project 9654555libunwind/test aix_vapi_signal_unwind.pass.cpp

Cannot use DEBUG-NEXT in synthetic output case
DeltaFile
+5-1libunwind/test/aix_vapi_signal_unwind.pass.cpp
+5-11 files

LLVM/project 59b4be6libunwind/test aix_vapi_signal_unwind.pass.cpp

Update DEBUG check to incorporate new VAPI-related tracing
DeltaFile
+5-0libunwind/test/aix_vapi_signal_unwind.pass.cpp
+5-01 files

LLVM/project 48607d2libc/include stdfix.yaml, libc/src/__support/fixed_point fx_bits.h

[libc][stdfix] Implement divifx functions in LLVM libc (#206115)


Fixes #129124
DeltaFile
+176-0libc/test/src/stdfix/DiviFxTest.h
+64-0libc/include/stdfix.yaml
+39-0libc/src/__support/fixed_point/fx_bits.h
+22-0libc/src/stdfix/diviulk.cpp
+22-0libc/src/stdfix/diviulr.cpp
+21-0libc/src/stdfix/divilr.h
+344-030 files not shown
+808-136 files

OpenBSD/ports hGrIojQtextproc/ripgrep distinfo crates.inc

   Update to ripgrep 15.2.0

   https://github.com/BurntSushi/ripgrep/releases/tag/15.2.0
VersionDeltaFile
1.22+64-68textproc/ripgrep/distinfo
1.9+50-51textproc/ripgrep/crates.inc
1.41+1-1textproc/ripgrep/Makefile
+115-1203 files

OpenBSD/src FG95RW2usr.bin/ssh crypto_api.h

   move to a better place
VersionDeltaFile
1.12+3-3usr.bin/ssh/crypto_api.h
+3-31 files

FreeBSD/ports ffec203misc/fabric distinfo Makefile

misc/fabric: update 1.4.457 → 1.4.458
DeltaFile
+5-5misc/fabric/distinfo
+1-1misc/fabric/Makefile
+6-62 files

FreeBSD/ports e273d66sysutils/py-filelock distinfo Makefile

sysutils/py-filelock: update 3.29.6 → 3.29.7
DeltaFile
+3-3sysutils/py-filelock/distinfo
+2-2sysutils/py-filelock/Makefile
+5-52 files