NetBSD/pkgsrc 6Xy75oBdatabases/sdbm distinfo, databases/sdbm/patches patch-ab

   sdbm: fix file name in patch
VersionDeltaFile
1.6+3-3databases/sdbm/patches/patch-ab
1.21+2-2databases/sdbm/distinfo
+5-52 files

NetBSD/src pDGmJw1doc CHANGES CHANGES.prev

   doc: two more changes that made it into 11.0
VersionDeltaFile
1.3284+1-4doc/CHANGES
1.190+4-1doc/CHANGES.prev
+5-52 files

NetBSD/src OZWDFlFdoc CHANGES.prev CHANGES

   doc: move some changes that made it into 11.0
VersionDeltaFile
1.3283+3-12doc/CHANGES
1.189+10-1doc/CHANGES.prev
+13-132 files

NetBSD/pkgsrc TOzS3Iadoc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.41.1
VersionDeltaFile
1.4991+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UQnZY0zsysutils/dua-cli cargo-depends.mk Makefile

   sysutils/dua-cli: update to 2.41.1

   The first release of the directory walk implementation of the dua-cli, to allow its usage in other places as well.
VersionDeltaFile
1.54+4-4sysutils/dua-cli/distinfo
1.54+2-2sysutils/dua-cli/Makefile
1.41+0-0sysutils/dua-cli/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc TDI2Wftdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 30.5.0
VersionDeltaFile
1.4990+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LjbIgN2shells/oh-my-posh Makefile go-modules.mk

   shells/oh-my-posh: update to 30.5.0

   Bug Fixes

       blog: fix link formatting for configurator app (413f96f)
       runtime: honor COLUMNS fallback without a TTY (102edf0)
       status: reset .Executed per prompt in cmd, bash and nushell (#7765) (cbf313f), closes #7757

   Features

       config: add native cursor_style option (41ef31d), closes #7742
VersionDeltaFile
1.322+16-16shells/oh-my-posh/distinfo
1.141+4-4shells/oh-my-posh/go-modules.mk
1.354+2-2shells/oh-my-posh/Makefile
+22-223 files

NetBSD/pkgsrc NI0lgiLdoc CHANGES-2026

   doc: Updated devel/cargo-nextest to 0.9.143
VersionDeltaFile
1.4989+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wMGETEqdevel/cargo-nextest Makefile cargo-depends.mk

   deve/cargo-nextest: update to 0.9.143

   v0.9.143
   Added

       A new junit.report-skipped configuration setting controls which skipped tests are emitted in the JUnit XML report as <testcase> elements with a <skipped> child. (#885)

       Thanks to liangfu for your first contribution!

       While listing tests, nextest now shows a progress bar if listing takes longer than 2 seconds. Listing is usually fast, but can be slow in some environments, such as with antivirus software that scans each test binary before it runs. (#3471)

       The binaries metadata (used by archives and --binaries-metadata) now records whether Cargo built each non-test binary for the host or the target platform. Future versions of nextest will use this to configure environment variables correctly in cross-compilation scenarios. (#3520)

   Changed

       Nextest now orders the dynamic library search path the way current versions of Cargo do, with the Cargo artifact directory ahead of the deps directory. Previously the two were reversed, so a test could potentially resolve a dylib to a different copy than cargo test would. (Cargo swapped the two in 1.93.)

   Fixed


    [52 lines not shown]
VersionDeltaFile
1.22+166-151devel/cargo-nextest/distinfo
1.22+54-49devel/cargo-nextest/cargo-depends.mk
1.26+2-2devel/cargo-nextest/Makefile
+222-2023 files

NetBSD/pkgsrc FeSgsJsdoc CHANGES-2026

   doc: Updated chat/neonmodem to 1.1.0
VersionDeltaFile
1.4988+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Tpg1Cz8chat/neonmodem Makefile go-modules.mk

   chat/neonmodem: update to 1.1.0

   Changelog

       a574ea7: Add Hyperuplink system, refactor connect input, fixes (@mrusme)
       25e3e63: Add pull_request_template.md (@mrusme)
       d56b7fe: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (@dependabot[bot])
       4c4dd75: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (@dependabot[bot])
       7374d73: Fix UI lag (@mrusme)
       e5b5620: Update README.md (@mrusme)
       c33c35e: Update README.md (@mrusme)
       5282dc8: Update README.md, FUNDING.yml (@mrusme)
       36a2955: Update goreleaser config, workflow (@mrusme)
       f0e7871: Update workflow, clean up (@mrusme)
VersionDeltaFile
1.5+235-301chat/neonmodem/distinfo
1.5+77-99chat/neonmodem/go-modules.mk
1.28+2-3chat/neonmodem/Makefile
+314-4033 files

NetBSD/pkgsrc wlwzaI7doc CHANGES-2026

   doc: Updated biology/openbabel to 3.2.1
VersionDeltaFile
1.4987+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AkjRSBlbiology/openbabel PLIST Makefile

   biology/openbabel: update to 3.2.1

   This release reflects the latest stable version, including many bug fixes, including some potentially security related.

   As noted with our 3.2.0 release, we anticipate further bug-fix releases over the course of 2026 and appreciate the many contributions and reports from everyone.
   🪲 Bug Fixes

       Fix tetrazole protonation handling in the pH model by @Jnelen in #2975
       ChemDraw CDX: handle additional aromatic/fractional bond-order codes by @jlkjr in #2979

   🔒 Security and Hardening

       Fix CVE-2026-54751: MMD parser uninitialized value use can expose prior atom data by Carmelo Lin @Carmel0
       Update SECURITY.md with GitHub Security Advisory links by @ghutchis in #2968
       Fix several formats with sscanf validation by @ghutchis in #2973
       Fix more fuzz bugs by @ghutchis in #2977
       Fix stack overflow in gaussformat and cube by @ghutchis in #2985
       Fix additional crashes from fuzz testing by @ghutchis in #2986
       Fix more reported crashes by @ghutchis in #2988

    [16 lines not shown]
VersionDeltaFile
1.18+4-4biology/openbabel/distinfo
1.12+2-2biology/openbabel/PLIST
1.89+2-2biology/openbabel/Makefile
+8-83 files

NetBSD/pkgsrc ZB3kyPhdoc CHANGES-2026

   doc: Updated archivers/arqiver to 1.0.2
VersionDeltaFile
1.4986+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hex4gjGarchivers/arqiver PLIST Makefile

   archivers/arqiver: update to 1.0.2

   Main changes:

   ● Corrected the usage of --fast-read with bsdtar.
   ● Used the original file name with Gzip.
   ● Added LZ4 support.
   ● Removed an old workaround about translations, which prevented some languages from being loaded due to a recent change in Qt.
VersionDeltaFile
1.16+4-4archivers/arqiver/distinfo
1.48+3-3archivers/arqiver/Makefile
1.10+5-0archivers/arqiver/PLIST
+12-73 files

NetBSD/src iCAYkZTusr.sbin/syslogd syslogd.c

   syslogd: Preserve full partial klog line when buffering

    Buffer incomplete /dev/klog lines from the start of the original
   line instead of the parse position. Otherwise, split messages
   lose the BSD syslog priority prefix when reconstructed.

   Fixed by Kenichi Suzuki at IIJ.
VersionDeltaFile
1.157+4-3usr.sbin/syslogd/syslogd.c
+4-31 files

NetBSD/src BSdtM1Rusr.sbin/syslogd syslogd.c

   syslogd: Fix buffering of partial klog lines

    When a /dev/klog read ends without a newline, the remaining data
   is buffered for the next read. The code mistakenly copied the data
   into linebuf instead of klog_linebuf, breaking reconstruction of
   split log messages.

   Found and fixed by nonaka@ and Kenichi Suzuki at IIJ.
VersionDeltaFile
1.156+3-3usr.sbin/syslogd/syslogd.c
+3-31 files

NetBSD/src RygSdI4doc CHANGES-10.2

   fix last entry, tzdata 2026cgtz got imported (not 2023)
VersionDeltaFile
1.1.2.123+2-2doc/CHANGES-10.2
+2-21 files

NetBSD/src WKhHrkqdoc CHANGES-9.5

   fix last entry, tzdata 2026cgtz got imported (not 2023)
VersionDeltaFile
1.1.2.123+2-2doc/CHANGES-9.5
+2-21 files

NetBSD/pkgsrc axoiAcNdoc CHANGES-2026

   doc: Updated www/resterm to 0.51.2
VersionDeltaFile
1.4985+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jSKr0kRwww/resterm go-modules.mk Makefile

   resterm: Update to 0.51.2

   Changelog:
   This is follow up release primary with bug fixing for gRPC and streaming.
VersionDeltaFile
1.22+3-3www/resterm/distinfo
1.24+1-1www/resterm/Makefile
1.13+0-0www/resterm/go-modules.mk
+4-43 files

NetBSD/src Rc3pvXeshare/man/man4 ppi.4

   Remove obsolete ppi.4 file. The ppi driver on ppbus doesn't exist.

   Even if it were plans to port it, that never happened in over 20 years.
VersionDeltaFile
1.5+1-1share/man/man4/ppi.4
+1-11 files

NetBSD/pkgsrc-wip 028c32bstable-diffusion.cpp Makefile distinfo

stable-diffusion.cpp: update to 812.
DeltaFile
+3-3stable-diffusion.cpp/distinfo
+1-1stable-diffusion.cpp/Makefile
+4-42 files

NetBSD/pkgsrc-wip ded6e3ellama.cpp Makefile.common distinfo

llama.cpp: update to 0.0.2.10276.
DeltaFile
+6-6llama.cpp/distinfo
+2-2llama.cpp/Makefile.common
+8-82 files

NetBSD/pkgsrc QLzF5ecdoc CHANGES-2026 TODO

   doc: Updated math/ggml to 0.18.1
VersionDeltaFile
1.27693+2-2doc/TODO
1.4984+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc 3zcBYgQmath/ggml Makefile distinfo

   ggml: update to 0.18.1.

   Summary not found.
VersionDeltaFile
1.6+4-4math/ggml/distinfo
1.6+2-2math/ggml/Makefile
+6-62 files

NetBSD/pkgsrc 5E0IgSDdoc CHANGES-2026

   doc: Updated x11/libXfont2 to 2.0.9
VersionDeltaFile
1.4983+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 290SYqGx11/libXfont2 Makefile distinfo

   libXfont2: update to 2.0.9.

   This release contains the fixes for the issues reported in today's security advisory:
   https://lists.x.org/archives/xorg-announce/2026-August/003734.html

   - CVE-2026-59679: Font Server Client encoding Out-Of-Bounds Read/Write
   - CVE-2026-44950: Font Server Client Cumulative Glyph Data Heap Buffer Overflow

   Additionally, it changes a build-time default. Previously fontserver support
   was compiled in by default unless --disable-fc was provided at configure time.
   The new default is *disabled by default* unless --enable-fc is provided at
   configure time. Doing so protects us from future fontserver-connection related
   issues. Fontservers have been deprecated for many years and the vast majority
   of users will not notice this changed default (Debian has built with
   --disable-fc for years).
VersionDeltaFile
1.12+4-4x11/libXfont2/distinfo
1.21+2-2x11/libXfont2/Makefile
+6-62 files

NetBSD/src gkUBUASusr.bin/cut cut.1, usr.bin/paste paste.1

   cut.1 & paste.1: add HISTORY and AUTHORS

   Sourced from OpenBSD and FreeBSD, which both reference the same post[1]
   for part of it. They differ in certain details.

   FreeBSD puts the additional credit to Marciano Pitargue in the wrong
   utility, going by the source code credits (and what OpenBSD has). There
   is discussion in the FreeBSD review[2] about which originating release
   is relevant for cut(1) (32V vs. System III), as both BSDs referenced
   32V for paste(1). This was perhaps confused in the FreeBSD review,
   which talks directly about cut(1), but was applied also to paste(1). An
   earlier FreeBSD commit specifically lists 32V for paste(1)[3]. (I don't
   have 32V to examine.)

   These histories could be subject to further cut and paste...

   1. https://www.tuhs.org/pipermail/tuhs/2020-January/019955.html
   2. https://reviews.freebsd.org/D36048
   3. https://github.com/freebsd/freebsd-src/commit/30f8b6c18279162a2f4efdc9e85a49683a8aafbf
VersionDeltaFile
1.21+19-2usr.bin/cut/cut.1
1.10+17-2usr.bin/paste/paste.1
+36-42 files

NetBSD/pkgsrc Rho217bdoc CHANGES-2026

   Removed net/py-ipaddress, net/py-IP
VersionDeltaFile
1.4982+3-1doc/CHANGES-2026
+3-11 files