NetBSD/pkgsrc sAzw9mPdoc CHANGES-2026

   doc: Updated net/dnsdist to 2.1.1
VersionDeltaFile
1.5033+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vth2f1nnet/dnsdist Makefile distinfo

   dnsdist: Update to 2.1.1

   Released: 6th of August 2026

   Bug Fixes
   Account for the existing content when parsing labels
   References: #17790, #17797, pull request 17858
   Do not index past the address for byte-aligned prefixes
   References: #17835, pull request 17860
VersionDeltaFile
1.30+4-4net/dnsdist/distinfo
1.54+2-2net/dnsdist/Makefile
+6-62 files

NetBSD/pkgsrc x1igSrRlang/rexx-regina/patches patch-aa

   lang/rexx-regina: Fix checksum mismatch

   * Reported by wiz@. It does not contain all changes. Thank you.
VersionDeltaFile
1.7+16-7lang/rexx-regina/patches/patch-aa
+16-71 files

LLVM/project 4442d70offload/unittests/OffloadAPI/common Fixtures.hpp Properties.hpp, offload/unittests/OffloadAPI/device olGetHostInfo.cpp olGetDeviceInfo.cpp

[offload] add parameterized unit tests (#209115)

Previously, liboffload tests were parametrized only with different
devices. The following changes enable creating tests with additional
parameters, besides devices. The existing tests, which often used
C-style macros instead of incorporating Google Test features, are
rewritten so that macros are replaced fully with Google Test
parametrized fixtures.

This patch adds:
- a new fixture that allows for creating parameterized tests
- new macros for the instantiation of parameterized tests
- a helper header file that contains information related to
parameterized tests, including the definition of parameters
- new and refactored printers used in test instantiation

Moreover, selected existing tests are modified and parametrized in order
to make the code less repetitive and more concise. Tests with up to two
possible parameters are not parameterized.

    [54 lines not shown]
DeltaFile
+68-207offload/unittests/OffloadAPI/device/olGetDeviceInfo.cpp
+255-0offload/unittests/OffloadAPI/common/Properties.hpp
+0-195offload/unittests/OffloadAPI/device/olGetHostInfo.cpp
+38-111offload/unittests/OffloadAPI/memory/olMemAllocAligned.cpp
+107-22offload/unittests/OffloadAPI/common/Fixtures.hpp
+49-64offload/unittests/OffloadAPI/memory/olGetMemInfo.cpp
+517-5998 files not shown
+630-78614 files

NetBSD/pkgsrc 9paCnvcdoc CHANGES-2026

   Updated devel/jj, graphics/gnuplot
VersionDeltaFile
1.5032+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BtCD3R6graphics/gnuplot Makefile distinfo

   gnuplot: updated to 6.0.5

   6.0.5

   New features

   Full mousing support for multiplots
   all panels report mouse coordinates
   all panels respond to pan/zoom/rotate mouse movement and hotkeys
   "replot" reexecutes multiplot commands starting from current state
   "remultiplot" restores the original state before reexecuting multiplot
   interactive mousing remains active after ^C or "reset"
   Unicode escape sequences \U+xxxx are accepted in more contexts
   escape sequences are expanded in "noenhanced" strings
   escape sequences are expanded during substring evaluation
   escape sequences are expanded in string functions strstrt() and strlen()
   New built-in function prod [<var> = <start> : <end>] <expression>
   implements the sequential product operation
   prod [i=a:b] f(i) = f(a) * f(a+1) * ... * f(b)

    [10 lines not shown]
VersionDeltaFile
1.57+4-4graphics/gnuplot/distinfo
1.209+2-3graphics/gnuplot/Makefile
+6-72 files

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

Add options to dhcrelay for circuit_id and remote_id (#10563)

* Add options to dhcrelay for circuit_id and remote_id

* Make circuit_id and remote_id text fields. Don't apply circuit_id on dhcrelay6

* Refactor to use isEmpty instead of empty(getValue) in dhcrelay. Change fields to StrictTextField
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

LLVM/project ce880d0offload/test CMakeLists.txt

[offload][lit] Run unit tests in check-offload if libomptarget isn't built (#214334)

Right now we define no top-level `check-offload` target if
`libomptarget` isn't built.
Instead, just define the target to run the unit tests instead instead of
running both the unit tests and the `libomptarget` tests we would do if
`libomptarget` were built.
It's really useful to have a top-level target to run tests, especially
for CI.
This target will be used by our Windows buildbot, as `libomptarget`
isn't supported on Windows.

---------

Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
DeltaFile
+14-8offload/test/CMakeLists.txt
+14-81 files

LLVM/project c90a5cblibclc/test lit.cfg.py, libclc/test/conformance work_group_reduce.cl conformance.h

[libclc] Improve libclc device tests with feature checks (#214217)

Summary:
Make sure the tests can conditionally run on the correct features.

I think that it would be nice if we could print from these tests, but
that would require linking against `libc` for GPUs and I'm unsure if
that's worth it, so for now I'm just sticking with traps as the failure
mechanism.
DeltaFile
+30-4libclc/test/lit.cfg.py
+32-0libclc/test/conformance/conformance.h
+6-3libclc/test/conformance/work_group_reduce.cl
+68-73 files

LLVM/project 1599b01clang/test/Preprocessor line-directive-output.c

[Clang] Add missing colons to Preprocessor lit test (#214342)

PR #211512 introduced new lit tests that are missing colons. This PR
adds them back so the lit tests introduced actually run.
DeltaFile
+3-3clang/test/Preprocessor/line-directive-output.c
+3-31 files

NetBSD/pkgsrc vul7uBWdoc CHANGES-2026

   doc: Updated www/xh to 0.26.2
VersionDeltaFile
1.5031+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports 62da233graphics/shaderc Makefile distinfo, graphics/shaderc/files patch-system-glslang

graphics/shaderc: Update to 2026.3

Changelog: https://github.com/google/shaderc/blob/v2026.3/CHANGES

PR:             297259
Reported by:    yuri
Co-authored-by: Yuri Victorovich <yuri at freebsd.org>
DeltaFile
+5-5graphics/shaderc/distinfo
+3-3graphics/shaderc/files/patch-system-glslang
+2-3graphics/shaderc/Makefile
+10-113 files

NetBSD/pkgsrc qpofaNtwww/xh Makefile cargo-depends.mk

   www/xh: update to 0.26.2

   Bug fixes

    - Fix --auth ignoring credentials when the username is empty (e.g. -a :password), see #467 (@upuddu)
    - Decode all frames in concatenated zstd response bodies, see #470 (@snowyukitty)
VersionDeltaFile
1.18+277-307www/xh/distinfo
1.16+91-101www/xh/cargo-depends.mk
1.20+2-2www/xh/Makefile
+370-4103 files

FreeBSD/ports b796e74devel/radicle Makefile Makefile.crates

devel/radicle: Update to 1.10.0
DeltaFile
+33-81devel/radicle/distinfo
+15-39devel/radicle/Makefile.crates
+3-4devel/radicle/Makefile
+51-1243 files

NetBSD/pkgsrc GRWClX7doc CHANGES-2026

   doc: Updated sysutils/uutils-coreutils to 0.10.0
VersionDeltaFile
1.5030+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qsa6bvqsysutils/uutils-coreutils Makefile cargo-depends.mk

   sysutils/uutils-coreutils: update to 0.10.0

   Rust Coreutils 0.10.0 Release:

   We are happy to announce the release of Rust Coreutils 0.10.0 - a release focused on GNU compatibility and robustness. The GNU test suite results improved sharply this cycle (645 passing, 29 failing, down from 56), we landed a second wave of security hardening (TOCTOU races, safe recursive descent, SELinux labeling at creation, backup guards), and we ran a broad anti-panic campaign across the utilities. On top of that: new features (mv --exchange and an OpenSSL backend for the checksum utilities), more zero-copy/read-ahead performance work, and wasm32-wasip2 support.

   Highlights:

       GNU Compatibility
           645 passing GNU tests (+20) and 27 fewer failures, the largest single-cycle drop we have had
           Dozens of behavior alignments: pr (-w/-W/-l/-e/-o, merge mode, page ranges), nproc (cgroups v2 quota, affinity mask, offline cores, OMP_* handling), date (out-of-range years, -d -, O modifier, timezone strings), numfmt, ls, du, install, od, truncate, fold, head/tail, sum, stat
           Many error messages now carry the file name and the real OS error instead of a vague or stripped message

       Security Hardening
           Continued the TOCTOU work started in 0.9.0: touch no longer uses O_TRUNC on create, mkfifo drops the path-based chmod, head checks the open fd instead of the path, split hardens the output-open path, chcon anchors recursive relabeling to the traversal dirfd
           Safe recursive descent fixes for chmod/chown (symlink cycles, --preserve-root re-checked during the descent), and cp no longer descends into a destination subdirectory that is a symlink
           SELinux labels are now applied at creation in mkdir, mkfifo and mknod instead of being applied afterwards
           mv fails closed when recreating a cross-device directory destination, compares file identity in the --backup=simple guard, and strips setuid/setgid when a cross-device copy cannot preserve ownership
           chroot chroots exactly the path --skip-chdir validated; stdbuf refuses a libstdbuf path that cannot be represented in LD_PRELOAD; install finalizes ownership before mode

    [37 lines not shown]
VersionDeltaFile
1.3+211-232sysutils/uutils-coreutils/distinfo
1.3+69-76sysutils/uutils-coreutils/cargo-depends.mk
1.3+2-2sysutils/uutils-coreutils/Makefile
+282-3103 files

NetBSD/pkgsrc ScACRAwdevel/jj Makefile cargo-depends.mk

   jj: updated to 0.44.0

   0.44.0

   Support for fetching and pushing tags has now been stabilized. Tags can be
   tracked or untracked just like bookmarks. Tracked tags are pushed by default.
VersionDeltaFile
1.37+229-199devel/jj/distinfo
1.36+75-65devel/jj/cargo-depends.mk
1.43+2-2devel/jj/Makefile
+306-2663 files

LLVM/project deeb89alibc/src/__support/FPUtil float80.h, libc/test/src/__support/FPUtil float80_test.cpp

feat: add negation and a test for it
DeltaFile
+7-0libc/src/__support/FPUtil/float80.h
+2-0libc/test/src/__support/FPUtil/float80_test.cpp
+9-02 files

OpenBSD/ports byKr8YOgames/astromenace Makefile

   astromenace: mark BROKEN-sparc64. Build hangs for hours.

   KILLED: games/astromenace(build) stuck at  64% frozen for 8 HOURS!

   seen in bulks by claudio and kmos
VersionDeltaFile
1.14+2-0games/astromenace/Makefile
+2-01 files

LLVM/project 8caa6c1utils/bazel/llvm-project-overlay/mlir BUILD.bazel

[Bazel] Fixes 1bfde5f (#214467)

This fixes 1bfde5fd3b8f809fc7ab1ce32862276144783ef5 (#213648).

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

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+11-15utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+11-151 files

NetBSD/pkgsrc g3FWCIDdoc CHANGES-2026

   fix broken file
VersionDeltaFile
1.5029+2-1doc/CHANGES-2026
+2-11 files

LLVM/project bf32589llvm/lib/Target/AMDGPU AMDGPUInsertDelayAlu.cpp

[AMDGPU] fix clang-format issue
DeltaFile
+2-2llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp
+2-21 files

LLVM/project 15dce5fclang-tools-extra/docs/clang-tidy/checks/bugprone chained-comparison.md exception-escape.md

[clang-tidy][docs] Rewrite bugprone check docs to Markdown [1/4]
DeltaFile
+180-182clang-tools-extra/docs/clang-tidy/checks/bugprone/easily-swappable-parameters.md
+165-166clang-tools-extra/docs/clang-tidy/checks/bugprone/argument-comment.md
+74-78clang-tools-extra/docs/clang-tidy/checks/bugprone/empty-catch.md
+72-74clang-tools-extra/docs/clang-tidy/checks/bugprone/branch-clone.md
+71-66clang-tools-extra/docs/clang-tidy/checks/bugprone/exception-escape.md
+47-51clang-tools-extra/docs/clang-tidy/checks/bugprone/chained-comparison.md
+609-61714 files not shown
+1,020-1,04720 files

NetBSD/pkgsrc CrxvHWmdoc CHANGES-2026

   Updated lang/nodejs24, lang/nodejs
VersionDeltaFile
1.5028+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Sbusdaulang/nodejs Makefile PLIST

   nodejs: updated to 26.7.0

   26.7.0 (Current)

   Notable Changes

   - (SEMVER-MINOR) crypto: support loading private keys through STORE loaders (Filip Skokan)
   - crypto: update root certificates to NSS 3.125 (Node.js GitHub Bot)
   - (SEMVER-MINOR) lib: add perfetto support (Chengzhong Wu)
   - (SEMVER-MINOR) module: implement Symbol.dispose in ModuleHooks (Remco Haszing)
   - (SEMVER-MINOR) test_runner: add support for --test-coverage-include-all (avivkeller)
VersionDeltaFile
1.326+4-4lang/nodejs/distinfo
1.105+6-1lang/nodejs/PLIST
1.358+2-2lang/nodejs/Makefile
+12-73 files

NetBSD/pkgsrc s1i3SVashells/oh-my-posh Makefile distinfo

   shells/oh-my-posh: update to 30.6.2

   v30.6.2
   Bug Fixes

    - pwsh: keep tooltip restore redraw in UTF-8 (3d7cc27), closes #7776

   v30.6.1
   Bug Fixes

    - cache: refresh serve daemon's cache from disk each render cycle (#7774) (eda0185), closes #7758

   v30.6.0
   Bug Fixes

    - cache: accept pointer-shaped gob decodes in Get[T] (262c744), closes #7766
    - pwsh: stop repeated profile sourcing from breaking ViMode (2afd3fc), closes #7772
    - pwsh: trim ViMode restore comment (e446fdc)


    [4 lines not shown]
VersionDeltaFile
1.323+4-4shells/oh-my-posh/distinfo
1.355+2-2shells/oh-my-posh/Makefile
+6-62 files

NetBSD/pkgsrc geud4URlang/nodejs24 Makefile PLIST

   nodejs24: updated to 24.19.0

   24.19.0 'Krypton' (LTS)

   Notable Changes

   - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken)
   - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry)
   - (SEMVER-MINOR) doc: update blockList stability status to release candidate (alphaleadership)
   - doc: mark stream.compose stable (Matteo Collina)
   - (SEMVER-MINOR) esm: add --experimental-import-text flag (Efe)
   - (SEMVER-MINOR) fs: support caller-supplied readFile() buffers (Matteo Collina)
   - (SEMVER-MINOR) http: add httpValidation option to configure header value validation (RajeshKumar11)
   - (SEMVER-MINOR) net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford)
   - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard)
   - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito)
   - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina)
   - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan)
   - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry)
VersionDeltaFile
1.15+4-4lang/nodejs24/distinfo
1.8+6-1lang/nodejs24/PLIST
1.15+2-2lang/nodejs24/Makefile
+12-73 files

LLVM/project 65e92e0lld/COFF Driver.cpp Writer.cpp, lld/test/COFF arm64x-tls.s

[LLD][COFF] Emit ARM64X relocations for TLS directory (#213529)

The current behavior of merging EC and native chunks to have a single
TLS directory for both views matches the MSVC linker, but it has its
shortcomings. In addition to merging, that solution requires all TLS
callbacks to use -arm64xsameaddress, leaving it to the CRT to handle. If
the appropriate EC object files are not pulled in by linked EC code and
thus never have a chance to mark the callback with -arm64xsameaddress,
this may lead to an invalid image that crashes at runtime.

This patch avoids the entire problem by using entirely separate TLS
directories for EC and native views along with the standard ARM64X
dynamic relocation mechanism. Since callback lists are now separate, a
missing -arm64xsameaddress is no longer a problem.

Also, mingw-w64-crt currently doesn't mark its TLS callbacks with
-arm64xsameaddress. That could be changed if needed, but with this
change, it is no longer necessary.
DeltaFile
+56-10lld/test/COFF/arm64x-tls.s
+22-4lld/COFF/Writer.cpp
+1-4lld/COFF/Driver.cpp
+79-183 files

NetBSD/pkgsrc iZv7VUcdoc CHANGES-2026

   doc: Updated net/sniffnet to 1.5.1
VersionDeltaFile
1.5027+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 191d426libc/src/__support/FPUtil dyadic_float.h

test: limit EXTRA_FRAC_LEN to be non-negative

test

test

nit

revert

revert

only add >0 condition

format
DeltaFile
+6-8libc/src/__support/FPUtil/dyadic_float.h
+6-81 files