LLVM/project 7cb3005clang/test/CodeGenCUDA amdgpu-workgroup-size.cu builtins-amdgcn.cu, clang/test/CodeGenOpenCL builtins-amdgcn-workgroup-size.cl

AMDGPU: Add dereferenceable attribute to dispatch ptr intrinsic (#185955)

Stop manually setting it on the callsite in clang.
DeltaFile
+24-24clang/test/CodeGenOpenCL/builtins-amdgcn-workgroup-size.cl
+14-8llvm/test/Assembler/amdgcn-intrinsic-attributes.ll
+5-5llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
+3-3clang/test/Headers/gpuintrin.c
+3-3clang/test/CodeGenCUDA/amdgpu-workgroup-size.cu
+3-3clang/test/CodeGenCUDA/builtins-amdgcn.cu
+52-465 files not shown
+58-5511 files

LLVM/project 763de90llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp, llvm/test/MC/RISCV/rvv zvlsseg-invalid.s

[RISCV] Add register group overlap checks to the assembler for vector indexed segment load (#184963)

https://github.com/llvm/llvm-project/commit/f7ca74f600cb6360b4255fc849ac21dd13a56a4c
has added basic check for register overlap.
Furthermore, we need to add extra check for register group overlap since
more registers will be occupied in segment load.
DeltaFile
+72-1llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+28-0llvm/test/MC/RISCV/rvv/zvlsseg-invalid.s
+100-12 files

LLVM/project 9ca9ca3llvm/utils/TableGen MacroFusionPredicatorEmitter.cpp

[MacroFusion] Add [[maybe_unused]] to suppress some warings (#185833)
DeltaFile
+2-2llvm/utils/TableGen/MacroFusionPredicatorEmitter.cpp
+2-21 files

LLVM/project aa16859libclc/clc/lib/amdgpu/address_space clc_qualifier.inc clc_qualifier.cl

[libclc][amdgpu] Add clc qualifier functions with non-const pointer (#186015)

Fix unresolved external functions: _Z15__clc_get_fencePv,
_Z15__clc_to_globalPv, _Z14__clc_to_localPv, _Z16__clc_to_privatePv
DeltaFile
+32-0libclc/clc/lib/amdgpu/address_space/clc_qualifier.inc
+6-21libclc/clc/lib/amdgpu/address_space/clc_qualifier.cl
+38-212 files

FreeBSD/ports 209883egerman/wordpress distinfo, japanese/wordpress distinfo

www/wordpress: upgrade to 6.9.4 (security)

Upstream does not offer localized tarballs for 6.9.4, so download the
6.9.1 tarballs and apply files/patch-6.9.1-to-6.9.4 instead.

Security fixes in 6.9.2:
- Blind SSRF
- PoP-chain weakness in HTML API and Block Registry
- Regex DoS in Numeric Character References
- Stored XSS in Nav Menus
- AJAX query-attachments Authorization Bypass
- Stored XSS via data-wp-bind directive
- XSS allowing override of client-side templates in admin area
- PclZip Path Traversal
- Authorization Bypass on Notes feature
- XXE in external getID3 library

Bug fix in 6.9.3:
- Restore compatibility for themes using stringable objects with the

    [9 lines not shown]
DeltaFile
+373-0www/wordpress/files/patch-6.9.1-to-6.9.4
+6-5www/wordpress/Makefile
+3-3www/wordpress/distinfo
+3-3russian/wordpress/distinfo
+3-3japanese/wordpress/distinfo
+3-3german/wordpress/distinfo
+391-173 files not shown
+400-269 files

HardenedBSD/src 79d1b27sys/amd64/amd64 mp_machdep.c, sys/amd64/include smp.h

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+2-1sys/amd64/amd64/mp_machdep.c
+0-1sys/amd64/include/smp.h
+2-22 files

HardenedBSD/src c0d9a18sys/amd64/amd64 mp_machdep.c, sys/amd64/include smp.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+2-1sys/amd64/amd64/mp_machdep.c
+0-1sys/amd64/include/smp.h
+2-22 files

HardenedBSD/src c41a8d8. Makefile.inc1

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+18-32Makefile.inc1
+18-321 files

NetBSD/pkgsrc KtqNYc7doc CHANGES-2026

   Updated audio/snapcast, devel/netcdf
VersionDeltaFile
1.1700+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc xx7Z9MOdevel/netcdf distinfo Makefile

   netcdf: updated to 4.10.0

   4.10.0 - February 25, 2026

   * Regularize, cleanup, and refactor various AWS features, especially WRT regularizing AWS-related constants.
   * Add extra failure handling to the daos inferencing.
   * Regularize, cleanup, and refactor various AWS features, especially WRT regularizing AWS-related constants.
   * Add compatibility with HDF5 2.0.0.
   * Introduce consolidated metadata
   * Fix the H5FD_class_t problems.
   * Begin the consolidation of global state into two files: libdispatch/dglobal.c and include/ncglobal.h.
   * Modify the way xarray attribute sets are handled.
   * Fix Issue with Numcodecs encoding problems where integer filter parameters are being encoded as strings.
   * Clean up minor problems with DAP2/DAP4 code.
   * Cleanup RELEASE_NOTES.md.
   * Rebuild the S3-related code and other changes necessary to build cleanly on github actions.
   * Fix the problems around ncdap_test/test_manyurls.c.
   * Fix bug in ncdump when printing FQNs.
   * Update `macOS` github runners from macos-13 to macos-14, due to deprecation.

    [6 lines not shown]
VersionDeltaFile
1.26+4-4devel/netcdf/distinfo
1.81+2-3devel/netcdf/Makefile
1.13+3-1devel/netcdf/PLIST
+9-83 files

LLVM/project 1b20c9cllvm/include/llvm/Frontend/OpenMP OMPKinds.def, offload/include/Shared Environment.h

Address review comments
DeltaFile
+15-17offload/plugins-nextgen/common/src/PluginInterface.cpp
+9-0openmp/device/src/State.cpp
+5-2offload/plugins-nextgen/amdgpu/src/rtl.cpp
+0-3offload/plugins-nextgen/common/include/PluginInterface.h
+1-1offload/include/Shared/Environment.h
+1-1llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
+31-246 files

HardenedBSD/ports 28ff5cawww/wordpress/files patch-6.9.1-to-6.9.4, x11/waveterm distinfo Makefile.crates

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+1,760-2,078x11/waveterm/files/packagejsons/package-lock.json
+1,487-1,281x11/waveterm/distinfo
+392-289x11/waveterm/Makefile.crates
+373-0www/wordpress/files/patch-6.9.1-to-6.9.4
+0-329x11/waveterm/files/patch-swc_bindings_Cargo.lock
+290-0x11/waveterm/files/patch-swc_Cargo.lock
+4,302-3,97742 files not shown
+4,589-4,35348 files

FreeBSD/ports bf01686devel/py-ujson distinfo Makefile

devel/py-ujson: upgrade to 5.12.0
DeltaFile
+3-3devel/py-ujson/distinfo
+1-1devel/py-ujson/Makefile
+4-42 files

NetBSD/pkgsrc l8UJhm4audio/snapcast distinfo Makefile, audio/snapcast/patches patch-server_etc_snapserver.conf

   snapcast: updated to 0.35.0

   0.35.0

   Features

   Client: Add SDL2 player for better portability
   Server: Add option for a default source

   Bugfixes

   Server: End control script when Stream.RemoveStream is called
   Server: Close TCP server when Stream.RemoveStream is called
VersionDeltaFile
1.7+5-5audio/snapcast/distinfo
1.4+4-4audio/snapcast/patches/patch-server_etc_snapserver.conf
1.20+2-3audio/snapcast/Makefile
+11-123 files

LLVM/project 7265d89libclc/clc/include/clc/math clc_frexp_exp.h, libclc/clc/include/clc/shared unary_decl_with_int_return.inc

libclc: Add frexp_exp utility function (#185872)
DeltaFile
+22-0libclc/clc/include/clc/math/clc_frexp_exp.h
+13-0libclc/clc/lib/generic/math/clc_frexp_exp.inc
+13-0libclc/clc/lib/generic/math/clc_frexp_exp.cl
+9-0libclc/clc/include/clc/shared/unary_decl_with_int_return.inc
+1-0libclc/clc/lib/generic/CMakeLists.txt
+58-05 files

FreeBSD/ports 10c7738misc/codex distinfo Makefile.crates, misc/codex/files patch-codex-rs_core_tests_suite_view__image.rs

misc/codex: Update to 0.114.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.110.0
- https://github.com/openai/codex/releases/tag/rust-v0.111.0
- https://github.com/openai/codex/releases/tag/rust-v0.112.0
- https://github.com/openai/codex/releases/tag/rust-v0.113.0
- https://github.com/openai/codex/releases/tag/rust-v0.114.0

Reported by:    GitHub (watch releases)
DeltaFile
+15-9misc/codex/distinfo
+0-11misc/codex/files/patch-codex-rs_core_tests_suite_view__image.rs
+6-3misc/codex/Makefile.crates
+2-6misc/codex/Makefile
+23-294 files

HardenedBSD/ports 10c7738misc/codex distinfo Makefile.crates, misc/codex/files patch-codex-rs_core_tests_suite_view__image.rs

misc/codex: Update to 0.114.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.110.0
- https://github.com/openai/codex/releases/tag/rust-v0.111.0
- https://github.com/openai/codex/releases/tag/rust-v0.112.0
- https://github.com/openai/codex/releases/tag/rust-v0.113.0
- https://github.com/openai/codex/releases/tag/rust-v0.114.0

Reported by:    GitHub (watch releases)
DeltaFile
+15-9misc/codex/distinfo
+0-11misc/codex/files/patch-codex-rs_core_tests_suite_view__image.rs
+6-3misc/codex/Makefile.crates
+2-6misc/codex/Makefile
+23-294 files

NetBSD/pkgsrc NkiDJMFdoc CHANGES-2026

   Updated security/py-google-auth-oauthlib, devel/py-hypothesis
VersionDeltaFile
1.1699+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc w42LLo2devel/py-hypothesis PLIST distinfo

   py-hypothesis: updated to 6.151.9

   6.151.9
   Remove some old unused code.
VersionDeltaFile
1.51+1-7devel/py-hypothesis/PLIST
1.162+4-4devel/py-hypothesis/distinfo
1.168+2-2devel/py-hypothesis/Makefile
+7-133 files

NetBSD/pkgsrc CogqCpxsecurity/py-google-auth-oauthlib distinfo Makefile

   py-google-auth-oauthlib: updated to 1.3.0

   1.3.0

   Features

   Log the flow.run_local_server redirect URL

   Bug Fixes

   Raise meaningful exception when oauth callback times out
VersionDeltaFile
1.22+4-4security/py-google-auth-oauthlib/distinfo
1.27+3-3security/py-google-auth-oauthlib/Makefile
+7-72 files

NetBSD/pkgsrc jH3jgwJdoc CHANGES-2026

   Updated devel/py-binaryornot, devel/py-cookiecutter, misc/py-pbs-installer
VersionDeltaFile
1.1698+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc Vly3HBZmisc/py-pbs-installer distinfo Makefile

   py-pbs-installer: updated to 2026.03.10

   2026.03.10
   Unknown changes
VersionDeltaFile
1.15+4-4misc/py-pbs-installer/distinfo
1.15+2-2misc/py-pbs-installer/Makefile
+6-62 files

NetBSD/pkgsrc H9S1u2tdevel/py-cookiecutter distinfo Makefile

   py-cookiecutter: updated to 2.7.1

   2.7.1

   cookiecutter -V now reports the real version. Rather than patch VERSION.txt,
   this release removes it entirely. The version is now read from package metadata
   at runtime, so pyproject.toml is the single source of truth and there's nothing
   left to drift.
VersionDeltaFile
1.15+4-4devel/py-cookiecutter/distinfo
1.23+2-3devel/py-cookiecutter/Makefile
1.7+1-2devel/py-cookiecutter/PLIST
+7-93 files

NetBSD/pkgsrc qUOBW0xdevel/py-binaryornot PLIST Makefile

   py-binaryornot: updated to 0.6.0

   0.6.0

   BinaryOrNot identifies binary files three ways: by extension, by file
   signature, and by content analysis. Pass it any file path and it tells you
   binary or text, accurately, across PNGs, PDFs, executables, archives, fonts,
   CJK-encoded text, and hundreds of other formats.
VersionDeltaFile
1.2+20-7devel/py-binaryornot/PLIST
1.8+4-7devel/py-binaryornot/Makefile
1.5+4-4devel/py-binaryornot/distinfo
+28-183 files

LLVM/project abd8f45clang/test/ClangScanDeps modules-symlink-dir-from-module-incremental.c

[Clang][Test] Mark modules-symlink-dir test as unsupported on AIX. (#184988)

This change marks the test
`modules-symlink-dir-from-module-incremental.c` as "unsupported" on AIX.
The test relies on the -F flag to specify framework search paths, which
is a driver feature exclusive to Darwin, and it is not supported on the
AIX target.

Co-authored-by: Aditya Chaudhary <aditya.chaudhary1 at ibm.com>
DeltaFile
+3-0clang/test/ClangScanDeps/modules-symlink-dir-from-module-incremental.c
+3-01 files

LLVM/project bd51811llvm/lib/Target/AMDGPU SIISelLowering.cpp

Add compiler warning
DeltaFile
+13-3llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+13-31 files

NetBSD/pkgsrc DRi7o3Kdoc CHANGES-2026

   Updated devel/py-cachetools, devel/py-tox, lang/py-python-discovery, net/haproxy
VersionDeltaFile
1.1697+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc BsfH4JMnet/haproxy distinfo Makefile

   haproxy: updated to 3.3.5

   3.3.5
   - MINOR: mux-h2: also count glitches on invalid trailers
   - MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging
   - BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream
   - BUG/MINOR: promex: fix server iteration when last server is deleted
   - BUG/MEDIUM: stream: Handle TASK_WOKEN_RES as a stream event
   - BUG/MEDIUM: hpack: correctly deal with too large decoded numbers
   - BUG/MAJOR: qpack: unchecked length passed to huffman decoder
   - BUG/MINOR: qpack: fix 1-byte OOB read in qpack_decode_fs_pfx()
   - BUG/MINOR: quic: fix OOB read in preferred_address transport parameter
   - BUG/MEDIUM: qpack: correctly deal with too large decoded numbers
   - BUG/MINOR: h1-htx: Be sure that H1 response version starts by "HTTP/"
   - DEBUG: stream: Display the currently running rule in stream dump
   - MINOR: filters: Set last_entity when a filter fails on stream_start callback
   - DOC: config: Use the right alias for %B
   - BUG/MINOR: channel: Increase the stconn bytes_in value in channel_add_input()
   - BUG/MINOR: sample: Fix sample to retrieve the number of bytes received and sent

    [12 lines not shown]
VersionDeltaFile
1.144+4-4net/haproxy/distinfo
1.152+2-2net/haproxy/Makefile
+6-62 files

NetBSD/pkgsrc PbO4B5Hlang/py-python-discovery distinfo Makefile

   py-python-discovery: updated to 1.1.3

   1.1.3
   fix(test): add loongarch64 to known ISAs
VersionDeltaFile
1.3+4-4lang/py-python-discovery/distinfo
1.3+2-2lang/py-python-discovery/Makefile
+6-62 files

NetBSD/pkgsrc En8VzV2devel/py-tox PLIST Makefile

   py-tox: updated to 4.49.1

   Bug fixes - 4.49.1
   Break deadlock in execution interrupt chain that caused ~18 flaky timeout failures across 9 tests on Windows/macOS CI

   Features - 4.49.0
   Add {factor:label} substitution for TOML configs – factor groups in product matrices and env_base factors can now be labeled with single-key dicts (e.g., {ecosystem = ["oci", "python"]}), enabling {factor:ecosystem} in any string value (descriptions, commands, etc.) to resolve to the active factor. Plain lists automatically get positional labels ({factor:0}, {factor:1}, …)

   Bug fixes - 4.49.0
   Fix --showconfig and --help-ini legacy flags raising AttributeError after config format options were added
VersionDeltaFile
1.16+34-4devel/py-tox/PLIST
1.65+8-8devel/py-tox/Makefile
1.54+4-4devel/py-tox/distinfo
+46-163 files