NetBSD/pkgsrc qPxtZfxfilesystems/perfuse DESCR

   filesystems/perfuse: Explain why this is ~never built

   perfuse is part of the NetBSD base system since 6, so while packages
   depend on this to ensure perfuse, the package is ~never built.
VersionDeltaFile
1.7+9-5filesystems/perfuse/DESCR
+9-51 files

NetBSD/pkgsrc uVllgFxdoc CHANGES-2026

   doc: Updated editors/vim-share to 9.2.0593
VersionDeltaFile
1.3486+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc d9cSn77editors/vim-share distinfo version.mk

   Update to version 9.2.0593.

   Changes:
   - patch 9.2.0593: :wqall ignores term_setkill() on running terminal buffers
   - patch 9.2.0592: Error when restoring session with terminal window
   - patch 9.2.0591: 'scrolljump' ignored when scrolling up
   - patch 9.2.0590: GTK4: drawing area loses focus shape on popup menu open
   - patch 9.2.0589: filetype: xinitrc files are not recognized
   - runtime(doc): Update mapping descriptions
   - runtime(kitty): Fix regex for kittyMapSeq region
   - patch 9.2.0588: GTK4: drawing area loses focus after closing a menubar popover
   - patch 9.2.0587: GTK4: left scrollbar overlaps drawarea
   - runtime(doc): fix a typo in :write-plugin
   - runtime(doc): Tweak documentation style
   - runtime(cpp): recognize C++23 stdfloat types
   - patch 9.2.0586: Crash with TextPut autocmd when pasting in terminal buffer
   - runtime(c): classify type qualifiers, function specifiers and C23 attributes
   - patch 9.2.0585: line number wrong after undoing a deletion in quickfix buffer
   - runtime(sgf): Include sgf syntax script

    [28 lines not shown]
VersionDeltaFile
1.238+4-4editors/vim-share/distinfo
1.174+2-2editors/vim-share/version.mk
1.91+1-0editors/vim-share/PLIST
+7-63 files

NetBSD/pkgsrc LseGkSTdoc CHANGES-2026

   doc: Updated pkgtools/pkglint to 23.21.0
VersionDeltaFile
1.3485+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc J2z5qtxpkgtools/pkglint distinfo Makefile

   pkgtools/pkglint: update to 23.21.0

   Changes since 23.20.0 from 2026-01-31:

   Warn about removed files that are still in CVS.

   Allow the note about the "!=" assignment operator to be suppressed using
   the standard rationale. Previously, the comment needed to be on the same
   line, the line above didn't work.

   Only allow ${RUN} at the beginning of a shell execution line, as that
   variable expands to a "@".

   Explain how to suppress diagnostics.

   Allow the error about omf-scrollkeeper.mk to be suppressed.
VersionDeltaFile
1.42+4-4pkgtools/pkglint/distinfo
1.811+2-3pkgtools/pkglint/Makefile
+6-72 files

NetBSD/pkgsrc-wip 3bce6dfcrush distinfo go-modules.mk

crush: Update to version v0.75.0
DeltaFile
+267-267crush/distinfo
+88-88crush/go-modules.mk
+27-0crush/COMMIT_MSG
+1-1crush/Makefile
+383-3564 files

NetBSD/pkgsrc DeS760sdoc CHANGES-2026

   doc: Updated security/cargo-auditable to 0.7.5
VersionDeltaFile
1.3484+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hj7OSMjsecurity/cargo-auditable Makefile distinfo

   security/cargo-auditable: update to 0.7.5

    - No ChangeLog provided.
VersionDeltaFile
1.2+5-5security/cargo-auditable/Makefile
1.2+4-4security/cargo-auditable/distinfo
1.2+0-0security/cargo-auditable/cargo-depends.mk
+9-93 files

NetBSD/pkgsrc-wip 2d27924resterm COMMIT_MSG distinfo

resterm: Update to version v0.42.1
DeltaFile
+12-0resterm/COMMIT_MSG
+3-3resterm/distinfo
+2-2resterm/Makefile
+17-53 files

NetBSD/pkgsrc-wip fea68ecpowerdns PLIST Makefile.common, powerdns/files/smf manifest.xml

net/powerdns: Update to version 5.1.0
DeltaFile
+61-0powerdns/PLIST
+32-0powerdns/Makefile.common
+29-0powerdns/Makefile
+29-0powerdns/files/smf/manifest.xml
+27-0powerdns/COMMIT_MSG
+26-0powerdns/options.mk
+204-07 files not shown
+311-013 files

NetBSD/pkgsrc-wip 3d01145powerdns-recursor COMMIT_MSG distinfo

net/pdns-recursor: Update to 5.4.2
DeltaFile
+13-3powerdns-recursor/COMMIT_MSG
+6-6powerdns-recursor/distinfo
+2-2powerdns-recursor/cargo-depends.mk
+1-2powerdns-recursor/Makefile
+22-134 files

NetBSD/src PXWPnXUshare/mk bsd.x11.mk

   bump xorg server version.
VersionDeltaFile
1.166+2-2share/mk/bsd.x11.mk
+2-21 files

NetBSD/xsrc F88QdnWexternal/mit/xorg-server/dist/xkb xkb.c

   merge xorg-server-21.1.23: various security updates

   see https://lists.x.org/archives/xorg-announce/2026-June/003702.html
VersionDeltaFile
1.14+32-6external/mit/xorg-server/dist/xkb/xkb.c
+32-61 files

NetBSD/src WFHqACwsys/arch/x86/x86 identcpu_subr.c

   Pull up following revision(s) (requested by yamt in ticket #299):

        sys/arch/x86/x86/identcpu_subr.c: revision 1.16

   x86: use 0x40000010 cpuid leaf only on vmware and kvm
   specifically, do not use it on nvmm.

   these hypervisor cpuid leafs are basically hypervisor-specific.
   (there was a proposal on commonizing these hypervisor leafs. [1]
   but it doesn't seem agreed on.)

   this cpuid leaf 0x40000010 was originally from vmware. although it
   seems more common to use the GETHZ (45) hypercall instead these days.

   kvm seems to implement it as well. (via qemu vmware-cpuid-freq)
   i personally haven't tested this on either vmware or kvm.

   for nvmm (netbsd), the leaf has been implemented in 2025. [2]
   and then the lapic bit has been disabled in 2026. [3] that is,

    [8 lines not shown]
VersionDeltaFile
1.15.2.1+3-3sys/arch/x86/x86/identcpu_subr.c
+3-31 files

NetBSD/xsrc 9Nqmef2external/mit/xorg-server/dist ChangeLog configure, external/mit/xorg-server/dist/Xext sync.c

   initial import of xorg-server-21.1.23
VersionDeltaFile
1.1.1.33+1,068-583external/mit/xorg-server/dist/ChangeLog
1.1.1.12+32-25external/mit/xorg-server/dist/hw/xfree86/dri2/dri2.c
1.1.1.14+47-8external/mit/xorg-server/dist/Xext/sync.c
1.1.1.19+32-6external/mit/xorg-server/dist/xkb/xkb.c
1.1.1.33+14-14external/mit/xorg-server/dist/configure
1.1.1.12+5-16external/mit/xorg-server/dist/glx/glxcmds.c
+1,198-65214 files not shown
+1,263-67720 files

NetBSD/src uHCPPYjdoc CHANGES-11.0

   Tickets #293 - #296, #298 - #303
VersionDeltaFile
1.1.2.94+86-1doc/CHANGES-11.0
+86-11 files

NetBSD/src DsRLDMNexternal/bsd/tmux/dist configure screen.c, external/bsd/tmux/usr.bin/tmux Makefile

   Pull up the following, requested by kim in ticket #303:

        external/bsd/tmux/dist/CHANGES                  up to 1.1.1.13
        external/bsd/tmux/dist/configure                up to 1.1.1.13
        external/bsd/tmux/dist/configure.ac             up to 1.1.1.13
        external/bsd/tmux/dist/image.c                  up to 1.2
        external/bsd/tmux/dist/screen.c                 up to 1.18
        external/bsd/tmux/dist/tmux.h                   up to 1.25
        external/bsd/tmux/usr.bin/tmux/Makefile         up to 1.46

   Import tmux 3.6b.

     CHANGES FROM 3.6a TO 3.6b

     * Remove images from the correct list when they are removed while in the
       alternate screen (reported by xlabai at tencent dot com).
VersionDeltaFile
1.1.1.11.2.2+10-10external/bsd/tmux/dist/configure
1.16.2.2+12-2external/bsd/tmux/dist/screen.c
1.38.2.2+5-5external/bsd/tmux/usr.bin/tmux/Makefile
1.1.1.1.4.1+5-4external/bsd/tmux/dist/image.c
1.1.1.11.2.2+5-0external/bsd/tmux/dist/CHANGES
1.23.2.2+3-1external/bsd/tmux/dist/tmux.h
+40-221 files not shown
+41-237 files

NetBSD/src dxW13Weusr.bin/calendar/calendars calendar.christian calendar.judaic

   Pull up following revision(s) (requested by jnemeth in ticket #302):

        usr.bin/calendar/calendars/calendar.christian: revision 1.16
        usr.bin/calendar/calendars/calendar.holiday: revision 1.37
        usr.bin/calendar/calendars/calendar.usholiday: revision 1.14
        usr.bin/calendar/calendars/calendar.judaic: revision 1.14

   Update calendar entries for items happening in the first half of
   the year in the hopes that NetBSD 11.0 gets released around mid-year.
VersionDeltaFile
1.14.2.2+13-13usr.bin/calendar/calendars/calendar.christian
1.12.2.2+13-13usr.bin/calendar/calendars/calendar.judaic
1.35.2.2+11-11usr.bin/calendar/calendars/calendar.holiday
1.12.2.2+7-7usr.bin/calendar/calendars/calendar.usholiday
+44-444 files

NetBSD/src WqKXnwBsbin/mount_nfs mount_nfs.c mount_nfs.8, sys/nfs nfs_clntsubs.c nfsmount.h

   Pull up following revision(s) (requested by christos in ticket #301):

        sys/nfs/nfsmount.h: revision 1.55
        sbin/mount_nfs/mount_nfs.c: revision 1.77
        sys/nfs/nfs_clntsubs.c: revision 1.8
        sbin/mount_nfs/mount_nfs.8: revision 1.53

   PR/59452: Marcin Gondek: Add a new mount flag "nowccmsg" to suppress printing
   wcc-related messages. Apparently some synology server is causing them. This
   just suppresses the messages, but does not change the behavior of the client.
VersionDeltaFile
1.7.8.1+7-5sys/nfs/nfs_clntsubs.c
1.76.2.1+6-2sbin/mount_nfs/mount_nfs.c
1.52.10.1+4-2sbin/mount_nfs/mount_nfs.8
1.54.2.1+4-2sys/nfs/nfsmount.h
+21-114 files

NetBSD/src XOZkFnHdoc CHANGES-10.2

   Ticket #1269
VersionDeltaFile
1.1.2.99+10-1doc/CHANGES-10.2
+10-11 files

NetBSD/pkgsrc-wip 5562d33vim-classic-lang PLIST, vim-classic-share distinfo PLIST

vim-classic*: Update package to release 8.3.0, fix all lint errors and warnings
DeltaFile
+24-0vim-classic-lang/PLIST
+11-5vim-classic-share/patches/patch-Makefile
+0-15vim-classic-share/patches/patch-auto_configure
+15-0vim-classic-share/patches/patch-src_auto_configure
+7-7vim-classic-share/distinfo
+13-0vim-classic-share/PLIST
+70-2710 files not shown
+99-4216 files

NetBSD/src vocGiCRsys/net nd.c if_llatbl.h, sys/netinet if_arp.c

   Pull up following revision(s) (requested by ozaki-r in ticket #1269):

        sys/net/if_llatbl.h: revision 1.20
        sys/netinet/if_arp.c: revision 1.319
        sys/net/nd.c: revision 1.10
        tests/net/arp/t_arp.sh: revision 1.50
        tests/net/arp/t_arp.sh: revision 1.51
        sys/netinet6/nd6.c: revision 1.286



   commit 27c3de6c8063a7850ef0efbea0d83f314e541ce8
   Author: Ryota Ozaki <ozaki-r at iij.ad.jp>
   Date:   Thu Mar 12 12:42:03 2026 +0900
       nd: reset ln_asked on state reset
       Even if a userland program such as ping continuously sends packets
       to a (temporarily) unreachable host, the ND resolver only sends
       request packets up to nd_mmaxtries times. This change allows ND
       request packets to continue being sent while the userland process

    [21 lines not shown]
VersionDeltaFile
1.45.6.4+27-1tests/net/arp/t_arp.sh
1.5.2.3+7-4sys/net/nd.c
1.311.2.5+3-2sys/netinet/if_arp.c
1.279.4.5+3-2sys/netinet6/nd6.c
1.19.2.1+2-1sys/net/if_llatbl.h
+42-105 files

NetBSD/src 613g4HLsys/net nd.c if_llatbl.h, sys/netinet if_arp.c

   Pull up following revision(s) (requested by ozaki-r in ticket #300):

        sys/net/if_llatbl.h: revision 1.20
        sys/netinet/if_arp.c: revision 1.319
        sys/net/nd.c: revision 1.10
        tests/net/arp/t_arp.sh: revision 1.50
        tests/net/arp/t_arp.sh: revision 1.51
        sys/netinet6/nd6.c: revision 1.286



   commit 27c3de6c8063a7850ef0efbea0d83f314e541ce8
   Author: Ryota Ozaki <ozaki-r at iij.ad.jp>
   Date:   Thu Mar 12 12:42:03 2026 +0900
       nd: reset ln_asked on state reset
       Even if a userland program such as ping continuously sends packets
       to a (temporarily) unreachable host, the ND resolver only sends
       request packets up to nd_mmaxtries times. This change allows ND
       request packets to continue being sent while the userland process

    [21 lines not shown]
VersionDeltaFile
1.48.2.2+27-1tests/net/arp/t_arp.sh
1.7.4.2+7-4sys/net/nd.c
1.317.2.2+3-2sys/netinet/if_arp.c
1.284.2.1+3-2sys/netinet6/nd6.c
1.19.10.1+2-1sys/net/if_llatbl.h
+42-105 files

NetBSD/src Qo5xjH2sys/dev/nvmm/x86 nvmm_x86_svm.c nvmm_x86_vmx.c

   Pull up following revision(s) (requested by yamt in ticket #298):

        sys/dev/nvmm/x86/nvmm_x86_svm.c: revision 1.95
        sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.95

   nvmm: remove cpuid leaf 0x40000010
   * given the lapic bit disabled, (PR/59424) [1]
     this leaf doesn't seem to have much benefit anymore.
     as nvmm is used in other platforms, (dragonfly bsd)
     it's better to avoid guest ABI changes without clear benefits.
   * I couldn't find any documenation about what RBX=0 means.
     (vmware or kvm)

   we can revisit this when/if someone comes up with a better
   implementation. (probably userland-assisted one)
   discussed on source-changes-d. [2]

   reviewed by Taylor R Campbell.


    [2 lines not shown]
VersionDeltaFile
1.89.2.2+3-13sys/dev/nvmm/x86/nvmm_x86_svm.c
1.90.2.3+3-13sys/dev/nvmm/x86/nvmm_x86_vmx.c
+6-262 files

NetBSD/src k6IJaGqexternal/mit/xorg/lib/libepoxy Makefile

   Pull up following revision(s) (requested by nia in ticket #296):

        external/mit/xorg/lib/libepoxy/Makefile: revision 1.10
        external/mit/xorg/lib/libepoxy/Makefile: revision 1.11

   libepoxy: Make EGL libs depend on EGL support rather than GLAMOR.

   Build tested on sparc64, which has EGL but no GLAMOR x server.

   PR pkg/60295 x11/gtk3 does not build on NetBSD/macppc

   libepoxy: Update the pkg-config file for new reality.
VersionDeltaFile
1.9.10.1+3-3external/mit/xorg/lib/libepoxy/Makefile
+3-31 files

NetBSD/src KI3m6ejsys/external/bsd/ipf/netinet ip_fil_netbsd.c

   Pull up following revision(s) (requested by bouyer in ticket #295):

        sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.40

   Explicitely check a pointer against NULL before computing a member address,
   to avoid undefined behavior. Avoids the same NULL pointer check being
   "optimised" later, leading to NULL pointer dereference.

   It is expected that -fno-delete-null-pointer-checks would avoid this but
   it does not.

   For details see
   https://mail-index.netbsd.org/tech-toolchain/2026/05/23/msg004818.html
   and PR toolchain/60289
VersionDeltaFile
1.39.4.1+3-3sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
+3-31 files

NetBSD/src UwVdO4Xbin/sh eval.c trap.c

   Pull up following revision(s) (requested by kre in ticket #294):

        bin/sh/trap.c: revision 1.60
        bin/sh/trap.c: revision 1.61
        bin/sh/trap.c: revision 1.62
        bin/sh/jobs.h: revision 1.28
        bin/sh/eval.h: revision 1.25
        bin/sh/eval.c: revision 1.198
        bin/sh/eval.c: revision 1.199
        bin/sh/jobs.c: revision 1.126
        bin/sh/trap.c: revision 1.59

   PR bin/60275 discard less arriving signals

   If the signal state is returned to the default state (SIG_DFL)
   while sh has a pending signal for the process, that it is not
   yet ready to process, then forget the pending signal, and instead
   send it to ourself, so the kernel can take whatever is the default
   action for that signal (if it is just ignored, then we just keep

    [95 lines not shown]
VersionDeltaFile
1.197.2.1+59-28bin/sh/eval.c
1.58.2.1+62-11bin/sh/trap.c
1.124.2.1+28-4bin/sh/jobs.c
1.24.2.1+18-1bin/sh/eval.h
1.27.4.1+2-2bin/sh/jobs.h
+169-465 files

NetBSD/src PHFLPiIsys/arch/aarch64/include pmap_machdep.h, sys/arch/mips/include pte.h

   Pull up following revision(s) (requested by skrll in ticket #293):

        sys/arch/riscv/include/pte.h: revision 1.18
        sys/arch/riscv/include/pte.h: revision 1.19
        sys/arch/aarch64/include/pmap_machdep.h: revision 1.15
        sys/arch/aarch64/include/pmap_machdep.h: revision 1.16
        sys/arch/riscv/riscv/trap.c: revision 1.32
        sys/arch/riscv/include/vmparam.h: revision 1.17
        sys/arch/riscv/include/vmparam.h: revision 1.18
        sys/uvm/pmap/pmap.c: revision 1.92
        sys/uvm/pmap/pmap.c: revision 1.93
        sys/arch/powerpc/include/booke/pte.h: revision 1.13
        sys/arch/m68k/include/pte_coldfire.h: revision 1.4
        sys/arch/powerpc/include/booke/pte.h: revision 1.14
        sys/uvm/pmap/pmap.c: revision 1.95
        sys/arch/riscv/include/pte.h: revision 1.20
        sys/arch/riscv/riscv/pmap_machdep.c: revision 1.27
        sys/arch/riscv/include/pte.h: revision 1.21
        sys/arch/riscv/riscv/pmap_machdep.c: revision 1.28

    [31 lines not shown]
VersionDeltaFile
1.80.4.2+198-79sys/uvm/pmap/pmap.c
1.14.2.3+32-19sys/arch/riscv/include/pte.h
1.30.2.2+19-18sys/arch/riscv/riscv/trap.c
1.9.2.1+15-2sys/arch/aarch64/include/pmap_machdep.h
1.11.28.1+14-2sys/arch/powerpc/include/booke/pte.h
1.27.28.1+14-2sys/arch/mips/include/pte.h
+292-1224 files not shown
+303-14210 files

NetBSD/src 2WE6WVbshare/man/man4 pcf8574io.4 pcagpio.4

   Add missing section numbers in .Xr
VersionDeltaFile
1.2+3-3share/man/man4/pcf8574io.4
1.2+3-3share/man/man4/pcagpio.4
+6-62 files

NetBSD/src 7POERG0share/man/man4 lm95221ts.4

   lm95221ts(4): trailing whitespace
VersionDeltaFile
1.2+2-2share/man/man4/lm95221ts.4
+2-21 files