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

NetBSD/pkgsrc 1SPin21devel/libffi distinfo Makefile

   libffi: updated to 3.7.1

   3.7.1

   Fix aarch64 ffi_call memory corruption when passing many large
   structs by value.
   Fix i386 thiscall/fastcall closure stack cleanup for 64-bit
   integer and struct arguments.
   Fix aarch64 int128 argument split between x7 and the stack on
   Darwin
   Fix aarch64 clang-cl link failure for HFA helper functions
   Build a generic ffi_call_plan fallback on Windows x86-64.
   Add Windows ARM64 (MSVC) build and continuous integration support.
VersionDeltaFile
1.72+4-4devel/libffi/distinfo
1.61+2-2devel/libffi/Makefile
+6-62 files

NetBSD/src vqgcpWVsys/arch/amd64/amd64 machdep.c netbsd32_machdep.c, sys/arch/amd64/include mcontext.h

   x86: Save and restore all supported extended CPU state on signals.

   While here, disable Intel AMX, whose state size (>>8 KiB) exceeds
   MINSIGSTKSZ (8 KiB), until we are ready to safely update the ABI for
   sigaltstack(2).  This isn't a regression: we've never had a release
   with Intel AMX support.

   Previously, on signal delivery, we would only save and restore at
   most what FXSAVE does, which is the x87 and SSE registers that always
   exist on amd64.

   To save and restore the upper halves of the YMM or ZMM registers
   (AVX/AVX2/AVX512), or the AVX512 registers ZMM16..ZMM31, or the
   enormous AMX state, we need to do more.  And we need to do that even if
   the signal handler doesn't use AVX instructions, because an SSE
   instruction modifying xmmN (e.g., in a vectorized memcpy) will, as a
   side effect, zero the high half of ymmN.

   Fortunately, the x86 architecture has an extensible mechanism for

    [47 lines not shown]
VersionDeltaFile
1.380+159-9sys/arch/amd64/amd64/machdep.c
1.852+163-5sys/arch/i386/i386/machdep.c
1.143+158-9sys/arch/amd64/amd64/netbsd32_machdep.c
1.95+139-2sys/arch/x86/x86/fpu.c
1.222+71-5sys/arch/x86/include/specialreg.h
1.25+31-2sys/arch/amd64/include/mcontext.h
+721-325 files not shown
+772-4111 files

NetBSD/src NU6CaYCsys/kern kern_event.c

   kqueue(2): Tighten branch in previous change.

   If sleepok is true, then kmem_zalloc should never fail, and this
   routine is inline with constant arguments at every call site, so
   let's let the compiler prune dead branches for the call sites that
   can sleep.

   PR kern/60436: kqueue(2): random kernel null pointer deref in
   EVFILT_PROC NOTE_TRACK
VersionDeltaFile
1.154+3-3sys/kern/kern_event.c
+3-31 files

NetBSD/pkgsrc-wip a1a05b7whisper.cpp Makefile

wip/whisper.cpp: Use libggml* from math/ggml, not from llama.cpp

* And include for CMake build first.
DeltaFile
+1-2whisper.cpp/Makefile
+1-21 files

NetBSD/src qANIpmIsys/kern kern_event.c

   kqueue(2): Fix null pointer deref under memory pressure.

   PR kern/60436: kqueue(2): random kernel null pointer deref in
   EVFILT_PROC NOTE_TRACK
VersionDeltaFile
1.153+4-2sys/kern/kern_event.c
+4-21 files