NetBSD/pkgsrc-wip 246257c. TODO

TODO: + libinput-1.31.1.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc-wip d042a7dp2kmoto Makefile distinfo

p2kmoto: fix build on -current
DeltaFile
+3-2p2kmoto/Makefile
+1-1p2kmoto/distinfo
+4-32 files

NetBSD/pkgsrc-wip c650f9bbob distinfo cargo-depends.mk, bob/patches patch-Cargo.toml

bob: Import bob v0.99.2.
DeltaFile
+1,320-0bob/distinfo
+439-0bob/cargo-depends.mk
+43-0bob/Makefile
+12-0bob/patches/patch-Cargo.toml
+9-0bob/DESCR
+3-0bob/PLIST
+1,826-06 files

NetBSD/pkgsrc e1t5a4mcomms/lrzsz Makefile

   lrzsz: fix build on Fedora 44

   glibc 2.43 defines strstr a macro and it breaks some legacy code
   assumptions.
VersionDeltaFile
1.38+2-1comms/lrzsz/Makefile
+2-11 files

NetBSD/pkgsrc TFXE5cGparallel/spirv-tools distinfo, parallel/spirv-tools/patches patch-source_opt_decoration__manager.cpp

   spirv-tools: fix a GCC 16 issue
VersionDeltaFile
1.1+17-0parallel/spirv-tools/patches/patch-source_opt_decoration__manager.cpp
1.4+2-1parallel/spirv-tools/distinfo
+19-12 files

NetBSD/src 6AkRNqEdistrib/sets/lists/debug shl.mi module.mi

   add the full npf route libs in distrib
VersionDeltaFile
1.394+4-1distrib/sets/lists/debug/shl.mi
1.35+3-1distrib/sets/lists/debug/module.mi
+7-22 files

NetBSD/src prfe8mbsys/arch/macppc/dev lightbar.c i2sreg.h

   de-obfuscate i2s register use in lightbar
VersionDeltaFile
1.5+6-5sys/arch/macppc/dev/lightbar.c
1.3+6-2sys/arch/macppc/dev/i2sreg.h
+12-72 files

NetBSD/src pP8aDPcshare/mk bsd.own.mk

   bsd.own.mk: sort various lists and expressions

   Sort various lists of variables.
   (Manually) sort various .if expressions on platform name.
   Should be no functional change, but easier to cross-check mk.conf(5).
VersionDeltaFile
1.1474+131-107share/mk/bsd.own.mk
+131-1071 files

NetBSD/pkgsrc FFJx9trchat/gomuks Makefile, chat/matterircd Makefile

   Revbump all Go packages after security update
VersionDeltaFile
1.59+2-2chat/gomuks/Makefile
1.88+2-2chat/matterircd/Makefile
1.24+2-2chat/neonmodem/Makefile
1.44+2-2chat/senpai/Makefile
1.13+2-2chat/soju/Makefile
1.31+2-2chat/ssh-chat/Makefile
+12-12197 files not shown
+406-388203 files

NetBSD/pkgsrc Vg8NUL8doc CHANGES-2026

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

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

   go: update to 1.25.9 and 1.26.2 (security).

   These releases include 10 security fixes following the security policy
   <https://go.dev/doc/security/policy>:

   - os: Root.Chmod can follow symlinks out of the root on Linux

     On Linux, if the target of Root.Chmod is replaced with a symlink while
     the chmod operation is in progress, Chmod could operate on the target
     of the symlink, even when the target lies outside the root.

     The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag,
     which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its
     target before acting and returns an error if the target is a symlink
     lying outside the root, so the impact is limited to cases where the
     target is replaced with a symlink between the check and operation.

     On Linux, Root.Chmod now uses the fchmodat2 syscall when available, and
     an workaround using /proc/self/fd otherwise.

    [140 lines not shown]
VersionDeltaFile
1.3+18-0lang/go126/PLIST
1.6+14-0lang/go125/PLIST
1.11+4-4lang/go125/distinfo
1.3+4-4lang/go126/distinfo
1.247+3-3lang/go/version.mk
+43-115 files

NetBSD/src NxQadVMusr.sbin/npf/npfctl npf.conf.5

   New sentence, new line. Remove superfluous Pp.
VersionDeltaFile
1.108+4-6usr.sbin/npf/npfctl/npf.conf.5
+4-61 files

NetBSD/src KFpBRN7share/man/man5 mk.conf.5

   mk.conf(5): sync with bsd.own.mk 1.1473

   Sort variables in the list: MKAUTOFS, MKKERNFS, MKNLS,

   Update supported platforms per bsd.own.mk changes, including using
   the tested variable (MACHINE vs MACHINE_ARCH):
   MKAMDGPUFIRMWARE, MKCTF, MKDTB, MKFIRMWARE, MKLIBCXX, MKPIE, MKPROFILE,
   MKRELRO, MKSLJIT, MKSOFTFLOAT, MKZFS, USE_SSP, USE_XZ_SETS.

   Sort platforms in: MKXORG_SERVER.

   Document MKGDBSERVER.

   Add NetBSD 10 and NetBSD 11 to RUMP_NBCOMPAT.

   USE_SSP is also controlled by NOFORT.

   Cross reference npf(7) for MKNPF.

   Editorial fixes, including consistent punctuation.
VersionDeltaFile
1.122+95-53share/man/man5/mk.conf.5
+95-531 files

NetBSD/src KuWMsCusys/arch/dreamcast/dreamcast machdep.c, sys/arch/hpcsh/hpcsh machdep.c

   G/C the do-nothing module_init_md() now that there's a global weak
   equivalent.
VersionDeltaFile
1.309+2-14sys/arch/mips/mips/mips_machdep.c
1.25+2-13sys/arch/landisk/landisk/machdep.c
1.81+2-13sys/arch/hpcsh/hpcsh/machdep.c
1.26+2-12sys/arch/hppa/hppa/machdep.c
1.48+2-12sys/arch/dreamcast/dreamcast/machdep.c
1.50+2-12sys/arch/riscv/riscv/riscv_machdep.c
+12-766 files not shown
+23-13112 files

NetBSD/src tmxgFJBsys/arch/atari/atari machdep.c, sys/arch/cesfic/cesfic machdep.c

   G/C the do-nothing module_init_md() now that there's a global weak
   equivalent.
VersionDeltaFile
1.204+2-12sys/arch/atari/atari/machdep.c
1.88+2-12sys/arch/cesfic/cesfic/machdep.c
1.265+2-12sys/arch/hp300/hp300/machdep.c
1.127+2-12sys/arch/luna68k/luna68k/machdep.c
1.384+2-12sys/arch/mac68k/mac68k/machdep.c
1.189+2-12sys/arch/mvme68k/mvme68k/machdep.c
+12-728 files not shown
+28-16614 files

NetBSD/src K6R7020bin/df df.c

   df: Rename nbytes to value in prthumanval (not always bytes)
VersionDeltaFile
1.107+5-5bin/df/df.c
+5-51 files

NetBSD/src 4jVp5dpbin/df df.c

   df: Add human-readable inode counts
VersionDeltaFile
1.106+35-19bin/df/df.c
+35-191 files

NetBSD/src BN4kN8qlib/npf/ext_route npfext_route.c, sys/modules/npf_ext_route Makefile

   Add Policy based routing by interface in NPF
VersionDeltaFile
1.1+478-0sys/net/npf/npf_ext_route.c
1.1+71-0lib/npf/ext_route/npfext_route.c
1.1+11-0sys/modules/npf_ext_route/Makefile
1.107+7-3usr.sbin/npf/npfctl/npf.conf.5
1.24+7-1sys/net/npf/npf_rproc.c
1.68+6-1usr.sbin/npf/npfctl/npfctl.c
+580-511 files not shown
+613-1217 files

NetBSD/src XoT5VsPdistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libdns
VersionDeltaFile
1.1033+2-2distrib/sets/lists/base/shl.mi
1.393+2-2distrib/sets/lists/debug/shl.mi
+4-42 files

NetBSD/src RtEuKXXdoc 3RDPARTY CHANGES

   new bind
VersionDeltaFile
1.2180+4-4doc/3RDPARTY
1.3243+2-1doc/CHANGES
+6-52 files

NetBSD/src LB3LcJxexternal/mpl/bind/dist/lib/dns qpzone.c diff.c, external/mpl/bind/dist/tests/dns qpzone_test.c rdata_test.c

   Merge changes between 9.20.18 and 9.20.22
VersionDeltaFile
1.4+0-2,336external/mpl/bind/dist/tests/isc/regex_test.c
1.5+333-47external/mpl/bind/dist/lib/dns/qpzone.c
1.5+308-1external/mpl/bind/dist/tests/dns/qpzone_test.c
1.12+155-152external/mpl/bind/dist/lib/dns/diff.c
1.7+129-59external/mpl/bind/dist/tests/dns/rdata_test.c
1.20+97-43external/mpl/bind/dist/lib/dns/validator.c
+1,022-2,638423 files not shown
+2,409-3,399429 files

NetBSD/src im2qmWkexternal/mpl/bind/dist/bin/tests/system/allow_query tests.sh, external/mpl/bind/dist/bin/tests/system/dnstap tests.sh

   Import bind-9.20.22 (previous was 9.20.18)

   Notes for BIND 9.20.22
   Security Fixes
   Fix crash when reconfiguring zone update policy during active updates.
   We fixed a crash that could occur when running rndc reconfig to change a zone's
   update policy (e.g., from allow-update to update-policy) while DNS UPDATE
   requests were being processed for that zone. ISC would like to thank Vitaly
   Simonovich for bringing this issue to our attention. [GL #5817]

   Bug Fixes
   Fix intermittent named crashes during asynchronous zone operations.
   Asynchronous zone loading and dumping operations occasionally dispatched tasks
   to the wrong internal event loop. This threading violation triggered internal
   safety assertions that abruptly terminated named. Strict loop affinity is now
   enforced for these tasks, ensuring they execute on their designated threads and
   preventing the crashes. [GL #4882]

   Count temporal problems with DNSSEC validation as attempts.

    [160 lines not shown]
VersionDeltaFile
1.1+2,837-0external/mpl/bind/dist/bin/tests/system/serve_stale/tests.sh
1.1+738-0external/mpl/bind/dist/bin/tests/system/allow_query/tests.sh
1.1+551-0external/mpl/bind/dist/bin/tests/system/xfer/tests_xfer.py
1.1.1.13+219-322external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh
1.1+490-0external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ans.py
1.1.1.5+369-116external/mpl/bind/dist/bin/tests/system/isctest/asyncserver.py
+5,204-4381,236 files not shown
+33,054-3,9541,242 files

NetBSD/src LVURiNllib/libc/db/hash hash.h

   s/numberered/numbered/ in comment.
VersionDeltaFile
1.18+2-2lib/libc/db/hash/hash.h
+2-21 files

NetBSD/src rnYMGWWsys/arch/hppa/dev summitfb.c, sys/arch/hppa/doc ngle_manual.txt

   fix various typos, mainly in comments.
VersionDeltaFile
1.7+5-5sys/arch/hppa/doc/ngle_manual.txt
1.17+3-3sys/arch/mips/rmi/rmixl_pcie.c
1.39+3-3sys/arch/hppa/dev/summitfb.c
1.74+3-3sys/arch/mac68k/dev/adb_direct.c
1.4+3-3sys/arch/macppc/dev/lightbar.c
1.20+3-3sys/arch/mips/rmi/rmixl_pcix.c
+20-2018 files not shown
+64-6424 files

NetBSD/src bVNs1Vosbin/blkdiscard blkdiscard.8

   blkdiscard.8: correct a detail in the history section
VersionDeltaFile
1.4+2-2sbin/blkdiscard/blkdiscard.8
+2-21 files

NetBSD/pkgsrc z0lgn9Adoc CHANGES-2026

   doc: Updated meta-pkgs/xfce4 to 4.20.0nb16
VersionDeltaFile
1.2145+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pUpbxl0meta-pkgs/xfce4 Makefile

   xfce4: bump for xfce4-desktop 4.20.2 & xfce4-thunar 4.20.8
VersionDeltaFile
1.167+4-4meta-pkgs/xfce4/Makefile
+4-41 files

NetBSD/pkgsrc bWwpwXKdoc CHANGES-2026

   doc: Updated sysutils/xfce4-thunar to 4.20.8
VersionDeltaFile
1.2144+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7wpHXmssysutils/xfce4-thunar distinfo Makefile

   xfce4-thunar: update to 4.20.8

   4.20.8 (2026-03-28)
   ======
   - Store pending column size changes on close (#1318)
   - Pass current dir to catfish (#1785)
   - Ignore G_IO_ERROR_NOT_SUPPORTED (#1782)
   - Translation Updates:
     Slovenian, Turkish
VersionDeltaFile
1.48+4-4sysutils/xfce4-thunar/distinfo
1.115+2-2sysutils/xfce4-thunar/Makefile
+6-62 files

NetBSD/pkgsrc Guxj01ldoc CHANGES-2026

   doc: Updated x11/xfce4-desktop to 4.20.2
VersionDeltaFile
1.2143+2-1doc/CHANGES-2026
+2-11 files