NetBSD/pkgsrc PefqDqldoc CHANGES-2026

   Updated net/py-grpcio*, lang/py-python-discovery
VersionDeltaFile
1.3780+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc 4D6XTbUdoc CHANGES-2026

   Updated devel/py-meson_python, www/py-sanic
VersionDeltaFile
1.3779+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc AdaTdBHdevel/py-meson_python distinfo Makefile

   py-meson_python: updated to 0.20.0

   0.20.0
   - Add support for targeting the Android platform.
VersionDeltaFile
1.9+4-4devel/py-meson_python/distinfo
1.11+3-3devel/py-meson_python/Makefile
+7-72 files

LLVM/project b76803blibcxx/include __locale, libcxx/src locale.cpp

[libc++] LWG3767: `codecvt<charN_t, char8_t, mbstate_t>` incorrectly added to locale (#201749)

Implement it as a DR against C++20, patching P0482R6.
DeltaFile
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/codecvt_byname_char16_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/codecvt_byname_char32_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/codecvt_char16_t_char8_t.depr_in_cxx20.verify.cpp
+26-0libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/codecvt_char32_t_char8_t.depr_in_cxx20.verify.cpp
+10-6libcxx/include/__locale
+8-6libcxx/src/locale.cpp
+122-1221 files not shown
+203-1327 files

NetBSD/pkgsrc tngMgAedoc CHANGES-2026

   Updated misc/py-pbs-installer, textproc/py-pdf, finance/py-stripe, www/py-starlette
VersionDeltaFile
1.3778+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc cN8Yp9ofinance/py-stripe distinfo Makefile

   py-stripe: updated to 15.2.1

   15.2.1
   Add "source" field to user-agent header
VersionDeltaFile
1.77+4-4finance/py-stripe/distinfo
1.82+2-2finance/py-stripe/Makefile
+6-62 files

LLVM/project 58c0dacorc-rt/include/orc-rt-c Error.h Compiler.h, orc-rt/lib/executor Error.cpp

[orc-rt] Add ORC_RT_C_NOTHROW and apply it to the Error C API. (#203674)

Adds an ORC_RT_C_NOTHROW macro that expands to `noexcept` in C++ mode,
and `__attribute__((nothrow))` where that attribute is supported.

Also applies the new ORC_RT_C_NOTHROW macro to orc-rt-c/Error.h (and
adds `noexcept` to the corresponding C++ implementation in
lib/executor/Error.cpp).
DeltaFile
+11-7orc-rt/lib/executor/Error.cpp
+10-7orc-rt/include/orc-rt-c/Error.h
+9-0orc-rt/include/orc-rt-c/Compiler.h
+30-143 files

LLVM/project 2b32f3fclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVMIR.cpp, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Lower kernel argument metadata to LLVM IR

Translate CIR OpenCL kernel argument metadata into the LLVM IR kernel_arg_* metadata attached to kernel functions. Preserve optional argument names so -cl-kernel-arg-info controls the LLVM metadata surface through the CIR attribute.
DeltaFile
+74-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMIR.cpp
+60-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+158-14 files

NetBSD/pkgsrc 9uBvrT8doc CHANGES-2026

   Updated sysutils/restic, net/helm
VersionDeltaFile
1.3777+3-1doc/CHANGES-2026
+3-11 files

LLVM/project d0b8992orc-rt/include/orc-rt-c Compiler.h ExternC.h

[orc-rt] Merge ExternC.h and Visibility.h into Compiler.h. (#203673)

This mirrors the combined orc-rt/Compiler.h header on the C++ side, and
provides a natural home for future decoration macros when they're added.
DeltaFile
+51-0orc-rt/include/orc-rt-c/Compiler.h
+0-41orc-rt/include/orc-rt-c/ExternC.h
+0-30orc-rt/include/orc-rt-c/Visibility.h
+1-2orc-rt/include/orc-rt-c/Error.h
+1-1orc-rt/include/orc-rt-c/WrapperFunction.h
+1-1orc-rt/include/orc-rt-c/CoreTypes.h
+54-751 files not shown
+55-767 files

NetBSD/pkgsrc M5FsDobdoc CHANGES-2026

   Updated audio/fluidsynth, math/fast_float
VersionDeltaFile
1.3776+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc PIRXjFPaudio/fluidsynth distinfo Makefile

   fluidsynth: updated to 2.5.5

   2.5.5

   Fix a build issue on BigEndian architectures
   Adjust the log level for unimplemented OSAL functions in release builds
VersionDeltaFile
1.62+4-4audio/fluidsynth/distinfo
1.97+2-2audio/fluidsynth/Makefile
1.45+2-2audio/fluidsynth/PLIST
+8-83 files

LLVM/project 285b6e3clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/test/CIR/CodeGenOpenCL kernel-arg-info.cl kernel-arg-info-single-as.cl

[CIR][OpenCL] Attach kernel argument metadata to CIR functions

Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.
DeltaFile
+152-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info.cl
+91-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-0clang/test/CIR/CodeGenOpenCL/kernel-arg-info-single-as.cl
+12-0clang/test/CIR/CodeGenOpenCL/kernel-arg-metadata.cl
+5-0clang/test/CIR/CodeGenOpenCL/invalid-kernel-arg-metadata-target-address-space.cl
+4-0clang/lib/CIR/CodeGen/CIRGenModule.h
+283-01 files not shown
+286-07 files

LLVM/project af4839allvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/AMDGPU/GlobalISel srem.i64.ll udiv.i64.ll

Updated tests because of liveins/liveouts seeding.
DeltaFile
+11,260-11,217llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+2,067-2,168llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+249-249llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
+191-190llvm/test/CodeGen/AMDGPU/llvm.amdgcn.iglp.opt.exp.small.mir
+14,207-14,26420 files not shown
+14,998-15,08026 files

LLVM/project e8b43f2llvm/test/CodeGen/AMDGPU agpr-copy-no-free-registers.ll regpressure_printer.mir

Regenerated tests after rebasing.
DeltaFile
+140-44llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+15-15llvm/test/CodeGen/AMDGPU/regpressure_printer.mir
+155-592 files

LLVM/project 1143639llvm/test/CodeGen/AMDGPU schedule-amdgpu-tracker-physreg.ll

[AMDGPU] Adjusted GCN tracker option after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+1-1llvm/test/CodeGen/AMDGPU/schedule-amdgpu-tracker-physreg.ll
+1-11 files

LLVM/project 6949ca2llvm/test/CodeGen/AMDGPU bf16.ll minimumnum.bf16.ll

[AMDGPU] Regenerated tests after rebasing.
DeltaFile
+8,626-9,213llvm/test/CodeGen/AMDGPU/bf16.ll
+2,364-2,564llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
+2,314-2,514llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+1,340-1,343llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+1,244-1,250llvm/test/CodeGen/AMDGPU/llvm.exp10.f64.ll
+1,109-1,102llvm/test/CodeGen/AMDGPU/llvm.exp.f64.ll
+16,997-17,98660 files not shown
+26,853-27,93166 files

LLVM/project 16b4a6allvm/test/CodeGen/AMDGPU call-argument-types.ll amdgcn.bitcast.768bit.ll

[AMDGPU] Regenerated tests after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+284-572llvm/test/CodeGen/AMDGPU/call-argument-types.ll
+227-225llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+180-196llvm/test/CodeGen/AMDGPU/gfx-callable-return-types.ll
+171-143llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+131-80llvm/test/CodeGen/AMDGPU/bf16.ll
+88-94llvm/test/CodeGen/AMDGPU/a-v-flat-atomicrmw.ll
+1,081-1,3109 files not shown
+1,477-1,70115 files

LLVM/project 8b0466cllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Enabled GCN trackers (amdgpu-use-amdgpu-trackers) by default.

The LIT tests have been generally updated in one of the following ways:
(1) If the above option was not present and the test was auto-generated,
the test has now been auto-generated.
(2) If the above option was not present and the test was not
auto-generated, added the option -amdgpu-use-amdgpu-trackers=0 so as to
preserve any specific attributes the test was already checking.
(3) If the above option was present in a test, then its value has been
updated to reflect the change in the default.

Currently, there are 4 tests in category (2). They are:
CodeGen/AMDGPU/
  addrspacecast.ll
  schedule-regpressure-limit.ll
  schedule-regpressure-limit2.ll
  sema-v-unsched-bundle.ll

There are 8 tests in category (3). They are:

    [15 lines not shown]
DeltaFile
+77,782-77,355llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+13,255-13,280llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+9,928-9,400llvm/test/CodeGen/AMDGPU/bf16.ll
+4,484-4,395llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+3,842-3,812llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.256bit.ll
+3,802-3,690llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+113,093-111,932155 files not shown
+169,016-166,668161 files

LLVM/project 7063751llvm/lib/Target/AMDGPU GCNSchedStrategy.cpp GCNRegPressure.h

clang-format.
DeltaFile
+11-11llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+10-11llvm/lib/Target/AMDGPU/GCNRegPressure.h
+5-7llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
+26-293 files

FreeBSD/ports 943bddfnet Makefile, net/bone-utils Makefile pkg-descr

net/bone-utils: Add port

This is the [B]ag [O]f [N]etgraph [E]xtensions utilities package is an evolving
set of extra netgraph(4) utilities to simplify using the kernel modules in
net/bone-kmods. Additionally it provides a very simple rc(8) script which
re-names interfaces to match whatever you named them in your ngctl.conf.

At present this module provides the following:
* netgraph rc(8) script that keeps ifconfig(8)/ngctl(8) in agreement on nodes
  that present a network interface (ng_eiface(4), ng_ether(4), ng_iface(4)).
* jeiface script to create an ng_eiface(4) in a jail giving it the name and
  optional MAC you request.
* ncpcap(8) connectes to nodes to capture traffic. It is meant to have its
  output piped to tcpdump(1)
* ngportal(8) is the fast and simple way to connect to vnets using netgraph.

Differential Revision:  https://reviews.freebsd.org/D56744
DeltaFile
+35-0net/bone-utils/Makefile
+23-0net/bone-utils/pkg-descr
+22-0net/bone-utils/pkg-message
+3-0net/bone-utils/distinfo
+1-0net/Makefile
+84-05 files

FreeBSD/ports dcbfa17devel/dcd-server/files patch-src-dcd-server-autocomplete_complete.d patch-src-dcd-server-autocomplete_symbols.d

devel/dcd-client|server: Remove obsolete patch files
DeltaFile
+0-46devel/dcd-server/files/patch-src-dcd-server-autocomplete_complete.d
+0-35devel/dcd-server/files/patch-src-dcd-server-autocomplete_symbols.d
+0-28devel/dcd-server/files/patch-src-dcd-server-autocomplete_localuse.d
+0-23devel/dcd-server/files/patch-src-dcd-server-autocomplete_doc.d
+0-22devel/dcd-server/files/patch-src-dcd-server_main.d
+0-20devel/dcd-server/files/patch-src-dcd-server-autocomplete_util.d
+0-1746 files

LLVM/project 7327c74llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/AMDGPU/GlobalISel srem.i64.ll udiv.i64.ll

Updated tests because of liveins/liveouts seeding.
DeltaFile
+11,260-11,217llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+2,067-2,168llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+249-249llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
+220-220llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
+191-190llvm/test/CodeGen/AMDGPU/llvm.amdgcn.iglp.opt.exp.small.mir
+14,207-14,26420 files not shown
+14,998-15,08026 files

LLVM/project 6afb1c4llvm/test/CodeGen/AMDGPU bf16.ll minimumnum.bf16.ll

[AMDGPU] Regenerated tests after rebasing.
DeltaFile
+8,626-9,213llvm/test/CodeGen/AMDGPU/bf16.ll
+2,364-2,564llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
+2,314-2,514llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+1,340-1,343llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+1,244-1,250llvm/test/CodeGen/AMDGPU/llvm.exp10.f64.ll
+1,109-1,102llvm/test/CodeGen/AMDGPU/llvm.exp.f64.ll
+16,997-17,98660 files not shown
+26,853-27,93166 files

LLVM/project 46ce87allvm/test/CodeGen/AMDGPU agpr-copy-no-free-registers.ll regpressure_printer.mir

Regenerated tests after rebasing.
DeltaFile
+140-44llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+15-15llvm/test/CodeGen/AMDGPU/regpressure_printer.mir
+155-592 files

LLVM/project 62dd26cllvm/test/CodeGen/AMDGPU call-argument-types.ll amdgcn.bitcast.768bit.ll

[AMDGPU] Regenerated tests after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+284-572llvm/test/CodeGen/AMDGPU/call-argument-types.ll
+227-225llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+180-196llvm/test/CodeGen/AMDGPU/gfx-callable-return-types.ll
+171-143llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
+131-80llvm/test/CodeGen/AMDGPU/bf16.ll
+88-94llvm/test/CodeGen/AMDGPU/a-v-global-atomicrmw.ll
+1,081-1,3109 files not shown
+1,477-1,70115 files

LLVM/project bf19781llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Enabled GCN trackers (amdgpu-use-amdgpu-trackers) by default.

The LIT tests have been generally updated in one of the following ways:
(1) If the above option was not present and the test was auto-generated,
the test has now been auto-generated.
(2) If the above option was not present and the test was not
auto-generated, added the option -amdgpu-use-amdgpu-trackers=0 so as to
preserve any specific attributes the test was already checking.
(3) If the above option was present in a test, then its value has been
updated to reflect the change in the default.

Currently, there are 4 tests in category (2). They are:
CodeGen/AMDGPU/
  addrspacecast.ll
  schedule-regpressure-limit.ll
  schedule-regpressure-limit2.ll
  sema-v-unsched-bundle.ll

There are 8 tests in category (3). They are:

    [15 lines not shown]
DeltaFile
+77,782-77,355llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+13,255-13,280llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+9,928-9,400llvm/test/CodeGen/AMDGPU/bf16.ll
+4,484-4,395llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+3,842-3,812llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.256bit.ll
+3,802-3,690llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+113,093-111,932155 files not shown
+169,016-166,668161 files

LLVM/project a13cc69llvm/test/CodeGen/AMDGPU schedule-amdgpu-tracker-physreg.ll

[AMDGPU] Adjusted GCN tracker option after rebasing on top of
users/dhruvachak/add_physical_to_gcn_trackers_after_rename.
DeltaFile
+1-1llvm/test/CodeGen/AMDGPU/schedule-amdgpu-tracker-physreg.ll
+1-11 files

LLVM/project f0524b8llvm/test/CodeGen/AMDGPU sched-physreg-liveouts.mir

Added a test to capture physical register liveouts.
DeltaFile
+84-0llvm/test/CodeGen/AMDGPU/sched-physreg-liveouts.mir
+84-01 files

FreeBSD/ports 60706b1lang/typescript-go distinfo Makefile

lang/typescript-go: Update to 7.0.0.g20260527

Changelog: https://github.com/microsoft/typescript-go/compare/ee4225a856389fc94c8ce4a5fd9af771dbbc2c0b...94f31f32f8b5713e8fb17aaa65ba73b596485459
DeltaFile
+7-7lang/typescript-go/distinfo
+2-3lang/typescript-go/Makefile
+9-102 files