NetBSD/pkgsrc N43g9iodoc CHANGES-2026

   doc: Updated textproc/prose to 0.6.2
VersionDeltaFile
1.1780+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WwQ3BmEtextproc/prose distinfo cargo-depends.mk

   textproc/prose: update to 0.6.2

    - No ChangeLog provided.
VersionDeltaFile
1.11+115-85textproc/prose/distinfo
1.9+37-27textproc/prose/cargo-depends.mk
1.11+2-2textproc/prose/Makefile
+154-1143 files

NetBSD/pkgsrc WciIH2Ldoc CHANGES-2026

   doc: Updated devel/difftastic to 0.68.0
VersionDeltaFile
1.1779+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3e2kcfAdevel/difftastic distinfo cargo-depends.mk

   devel/difftastic: update to 0.68.0

   Git Support
    - Fixed an issue where git with difftastic would terminate with fatal: external diff died when there was an unmerged path.

   Parsing
    - Updated Bash, C, Go, Lua, Nix, Perl, Python, Rust, Scala, Swift and YAML parsers.
    - Fixed an issue with parsing raw string literals in Rust.

   Build
    - Difftastic now requires Rust 1.77 or later to build.
    - Difftastic no longer uses jemalloc on any Windows builds. Previously jemalloc was only disabled for MSVC.

   Command Line Interface
    - Improved error reporting when invoked with an invalid number of arguments.

   Display
    - Fixed an issue with inline display where it didn't always respect the value of --context.
    - Fixed an issue with side-by-side rendering when files contain tabs.
VersionDeltaFile
1.43+64-58devel/difftastic/distinfo
1.34+20-18devel/difftastic/cargo-depends.mk
1.44+3-3devel/difftastic/Makefile
+87-793 files

NetBSD/pkgsrc IwGma9odoc CHANGES-2026

   doc: Updated devel/ast-grep to 0.42.0
VersionDeltaFile
1.1778+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TeeL8k0devel/ast-grep distinfo cargo-depends.mk

   devel/ast-grep: 0.42.0

    - chore(deps): update dependency dprint to v0.53.0 #2547
    - chore(deps): update rust crate tree-sitter to v0.26.7 #2541
    - chore(deps): update dependency web-tree-sitter to v0.26.7 #2540
    - chore(deps): update dependency @types/node to v24.12.0 #2518
    - fix(deps): update rust crate tree-sitter-lua to 0.5.0 #2506
    - chore(deps): update rust crate clap to v4.6.0 #2538
    - fix(deps): update rust crate tree-sitter-scala to 0.25.0 #2536
    - chore(deps): update dependency oxlint to v1.55.0 #2533
    - chore(deps): update rust crate clap_complete to v4.6.0 #2539
    - chore(deps): update rust crate bit-set to v0.9.1 #2537
    - chore(deps): update rust crate bit-set to 0.9.0 #2527
    - chore(deps): update rust crate assert_cmd to v2.2.0 #2529
    - chore(deps): update rust crate tempfile to v3.27.0 #2531
    - fix(lsp): scan injected languages for diagnostics #2528
    - chore(deps): update dependency @ast-grep/napi to v0.41.1 #2526
    - chore(deps): update dependency oxlint to v1.52.0 #2524
    - feat: support nth-child esquery #2546

    [7 lines not shown]
VersionDeltaFile
1.79+43-43devel/ast-grep/distinfo
1.74+13-13devel/ast-grep/cargo-depends.mk
1.79+2-2devel/ast-grep/Makefile
+58-583 files

NetBSD/pkgsrc UkZDk6vdoc TODO

   doc/TODO: + ffmpeg8-8.1.
VersionDeltaFile
1.26946+2-1doc/TODO
+2-11 files

NetBSD/src N4PzUyBsys/dev/pci mgafb.c mgafbreg.h

   a driver for Matrox Millennium I graphics cards
   from Radoslaw Kujawa
VersionDeltaFile
1.1+2,524-0sys/dev/pci/mgafb.c
1.1+275-0sys/dev/pci/mgafbreg.h
1.1+125-0sys/dev/pci/mgafbvar.h
1.453+7-1sys/dev/pci/files.pci
+2,931-14 files

NetBSD/pkgsrc FINFXaFmk/pbulk pbulk-index.mk

   mk: Add MAKE_JOBS_SAFE to pbulk-index output.

   Only add it if the variable is set to avoid unnecessarily growing the scan
   output too much.  Not currently used by pbulk (it will safely be ignored)
   but bob will use it in the next release for dynamic job allocation.  Ok wiz.
VersionDeltaFile
1.31+2-1mk/pbulk/pbulk-index.mk
+2-11 files

NetBSD/pkgsrc-wip 220bdcapostsrsd Makefile MESSAGE, postsrsd/files postsrsd.sh

Add not quite ready postsrsd-2.0.11
DeltaFile
+44-0postsrsd/files/postsrsd.sh
+37-0postsrsd/Makefile
+25-0postsrsd/MESSAGE
+7-0postsrsd/PLIST
+5-0postsrsd/distinfo
+3-0postsrsd/DESCR
+121-06 files

NetBSD/pkgsrc-wip 83f6c84. Makefile, scrot Makefile COMMIT_MSG

Add a package for new scrot

I don't want to wait until after the freeze to use this.
DeltaFile
+27-0scrot/Makefile
+14-0scrot/COMMIT_MSG
+12-0scrot/PLIST
+5-0scrot/distinfo
+4-0scrot/DESCR
+1-0Makefile
+63-06 files

NetBSD/src v8tTWp8external/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c

   zfs: remove mysterious comments on read/write ops for spec/fifo
VersionDeltaFile
1.90+4-4external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
+4-41 files

NetBSD/src pui94Waexternal/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c

   zfs_netbsd_gop_markupdate: actually update file timestamp

   the implementation before this commit was basically no-op.

   some notes:

   * this is (ab)used in zfs_netbsd_write for fifo/spec vnodes.
     i feel it's a bit excessive to update the timestamp on every
     writes to /dev/null. unfortunately, zfs doesn't have nodevmtime
     option. well, i suspect netbsd is the only os with the traditional
     devmtime behavior these days. we may want to implement delayed
     mtime update as ffs does.

   * this is used by zfs_netbsd_putpages via genfs_putpages. but it's
     redundant because zfs_putapage updates the timestamp as well.

   * this is not used by zfs_netbsd_getpages. zfs doesn't use
     genfs_getpages. zfs_netbsd_getpages doesn't have the
     corresponding logic either. maybe it's ok for most of applications
     as far as mtime will be updated sooner or later.
VersionDeltaFile
1.89+6-0external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
+6-01 files

NetBSD/src qyKHm65external/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c

   zfs_vnops.c: fix whitespace

   no functional changes are intended.
VersionDeltaFile
1.88+1-1external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
+1-11 files

NetBSD/pkgsrc 7wUwCDEsecurity/ddos-scan Makefile distinfo, security/ddos-scan/patches patch-ab

   ddos-scan: Fix build on SunOS.
VersionDeltaFile
1.2+10-4security/ddos-scan/patches/patch-ab
1.17+2-2security/ddos-scan/Makefile
1.10+2-2security/ddos-scan/distinfo
+14-83 files

NetBSD/pkgsrc tzvCtSmsecurity/libdes distinfo, security/libdes/patches patch-rpw.c patch-speed.c

   libdes: Fix implicit declaration of exit().
VersionDeltaFile
1.1+14-0security/libdes/patches/patch-rpw.c
1.1+14-0security/libdes/patches/patch-speed.c
1.10+3-1security/libdes/distinfo
+31-13 files

NetBSD/src UFN3Aowsys/kern subr_time_arith.c, tests/kernel t_time_arith.c

   itimer_transition: do not keep it_value unchanged after firing the event

   this mostly fixes the very quick output from "netstat -w1" i've seen
   on netbsd on qemu/nvmm.

   the following logs are the output of
   https://github.com/yamt/garbage/blob/cf7b893415080b177b5104ff6e8c75be5b57dc94/c/itimer/itimer.c
   on the vm.

   w/o this change:

   ```
       # ./a.out
       1:    490375420ns frm start,  490375420ns frm prev, ov=0, int=1
       2:    750174060ns frm start,  259798640ns frm prev, ov=0, int=2
       3:    875501930ns frm start,  125327870ns frm prev, ov=0, int=3
       4:    933287110ns frm start,   57785180ns frm prev, ov=0, int=4
       5:    970379010ns frm start,   37091900ns frm prev, ov=0, int=5
       6:    972449040ns frm start,    2070030ns frm prev, ov=0, int=6

    [58 lines not shown]
VersionDeltaFile
1.8+47-89sys/kern/subr_time_arith.c
1.9+15-20tests/kernel/t_time_arith.c
+62-1092 files

NetBSD/pkgsrc C9G56a1security/avcheck distinfo, security/avcheck/patches patch-avcheck.c

   avcheck: Fix implicit declaration of alloca
VersionDeltaFile
1.1+16-0security/avcheck/patches/patch-avcheck.c
1.7+2-1security/avcheck/distinfo
+18-12 files

NetBSD/pkgsrc NrzTGMqsecurity/arirang distinfo, security/arirang/patches patch-aa patch-grabhead.c

   arirang: Fix implicit declaration of bzero(3).
VersionDeltaFile
1.4+10-4security/arirang/patches/patch-aa
1.1+14-0security/arirang/patches/patch-grabhead.c
1.1+14-0security/arirang/patches/patch-rule.c
1.9+4-2security/arirang/distinfo
+42-64 files

NetBSD/src QYXYmcJtests/kernel t_time_arith.c

   tests/kernel/t_time_arith.c: remove tests which don't make much sense

   remove tests which use ms and us values as ns because:

   * they don't make much sense.

   * their expected results assume a particular implementation.
VersionDeltaFile
1.8+5-54tests/kernel/t_time_arith.c
+5-541 files

NetBSD/pkgsrc iudRo1xsecurity/libidea distinfo, security/libidea/patches patch-idea__spd.c

   libidea: Fix implicit declaration of exit().
VersionDeltaFile
1.1+14-0security/libidea/patches/patch-idea__spd.c
1.7+2-1security/libidea/distinfo
+16-12 files

NetBSD/pkgsrc rv2v954security/libbf distinfo, security/libbf/patches patch-bf__opts.c patch-bfspeed.c

   libbf: Fix implicit declaration of exit().
VersionDeltaFile
1.1+14-0security/libbf/patches/patch-bf__opts.c
1.1+14-0security/libbf/patches/patch-bfspeed.c
1.7+3-1security/libbf/distinfo
+31-13 files

NetBSD/pkgsrc zBLpnwVsecurity/p0f distinfo, security/p0f/patches patch-p0f-query.c

   p0f: Fix implicit declaration of bzero.
VersionDeltaFile
1.1+14-0security/p0f/patches/patch-p0f-query.c
1.23+2-1security/p0f/distinfo
+16-12 files

NetBSD/pkgsrc L3xFWnOsecurity/pkcs11-helper Makefile

   pkcs11-helper: Fix build on SunOS with recent gcc
VersionDeltaFile
1.49+3-1security/pkcs11-helper/Makefile
+3-11 files

NetBSD/pkgsrc otPtb65security/portsentry distinfo, security/portsentry/patches patch-portsentry.h

   portsentry: Fix implicit declaration of bzero in portsentry_io.c.
VersionDeltaFile
1.1+14-0security/portsentry/patches/patch-portsentry.h
1.12+2-1security/portsentry/distinfo
+16-12 files

NetBSD/pkgsrc cym1mfzsecurity/seccure distinfo, security/seccure/patches patch-seccure.c

   seccure: Fix implicit declaration of alloca.
VersionDeltaFile
1.2+18-8security/seccure/patches/patch-seccure.c
1.8+2-2security/seccure/distinfo
+20-102 files

NetBSD/pkgsrc 14yrfavsecurity/snow distinfo, security/snow/patches patch-snow.h

   snow: Fix implicit declaration of strcmp in main.c.
VersionDeltaFile
1.1+14-0security/snow/patches/patch-snow.h
1.6+2-1security/snow/distinfo
+16-12 files

NetBSD/pkgsrc CTvtuMRlang/rust platform.mk

   rust: pretend not to work on armv6

   right now cargo-c doesn't build on armv6 and the pbulk fallout is
   quite large.
VersionDeltaFile
1.35+2-2lang/rust/platform.mk
+2-21 files

NetBSD/src bdXHz12sys/sys cpuio.h

   cpuio.h: fix a comment

   ci_cpuid is MD hardware ID like x86 apic ID.
   it can be different from what cpuio.h api actually uses.
VersionDeltaFile
1.11+2-2sys/sys/cpuio.h
+2-21 files

NetBSD/src 4LqRuA3external/gpl3/binutils/dist/libsframe Makefile.in

   add a NetBSD_DISABLED for sframe-spec.info.

   noticed and tested by by nat@.
VersionDeltaFile
1.2+180-34external/gpl3/binutils/dist/libsframe/Makefile.in
+180-341 files