NetBSD/src yBGp810sys/arch/aarch64/aarch64 locore.S

   Make CPU_* macros available for locore_el2.S
VersionDeltaFile
1.106+38-37sys/arch/aarch64/aarch64/locore.S
+38-371 files

NetBSD/src Y2eEk4cexternal/gpl3/gdb/dist/gdb aarch64-netbsd-tdep.c

   whitespace
VersionDeltaFile
1.6+1-1external/gpl3/gdb/dist/gdb/aarch64-netbsd-tdep.c
+1-11 files

NetBSD/src 6edJ8XQlib/libc/gen Makefile.inc

   Cause src/lib/libc/get/sysctl.o to depend upon /dev/null

   This is ugly in the extreme, unreliable really, and just bad.
   Yet it seems to be reasonably effective in causing sysctl.o to
   be rebuilt every time libc is being rebuilt (which is an aim).

   There surely must be a better way.   If someone knows what that is,
   and it actually works, please replace this with that better way.
VersionDeltaFile
1.231+2-1lib/libc/gen/Makefile.inc
+2-11 files

NetBSD/src dEBFoBdsys/arch/x86/x86 identcpu.c

   x86: Redo boot-time XSAVE area size ABI check.

   Instead of checking each component's offset+size from

       size = CPUID[EAX=0x0d,ECX=i].EAX,
       offset = CPUID[EAX=0x0d,ECX=i].EBX,

   to make sure it fits in the XSAVE_MAX_BYTES implied by the
   MINSIGSTKSZ ABI parameter, just check the total _enabled_ XSAVE area
   size from

       CPUID[EAX=0x0d,ECX=0].EBX,

   which is what we use to allocate the XSAVE area in software anyway.

   The Intel documentation[1] is not very clear on exactly what
   CPUID[EAX=0x0d,ECX=i] reports for i >= 2, saying `valid bit in the
   XCR0 register' without distinguishing `supported' from `enabled'
   bits, and the AMD documentation I skimmed didn't have these leaves in

    [16 lines not shown]
VersionDeltaFile
1.141+21-16sys/arch/x86/x86/identcpu.c
+21-161 files

NetBSD/pkgsrc XXwM2i2inputmethod/ja-freewnn-lib distinfo, inputmethod/ja-freewnn-lib/patches patch-configure patch-configure.in

   ja-freewnn-*: make FreeWnn-1.1.1-a023 builds with gcc 15

   - various fixes to use proper function prototypes for C23
   - use proper function types for signal handlers
   - use proper variadic arguments to print messages using printf formats
   - fix test programs in configure.in and regen configure using
     autoconf 2.72 for modern C23 compilers
   - appease more several warnings

   - also apply fixes to build FreeWnn on recent Linux distributions:
    - set LC_ALL=C before egrep(1) against EUC files to avoid unexpected
      errors for EUC files
    - use _DEFAULT_SOURCE for Linux rather than obsolete _BSD_SOURCE
      for newer glibc

   - update several patch comments properly to clarify each fix
    - gcc 14 enables -Werror=incompatible-pointer-types by default
      but still uses -std=gnu17 by default
    - gcc 15 has switched to -std=gnu23 by default so that old K&R

    [6 lines not shown]
VersionDeltaFile
1.4+18,030-75inputmethod/ja-freewnn-lib/patches/patch-configure
1.3+103-669inputmethod/ja-freewnn-lib/patches/patch-configure.in
1.2+69-3inputmethod/ja-freewnn-lib/patches/patch-Wnn_romkan_rk__main.c
1.18+43-19inputmethod/ja-freewnn-lib/distinfo
1.1+57-0inputmethod/ja-freewnn-lib/patches/patch-Wnn_etc_getopt.c
1.2+48-5inputmethod/ja-freewnn-lib/patches/patch-Wnn_jutil_atof.c
+18,350-77142 files not shown
+18,949-93848 files

NetBSD/src q6EyxjEshare/man/man4 umcpmio.4

   umcpmio(4): s/recived/received.
VersionDeltaFile
1.11+2-2share/man/man4/umcpmio.4
+2-21 files

NetBSD/src SzJrIAolib/libcompat/4.3 rexec.c, sys/arch/i386/stand/mbr mbr.S

   fix various typos, mainly in comments.
VersionDeltaFile
1.46+3-3sys/dev/ic/dm9000.c
1.287+3-3sys/netinet6/nd6.c
1.2+3-3tests/net/if_pppoe/t_pppoe_ondemand.sh
1.17+3-3lib/libcompat/4.3/rexec.c
1.25+2-2sys/arch/i386/stand/mbr/mbr.S
1.21+2-2sys/dev/ic/summitreg.h
+16-166 files

NetBSD/pkgsrc 5eNcBPPdoc CHANGES-2026

   doc: Updated geography/py-ubx2 to 1.3.5
VersionDeltaFile
1.4388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qAOeOqzgeography/py-ubx2 distinfo Makefile

   geography/py-ubx2: Update to 1.3.5

   Upstream NEWS, less minor improvements and bugfixes:

   ### RELEASE 1.3.5

   1. Update NAV-DAHEADING v2 message definition for production firmware HDG 2.00 Interface Specification.
VersionDeltaFile
1.8+4-4geography/py-ubx2/distinfo
1.11+2-2geography/py-ubx2/Makefile
+6-62 files

NetBSD/src excI2lllib/libc/gen grab-version.sh sysctl.c

   Redo the sysctl user.osrevision (etc) impl method

   This is not intended to affect the results, but is a different
   method of getting there, without ephemeral generated include files.

   It is unlikely that this is the final version, but it seems better
   for now (update builds probably don't do what I'd intended for now,
   but that's a minor concern - they should still work).
VersionDeltaFile
1.3+14-22lib/libc/gen/grab-version.sh
1.43+9-7lib/libc/gen/sysctl.c
1.230+4-6lib/libc/gen/Makefile.inc
+27-353 files

NetBSD/pkgsrc wXBdqe5lang/gcc15 Makefile distinfo, lang/gcc15-libs Makefile

   gcc15: pull targhooks.cc change for NetBSD from prior gcc versions

   Use default visibility for __stack_chk_fail_local() on NetBSD.
   This fixes shared-library links with -fstack-protector-strong or
   -fstack-protector-all on NetBSD/i386 again.

   Note comments in NetBSD's gcc/targhooks.cc doesn't look correct:
    https://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/targhooks.cc.diff?r1=1.1.1.2;r2=1.4
   >        * This is a hack:
   >        * It appears that our gas does not generate @PLT for hidden
   >        * symbols. It could be that we need a newer version, or that
   >        * this local function is handled differently on linux.

   For 32-bit x86 PIC code, GCC emits a hidden reference to
   __stack_chk_fail_local() rather than default_external_stack_protect_fail().
   On NetBSD, GCC is configured with --disable-libssp and NetBSD's
   __stack_chk_fail_local() is historically provided by libc as a public
   symbol:
    https://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/sys/Attic/stack_protector.c#rev1.3

    [4 lines not shown]
VersionDeltaFile
1.1+26-0lang/gcc15/patches/patch-gcc_targhooks.cc
1.5+2-2lang/gcc15-libs/Makefile
1.5+2-2lang/gcc15/Makefile
1.5+2-1lang/gcc15/distinfo
+32-54 files

NetBSD/src MCfr5sPtests/kernel t_signal_and_fpu.c

   t_signal_and_fpu: Fix machine-independent double test.

   Copypasta error!  Float and long double tests were fine.

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.3+3-3tests/kernel/t_signal_and_fpu.c
+3-31 files

NetBSD/src Ur8qRXnsys/dev/pci pcidevs.h

   Regen.
VersionDeltaFile
1.1519+4-0sys/dev/pci/pcidevs.h
+4-01 files

NetBSD/src XZSdtuWsys/dev/pci pcidevs

   Add Rendition Verite products.
VersionDeltaFile
1.1540+5-1sys/dev/pci/pcidevs
+5-11 files

NetBSD/pkgsrc GUqb3Txdoc TODO CHANGES-2026

   doc: Updated x11/xsetroot to 1.1.4
VersionDeltaFile
1.27555+2-2doc/TODO
1.4387+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc tP6dmD1x11/xsetroot Makefile distinfo

   xsetroot: update to 1.1.4.

   Alan Coopersmith (8):
         -help should exit(0) not (1)
         Accept --help & --version as aliases to -help & -version
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint`
         gitlab CI: drop the ci-fairy check-mr job
         Strip trailing whitespace from source files
         meson: Add option to build with meson
         xsetroot 1.1.4
VersionDeltaFile
1.13+3-5x11/xsetroot/Makefile
1.11+4-4x11/xsetroot/distinfo
+7-92 files

NetBSD/pkgsrc-wip 7792d31webkit-gtk60 distinfo PLIST, webkit-gtk60/patches patch-Source_JavaScriptCore_CMakeLists.txt

webkit-gtk60: update to 2.52.5.
DeltaFile
+0-50webkit-gtk60/patches/patch-Source_JavaScriptCore_CMakeLists.txt
+3-4webkit-gtk60/distinfo
+2-2webkit-gtk60/PLIST
+1-1webkit-gtk60/Makefile
+6-574 files

NetBSD/src pxZWrkJexternal/gpl3/gdb/dist/gdb ia64-netbsd-tdep.c riscv-netbsd-nat.c, external/gpl3/gdb/lib/libgdb/arch/riscv32 init.c

   More init fixes / regens
VersionDeltaFile
1.4+2-2external/gpl3/gdb/dist/gdb/ia64-netbsd-tdep.c
1.3+1-3external/gpl3/gdb/dist/gdb/riscv-netbsd-nat.c
1.6+1-3external/gpl3/gdb/dist/gdb/riscv-netbsd-tdep.c
1.7+4-0external/gpl3/gdb/lib/libgdb/arch/riscv32/init.c
1.7+4-0external/gpl3/gdb/lib/libgdb/arch/riscv64/init.c
+12-85 files

NetBSD/pkgsrc-wip a07469cols Makefile distinfo, ols/patches patch-src_server_build.odin

Updated wip/ols to 2026-05. Requires Odin 2026-07. Reused the original maintainer's
setup, patched server/build.odin to remove references to Haiku, no longer in the
list of supported OS in Odin-2026-07.
DeltaFile
+24-0ols/patches/patch-src_server_build.odin
+11-8ols/Makefile
+4-3ols/distinfo
+3-1ols/DESCR
+42-124 files

NetBSD/pkgsrc-wip 9f870d6odin PLIST Makefile

Updated wip/odin to 2026-07. Haiku no longer supported upstream.
Reused original maintainer's Makefile
DeltaFile
+385-156odin/PLIST
+6-4odin/Makefile
+3-3odin/distinfo
+394-1633 files

NetBSD/pkgsrc gaZ1witdoc CHANGES-2026

   doc: Updated x11/xset to 1.2.6
VersionDeltaFile
1.4386+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UYbJFESx11/xset Makefile distinfo

   xset: update to 1.2.6.

   Alan Coopersmith (6):
         Add -help option
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         xset 1.2.6

   Bjarni Ingi Gislason (1):
         xset.1: some editorial changes for this man page [Debian bug #1072502]
VersionDeltaFile
1.18+3-5x11/xset/Makefile
1.13+4-4x11/xset/distinfo
+7-92 files

NetBSD/pkgsrc Wc6a1hRdoc CHANGES-2026

   doc: Updated x11/xrefresh to 1.1.1
VersionDeltaFile
1.4385+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IQdAjkKx11/xrefresh distinfo Makefile

   xrefresh: update to 1.1.1.

   Alan Coopersmith (10):
         Assume target platforms have strcasecmp now
         Use _stricmp() instead of strcasecmp() on Windows
         Accept --help & --version as aliases to -help & -version
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint`
         man page: add -delay & -help options
         gitlab CI: drop the ci-fairy check-mr job
         Strip trailing whitespace from source files
         meson: Add option to build with meson
         xrefresh 1.1.1
VersionDeltaFile
1.11+4-4x11/xrefresh/distinfo
1.14+3-5x11/xrefresh/Makefile
+7-92 files

NetBSD/pkgsrc YbHIb3qdoc TODO CHANGES-2026

   doc: Updated x11/xrdb to 1.2.3
VersionDeltaFile
1.27554+4-2doc/TODO
1.4384+2-1doc/CHANGES-2026
+6-32 files

NetBSD/pkgsrc v9fm87Ax11/xrdb Makefile distinfo

   xrdb: update to 1.2.3.

   Alan Coopersmith (8):
         Accept --help & --version as aliases to -help & -version
         Make -help exit with 0 instead of 1
         Improve man page formatting
         man page: fix warnings from `mandoc -T lint`
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         Git rid of -Wstringop-truncation warnings
         xrdb 1.2.3
VersionDeltaFile
1.17+3-5x11/xrdb/Makefile
1.15+4-4x11/xrdb/distinfo
+7-92 files

NetBSD/pkgsrc a2qcM61www/qt6-qtwebengine Makefile

   qt6-qtwebengine: my last two builds with node24 failed

   but the last one with node26 worked, so default to that
VersionDeltaFile
1.11+3-1www/qt6-qtwebengine/Makefile
+3-11 files

NetBSD/pkgsrc-wip e4fa638llama.cpp buildlink3.mk

llama.cpp: remove unused buildlink3.mk
DeltaFile
+0-12llama.cpp/buildlink3.mk
+0-121 files

NetBSD/pkgsrc yC5J9LSdoc CHANGES-2026

   Updated devel/libffi, security/p11-kit
VersionDeltaFile
1.4383+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc NbHQQPksecurity/p11-kit distinfo Makefile

   p11-kit: updated to 0.26.4

   0.26.4

   Build fix
   Update translations

   0.26.3

   server: fixed stack exhaustion via unbounded recursion in RPC attribute parsing by enforcing a recursion depth limit (CVE-2026-13757)
   fixed confusing error message when trying to store an existing cert with trust anchor
   fixed assert when parsing p11-kit files with value (")
   fixed numerous memory management issues
   Build and test fixes
VersionDeltaFile
1.36+4-4security/p11-kit/distinfo
1.45+2-2security/p11-kit/Makefile
1.16+2-2security/p11-kit/PLIST
+8-83 files