NetBSD/pkgsrc WjIyzoflang/openjdk21 distinfo, lang/openjdk21/patches patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp

   openjdk21: build fix for netbsd-9 aarch64
VersionDeltaFile
1.2+14-2lang/openjdk21/patches/patch-src_hotspot_os__cpu_bsd__aarch64_vm__version__bsd__aarch64.cpp
1.19+2-2lang/openjdk21/distinfo
+16-42 files

NetBSD/pkgsrc YN0J6dkdoc CHANGES-2026

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

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

   sysutils/uutils-coreutils: update to 0.11.0

   Rust Coreutils 0.11.0 Release:

   We are happy to announce the release of Rust Coreutils 0.11.0 - a release focused on error messages, performance and GNU compatibility.
   The big change is a new diagnostic engine built on ariadne. When a chmod mode, a cut list, a sort key or a tr set fails to parse, we now echo the arguments back with a caret under the character at fault, like a compiler does. See our blog post for more information: https://uutils.org/blog/2026-08-error-diagnostics/

   PGO release builds are enabled for Linux, macOS and Windows (up to 31% faster), and a lot of per-utility optimization work landed on top of that. We also now treat a utility being significantly slower than GNU as a bug.

   We continued to improve the GNU compatibility and we are now at 653 passing, 22 failing, 0 errors.

   Highlights:

       Modern Error Diagnostics (new)
           A new diagnostic engine based on ariadne. When stderr is a terminal, a parse error is printed as a report: the arguments are echoed back as a source line, a caret marks the culprit and a help line explains the syntax. See the blog post for before/after examples
           Carets landed in chmod, mkdir, mkfifo, mknod, install, tr, expr, sort, numfmt, cut, env, head, tail, truncate, split, shred, stdbuf, od, seq, dd, stat, join, csplit, ls, df and du
           A caret can point inside a quoted argument and at a single character. The reports are localized (format, checksum and advice strings) and still print the usual Try '... --help' hint. A label is only added when it says something useful
           UUTILS_DIAG controls the behavior, and the caret rendering can be compiled out for size-constrained builds
           Diagnostics are written in a single stderr call, so concurrent writers cannot interleave them

    [41 lines not shown]
VersionDeltaFile
1.5+37-52sysutils/uutils-coreutils/distinfo
1.5+11-16sysutils/uutils-coreutils/cargo-depends.mk
1.5+2-4sysutils/uutils-coreutils/Makefile
+50-723 files

NetBSD/pkgsrc hamoC5mdoc CHANGES-2026

   doc: Updated devel/bacon to 3.25.0
VersionDeltaFile
1.5841+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CwISe8Udevel/bacon Makefile cargo-depends.mk

   devel/bacon: update to 3.25.0

    - fix crash in search on multibyte char in pattern and wrapped output - Fix #446
    - fix crash of search when output grows - Fix #447
    - fix unability to remove backtab binding - Fix #450
    - watch build scripts relocated with the package.build manifest key, instead of only the default build.rs path - Fix #205
VersionDeltaFile
1.39+427-508devel/bacon/distinfo
1.38+141-168devel/bacon/cargo-depends.mk
1.40+2-2devel/bacon/Makefile
+570-6783 files

NetBSD/pkgsrc 9ZfzZiMchat/gomuks Makefile, chat/matterircd Makefile

   Revbump all Go packages after go127 update
VersionDeltaFile
1.38+2-2chat/ssh-chat/Makefile
1.21+2-2chat/soju/Makefile
1.51+2-2chat/senpai/Makefile
1.32+2-2chat/neonmodem/Makefile
1.95+2-2chat/matterircd/Makefile
1.66+2-2chat/gomuks/Makefile
+12-12216 files not shown
+444-438222 files

NetBSD/pkgsrc QZq39widoc CHANGES-2026

   doc: Updated lang/go127 to 1.27.1
VersionDeltaFile
1.5840+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc n3TCb69lang/go version.mk, lang/go126 PLIST distinfo

   go: update to 1.27.1 and 1.26.8

   These releases include fixes to cgo, the compiler, the runtime, the go
   fix command, and the database/sql, debug/elf, encoding/json, net/http,
   os, simd, and simd/archsimd packages.
VersionDeltaFile
1.2+4-4lang/go127/distinfo
1.9+4-4lang/go126/distinfo
1.256+3-3lang/go/version.mk
1.2+3-0lang/go127/PLIST
1.8+2-0lang/go126/PLIST
+16-115 files

NetBSD/pkgsrc uJt41sydoc CHANGES-2026

   doc: Updated lang/gjs to 1.82.3nb2
VersionDeltaFile
1.5839+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc N2fieNIlang/gjs Makefile

   gjs: make glib2-introspection a runtime dependency

   Noted by fox@

   Bump PKGREVISION.
VersionDeltaFile
1.46+3-3lang/gjs/Makefile
+3-31 files

NetBSD/pkgsrc BCOvlFcdoc CHANGES-2026

   doc: Updated x11/xterm to 411
VersionDeltaFile
1.5838+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hzAZPAPx11/xterm Makefile distinfo

   x11/xterm: update to 411

   Patch #411 - 2026/08/24

       add a case for DECSWT in VT520 mode (prompted by discussion with James Holderness).
       correct an index computation in VS15/VS16 logic for -emoji_width option (report by Arpit Jain).
       add ich1 to terminfo where appropriate.
       drop “GTK_*” from environment filtering (report by Stefan Klinger).
       fix a couple of places in terminfo which used BEL rather than ST.
       add DECSCUSR 7 for the “power-up” configuration, which can be different from the documented VT520 behavior (prompted by discussion with “heurist”).
       correct a limit-check added in patch #399, which resulted in regex-based selections to be limited to the first row of a wrapped line (Redhat #2479962).
       add resource brokenCopyArea, using that to control whether XCopyArea is used for indexing and scrolling, as well as inserting or deleting characters and lines.
       amend check for validity of C1 controls to check both whether wide-characters have been initialized, as well as whether the current encoding is UTF-8 (Debian #687699).
       call Cleanup directly when processing SIGHUP, because the process running in xterm may ignore a killpg sent to the top-level screen's process (Debian #243598).
VersionDeltaFile
1.128+4-4x11/xterm/distinfo
1.169+2-2x11/xterm/Makefile
+6-62 files

NetBSD/pkgsrc ktU4tugshells/oh-my-posh PLIST

   shells/ph-my-posh: update PLIST
VersionDeltaFile
1.2+1-0shells/oh-my-posh/PLIST
+1-01 files

NetBSD/pkgsrc NNbDo75doc CHANGES-2026

   doc: Updated www/wikid to 3.1.1
VersionDeltaFile
1.5837+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KuNmYs8www/wikid cargo-depends.mk distinfo

   www/wikid: update to 3.1.1

   v3.1.1
   new feature(s)

       complete mouse support on daily feed modals: 69de82c
       r on the saved lists viewer modal to rename lists: 8debe03

   bug fix(es)

       fix cache not being removed even after cache_lifetime: fcb3d2e
       eliminate scrolling stutter by offloading image disk reading, decoding and halfblock scaling: 02b8d39

   qol/style change(s)

       added an animated spinner to be mesmerised by while the daily feed is being fetched: 0a9d006
       reused the "search" modal to replace the "create new list" modal: 6bfccc7

   v3.1.0

    [51 lines not shown]
VersionDeltaFile
1.4+4-4www/wikid/distinfo
1.5+4-4www/wikid/Makefile
1.4+0-0www/wikid/cargo-depends.mk
+8-83 files

NetBSD/pkgsrc apHIUDhdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 31.1.3
VersionDeltaFile
1.5836+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc txpHSwRshells/oh-my-posh go-modules.mk Makefile

   shells/oh-my-posh: update to 31.1.3

   v31.1.3
   Bug Fixes

       docs: repair broken anchors on customize and vimode pages (263fd42)

   v31.1.2
   Bug Fixes

       shell: respect POSH_DISABLE_STREAMING at runtime (45ff338)

   v31.1.1
   Bug Fixes

       pwsh: guard module re-entry on _ompInitialized to fix async init race (998d1fd)
VersionDeltaFile
1.330+10-10shells/oh-my-posh/distinfo
1.365+2-5shells/oh-my-posh/Makefile
1.144+2-2shells/oh-my-posh/go-modules.mk
+14-173 files

NetBSD/pkgsrc w8cKitddoc CHANGES-2026

   doc: Updated graphics/feh to 3.12.4
VersionDeltaFile
1.5835+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc J0s3GRdgraphics/feh Makefile distinfo

   graphics/feh: update to 3.12.4

   * Release v3.12.4
       * Correctly handle XOpenIM / XCreateIC failures (fixes crashes on MacOS)

   Wed, 26 Aug 2026 16:34:23 +0200  Birte Friesel <derf+feh at finalrewind.org>

   * Release v3.12.3
       * Support non-ASCII characters in caption entry mode. Note that feh's
         default font lacks proper Unicode support, so many symbols will not
         be rendered correctly. This is on the agenda for an upcoming release.
       * Fix --draw-exif overwriting the output of --draw-info

   Thu, 07 May 2026 19:52:27 +0200  Birte Friesel <derf+feh at finalrewind.org>

   * Release v3.12.2
       * Treat audio/mpeg files as images and display their cover image,
         if present (patch by Christian Hesse)
       * Fix menu-related focusing issues under Xwayland (patch by Pete Scheyen)
       * Support reproducible builds for feh(1) manual (patch by Christian Hesse)
VersionDeltaFile
1.77+5-5graphics/feh/distinfo
1.150+2-2graphics/feh/Makefile
+7-72 files

NetBSD/pkgsrc jEbYSYtlang/openjdk17 Makefile, lang/openjdk21 Makefile

   openjdk*: clean up stale bits in Makefile
VersionDeltaFile
1.33+1-7lang/openjdk21/Makefile
1.49+1-5lang/openjdk17/Makefile
+2-122 files

NetBSD/pkgsrc LcsG7L9doc CHANGES-2026

   Note update of net/nsd to 4.15.2.
VersionDeltaFile
1.5834+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jEjJCYSlang/openjdk17 distinfo, lang/openjdk17/patches patch-src_jdk.attach_bsd_native_libattach_VirtualMachineImpl.c patch-src_java.desktop_unix_native_common_awt_fontpath.c

   openjdk*: restore lost patch comments
VersionDeltaFile
1.18+5-5lang/openjdk21/distinfo
1.29+4-4lang/openjdk17/distinfo
1.2+3-1lang/openjdk21/patches/patch-make_autoconf_hotspot.m4
1.2+3-1lang/openjdk17/patches/patch-src_jdk.attach_bsd_native_libattach_VirtualMachineImpl.c
1.2+3-1lang/openjdk17/patches/patch-src_java.desktop_unix_native_common_awt_fontpath.c
1.2+3-1lang/openjdk17/patches/patch-make_data_fontconfig_bsd.fontconfig.properties
+21-133 files not shown
+30-169 files

NetBSD/pkgsrc 8omHfe2net/nsd Makefile distinfo

   net/nsd: update to version 4.15.2.

   Pkgsrc changes:
    * Version & checksum changes.

   Upstream changes:

   4.15.2
   ================
   FEATURES:
           - Merge #494: RFC 7830 EDNS0 padding option support with DoT
             With padding suggestions from RFC 8467 for responses
             Thanks kdrenard for the suggestion
           - Merge #498: Support for the HHIT and BRID RR types
           - Merge #499: Support for the "docpath" and "pvd"
             SVCB Service Parameter Keys
           - Merge #500: Support for the "oots" SVCB Service Parameter Key
           - An `allow-proxy` configuration file option to specify allow access
             control list for the PROXYv2 protocol port.

    [76 lines not shown]
VersionDeltaFile
1.97+4-4net/nsd/distinfo
1.140+2-2net/nsd/Makefile
+6-62 files

NetBSD/pkgsrc WlFotOmarchivers/py-backports.zstd Makefile

   py-backports.zstd: do not enable for Python 3.10

   3.10 is not in the default-allowed set, so the dependencies
   are not available for bulk builds.
VersionDeltaFile
1.3+2-2archivers/py-backports.zstd/Makefile
+2-21 files

NetBSD/pkgsrc xw7b2Cmdoc CHANGES-2026

   doc: Updated textproc/py-libxml2 to 2.15.4
VersionDeltaFile
1.5833+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gj8sSvIdoc CHANGES-2026 TODO

   doc: Updated textproc/libxml2 to 2.15.4
VersionDeltaFile
1.27864+3-3doc/TODO
1.5832+2-1doc/CHANGES-2026
+5-42 files

NetBSD/pkgsrc Wh9GRLctextproc/libxml2 Makefile.common distinfo

   libxml2: update to 2.15.4.

   Security fix release.

   v2.15.4: Sep 01 2026

   ### Security

   - xmlregexp: Prevent out-of-bounds read in NXT macro
   - fix: add missing overflow checks in dict.c, uri.c, and valid.c
   - xmlregexp: Calc string length after null checking
   - xpointer: Check overflow in xmlXPtrEvalXPtrPart
   - xmlIO: Check for int overflow before calling writecallback
   - fix(xinclude): propagate parseFlags in xmlXIncludeProcess and xmlXIncludeProcessTree

   ### Improvements

   - Improve bound checks for xmlcatalog and xmllint arguments (out-of-bound)
   - Fix memory leak in static Windows library (memory-leak)

    [9 lines not shown]
VersionDeltaFile
1.159+4-4textproc/libxml2/distinfo
1.33+4-2textproc/libxml2/Makefile.common
+8-62 files

NetBSD/pkgsrc 9FcFXRCemulators/ski Makefile

   set FORCE_C_STD=gnu11.  this has non-C23 friendly things..
VersionDeltaFile
1.60+3-1emulators/ski/Makefile
+3-11 files

NetBSD/pkgsrc 7KvEIhxtextproc/py-jinja2-ansible-filters Makefile

   py-jinja2-ansible-filters: not for Python 3.10 nor 3.11
VersionDeltaFile
1.2+3-1textproc/py-jinja2-ansible-filters/Makefile
+3-11 files

NetBSD/pkgsrc jQwnDnNsecurity/py-hanko-certvalidator Makefile

   py-hanko-certvalidator: not for Python 3.10 nor 3.11
VersionDeltaFile
1.4+3-1security/py-hanko-certvalidator/Makefile
+3-11 files