NetBSD/pkgsrc NRQUnvqx11/kitty distinfo, x11/kitty/patches patch-setup.py

   kitty: Fix serious bug in the setup.py patch.

   Ensure candidates is a tuple, not a string.  That single missing comma caused
   builds on macOS to traverse the entire file system multiple times as:

     for candidate in ('@PREFIX@/share/fonts/')

   expands to e.g. ['/', 'o', 'p', 't', '/', ...], whereas:

     for candidate in ('@PREFIX@/share/fonts/',)

   correctly expands to e.g. ['/opt/pkg/share/fonts'].
VersionDeltaFile
1.5+3-3x11/kitty/patches/patch-setup.py
1.41+2-2x11/kitty/distinfo
+5-52 files

NetBSD/pkgsrc uiMcNchparallel/hwloc Makefile

   hwloc: ignore shell portability problems in bash completion script
VersionDeltaFile
1.44+4-1parallel/hwloc/Makefile
+4-11 files

NetBSD/src BJimcUJsys/dev/ata ata.c

   Avoid crash due to ATABUSIODETACH and ATABUSIOSCAN ioctls.

   Addresses PR kern/60158
VersionDeltaFile
1.172+12-7sys/dev/ata/ata.c
+12-71 files

NetBSD/pkgsrc uo5W2Iddoc TODO

   doc/TODO: + calibre-9.7.
VersionDeltaFile
1.27077+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc eaypNdjdoc CHANGES-2026

   doc: Updated net/ruby-addressable to 2.9.0
VersionDeltaFile
1.2202+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VGw3dPKnet/ruby-addressable distinfo Makefile

   ruby-addressable: update to 2.9.0

   Upstream changes:
    https://github.com/sporkmonger/addressable/blob/addressable-2.9.0/CHANGELOG.md

   Addressable 2.9.0

     * fixes ReDoS vulnerability in Addressable::Template#match
       (fixes incomplete remediation in 2.8.10)

   Addressable 2.8.10

     * fixes ReDoS vulnerability in Addressable::Template#match
VersionDeltaFile
1.31+4-4net/ruby-addressable/distinfo
1.30+2-2net/ruby-addressable/Makefile
+6-62 files

NetBSD/src xokUososys/dev/ic wdc.c

   Avoid crash due to `atactl atabusX reset` when no drives are attached
VersionDeltaFile
1.314+6-5sys/dev/ic/wdc.c
+6-51 files

NetBSD/pkgsrc-wip e25ed34libvips distinfo PLIST

Bump libvips to 8.18.2
DeltaFile
+3-3libvips/distinfo
+2-2libvips/PLIST
+1-1libvips/Makefile
+6-63 files

NetBSD/pkgsrc KHN8t19doc CHANGES-2026

   doc: Updated ruby-gnome packages to 4.3.6
VersionDeltaFile
1.2201+18-1doc/CHANGES-2026
+18-11 files

NetBSD/pkgsrc AdP3ykqdoc CHANGES-2026

   Updated devel/lazygit, devel/catch2, net/iperf3
VersionDeltaFile
1.2200+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc Lxypb1Bnet/iperf3 distinfo Makefile

   iperf3: updated to 3.21

   iperf-3.21 includes support for GSO and GRO under Linux, improves feature
   parity for macOS, and adds a number of minor bugs and enhancements. More
   details on the changes can be found in the release notes.
VersionDeltaFile
1.26+4-4net/iperf3/distinfo
1.27+2-2net/iperf3/Makefile
+6-62 files

NetBSD/pkgsrc eueJeN1devel/catch2 distinfo Makefile

   catch2: updated to 3.14.0

   3.14.0

   Fixes

   Added missing <cstdint> includes.
   Fixed suppression of empty variadic macro arguments warning on Clang <19.
   Fixed catch_discover_tests failing during PRE_TEST discovery if a target does not have discoverable tests.
   Fixed build of the main library failing with CATCH_CONFIG_PREFIX_ALL defined.
   JUnit reporter outputs single failed (errored/skipped) assertion per test case.

   Improvements

   The default implementation of --list-tags and --list-listeners has a quiet variant.
   Suppressed the new Clang warning about __COUNTER__ usage.
   Line-wrapping counts utf-8 codepoints instead of bytes.
   Combining character sequences are still miscounted, but Catch2 does not aim to fully support Unicode.
VersionDeltaFile
1.28+4-4devel/catch2/distinfo
1.27+2-2devel/catch2/Makefile
+6-62 files

NetBSD/pkgsrc DwzwYKDdevel/lazygit distinfo go-modules.mk

   lazygit: updated to 0.61.0

   0.61.0

   Features

   Show pull requests against branches

   Enhancements

   Add support for clicking on arrows in the file list to expand/collapse directories
   Remove empty directories after discarding untracked files
   Make file sort order and case sensitivity configurable, and default to mix files and folders
   Allow customizing the window width/height thresholds for when to use portrait mode
   Log hashes of local branches when deleting them
   Add condition field to custom command prompts

   Fixes


    [6 lines not shown]
VersionDeltaFile
1.21+178-1,477devel/lazygit/distinfo
1.17+58-491devel/lazygit/go-modules.mk
1.71+2-3devel/lazygit/Makefile
+238-1,9713 files

NetBSD/pkgsrc PjXhygbdevel/ruby-atk distinfo, devel/ruby-gio2 distinfo

   ruby-gnome: update 4.3.6

   Upstream changes:
    https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.3.6

   Ruby-GNOME 4.3.6: 2026-04-03

   This is a super support in virtual method release.

   Changes

   Ruby/GObjectIntrospection

     * Improvements
         + Added support for super in virtual method.
VersionDeltaFile
1.31+4-4graphics/ruby-gdk_pixbuf2/distinfo
1.31+4-4graphics/ruby-cairo-gobject/distinfo
1.31+4-4devel/ruby-gobject-introspection/distinfo
1.31+4-4devel/ruby-glib2/distinfo
1.31+4-4devel/ruby-gio2/distinfo
1.31+4-4devel/ruby-atk/distinfo
+24-2418 files not shown
+88-8824 files

NetBSD/pkgsrc zNrUfeXmultimedia/libde265 distinfo, multimedia/libde265/patches patch-CMakeLists.txt patch-cmake_config.h.in

   libde265: Actually support HAVE_ALLOCA_H.
VersionDeltaFile
1.1+15-0multimedia/libde265/patches/patch-CMakeLists.txt
1.1+13-0multimedia/libde265/patches/patch-cmake_config.h.in
1.15+3-1multimedia/libde265/distinfo
+31-13 files

NetBSD/pkgsrc QnAY1V6security/mit-krb5 distinfo, security/mit-krb5/patches patch-lib_apputils_net-server.c patch-lib_krb5_os_locate__kdc.c

   mit-krb5: Fix build on SunOS.
VersionDeltaFile
1.5+33-20security/mit-krb5/patches/patch-lib_apputils_net-server.c
1.2+26-2security/mit-krb5/patches/patch-lib_krb5_os_locate__kdc.c
1.1+20-0security/mit-krb5/patches/patch-lib_krb5_os_addr.c
1.84+4-2security/mit-krb5/distinfo
+83-244 files

NetBSD/pkgsrc-wip bd9e71crust-beta distinfo

rust-beta: update to 1.95 beta-8
DeltaFile
+3-3rust-beta/distinfo
+3-31 files

NetBSD/pkgsrc-wip 2b69fe5esbuild COMMIT_MSG distinfo

esbuild: updatte to 0.28.0
DeltaFile
+10-0esbuild/COMMIT_MSG
+3-3esbuild/distinfo
+1-2esbuild/Makefile
+1-1esbuild/go-modules.mk
+15-64 files

NetBSD/pkgsrc-wip cf5e934. Makefile, esbuild Makefile DESCR

Import www/esbuild
DeltaFile
+19-0esbuild/Makefile
+14-0esbuild/DESCR
+11-0esbuild/distinfo
+4-0esbuild/go-modules.mk
+2-0esbuild/PLIST
+1-0Makefile
+51-06 files

NetBSD/pkgsrc-wip a17101e. Makefile, include-what-you-use PLIST Makefile

include-what-you-use: remove, older than pkgsrc version
DeltaFile
+0-24include-what-you-use/PLIST
+0-23include-what-you-use/Makefile
+0-11include-what-you-use/DESCR
+0-5include-what-you-use/distinfo
+0-1Makefile
+0-645 files

NetBSD/pkgsrc LR1CggXdoc CHANGES-2026

   Updated security/libsodium, time/py-croniter
VersionDeltaFile
1.2199+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uKFmHR2time/py-croniter PLIST Makefile

   py-croniter: updated to 6.2.2

   6.2.2 (2026-03-15)

   Packaging

   - Switch build backend from ``flit_core`` to ``hatchling`` with pinned dependencies. [4cce160]
   - Add PEP 639 license expression (``license = "MIT"``) to project metadata. [4cce160]
   - Pin all GitHub Actions to SHA hashes across CI workflows. [4cce160]
   - Add dependabot for automated dependency updates. [4cce160]
   - Add zizmor workflow for CI security scanning. [4cce160]
VersionDeltaFile
1.2+25-2time/py-croniter/PLIST
1.2+7-4time/py-croniter/Makefile
1.2+4-4time/py-croniter/distinfo
+36-103 files

NetBSD/pkgsrc Qw3gbKksecurity/libsodium distinfo PLIST, security/libsodium/patches patch-src_libsodium_crypto__ipcrypt_crypto_ipcrypt.c patch-src_libsodium_crypto__ipcrypt_ipcrypt__armcrypto.c

   libsodium: updated to 1.0.22

   1.0.22

   This point release includes all the changes from 1.0.21-stable, plus:
    - Post-quantum key encapsulation is now available. ML-KEM768, the
   NIST-standardized lattice-based KEM, is accessible through the
   `crypto_kem_mlkem768_*()` functions.
    - X-Wing, a hybrid KEM combining ML-KEM768 with X25519 for protection
   against both classical and quantum adversaries, is available through the
   `crypto_kem_*()` functions. X-Wing is the recommended KEM for most
   applications.
    - SHA-3 hash functions are now available as `crypto_hash_sha3256_*()`
   and `crypto_hash_sha3512_*()`, with both one-shot and streaming APIs.
VersionDeltaFile
1.23+4-7security/libsodium/distinfo
1.13+5-1security/libsodium/PLIST
1.20+2-2security/libsodium/Makefile
1.3+1-1security/libsodium/patches/patch-src_libsodium_crypto__ipcrypt_crypto_ipcrypt.c
1.3+1-1security/libsodium/patches/patch-src_libsodium_crypto__ipcrypt_ipcrypt__armcrypto.c
1.3+1-1security/libsodium/patches/patch-src_libsodium_include_sodium_crypto__ipcrypt.h
+14-136 files

NetBSD/pkgsrc piAQGQhtextproc/gsed distinfo, textproc/gsed/patches patch-gnulib-tests_localename.c

   gsed: Fix broken gnulib.
VersionDeltaFile
1.1+15-0textproc/gsed/patches/patch-gnulib-tests_localename.c
1.36+2-1textproc/gsed/distinfo
+17-12 files

NetBSD/pkgsrc szYguDmdevel/nasm distinfo, devel/nasm/patches patch-include_compiler.h

   nasm: Fix build on SunOS.

   nasm erroneously concludes that if stdbit.h is present then endian.h shouldn't
   be included, breaking hto*() implicit declarations.
VersionDeltaFile
1.3+14-3devel/nasm/patches/patch-include_compiler.h
1.40+2-2devel/nasm/distinfo
+16-52 files

NetBSD/pkgsrc-wip 9f9b61apy-netsnmp-cffi distinfo Makefile

py-netsnmp-cffi: upgrade to version 0.2.0.

Pkgsrc changes:
 * Version + checksum updates.

Upstream changes:

Version 0.2.0:

Added
 * Added parse_raw_trap() function to decode raw BER-encoded SNMP
   packets into SNMPTrap objects (for example, for use with SNMP trap
   multiplexers like straps/nmtrapd).
DeltaFile
+3-3py-netsnmp-cffi/distinfo
+1-1py-netsnmp-cffi/Makefile
+4-42 files

NetBSD/pkgsrc-wip efb3cectwintk Makefile, unity Makefile

*: remove OWNER

Replaced with MAINTAINER, see pkgsrc itself
DeltaFile
+1-1wip-tools/Makefile
+1-1webbrowser/Makefile
+1-1vcf2hap/Makefile
+1-1vcf-split/Makefile
+1-1unity/Makefile
+1-1twintk/Makefile
+6-666 files not shown
+72-7272 files

NetBSD/pkgsrc MQJM0Jedoc pkgsrc.html pkgsrc.txt

   doc/pkgsrc.*: regen
VersionDeltaFile
1.392+3-23doc/pkgsrc.html
1.390+2-16doc/pkgsrc.txt
+5-392 files

NetBSD/pkgsrc 4LhvV4Jdoc/guide/files components.xml, mail/dcc Makefile

   *: remove OWNER definition

   OWNER, when it was introduced, was to protect packages deep in the
   infrastructure by emphasizing that they should not be touched by
   non-MAINTAINERs.

   No infrastructure package still sets OWNER.

   Note: non-trivial change to packages should be passed by MAINTAINERs.

   As discussed on tech-pkg.
VersionDeltaFile
1.68+2-18doc/guide/files/components.xml
1.32+2-6mk/bsd.pkg.readme.mk
1.22+3-3mail/dcc/Makefile
1.2061+1-5mk/bsd.pkg.mk
1.38+1-4mk/pkgformat/pkg/metadata.mk
1.14+2-2net/irrtoolset5/Makefile
+11-3810 files not shown
+31-5816 files

NetBSD/pkgsrc 4RBiiUVdoc CHANGES-2026

   Updated net/ettercap[-gtk], net/bird
VersionDeltaFile
1.2198+4-1doc/CHANGES-2026
+4-11 files