NetBSD/pkgsrc SxilzUmdoc CHANGES-2026

   doc: Updated security/ca-certificates to 20260223
VersionDeltaFile
1.2089+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AdYgLRcsecurity/ca-certificates PLIST distinfo

   ca-certificates: Update to 20260223

   ca-certificates (20260223) unstable; urgency=medium

     * Update Mozilla certificate authority bundle to version 2.82
       The following certificate authorities were added (+):
       + TrustAsia TLS ECC Root CA
       + TrustAsia TLS RSA Root CA
       + SwissSign RSA TLS Root CA 2022 - 1
       + OISTE Server Root ECC G1
       +  OISTE Server Root RSA G1
       The following certificate authorities were removed (-):
       - GlobalSign Root CA
       - Entrust.net Premium 2048 Secure Server CA
       - Baltimore CyberTrust Root (closes: #1121936)
       - Comodo AAA Services root
       - XRamp Global CA Root
       - Go Daddy Class 2 CA
       - Starfield Class 2 CA

    [8 lines not shown]
VersionDeltaFile
1.9+6-12security/ca-certificates/PLIST
1.14+4-4security/ca-certificates/distinfo
1.17+2-2security/ca-certificates/Makefile
+12-183 files

NetBSD/pkgsrc 7v5HhiUdoc CHANGES-2026

   doc: Updated sysutils/py-Glances to 4.5.2nb1
VersionDeltaFile
1.2088+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc XGLtf6Csysutils/py-Glances Makefile PLIST

   py-Glances: remove python file in pycache

   Probably an upstream bug, but this should not be installed and
   listed in the PLIST.

   Bump PKGREVISION.
VersionDeltaFile
1.47+4-4sysutils/py-Glances/Makefile
1.20+1-2sysutils/py-Glances/PLIST
+5-62 files

NetBSD/src nBNwXEnsys/arch/alpha/pci ttwoga_dma.c

   s/liner/linear/ in comment.
VersionDeltaFile
1.12+3-3sys/arch/alpha/pci/ttwoga_dma.c
+3-31 files

NetBSD/src b2RX0iAsys/arch/amiga/amiga machdep.c

   Remove a global that is not, in fact, used in init_main.c, despite what
   the comment claims.
VersionDeltaFile
1.265+3-6sys/arch/amiga/amiga/machdep.c
+3-61 files

NetBSD/src LKC7MNvsys/arch/amiga/amiga machdep.c, sys/arch/atari/atari machdep.c

   Consolidate the declaration of phys_map.
VersionDeltaFile
1.264+2-4sys/arch/amiga/amiga/machdep.c
1.200+2-4sys/arch/atari/atari/machdep.c
1.83+2-4sys/arch/cesfic/cesfic/machdep.c
1.261+2-4sys/arch/hp300/hp300/machdep.c
1.124+2-4sys/arch/luna68k/luna68k/machdep.c
1.45+4-2sys/arch/m68k/m68k/vm_machdep.c
+14-229 files not shown
+32-5815 files

NetBSD/pkgsrc ifr2A8qdevel Makefile

   devel: add missing tex-functional pkgs
VersionDeltaFile
1.4608+3-1devel/Makefile
+3-11 files

NetBSD/pkgsrc hldXGAllang/rust rust.mk

   rust: bump PTHREAD_KEYS_MAX on NetBSD since rustc tends to run out of keys
VersionDeltaFile
1.20+5-1lang/rust/rust.mk
+5-11 files

NetBSD/src W00wbCXlib/libc/softfloat/bits64 softfloat.c

   libc: fix undefined behavior in int64_to_float128

   When negating a signed integer, the integer must not be LLONG_MIN, as
   negating that value would not change the sign. GCC's -ftrapv mode
   detects cases like this reliably.

   In this case, on sparc64 with -O2 (but not -O0 or -O1),
   countLeadingZeros64(LLONG_MIN) returned 48 instead of the desired 0, and
   int64_to_float128(LLONG_MIN) returned -0x1p+14 instead of the desired
   -0x1p+63.

   The same pattern is used in several other conversion functions. These
   will be fixed in a follow-up commit once the lint tests for msg_380 and
   msg_381 on sparc64 work again.
VersionDeltaFile
1.21+3-3lib/libc/softfloat/bits64/softfloat.c
+3-31 files

NetBSD/src V4wnF1Husr.bin/cut cut.1

   cut.1: add cross-reference to colrm(1)
VersionDeltaFile
1.20+2-1usr.bin/cut/cut.1
+2-11 files

NetBSD/src CXae2G3sys/arch/atari/atari machdep.c, sys/arch/luna68k/luna68k machdep.c

   Consolidate the declaration of some globals.  More work to be done here.
VersionDeltaFile
1.123+2-10sys/arch/luna68k/luna68k/machdep.c
1.199+3-9sys/arch/atari/atari/machdep.c
1.90+2-9sys/arch/sun2/sun2/machdep.c
1.217+2-9sys/arch/sun3/sun3/machdep.c
1.145+2-9sys/arch/sun3/sun3x/machdep.c
1.183+2-8sys/arch/mvme68k/mvme68k/machdep.c
+13-549 files not shown
+35-11915 files

NetBSD/src N1eFwfLsys/arch/mvme68k/dev vme_pcc.c pcc.c, sys/arch/mvme68k/include vmparam.h

   Align loading of physical memory with virt68k, and stop keeping two
   copies of this information (one in the phys_seg_list[] and one in
   mem_clusters[]; the latter is now gone).
VersionDeltaFile
1.182+120-68sys/arch/mvme68k/mvme68k/machdep.c
1.26+11-9sys/dev/mvme/mvmebus.c
1.28+9-8sys/arch/mvme68k/dev/vme_pcc.c
1.36+5-4sys/arch/mvme68k/dev/pcc.c
1.26+5-4sys/arch/mvme68k/dev/mainbus.c
1.42+4-1sys/arch/mvme68k/include/vmparam.h
+154-946 files

NetBSD/src TNbd6Qcsys/arch/m68k/include linux_bootinfo.h, sys/arch/m68k/m68k linux_bootinfo.c

   Use the data structure from <m68k/seglist.h> to describe the memory
   configuration extracted from linux bootinfo.  Align virt68k's memory
   loading with mvme68k (which will also get some changes in a follow-on
   commit).  This will be used as a template to eventually merge this
   code for all m68k platforms.
VersionDeltaFile
1.30+137-47sys/arch/virt68k/virt68k/machdep.c
1.6+18-45sys/arch/m68k/m68k/linux_bootinfo.c
1.4+4-4sys/arch/m68k/include/linux_bootinfo.h
+159-963 files

NetBSD/src 48fG09husr.bin/cksum cksum.c

   PR 60154: do not print arbitrary control characters when printing
   file names while checking hashes with the -c option.
VersionDeltaFile
1.53+15-4usr.bin/cksum/cksum.c
+15-41 files

NetBSD/src dmFUVhXsys/arch/m68k/include seglist.h, sys/arch/mvme68k/mvme68k machdep.c genassym.cf

   Move seglist.h into a common m68k location.
VersionDeltaFile
1.1+47-0sys/arch/m68k/include/seglist.h
1.181+3-3sys/arch/mvme68k/mvme68k/machdep.c
1.133+3-3sys/arch/next68k/next68k/machdep.c
1.33+3-3sys/arch/next68k/next68k/nextrom.c
1.53+2-3sys/arch/mvme68k/mvme68k/genassym.cf
1.9+1-1sys/arch/next68k/next68k/seglist.h
+59-131 files not shown
+60-147 files

NetBSD/src Kz1b4Yosys/arch/mvme68k/mvme68k pmap_bootstrap.c, sys/arch/next68k/next68k pmap_bootstrap.c

   Remove unnecessary include.
VersionDeltaFile
1.58+2-4sys/arch/next68k/next68k/pmap_bootstrap.c
1.66+2-4sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
+4-82 files

NetBSD/pkgsrc-wip eb6ff0celectron34 TODO

electron34: Add recent CVEs
DeltaFile
+4-1electron34/TODO
+4-11 files

NetBSD/pkgsrc-wip aafbb73. TODO

TODO: G/C neovim

It is in editors/neovim now and we should eventually add entries there.

Noticed by running pkglint.
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc-wip 1c31efesuricata TODO

suricata: Add reference to recent CVEs
DeltaFile
+3-1suricata/TODO
+3-11 files

NetBSD/pkgsrc-wip d1da6ecdokuwiki TODO

dokuwiki: Add reference to CVE-2026-26477
DeltaFile
+2-1dokuwiki/TODO
+2-11 files

NetBSD/pkgsrc 278Bbidmath/py-kiwisolver Makefile

   py-kiwisolver: prevent stray version.h file from appearing in PLIST

   Possibly a setuptools regression?
VersionDeltaFile
1.18+5-1math/py-kiwisolver/Makefile
+5-11 files

NetBSD/src 4xhLEWTtests/lib/libc t_long_double.c

   tests/libc: add function names in tests for long double
VersionDeltaFile
1.3+27-25tests/lib/libc/t_long_double.c
+27-251 files

NetBSD/src f14YC9ldoc CHANGES-11.0

   Update for moved tag for ticket #217
VersionDeltaFile
1.1.2.83+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src EUI8PGTusr.bin/telnet commands.c

   Additionally pull up the following, requested by christos in ticket #217:

        usr.bin/telnet/commands.c       1.82

   fix inverted logic
VersionDeltaFile
1.80.6.2+3-3usr.bin/telnet/commands.c
+3-31 files

NetBSD/src ndbkzyRtests/lib/libc t_long_double.c

   tests/libc: test long double operations more thoroughly

   For lint, the tests msg_380.c and msg_381.c fail, which is probably due
   to a bug in the softfloat implementation.

   The tests are intended to yield the same results on all platforms, as
   they do not exercise any tricky rounding details.
VersionDeltaFile
1.2+218-62tests/lib/libc/t_long_double.c
+218-621 files

NetBSD/src HxiJYMudoc CHANGES-10.2

   Ammend ticket #1249 for additional pullups
VersionDeltaFile
1.1.2.94+2-2doc/CHANGES-10.2
+2-21 files

NetBSD/src 8WSpSz5usr.bin/telnet commands.c

   Additionally pull up the following, requested by christos in ticket #1249:

        usr.bin/telnet/commands.c       1.82

   fix inverted logic.
VersionDeltaFile
1.80.2.2+3-3usr.bin/telnet/commands.c
+3-31 files

NetBSD/pkgsrc 76lUIFmmeta-pkgs/texlive-collection-all Makefile

   texlive-collection-all: bump to 2026pre1
VersionDeltaFile
1.12+2-2meta-pkgs/texlive-collection-all/Makefile
+2-21 files

NetBSD/pkgsrc KxThP5mmeta-pkgs/texlive-collection-pstricks Makefile

   texlive-collection-pstricks: bump to 2026pre1
VersionDeltaFile
1.22+2-2meta-pkgs/texlive-collection-pstricks/Makefile
+2-21 files