NetBSD/src IuBJIeFsys/arch/alpha/include param.h, sys/arch/amd64/include param.h

   G/C obsolete SSIZE and SINCR constants.
VersionDeltaFile
1.64+2-7sys/arch/sparc64/include/param.h
1.53+1-4sys/arch/alpha/include/param.h
1.91+1-4sys/arch/i386/include/param.h
1.28+1-4sys/arch/m68k/include/param.h
1.57+1-4sys/arch/mips/include/mips_param.h
1.44+1-4sys/arch/amd64/include/param.h
+7-273 files not shown
+10-369 files

NetBSD/src 3SpSnKzsys/crypto/camellia camellia.c

   camellia.c: fix spelling and improve grammar in comments
VersionDeltaFile
1.4+9-9sys/crypto/camellia/camellia.c
+9-91 files

NetBSD/pkgsrc 10fPzBHdoc CHANGES-2026

   doc: Updated www/chromium to 148.0.7778.96
VersionDeltaFile
1.2954+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SyX3h0lwww/chromium distinfo, www/chromium/patches patch-chrome_browser_about__flags.cc patch-third__party_libsync_src_sync.c

   www/chromium: update to 148.0.7778.96

   * 148.0.7778.96
   This update includes 127 security fixes. Below, we highlight fixes
   that were contributed by external researchers. Please see the Chrome Security Page for more information.

   Many of our security bugs are detected using AddressSanitizer, MemorySanitizer,
   UndefinedBehaviorSanitizer, Control Flow Integrity, libFuzzer, or AFL.

   [$43000][493747582] Critical CVE-2026-7896: Integer overflow in Blink. Reported by c6eed09fc8b174b0f3eebedcceb1e792 on 2026-03-18

   [N/A][504069514] Critical CVE-2026-7897: Use after free in Mobile. Reported by Google on 2026-04-18

   [N/A][504587882] Critical CVE-2026-7898: Use after free in Chromoting. Reported by Google on 2026-04-20

   [$55000][505481948] High CVE-2026-7899: Out of bounds read and write in V8. Reported by Project WhatForLunch (@pjwhatforlunch) on 2026-04-23

   [$16000][496503799] High CVE-2026-7900: Heap buffer overflow in ANGLE. Reported by Anonymous on 2026-03-26

    [244 lines not shown]
VersionDeltaFile
1.41+1,598-1,573www/chromium/distinfo
1.19+84-110www/chromium/patches/patch-chrome_browser_about__flags.cc
1.12+172-16www/chromium/patches/patch-third__party_libsync_src_sync.c
1.19+31-40www/chromium/patches/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
1.19+31-31www/chromium/patches/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
1.19+38-20www/chromium/patches/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
+1,954-1,7901,600 files not shown
+5,751-4,4801,606 files

NetBSD/pkgsrc r128AiPtime/libical4 Makefile

   libical4: note this conflicts with older libical
VersionDeltaFile
1.2+3-1time/libical4/Makefile
+3-11 files

NetBSD/pkgsrc X4yzOWJtime/libical Makefile

   libical: spaces to tab
VersionDeltaFile
1.62+2-2time/libical/Makefile
+2-21 files

NetBSD/pkgsrc cJkyehQtime/libical Makefile

   libical: note this conflicts with "libical4"

   ("libical4" having the PKGNAME "libical" as well, and installing files
   that conflict.)
VersionDeltaFile
1.61+3-1time/libical/Makefile
+3-11 files

NetBSD/src T8RZLoIsys/arch/evbmips/malta malta_intr.c machdep.c, sys/arch/evbmips/malta/dev gt.c mainbus.c

   Address problems with MIPS Malta platform code found running under QEMU.

   QEMU's "malta" system emulates a MIPS Malta with the Gallileo host bridge
   and 32-bit or 64-bit CPUs of either endianness.  It is one of the only
   working QEMU system-level emulations that could run NetBSD with all
   combinations of endianness and address size.  After fixes to QEMU over the
   past several years, NetBSD has been unable to use the emulated PCI bus in
   big-endian and 64-bit configurations.

   No actual Malta hardware with any Gallileo-based CPU card could be found
   for testing.  These changes have been checked against the databook and
   some limited checking of the relevant QEMU changes (which seem to have
   mostly come from former MIPS employees) was also performed.

   Changes:
   1. The GT-64120 host bridge _does_ byte-swap access to other PCI targets,
      but _does not_ byte-swap access to itself (bus 0, device 0).  QEMU
      evidently used to get this wrong, but, I confirmed with the databook.
      This means we need to manually byte-swap a bunch of access to the

    [29 lines not shown]
VersionDeltaFile
1.30+16-14sys/arch/evbmips/malta/malta_intr.c
1.20+20-6sys/arch/evbmips/malta/dev/gt.c
1.21+18-4sys/arch/evbmips/malta/dev/mainbus.c
1.51+10-11sys/arch/evbmips/malta/machdep.c
1.9+11-2sys/arch/evbmips/malta/malta_bus_io.c
1.10+11-2sys/arch/evbmips/malta/malta_bus_mem.c
+86-392 files not shown
+99-458 files

NetBSD/pkgsrc f8FyUlVdoc CHANGES-2026

   doc: Updated filesystems/fuse-s3fs to 1.97
VersionDeltaFile
1.2953+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xL1WhaVfilesystems/fuse-s3fs distinfo Makefile, filesystems/fuse-s3fs/patches patch-configure.ac patch-src_s3fs.cpp

   filesystems/fuse-s3fs: update to 1.97

   # changes

   Version 1.97 -- 7 Dec, 2025 (major changes only)
   #2765 Do not honor -o nonempty when compiled with FUSE 3

   Version 1.96 -- 24 Nov, 2025 (major changes only)
   #1867 - Require FUSE 3 on Linux
   #2596 - Require C++14
   #2623 - Improve IO concurrency
   #2669 - Rename `-o endpoint` to `-o region` for clarity
   #2728 - #2731 - #2736 - Avoid HeadObject calls with improved stats cache usage

   Version 1.95 -- 25 Oct, 2024 (major changes only)
   #2424 - Add ipresolve option to select IPv4- or IPv6-only
   #2443 - Retry request on HTTP 429 error
   #2448 - Changed s3fs logo
   #2455 - Fix deadlock in FdManager::ChangeEntityToTempPath

    [4 lines not shown]
VersionDeltaFile
1.2+7-8filesystems/fuse-s3fs/distinfo
1.14+5-9filesystems/fuse-s3fs/Makefile
1.2+8-5filesystems/fuse-s3fs/patches/patch-configure.ac
1.2+6-6filesystems/fuse-s3fs/patches/patch-src_s3fs.cpp
1.2+5-7filesystems/fuse-s3fs/patches/patch-test_mknod__test.cc
1.2+1-1filesystems/fuse-s3fs/patches/patch-src_s3fs.h
+32-366 files

NetBSD/src Vrce7opsys/arch/alpha/conf INSTALL

   revert accidental commit of alpha INSTALL in previous
VersionDeltaFile
1.122+0-7sys/arch/alpha/conf/INSTALL
+0-71 files

NetBSD/src UGQHYsWdistrib/sets/lists/debug md.evbarm.earmv5 md.evbarm.earmv4

   Fix MKDEBUGKERNEL vs MKDEBUG for kernel debug file sets.

   The problem manifests as checkflist failures when building ports that
   have extensive ALL_KERNELS but not...building all the kernels; notably
   the various "evb" ports with a bazillion kernels for a bazillion SoCs.

   The mk.conf(5) man page documents MKDEBUGKERNEL as controlling
   whether kernel debug files (netbsd-*.debug) appear in the
   distribution sets.  However, the prior implementation used MKDEBUG
   (the general userland debug flag) instead.

   This meant MKDEBUG=yes with MKDEBUGKERNEL=no incorrectly expected
   kernel debug files for every kernel config listed in ALL_KERNELS.
   When only a subset of kernels is built, checkflist fails with
   missing files.

   The fix is to make these variables fully conform to the longstanding
   documentation.  MKDEBUGKERNEL controls whether kernel debug symbols are
   built; MKDEBUG controls everything else.  If you want something like the
   old behavior but minus the bugs, set both.
VersionDeltaFile
1.2+48-48distrib/sets/lists/debug/md.evbarm.earmv5
1.2+20-20distrib/sets/lists/debug/md.evbarm.earmv4
1.6+13-13distrib/sets/lists/debug/md.evbppc
1.8+10-10distrib/sets/lists/debug/ad.mipsel
1.2+10-10distrib/sets/lists/debug/md.evbarm.earmv5eb
1.88+7-7distrib/sets/lists/debug/ad.mips
+108-1089 files not shown
+145-13115 files

NetBSD/src V0i9sAosys/arch/m68k/m68k pmap_68k.c

   Update comments to reflect current status.
VersionDeltaFile
1.69+6-4sys/arch/m68k/m68k/pmap_68k.c
+6-41 files

NetBSD/pkgsrc AFz7SKBdoc CHANGES-2026 TODO

   doc: Updated www/py-wtforms to 3.2.2
VersionDeltaFile
1.2952+2-1doc/CHANGES-2026
1.27247+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc tWy8WbHwww/py-wtforms distinfo PLIST

   py-wtforms: update to 3.2.2.

   What's Changed

       remove slsa provenance by @davidism in #879
       fix(validators): Disabled validation with provided formdata by @subnix in #880
       Support Python versions from 3.10 to 3.14 by @azmeuk in #883
       Update FAQ to reflect 3.10+ support by @kurtmckee in #884
       GHA improvements by @azmeuk in #888
VersionDeltaFile
1.18+4-4www/py-wtforms/distinfo
1.12+5-1www/py-wtforms/PLIST
1.22+2-2www/py-wtforms/Makefile
+11-73 files

NetBSD/pkgsrc uJwQNtndoc TODO CHANGES-2026

   doc: Updated misc/py-trove-classifiers to 2026.5.7.17
VersionDeltaFile
1.27246+1-2doc/TODO
1.2951+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc lRF1ujemisc/py-trove-classifiers Makefile distinfo

   py-trove-classifiers: update to 2026.5.7.17.

   Add Trove classifier for Python 3.16 (#243)
VersionDeltaFile
1.49+7-4misc/py-trove-classifiers/Makefile
1.47+4-4misc/py-trove-classifiers/distinfo
+11-82 files

NetBSD/src LGNUE2Vsys/arch/m68k/m68k pmap_68k.c

   A few things done while chasing down mod/ref bugs:
   - pmap_remove_mapping() can now take pointer to the vm_page, saving a
     lookup and allowing some additional assertions when it's available
     (which is "frequently" in this implementation).
   - All of the PTE load/store/modify-in-PT helpers now are decorated
     with "volatile".
   - Don't bother with atomic_load / atomic_store.
   - Simplify pmap_testbit() and pmap_changebit().
   - Add more PMAP_DEBUG-only mod/ref tests (including a test that validates
     MMU beavior that was used to find a Qemu m68k emulator bug).
VersionDeltaFile
1.68+192-59sys/arch/m68k/m68k/pmap_68k.c
+192-591 files

NetBSD/pkgsrc h1lRRMhdoc CHANGES-2026 TODO

   doc: Updated time/py-pytz to 2026.2
VersionDeltaFile
1.2950+2-1doc/CHANGES-2026
1.27245+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 8ADTvYJtime/py-pytz distinfo Makefile

   py-pytz: update to 2026.2.

   timezone updates.
VersionDeltaFile
1.64+4-4time/py-pytz/distinfo
1.72+2-2time/py-pytz/Makefile
+6-62 files

NetBSD/pkgsrc MrnMNMadoc TODO CHANGES-2026

   doc: Updated devel/py-proto-plus to 1.28.0
VersionDeltaFile
1.27244+1-2doc/TODO
1.2949+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc B7CcvJ6devel/py-proto-plus distinfo Makefile

   py-proto-plus: update to 1.28.0.

   Changes not documented.
VersionDeltaFile
1.12+4-4devel/py-proto-plus/distinfo
1.14+2-2devel/py-proto-plus/Makefile
+6-62 files

NetBSD/pkgsrc ayzNL16doc CHANGES-2026 TODO

   doc: Updated devel/py-propcache to 0.5.2
VersionDeltaFile
1.2948+2-1doc/CHANGES-2026
1.27243+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc ivKGRIjdevel/py-propcache distinfo Makefile

   py-propcache: update to 0.5.2.

   0.5.2
   =====

   *(2026-05-08)*


   No significant changes.


   ----


   0.5.1
   =====

   *(2026-05-08)*


    [75 lines not shown]
VersionDeltaFile
1.8+4-4devel/py-propcache/distinfo
1.10+2-2devel/py-propcache/Makefile
+6-62 files

NetBSD/pkgsrc QrunfVcdoc CHANGES-2026 TODO

   doc: Updated devel/py-poetry-core to 2.4.0
VersionDeltaFile
1.2947+2-1doc/CHANGES-2026
1.27242+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc cajEjPDdevel/py-poetry-core PLIST Makefile

   py-poetry-core: update to 2.4.0.

       Update vendored packaging to 26.2 (#936).
VersionDeltaFile
1.9+12-0devel/py-poetry-core/PLIST
1.22+4-4devel/py-poetry-core/Makefile
1.19+4-4devel/py-poetry-core/distinfo
+20-83 files

NetBSD/pkgsrc kjG6Gjjdoc CHANGES-2026 TODO

   doc: Updated devel/py-pip to 26.1.1
VersionDeltaFile
1.2946+2-1doc/CHANGES-2026
1.27241+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc dhAluPodevel/py-pip Makefile distinfo

   py-pip: update to 26.1.1.

   Bug Fixes

       Fix issue where uninstallation left behind empty directories.
       Revert the removal of the adjacent __pycache__ directory when
       a .py file is removed. (#13973)
VersionDeltaFile
1.91+5-4devel/py-pip/Makefile
1.76+4-4devel/py-pip/distinfo
1.53+2-2devel/py-pip/PLIST
1.6+2-2devel/py-pip/ALTERNATIVES
+13-124 files

NetBSD/pkgsrc 0HZTA6ldoc CHANGES-2026 TODO

   doc: Updated textproc/py-pdf to 6.11.0
VersionDeltaFile
1.2945+2-1doc/CHANGES-2026
1.27240+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc s57laYxtextproc/py-pdf Makefile distinfo

   py-pdf: update to 6.11.0.

   ## Version 6.11.0, 2026-05-09

   ### New Features (ENH)
   - Initialise a Font from an embedded font file (#3704)

   ### Robustness (ROB)
   - Allow to fix AES padding length in non-strict mode (#3742)

   ### Developer Experience (DEV)
   - Enable PyPy testing again (#3752)
   - Align mypy Makefile target with strict mode (#3690)
VersionDeltaFile
1.63+6-5textproc/py-pdf/Makefile
1.57+4-4textproc/py-pdf/distinfo
+10-92 files