NetBSD/pkgsrc 7nf76KOdoc CHANGES-2026

   doc: Updated misc/ascii to 3.31
VersionDeltaFile
1.958+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wfnsHYPmisc/ascii Makefile distinfo, misc/ascii/patches patch-aa

   3.31: 2026-02-07::
     ChatGPT 5.2 patches to hrden code against UB.
     Manual page is now spellchecked.

   3.30: 2024-05-27::
     Back out mistaken correction of "Start of Heading."
     Markup fix.

   3.20: 2024-02-16::
     Do two user requests for more informative handling of CLI flags.

   3.19: 2024-02-07::
     Accept 7-bit binary literals, with 0b prefix.
     Accept names of POSIX character classes.
VersionDeltaFile
1.5+12-9misc/ascii/patches/patch-aa
1.20+3-9misc/ascii/Makefile
1.11+5-5misc/ascii/distinfo
+20-233 files

NetBSD/pkgsrc yumkazcdoc CHANGES-2026

   doc: Updated x11/libX11 to 1.8.13
VersionDeltaFile
1.957+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fkcnvxJx11/libX11 distinfo Makefile

   libX11: update to 1.8.13.

   This release includes:
    * Ignore XkbMapNotify events that don't belong to the core keyboard (!293)
    * xkb: Fix invalid level names count for key types without level names (!292)
    * xkb: Fix default key types (!292)
    * xkb: fix include of config.h and drop unused DEBUG check (!290)
    * xcb_io: fix build with configure --disable-xthreads (#232, !289)
    * Improve man page formatting (!286)
    * imDefIc: Clear fabricated state on unfocus. (!283)
    * Avoid memory leak in XKeysymToString (!282)
VersionDeltaFile
1.59+4-4x11/libX11/distinfo
1.81+2-2x11/libX11/Makefile
+6-62 files

NetBSD/pkgsrc L9mkhBLdoc CHANGES-pkgsrc-2025Q4

   doc: update for #7050
VersionDeltaFile
1.1.2.11+5-1doc/CHANGES-pkgsrc-2025Q4
+5-11 files

NetBSD/pkgsrc 9gTgiL4editors/vim-lang PLIST, editors/vim-share PLIST distinfo

   Pullup ticket #7050 - requested by morr
   editors/vim-lang: Security fix
   editors/vim-share: Security fix

   Revisions pulled up:
   - editors/vim-lang/PLIST                                        1.38
   - editors/vim-share/PLIST                                       1.81
   - editors/vim-share/distinfo                                    1.223
   - editors/vim-share/patches/patch-Makefile                      1.17
   - editors/vim-share/version.mk                                  1.159

   ---
      Module Name:    pkgsrc
      Committed By:   morr
      Date:           Thu Feb  5 23:20:23 UTC 2026

      Modified Files:
              pkgsrc/editors/vim-lang: PLIST
              pkgsrc/editors/vim-share: PLIST distinfo version.mk

    [371 lines not shown]
VersionDeltaFile
1.80.2.1+27-5editors/vim-share/PLIST
1.37.2.1+26-1editors/vim-lang/PLIST
1.16.2.1+9-5editors/vim-share/patches/patch-Makefile
1.222.2.1+5-5editors/vim-share/distinfo
1.158.2.1+2-2editors/vim-share/version.mk
+69-185 files

NetBSD/src sIcFv9Tshare/man/man4/man4.evbmips intro.4

   man4.evbmips/intro.4: add missing comma
VersionDeltaFile
1.10+2-2share/man/man4/man4.evbmips/intro.4
+2-21 files

NetBSD/pkgsrc 9GeWjSoprint/pdflib-lite distinfo, print/pdflib-lite/patches patch-libs_png_pngconf.h

   pdflib-lite: macosx: include math.h rather than deprecated fp.h

   On a mac the bundled png file libs/png/pngconf.h may attempt to
   include the deprecated <fp.h> file in some cases (should fail
   with a fatal file not found error).  This is controlled by
   the "MACOS" define in pngconf.h (note that "MACOSX" is defined
   elsewhere... "MACOS" only appears in pngconf.h).  On MACOSX
   we can include <math.h> instead of <fp.h> to avoid the fatal
   error.  (when compiling on my older macbook I found that "MACOS"
   was not getting defined because TARGET_OS_MAC was not define, so
   it did not attempt to include fp.h and fail.  compiling on my
   newer macbook does get the error.)
VersionDeltaFile
1.1+19-0print/pdflib-lite/patches/patch-libs_png_pngconf.h
1.11+2-1print/pdflib-lite/distinfo
+21-12 files

NetBSD/src RmY8DHVdistrib/utils/embedded mkimage

   mkimage: Write one block of padding up to 4MB.

   Previously we wrote padding one byte at a time, which takes a while
   when it's nearly 4MB of padding!

   I believe these dd(1) options are POSIX-compliant.  If the read from
   /dev/zero is truncated, then conv=sync means it will be padded with
   NUL bytes rather than reading more -- but that's fine; that's what we
   would get by reading from /dev/zero anyway!

   (Why did I make this round to a multiple of 4MB and _then_ add 1MB,
   rather than the other way around of adding 1MB and then rounding to a
   multiple of 4MB?)

   No correctness change intended -- but this should improve performance
   of the image build a little bit!
VersionDeltaFile
1.93+2-2distrib/utils/embedded/mkimage
+2-21 files

NetBSD/src 83ZaTmousr.sbin/iostat iostat.c

   PR bin/59969 ;  Make -H 0 work as intended.
VersionDeltaFile
1.73+4-3usr.sbin/iostat/iostat.c
+4-31 files

NetBSD/pkgsrc qgfH6pBdoc CHANGES-2026 TODO

   Updated databases/freetds, devel/ccache, devel/lazygit
VersionDeltaFile
1.956+4-1doc/CHANGES-2026
1.26765+1-2doc/TODO
+5-32 files

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

   lazygit: updated to 0.59.0

   0.59.0

   Enhancements

   Have "Find base commit for fixup" ignore fixup commits for the found base commit
   Exclude commit trailers from line wrapping
   Limit popup panel widths to a maximum width
   Support using the selected commit's message in a fixup
   Fix gitignore path collisions

   Fixes

   Don't log the "git rev-list" call when marking bisect commits
   Fix opening a menu when a previous menu was scrolled down
   When moving commits up/down and the selection leaves the view, scroll to make it visible again
   Fix rendering of CRLF sequence ('\r\n')
   Fix rendering of the Reflog panel when using up/down to scroll it

    [17 lines not shown]
VersionDeltaFile
1.19+34-34devel/lazygit/distinfo
1.15+10-10devel/lazygit/go-modules.mk
1.66+2-3devel/lazygit/Makefile
+46-473 files

NetBSD/pkgsrc Bl99DSQdevel/ccache distinfo Makefile

   ccache: updated to 4.12.3

   Ccache 4.12.3

   Bug fixes

   Fixed hashing of CWD parts of -march=native expansion for Clang.
   Fixed lookup of -march=native expansion line for GCC on Windows.
   Fixed rewriting of “inlined from” messages when absolute_paths_in_stderr is enabled.
   Added support for NVCC long option alternatives to -M/-MD/-MF/-MM/-MMD/-MT.
   Fixed setting of UNCACHED_ERR_FD environment variable so that it is only set when executing the compiler.
   Fixed leaking of inode cache file descriptor to executed programs.
   Fixed errno check for some system calls.

   Documentation improvements

   Fixed links to installation guide in README.
VersionDeltaFile
1.72+4-4devel/ccache/distinfo
1.92+2-2devel/ccache/Makefile
+6-62 files

NetBSD/pkgsrc Z7qwgeRdatabases/freetds distinfo Makefile, databases/freetds/patches patch-src_tds_gssapi.c patch-src_apps_Makefile.in

   freetds: updated to 1.5.10

   1.5

   Fix some compatibility with OpenVMS
   Fix dbreadtext crash on NULL values
   Allows to pass NULL to dbsetifile
VersionDeltaFile
1.1+18-0databases/freetds/patches/patch-src_tds_gssapi.c
1.31+7-10databases/freetds/distinfo
1.88+9-7databases/freetds/Makefile
1.3+7-7databases/freetds/patches/patch-src_apps_Makefile.in
1.2+5-5databases/freetds/patches/patch-include_freetds_thread.h
1.21+2-2databases/freetds/PLIST
+48-314 files not shown
+52-3510 files

NetBSD/src ZF5E4tpshare/man/man4/man4.evbmips cnmac.4

   cnmac.4: improve .Dt content (arch-specific)
VersionDeltaFile
1.2+2-2share/man/man4/man4.evbmips/cnmac.4
+2-21 files

NetBSD/src qR3OAoashare/man/man4/man4.evbmips intro.4

   man4.evbmips/intro.4: add a few details
VersionDeltaFile
1.9+8-2share/man/man4/man4.evbmips/intro.4
+8-21 files

NetBSD/src 0212T34crypto/external/bsd/heimdal Makefile.rules.inc

   heimdal: Fix .asn1 and .et rules, again.

   And write .in as needed, not .et, oops.

   PR toolchain/59967: heimdal: broken .et/.asn1 rules
VersionDeltaFile
1.14+44-7crypto/external/bsd/heimdal/Makefile.rules.inc
+44-71 files

NetBSD/src PeR9FTddistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   cnmac.4: add new man page

   (The Cavium OCTEON Plus CN50xx and Cavium OCTEON III CN71xx are the two
   reported examples known working on NetBSD.)
VersionDeltaFile
1.1+60-0share/man/man4/man4.evbmips/cnmac.4
1.1828+3-1distrib/sets/lists/man/mi
1.2+2-2share/man/man4/man4.evbmips/Makefile
1.47+2-1distrib/sets/lists/manhtml/mi
+67-44 files

NetBSD/pkgsrc-wip b631d88dovecot24 COMMIT_MSG Makefile

dovecot24: Reduce diffs to mail/dovecot2 and add todo items
DeltaFile
+17-0dovecot24/COMMIT_MSG
+6-2dovecot24/Makefile
+6-0dovecot24/Makefile.common
+1-1dovecot24/PLIST
+30-34 files

NetBSD/pkgsrc mmQ9kXbdoc CHANGES-2026, editors/nano distinfo Makefile

   Updated editors/nano to 8.7.1

   See ChangeLog enclosed with source for changes from release 8.7
VersionDeltaFile
1.6+6-6editors/nano/patches/patch-doc_nano.1
1.87+5-5editors/nano/distinfo
1.119+2-2editors/nano/Makefile
1.955+2-1doc/CHANGES-2026
1.35+2-1editors/nano/PLIST
+17-155 files

NetBSD/pkgsrc-wip 6865031dovecot24 TODO distinfo, dovecot24/patches patch-src_lib_lib.h patch-src_lib-var-expand-crypt_Makefile.in

dovecot24: get rid of _NETBSD_SOURCE.
DeltaFile
+31-3dovecot24/patches/patch-src_lib_lib.h
+16-0dovecot24/TODO
+2-2dovecot24/distinfo
+0-2dovecot24/Makefile.common
+1-0dovecot24/patches/patch-src_lib-var-expand-crypt_Makefile.in
+50-75 files

NetBSD/pkgsrc h46jVA2mk/fetch fetch

   mk: fetch: fix typo in comment, simplify usage
VersionDeltaFile
1.22+3-3mk/fetch/fetch
+3-31 files

NetBSD/pkgsrc-wip 9ab6623dovecot24 TODO distinfo, dovecot24/patches patch-src_lib-storage_mail-storage.c patch-doc_dovecot.conf.in

dovecot24: carry over some patches from prev version

including a private patch of mine.
DeltaFile
+26-0dovecot24/patches/patch-src_lib-storage_mail-storage.c
+15-0dovecot24/patches/patch-doc_dovecot.conf.in
+10-0dovecot24/TODO
+3-1dovecot24/distinfo
+1-1dovecot24/patches/patch-src_lib-var-expand-crypt_Makefile.in
+55-25 files

NetBSD/src EUaftpqexternal/bsd/blocklist/bin blocklistd.c

   From des at FreeBSD dot org

   * use reallocarray instead of realloc
   * use exit instead of return because some clang tool gets confused
VersionDeltaFile
1.15+14-14external/bsd/blocklist/bin/blocklistd.c
+14-141 files

NetBSD/src xRn5mFRexternal/bsd/blocklist/bin support.c

   remove extra initialization
VersionDeltaFile
1.4+2-3external/bsd/blocklist/bin/support.c
+2-31 files

NetBSD/src WROToNvexternal/bsd/blocklist/bin run.c

   From des at FreeBSD dot org

   * In run(), use getline(3) rather than fgets(3) into a stack buffer.
VersionDeltaFile
1.4+9-8external/bsd/blocklist/bin/run.c
+9-81 files

NetBSD/src ToExY81external/bsd/blocklist/port popenve.c

   From des at FreeBSD dot org:

   * Use fork(2) instead of vfork(2), preventing a race between the parent
     updating pidlist and the child iterating over it.

   * Move fdopen(3) calls form pdes_parent() to pdes_get() so we can fail
     if fdopen(3) fails, e.g. if the file descriptors are too big.
VersionDeltaFile
1.3+39-36external/bsd/blocklist/port/popenve.c
+39-361 files

NetBSD/src neRPhladoc CHANGES

   CHANGES: fix a date
VersionDeltaFile
1.3227+2-2doc/CHANGES
+2-21 files

NetBSD/src FwqCOmvsys/arch/evbppc/include wiiu.h, sys/arch/evbppc/nintendo machdep.c

   wiiu: Use the correct IPC commands for poweroff and reboot.

   The strange behaviour I was seeing w/ CMD_POWEROFF and CMD_REBOOT seems
   to be a bug in the latest version of linux-loader. Reverting to a build
   from ~2025-03-24 makes them behave as expected. So let's use the correct
   commands and report the bug upstream.
VersionDeltaFile
1.5+4-10sys/arch/evbppc/nintendo/machdep.c
1.4+5-1sys/arch/evbppc/include/wiiu.h
+9-112 files

NetBSD/pkgsrc-wip c21b6e3llama.cpp TODO

llama.cpp: Add reference to CVE-2026-2069
DeltaFile
+1-1llama.cpp/TODO
+1-11 files