NetBSD/src 9ghFeVusys/arch/m68k/include pmap_motorola.h pmap_68k.h, sys/arch/m68k/m68k pmap_motorola.c pmap_68k.c

   Add a pmap hook for dealing with making kernel text writable temporarily
   for the benefit of db_write_text().
VersionDeltaFile
1.110+65-2sys/arch/m68k/m68k/pmap_motorola.c
1.75+64-2sys/arch/m68k/m68k/pmap_68k.c
1.10+8-40sys/arch/m68k/m68k/db_memrw.c
1.64+10-1sys/arch/m68k/include/pmap_motorola.h
1.20+10-1sys/arch/m68k/include/pmap_68k.h
+157-465 files

NetBSD/pkgsrc hYwO3Kydevel/protobuf distinfo, devel/protobuf/patches patch-src_google_protobuf_io_zero_copy_stream_impl.cc

   protobuf: fix build with pkgsrc gcc-10

   Removing #define _POSIX_C_SOURCE 202405L is sufficient to fix the build
   with pkgsrc gcc10.

   This is for this bit of code:
   int robust_close(int fd) {
   #if defined(POSIX_CLOSE_RESTART)
     return posix_close(fd, 0);
   #else
     return close(fd);
   #endif
   }

   On most operating systems, posix_close doesn't exist anyway, so this code
   is all irrelevant:
   https://www.gnu.org/software/gnulib/manual/html_node/posix_005fclose.html
VersionDeltaFile
1.1+19-0devel/protobuf/patches/patch-src_google_protobuf_io_zero_copy_stream_impl.cc
1.102+2-1devel/protobuf/distinfo
+21-12 files

NetBSD/pkgsrc DwrvwKYdoc CHANGES-2026

   Updated graphics/librsvg, textproc/gtk-doc
VersionDeltaFile
1.4289+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc HolYrvbtextproc/gtk-doc Makefile distinfo

   gtk-doc: updated to 1.36.1

   GTK-Doc 1.36.1, 2026-04-10

   - scangobj: fix compilation warnings.
   - Some documentation updates.
   - Translation updates.


   GTK-Doc 1.36.0, 2026-03-10

   GTK-Doc can no longer be built with the Autotools:
     - You need to use Meson in order to build GTK-Doc.
     - Note that buildsystems/autotools/ is still there for GTK-Doc integration in
       projects using the Autotools.

   Meson:
     - Fix test-gobject-mkhtml unit test.
     - A few improvements.

    [5 lines not shown]
VersionDeltaFile
1.106+4-5textproc/gtk-doc/Makefile
1.32+4-4textproc/gtk-doc/distinfo
1.26+5-1textproc/gtk-doc/PLIST
+13-103 files

NetBSD/pkgsrc l7vy4sEgraphics/librsvg distinfo cargo-depends.mk, graphics/librsvg/patches patch-.._vendor_memchr-2.8.0_src_memchr.rs patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs

   librsvg: updated to 2.62.3

   Version 2.62.3

   librsvg crate version 2.62.3

   librsvg-rebind crate version 0.3.0

   - Remove loading limits from image-rs.  This means that raster
     images, when embedded in SVG documents, have no limits for their
     size or memory consumption.  The idea, for now, is that
     security-sensitive applications that use librsvg should do their own
     sandboxing if they want to impose memory limits.

   - Fix the logic for whether gdk-pixbuf-query-loaders should be run
     during cross-compilation.  Native builds can of course use it; cross
     builds can use it if they can run host binaries *and* an executable
     wrapper has been set *and* the target sysroot contains the
     corresponding gdk-pixbuf-query-loaders executable (Ross Burton).
VersionDeltaFile
1.74+459-387graphics/librsvg/distinfo
1.14+149-125graphics/librsvg/cargo-depends.mk
1.1+128-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_memchr.rs
1.1+78-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs
1.1+24-0graphics/librsvg/patches/patch-.._vendor_zune-jpeg-0.5.13_src_idct.rs
1.1+23-0graphics/librsvg/patches/patch-.._vendor_memchr-2.8.0_src_arch_aarch64_memchr.rs
+861-51214 files not shown
+937-53420 files

NetBSD/src lU90NbEshare/man/man4 fss.4

   fss(4): Clarify FSSIOCSET operation for persistent snapshots.

   Prompted by the persistent confusion on my part that led to:

   PR bin/60383: fssconfig(8): distinguish between taking and loading a
   snapshot
VersionDeltaFile
1.16+15-1share/man/man4/fss.4
+15-11 files

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

   Add bootinfo_find_machdep(), which is like bootinfo_find() except
   only if the machine type matches.
VersionDeltaFile
1.8+13-2sys/arch/m68k/m68k/linux_bootinfo.c
1.5+3-2sys/arch/m68k/include/linux_bootinfo.h
+16-42 files

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

   pmap_enter(): When overwriting an existing mapping for one to a different
   PA, don't pass the vm_page * computed earlier to the pmap_remove_mapping()
   call; that vm_page * is for the new PA, not the existing one we're removing
   the mapping for.
VersionDeltaFile
1.74+3-3sys/arch/m68k/m68k/pmap_68k.c
+3-31 files

NetBSD/pkgsrc pghU93Dwww/php-nextcloud Makefile

   www/php-nextcloud: Update required php versions

   Upstream "documents" that >= php 8.5 is not ok.
VersionDeltaFile
1.88+3-4www/php-nextcloud/Makefile
+3-41 files

NetBSD/pkgsrc zqMS9obdoc CHANGES-2026

   doc: Updated www/php-nextcloud to 32.0.12
VersionDeltaFile
1.4288+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc n1gvAhRdoc CHANGES-2026

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

NetBSD/pkgsrc UFj9U6Wwww/php-nextcloud PLIST distinfo

   www/php-nextcloud: Update to 32.0.12

   Tested on netbsd-10 amd64.  As in recent past versions, the
   click-to-update on the web fails, and the "php occ" command-line path
   works.  I do not believe this is a packaging issue.

   Upstream NEWS content: micro update
VersionDeltaFile
1.70+288-329www/php-nextcloud/PLIST
1.73+4-4www/php-nextcloud/distinfo
1.87+2-2www/php-nextcloud/Makefile
+294-3353 files

NetBSD/pkgsrc 5JFQu3Owww/chromium distinfo cargo-depends.mk, www/chromium/patches patch-chrome_browser_about__flags.cc patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc

   chromium: update to 150.0.7871.46

   This update includes 433 security fixes. Please see the Chrome Security Page for more information.
VersionDeltaFile
1.49+2,142-2,022www/chromium/distinfo
1.2+171-133www/chromium/cargo-depends.mk
1.22+68-104www/chromium/patches/patch-chrome_browser_about__flags.cc
1.22+52-25www/chromium/patches/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
1.22+13-49www/chromium/patches/patch-build_config_compiler_BUILD.gn
1.22+28-33www/chromium/patches/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
+2,474-2,3661,625 files not shown
+5,744-5,2091,631 files

NetBSD/src YlGqgVjsys/rump Makefile.rump

   rump: Also skip renaming for RUMPCOMP_USER_SRCS .go objects.

   Same as for .o/.po/.pico.

   PR lib/60418: -current rump/wg(4) build failure
VersionDeltaFile
1.140+2-2sys/rump/Makefile.rump
+2-21 files

NetBSD/pkgsrc wwhzbvBwww/resterm distinfo go-modules.mk, www/resterm/patches patch-go.sum patch-go.mod

   resterm: Update to 0.44.7

   Fixed
   Fixed NetBSD support by updating the SQLite dependency to modernc.org/sqlite v1.53.0.
   The previous SQLite dependency chain was broken on NetBSD, which could prevent Resterm from building or running correctly.
   Upstream issue: https://gitlab.com/cznic/sqlite/-/work_items/246

   Improved
   Reworked and added back a small startup animation to the latency sparkline.
VersionDeltaFile
1.8+16-18www/resterm/distinfo
1.2+4-4www/resterm/go-modules.mk
1.9+2-2www/resterm/Makefile
1.2+1-1www/resterm/patches/patch-go.sum
1.2+1-1www/resterm/patches/patch-go.mod
+24-265 files

NetBSD/src IU0uLPgsys/rump Makefile.rump

   rump: New rule for RUMPCOMP_USER_SRCS .go objects for MKDEBUGLIB.

   Similar to the .o/.po/.pico rules already here.

   PR lib/60418: -current rump/wg(4) build failure
VersionDeltaFile
1.139+5-1sys/rump/Makefile.rump
+5-11 files

NetBSD/pkgsrc xvWWretdoc CHANGES-2026

   doc: Updated www/resterm to 0.44.7
VersionDeltaFile
1.4286+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LS41veodoc CHANGES-2026

   doc: Updated audio/kew to 4.1.7
VersionDeltaFile
1.4285+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc anTJquzaudio/kew distinfo Makefile

   kew: update to 4.1.7

   - Fixes image rendering error on gnome terminal
VersionDeltaFile
1.22+4-4audio/kew/distinfo
1.25+2-2audio/kew/Makefile
+6-62 files

NetBSD/pkgsrc M1e15vTdoc CHANGES-2026

   Updated textproc/py-pyaml, graphics/py-pygal
VersionDeltaFile
1.4284+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc CIIV4Bngraphics/py-pygal distinfo Makefile

   py-pygal: updated to 3.1.3

   3.1.3

   Fixed

   CHANGELOG

   3.1.2

   Fixed

   README

   3.1.1

   Fixed

   Copyright year

    [6 lines not shown]
VersionDeltaFile
1.14+4-4graphics/py-pygal/distinfo
1.26+2-2graphics/py-pygal/Makefile
1.10+2-1graphics/py-pygal/PLIST
+8-73 files

NetBSD/pkgsrc 9bqeri8textproc/py-pyaml distinfo Makefile

   py-pyaml: updated to 26.7.0

   26.7.0
   Unknown changes
VersionDeltaFile
1.19+4-4textproc/py-pyaml/distinfo
1.24+2-2textproc/py-pyaml/Makefile
+6-62 files

NetBSD/pkgsrc Hocmp8xdoc CHANGES-2026

   Updated textproc/dblatex, misc/py-tibs
VersionDeltaFile
1.4283+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc sLko027misc/py-tibs distinfo Makefile

   py-tibs: updated to 0.12.0

   0.12.0

   This is effectively the first beta before a 1.0 release. I don't plan to change
   the API or add new features before the 1.0 release.

   Backwardly incompatible changes

   * Minimum Python version now 3.10 instead of 3.8
   * Renamed the `Endianness` enum to `ByteOrder` as it's more consistent.

   Added

   * Added `Tibs.split_at()` and `Mutibs.split_at()` for partitioning a bit
     sequence at one or more bit positions.

   Fixed

   * Fix LSB0 view value ordering.
VersionDeltaFile
1.7+7-7misc/py-tibs/distinfo
1.7+2-2misc/py-tibs/Makefile
1.4+1-1misc/py-tibs/cargo-depends.mk
+10-103 files

NetBSD/pkgsrc-wip cf666d5libdoom-umapinfo COMMIT_MSG distinfo

libdoom-umapinfo: Update to 1.1.0

1.1.0  2026-07-03  Release
--------------------------

Important notes:
- Add REUSE information
  Package is REUSE 3.3 conformant (according to "reuse lint")
- HTML documentation is no longer included in the distribution.
  It can be viewed online

Bug fixes:
- Add copyright and licence declarations for UMAPINFO specification
  (parts are used in examples for CLI utility, but not installed)
- Add copyright and licence declarations for "2022 A Doom Odyssey"
  (UMAPINFO lump is used for testsuite and in examples for CLI utility,
  but not installed)

New features and improvements:

    [11 lines not shown]
DeltaFile
+1-24libdoom-umapinfo/COMMIT_MSG
+3-3libdoom-umapinfo/distinfo
+2-2libdoom-umapinfo/Makefile
+1-1libdoom-umapinfo/buildlink3.mk
+2-0libdoom-umapinfo/TODO
+1-0libdoom-umapinfo/PLIST
+10-306 files

NetBSD/pkgsrc rca0GKgtextproc/dblatex Makefile PLIST, textproc/dblatex/patches patch-setup.py patch-aa

   dblatex: updated to 0.3.12

   Release 0.3.12:

   All the fixes have been provided by Petter Reinholdtsen. Thank you, Petter.
   - Fix SF bug 118: fix 'nb' and 'nn' locales.
   - Fix SF bug 119: use locale quotes in glossary.
   - Fix SF bug 120: use locale quotes in bibliography.
   - Fix SF bug 123: add 'se' locale.
   - Fix SF bug 124: set default qandaset title markup in english.
VersionDeltaFile
1.46+13-7textproc/dblatex/Makefile
1.1+15-0textproc/dblatex/patches/patch-setup.py
1.14+11-4textproc/dblatex/PLIST
1.13+5-5textproc/dblatex/distinfo
1.3+1-1textproc/dblatex/patches/patch-aa
+45-175 files

NetBSD/pkgsrc RYsxMmhdoc CHANGES-2026

   doc: Updated geography/proj-doc to 9.8.1
VersionDeltaFile
1.4282+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3U8ar2qgeography/proj-doc Makefile distinfo

   geography/proj-doc: Update to 9.8.1

   Upstream's pdf download is unstable (email bug report sent).  There
   are two problems:

     - The download URL is major.minor, not major.minor.micro like
       releases.  The pdf is changed e.g. from 9.8.0 to 9.8.1.
     - The pdf for a given version is sometimes replaced (e.g. 9.8.1
       revisions of April 28 and July 3).

   To work around this, the package is named for the proj version (9.8.1)
   and the download URL is major.minor (9.8).  If the pdf is replaced,
   we'll consider that a docs revision and logically being 9.8.1.1.  This
   is cleaner than DISTDIR since we're making up downloaded version
   numbers anyway.
VersionDeltaFile
1.13+14-7geography/proj-doc/Makefile
1.9+4-4geography/proj-doc/distinfo
+18-112 files

NetBSD/pkgsrc ZY7NefCdoc CHANGES-2026

   Updated x11/gtkmm3, textproc/yq
VersionDeltaFile
1.4281+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 9Kh3P19textproc/yq Makefile PLIST

   yq: updated to 4.1.1

   Changes for v4.1.1 (2026-07-03)
   - xq: support –xml-short-empty-elements to emit self-closing elements
     instead of the long form

   Changes for v4.1.0 (2026-07-03)
   - Implement YAML comment roundtripping

   Changes for v4.0.0 (2026-07-02)
   - Implement TOML comment roundtripping (tomlq -T)
   - Add –width=0 for no-wrap option; –null-input as -n alias
   - Force quote strings that can be parsed as integers in YAML 1.2
   - Implement YAML 1.2 octals
   - Prevent exception thrown when sys.stdin is None.
VersionDeltaFile
1.20+4-10textproc/yq/Makefile
1.7+7-5textproc/yq/PLIST
1.13+4-4textproc/yq/distinfo
+15-193 files