NetBSD/pkgsrc jt8yVpLaudio/ymuse Makefile, chat/coyim Makefile

   Revbump all Go packages after go126 security update
VersionDeltaFile
1.45+2-2net/amfora/Makefile
1.47+2-2audio/ymuse/Makefile
1.101+2-2chat/coyim/Makefile
1.61+2-2chat/gomuks/Makefile
1.90+2-2chat/matterircd/Makefile
1.26+2-2chat/neonmodem/Makefile
+12-12199 files not shown
+410-387205 files

NetBSD/pkgsrc U92iKCxdoc CHANGES-2026

   doc: Updated lang/go126 to 1.26.4
VersionDeltaFile
1.3506+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KSIJ72Glang/go version.mk, lang/go125 distinfo PLIST

   go: update to 1.26.4 and 1.25.11 (security).

   These releases include 3 security fixes following the security policy:

   -    mime: quadratic complexity in WordDecoder.DecodeHeader

        Decoding a maliciously-crafted MIME header containing many invalid
        encoded-words could consume excessive CPU.
        The MIME decoder now better handles this case.

        Thanks to p4p3r (https://hackerone.com/p4p3r_hak) for reporting this issue.

        This is CVE-2026-42504 and Go issue https://go.dev/issue/79217.

   -    net/textproto: arbitrary input are included in errors without any escaping

        When returning errors, functions in the net/textproto package would
        include its input as part of the error, without any escaping. Note that
        said input is often controlled by external parties when using this

    [26 lines not shown]
VersionDeltaFile
1.13+4-4lang/go125/distinfo
1.5+4-4lang/go126/distinfo
1.250+3-3lang/go/version.mk
1.5+1-0lang/go126/PLIST
1.8+1-0lang/go125/PLIST
+13-115 files

NetBSD/pkgsrc 26ONeO0doc CHANGES-2026

   doc: Updated textproc/xan to 0.58.0
VersionDeltaFile
1.3505+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NHLc3PMtextproc/xan distinfo cargo-depends.mk

   textproc/xan: update to 0.58.0

   Breaking

       Stopping to serialize moonblade lists either as joined by some separator or JSON. This was awkard, error-prone & potentially lossy. Use the join function manually to format output when required.
       As per previous point, dropping xan scrape --sep.
       Dropping implicit unary function calls in moonblade pipelines. This feature was not well-known, confusing (an indentifier, could be understood as a call in a pipeline, only if not in first position...), and mostly useless now that moonblade has had a proper dot operator.
       xan plot -A/--aggregate does not take an expression anymore but has an automatic selection of two modes: sum and mean. It should also be faster.
       Renaming the index function as row_index for clarity.
       xan agg -C/--along-columns & -M/--along-matrix & xan groupby -C/--along-columns & -M/--along-matrix will not map current column index to the result of the index() function. The col_index() can be now used instead for this very purpose.
       xan window -g/--groupby does not require the file to be sorted anymore. This means using -g/--groupby will now require the whole file to be buffered into memory by the command. The old behavior can still be used through the -S/--sorted flag, thus aligning the xan window command with the rest of the tool.
       row_index will now error if the expression has no concept of row index, instead of returning nothing.
       xan parallel -z/--compress now take the desired compression (either gzip or zstd).
       Retiring the xan grep command in favor of xan search -Z/--fast-parser.
       xan tokenize --keep short flag becomes -k instead of -K to harmonize with other commands.
       Retiring the xan flatmap command in favor of xan explode -e.
       Retiring the xan fuzzy-join command in favor of a consolidated xan join command.
       Changing xan from -f txt -c <name> default to line instead of value.
       Renaming xan join -L/--prefix-left & -R/--prefix-right short flags to -l & -r respectively to avoid colliding with the added -R/--reverse flag that can be used for merge joins.

    [70 lines not shown]
VersionDeltaFile
1.10+37-46textproc/xan/distinfo
1.10+11-14textproc/xan/cargo-depends.mk
1.7+2-3textproc/xan/PLIST
1.10+2-2textproc/xan/Makefile
+52-654 files

NetBSD/pkgsrc 7ee7OHwdoc CHANGES-2026

   doc: Updated editors/tp-note to 1.26.1
VersionDeltaFile
1.3504+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc txlZwtaeditors/tp-note distinfo Makefile

   editors/tp-note: update to 1.26.1

    - Bug fix for Wayland clipboard support
VersionDeltaFile
1.88+4-4editors/tp-note/distinfo
1.114+3-3editors/tp-note/Makefile
1.86+0-0editors/tp-note/cargo-depends.mk
+7-73 files

NetBSD/pkgsrc zHfDXOKdoc CHANGES-2026

   doc: Updated chat/senpai to 0.5.0
VersionDeltaFile
1.3503+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RyWMq8Ochat/senpai distinfo go-modules.mk

   chat/senpai: update to 0.5.0

   This large senpai release brings 1 year of features
   and bug fixes!

   Major features:
   - Take a /SCREENSHOT from senpai, uploading it to
     your bouncer
   - Do an /UPLOAD from your clipboard by pasting an
     image with Ctrl+Alt+V
   - Customize your keyboard shortcuts with the shortcuts
     config directive, see man 5 senpai for details
   - Enable lightweight spell-check from your config,
     using harper-ls if installed
   - Pin/mute channels and users (ignore coming soon),
     saved across your bouncer

   Minor features:
   - irc:// links are now properly handled everywhere!

    [77 lines not shown]
VersionDeltaFile
1.6+40-22chat/senpai/distinfo
1.5+12-6chat/senpai/go-modules.mk
1.46+2-3chat/senpai/Makefile
+54-313 files

NetBSD/pkgsrc StuaAkbdoc CHANGES-2026

   doc: Updated audio/ncspot to 1.3.4
VersionDeltaFile
1.3502+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7GPLKTXaudio/ncspot distinfo cargo-depends.mk

   audio/ncspot: update to 1.3.4

   Maintenance release

   Minor updates, including a crash fix when a user tries to add a song to an existing playlist and dependency updates.
   What's Changed

       Fix crash when adding a song to a playlist by @AnAngryRaven in #1783
       chore(toolchain): update by @hrkfdn in #1785
       chore(deps): bump the cargo group across 1 directory with 11 updates by @dependabot[bot] in #1787
       test: add queue unit tests, fix shuffle append bug by @hrkfdn in #1788
       chore(deps): bump chrono from 0.4.43 to 0.4.44 in the cargo group by @dependabot[bot] in #1791
       chore(deps): bump the cargo group with 3 updates by @dependabot[bot] in #1792
       chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in #1794
       chore(toolchain): update by @hrkfdn in #1796
       chore(deps): bump the cargo group with 3 updates by @dependabot[bot] in #1797
       chore(deps): bump rustls-webpki from 0.103.8 to 0.103.10 by @dependabot[bot] in #1798
       chore(deps): bump softprops/action-gh-release from 2 to 3 in the github-actions group by @dependabot[bot] in #1807
       chore(deps): bump rand from 0.10.0 to 0.10.1 by @dependabot[bot] in #1809

    [7 lines not shown]
VersionDeltaFile
1.58+214-148audio/ncspot/distinfo
1.47+70-48audio/ncspot/cargo-depends.mk
1.87+4-4audio/ncspot/Makefile
+288-2003 files

NetBSD/pkgsrc M9ybApGdoc CHANGES-2026

   doc: Updated devel/garden to 2.6.0
VersionDeltaFile
1.3501+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XIGefKedevel/garden distinfo cargo-depends.mk

   devel/garden: update to 2.6.0

   v2.6.0 Released 2026-03-14

   Features:

   garden <custom-cmd> now has a -x | --echo option that enables the shell's
   native echo mode.

   Packaging:

   Prebuilt binaries for Apple Darwin aarch64
   are now available.

   Garden can now be installed directly via
   Homebrew on macOS.
   The garden-rs/homebrew-garden tap repository has been archived and is no
   longer maintained.
VersionDeltaFile
1.26+508-472devel/garden/distinfo
1.26+168-156devel/garden/cargo-depends.mk
1.27+4-4devel/garden/Makefile
+680-6323 files

NetBSD/pkgsrc zyoodVbdoc CHANGES-2026

   doc: Updated news/eilmeldung to 1.5.4
VersionDeltaFile
1.3500+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xnDzoSEnews/eilmeldung Makefile distinfo

   news/eilmeldung: update to 1.5.4

   1.5.4 - 2026-06-04

   Quick bugfix release

    - fixed crash when width/height of focused panel was set to 100% (see article_list_focused_height, etc.)
VersionDeltaFile
1.6+4-4news/eilmeldung/Makefile
1.6+4-4news/eilmeldung/distinfo
1.6+0-0news/eilmeldung/cargo-depends.mk
+8-83 files

NetBSD/pkgsrc Ib1K2cedoc CHANGES-2026

   Removed net/gini
VersionDeltaFile
1.3499+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NrhrtWAnet Makefile, net/gini Makefile PLIST

   net/gini: remove

   Announced on https://mail-index.netbsd.org/pkgsrc-users/2026/05/26/msg042960.html,
   no one objected to the removal. Last release was in 2003.

   This makes PR pkg/60155 obsolete.
VersionDeltaFile
1.1632+1-2net/Makefile
1.19+1-1net/gini/Makefile
1.2+1-1net/gini/PLIST
1.6+1-1net/gini/distinfo
1.2+0-0net/gini/DESCR
+4-55 files

NetBSD/pkgsrc Rnnmq5pdoc CHANGES-2026

   Updated net/dnsmasq, math/octave
VersionDeltaFile
1.3498+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc L9YGZdTmath/octave distinfo Makefile

   octave: updated to 11.3.0

   Summary of bugs fixed for version 11.3.0 (2026-06-01):

   This version brings only minor changes compared to Octave 11.2.0.  Most
   importantly, it fixes the SOVERSION of the `liboctinterp` library.

   For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX

   Improvements and fixes

   - Fix returning reciprocal condition number as second output from `det` for
     triangular dense matrices.
VersionDeltaFile
1.79+4-4math/octave/distinfo
1.283+2-2math/octave/Makefile
+6-62 files

NetBSD/pkgsrc LSo1vm6net/dnsmasq distinfo Makefile

   dnsmasq: updated to 2.93

   version 2.93

   Fix a corner-case in DNSSEC validation with wildcards. If we have
   a wildcard record *.example.com and receive a query for
   a.example.com then that's OK, but we have to check that there isn't
   an actual a.example.com record. The corner case is when we get a
   query for *.example.com in that case the non-existence check
   is not required, was being done. Thanks to Jan Breig for
   spotting this.

   Enable support for inotify on FreeBSD 15.0-RELEASE, which added
   Linux-compatible inotify support.

   Fix DNSSEC failure with spurious RRSIGs. The presence of wrong
   RRSIG RRs in replies caused DNSSEC validation to fail even
   when the RRs do not require validation because the zone is
   unsigned. Note that, at the time of this commit, Google

    [29 lines not shown]
VersionDeltaFile
1.52+4-4net/dnsmasq/distinfo
1.57+2-3net/dnsmasq/Makefile
+6-72 files

NetBSD/pkgsrc KjlM58ldoc CHANGES-2026

   Updated net/haproxy, multimedia/libde265
VersionDeltaFile
1.3497+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 1U1PaZLmultimedia/libde265 options.mk distinfo

   libde265: updated to 1.1.1

   1.1.1

   The decoding speed has been improved by about 8% on x86 CPUs thanks to more SIMD acceleration and optimized CABAC code. Also the startup time has been improved, which gives a 3% speed improvement when decoding HEIC files with similar-sized tiles.

   Build differences

   When building shared-libraries in Release mode, we are now using -fvisibility=hidden by default. You can override this with the new cmake option "FORCE_FULL_VISIBILITY".

   Security

   CVE TBD (GHSA-ccfw-29x7-rrx3) - Pixel accessor signed integer overflow causes heap OOB read/write
   CVE TBD (GHSA-j2qq-x2xq-g9wr) - SAO sequential filter heap buffer overflow via signed integer overflow
VersionDeltaFile
1.1+12-0multimedia/libde265/options.mk
1.18+4-4multimedia/libde265/distinfo
1.22+3-3multimedia/libde265/Makefile
1.7+2-2multimedia/libde265/PLIST
+21-94 files

NetBSD/pkgsrc xgo0Ckonet/haproxy distinfo Makefile, net/haproxy/patches patch-include_haproxy_proxy-t.h patch-include_haproxy_server-t.h

   haproxy: updated to 3.4.0

   3.4.0
   - BUG/MINOR: tcpcheck: Check LDAP response to not read more data than available
   - BUG/MINOR: ssl-gencert: validate SNI characters to prevent SAN certificate injection
   - BUG/MINOR: mux-h1: H2 preface rejection doesn't update stick-table glitches
   - BUG/MEDIUM: cpu-topo: Enforce thread-hard-limit on policy
   - BUG/MEDIUM: qmux: do not crash on too large record
   - BUG/MEDIUM: qmux: do not crash on receiving an invalid first frame
   - BUG/MINOR: qmux: reject too large initial record
   - Revert "BUG/MEDIUM: dns: fix long loops in additional records parse on name failure"
   - BUG/MINOR: qpack: Fix index calculation in debug functions
   - BUG/MINOR: qpack: fix potential null-pointer dereference in qpack_dht_insert()
   - CLEANUP: qpack: fix copy-paste typo in value Huffman debug string
   - BUG/MINOR: qpack: fix sign bit mask in qpack_decode_fs_pfx()
   - CLEANUP: qpack: fix copy-paste typo in value Huffman debug string for WLN
   - BUG/MINOR: qpack: fix huff_dec() error handling in qpack_decode_fs()
   - CLEANUP: qpack: move encoded macros to qpack-t.h to avoid duplication
   - BUG/MEDIUM: quic: handle ECONNREFUSED on RX side

    [76 lines not shown]
VersionDeltaFile
1.150+7-7net/haproxy/distinfo
1.6+5-5net/haproxy/patches/patch-include_haproxy_proxy-t.h
1.6+4-4net/haproxy/patches/patch-include_haproxy_server-t.h
1.2+4-4net/haproxy/patches/patch-include_haproxy_queue-t.h
1.159+2-2net/haproxy/Makefile
1.14+2-1net/haproxy/PLIST
+24-236 files

NetBSD/pkgsrc D98HlKsdoc CHANGES-2026

   Updated databases/py-apsw, devel/py-ruff
VersionDeltaFile
1.3496+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 91DkSJpdevel/py-ruff distinfo cargo-depends.mk

   py-ruff: updated to 0.15.16

   0.15.16

   Preview features

   [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119)
   [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717)
   [ruff] Treat yield before break from a terminal loop as terminal (RUF075)

   Bug fixes

   [eradicate] Avoid flagging ruff:ignore comments as code (ERA001)
   [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code
   [pyflakes] Avoid removing the format call when it would change behavior (F523)
   [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515)
   [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032)

   Rule changes

    [16 lines not shown]
VersionDeltaFile
1.107+64-64devel/py-ruff/distinfo
1.102+20-20devel/py-ruff/cargo-depends.mk
1.110+2-2devel/py-ruff/Makefile
+86-863 files

NetBSD/pkgsrc gbEzt7udatabases/py-apsw distinfo Makefile

   py-apsw: updated to 3.53.2.0

   3.53.2.0

   Reflects changes and updates in SQLite extra. The sqlite3_scrub binary has been removed - use VACUUM INTO instead.
VersionDeltaFile
1.63+4-4databases/py-apsw/distinfo
1.95+2-2databases/py-apsw/Makefile
+6-62 files

NetBSD/pkgsrc rqwvxh6math/py-torch Makefile

   py-torch: mark as currently not building with Python 3.14

   Build-tested with Python 3.13.
VersionDeltaFile
1.11+2-2math/py-torch/Makefile
+2-21 files

NetBSD/pkgsrc IVTfcWkdoc CHANGES-2026

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

NetBSD/pkgsrc i83eSJGsysutils/uutils-coreutils distinfo cargo-depends.mk

   sysutils/uutils-coreutils: update to 0.9.0

   Rust Coreutils 0.9.0 Release:

   We are excited to announce the release of Rust Coreutils 0.9.0 - a release focused on safety and security.
   This cycle was shaped by a third-party security audit, driving extensive TOCTOU hardening and a sustained,
   project-wide effort to shrink the amount of unsafe code by removing it outright and migrating low-level
   syscalls from nix/libc to rustix.
   On top of that, we landed major zero-copy I/O performance work (splice/tee/pipe), broadened WebAssembly,
   Cygwin and Windows support, and continued contributing tests and bug reports upstream to GNU coreutils.

   Highlights:

       GNU Compatibility & Upstream Contributions
           629 passing tests (+7 from 0.6.0), with 19 new tests added from the GNU 9.10 update
           Updated GNU test reference from 9.9 to 9.10
           Contributed numerous patches upstream to GNU coreutils, benefiting both projects
           New GNU compatibility fixes across date, fmt, kill, ptx, numfmt, cksum, and more
           Took over maintenance of num-prime, the primality testing library used by factor

    [105 lines not shown]
VersionDeltaFile
1.2+268-280sysutils/uutils-coreutils/distinfo
1.2+88-92sysutils/uutils-coreutils/cargo-depends.mk
1.2+3-3sysutils/uutils-coreutils/Makefile
+359-3753 files

NetBSD/pkgsrc t2q4jL6doc CHANGES-2026

   doc: Updated net/p5-Net-CIDR-Set to 0.21
VersionDeltaFile
1.3494+2-1doc/CHANGES-2026
+2-11 files