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

   Update comments reflecting current status.
VersionDeltaFile
1.35+21-5sys/arch/m68k/m68k/pmap_68k.c
+21-51 files

NetBSD/pkgsrc-wip f0d7527. TODO

TODO: + libinput-1.30.
DeltaFile
+1-0TODO
+1-01 files

NetBSD/pkgsrc B9IxEmFdoc TODO

   doc/TODO: + cacti-1.2.30, canna-3.7p5.
VersionDeltaFile
1.26486+3-1doc/TODO
+3-11 files

NetBSD/pkgsrc T2mZbEqdevel/kf6-ktexteditor distinfo, devel/kf6-ktexteditor/patches patch-autotests_src_vimode_keys.cpp

   kf6-ktexteditor: fix build with qt6 6.10
VersionDeltaFile
1.1+16-0devel/kf6-ktexteditor/patches/patch-autotests_src_vimode_keys.cpp
1.4+2-1devel/kf6-ktexteditor/distinfo
+18-12 files

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

   When entering an EXEC mapping on 68040-class MMUs, we need to make sure
   to push the page from the D-cache to handle the following situation:

   Page was brought into memory over some mechanism that has the CPU
   touch the page (e.g. paging in binary over NFS root, with an "le"
   network interface).  The page is cached write-back, and so when the
   user-space EXEC mapping of the page is entered, the data may still
   be lingering in the cache and not yet made it out to main memory,
   so when the I-cache loads from the page, it gets stale data.

   XXX In addition to the DCFP(), we also do an ICPP() because that's what
   Hibler's pmap did.  The ICPP() is probably not necessary.  This is an
   area for future optimiation.

   XXX We really only need to do this if there are not already EXEC mappings
   of a managed page.  This is a possible area for future optimization.

   Issue analysed and fix proposed by tsutsui@.  This is a slightly tweaked
   version of that change.
VersionDeltaFile
1.34+44-4sys/arch/m68k/m68k/pmap_68k.c
+44-41 files

NetBSD/src n5Ea6htsys/arch/arm/include elf_machdep.h

   arm/elf_machdep.h: Keep local and psABI definitions in separate groups.

   The content of the file is otherwise unchanged.
VersionDeltaFile
1.20+31-22sys/arch/arm/include/elf_machdep.h
+31-221 files

NetBSD/pkgsrc Y9l1zRKdoc CHANGES-2025

   doc: Updated wm/cde to 2.5.3
VersionDeltaFile
1.6919+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc VYo6evmwm/cde Makefile distinfo, wm/cde/patches patch-lib_DtMmdb_btree__berkeley_memmove.c patch-lib_DtMmdb_btree__berkeley_snprintf.c

   wm/cde: update to 2.5.3

   # noteworthy changes

   This is mainly a bugfix release addressing various issues.

   * dtfile: use sh instead of ksh for find command
   * dthelp/parser: use standard ctype case functions
   * dtwm: add support for more mouse buttons
   * dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)
   * tradcpp: fix bool issue with newer compilers (GCC 15)
   * fix: t_optmgmt: Incorrect options format
   * libDtWidget: Do not mix wide and narrow operations on the same stream
   * Made a workaround to not use the sh_access
   * DtTerm/TermPrimUtil: Use 6 'X's in mktemp template
   * DtTerm/TermPrimUtil: Use mkstemp instead of mktemp
   * lib/DtTerm: Fix copy&paste error
   * lib/DtTerm: Remove dead assignments, initializations and increments
   * DtTerm/TermPrim: check pointer before traversing

    [14 lines not shown]
VersionDeltaFile
1.9+8-5wm/cde/Makefile
1.4+4-6wm/cde/distinfo
1.2+1-1wm/cde/patches/patch-lib_DtMmdb_btree__berkeley_memmove.c
1.2+1-1wm/cde/patches/patch-lib_DtMmdb_btree__berkeley_snprintf.c
+14-134 files

NetBSD/src RVMS2yWdoc/roadmaps licensing

   Add a licensing roadmap.

   Feel free to edit based on your own understanding of the current
   consensus.
VersionDeltaFile
1.1+126-0doc/roadmaps/licensing
+126-01 files

NetBSD/pkgsrc xsDOZ3udoc CHANGES-2025

   doc: Updated www/hugo to 0.152.2
VersionDeltaFile
1.6918+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Zt9C0Smwww/hugo distinfo go-modules.mk

   hugo: Update to 0.151.2

   upstream changes:
   -----------------
   v0.152.2
   What's Changed
     * deps: Update github.com/tdewolff/minify v2.24.4 => v2.24.5 1c8c21e @jmooring #14086
     * hugofs: Make node_modules a "special case" mount 809ebe0 @bep #14089
     * github: Fix typo in stale PR message 08a0679 @jordelver

   v0.152.1
   These fixes are are all related to the YAML library upgrade in v0.152.0.
     * Expand the numeric conversions to template funcs/methods e08278d @bep #14079
     * Fix where with uint64 df4f80d @bep #14081
     * Fix it so YAML integer types can be used where Go int types are expected d4c7888 @bep #14079
     * tpl/compare: Fix compare/sort of uint64s 29e2c2f @bep #14078
     * Fix "assignment to entry in nil map" on empty YAML config files 0579afc @bep #14074

   v0.152.0

    [14 lines not shown]
VersionDeltaFile
1.45+28-37www/hugo/distinfo
1.30+8-11www/hugo/go-modules.mk
1.124+2-2www/hugo/Makefile
+38-503 files

NetBSD/pkgsrc amGV8Godoc CHANGES-2025

   Updated net/libnice, devel/py-dotenv
VersionDeltaFile
1.6917+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc Dnthr8Vdevel/py-dotenv distinfo Makefile

   py-dotenv: updated to 1.2.1

   1.2.1

   - Move more config to `pyproject.toml`, removed `setup.cfg`
   - Add support for reading `.env` from FIFOs (Unix)

   1.2.0

   - Upgrade build system to use PEP 517 & PEP 518 to use `build` and `pyproject.toml`
   - Add support for Python 3.14
   - Add support for disabling of `load_dotenv()` using `PYTHON_DOTENV_DISABLED` env var.
VersionDeltaFile
1.15+4-4devel/py-dotenv/distinfo
1.20+3-3devel/py-dotenv/Makefile
+7-72 files

NetBSD/pkgsrc N3RKnNXnet/libnice distinfo Makefile.common

   libnice: updated to 0.1.23

   libnice 0.1.23 (2025-11-26)
   ===========================
   API: Added option NICE_AGENT_OPTION_CLOSE_FORCED to not wait for TURN when
     closing asynchronous
   Reject invalid remote candidates with priority=0
   Add missing mutex in tcp-bsd socket
   Add buffer list support to nicesrc
   Avoid dropping packing in nicesink, retry instead
   Only create a new NiceCandidate if a socket can be opened, as it is
    a somewhat costly operation.
   Many new tests
   Fix leaks
   Fix various test flakiness
VersionDeltaFile
1.24+4-4net/libnice/distinfo
1.8+3-3net/libnice/Makefile.common
1.15+2-2net/libnice/PLIST
1.86+1-2net/libnice/Makefile
+10-114 files

NetBSD/src Gq0vNPwlib/libkvm kvm_m68k_gen.c kvm_m68k.c

   libkvm support for the new m68k pmap.
VersionDeltaFile
1.1+347-0lib/libkvm/kvm_m68k_gen.c
1.21+3-2lib/libkvm/kvm_m68k.c
1.56+2-2lib/libkvm/Makefile
1.7+2-1lib/libkvm/kvm_m68k.h
+354-54 files

NetBSD/src y1m1NJdsys/arch/aarch64/include elf_machdep.h

   aarch64/elf_machdep.h: keep local and psABI definitions in separate groups.

   The content of the file is otherwise unchanged.

   PR lib/59788
VersionDeltaFile
1.7+34-25sys/arch/aarch64/include/elf_machdep.h
+34-251 files

NetBSD/pkgsrc-wip 2b7792blibvirt11 Makefile distinfo, libvirt11/patches patch-meson.build

(sysutils/libvirt) minor (pkg)delint
DeltaFile
+2-3libvirt11/patches/patch-meson.build
+1-2libvirt11/Makefile
+1-1libvirt11/distinfo
+4-63 files

NetBSD/pkgsrc GQNkH6odoc CHANGES-2025

   doc: Updated meta-pkgs/xfce4 to 4.20.0nb12
VersionDeltaFile
1.6916+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc KcrH948meta-pkgs/xfce4 Makefile

   xfce4: bump for latest component updates
VersionDeltaFile
1.163+7-7meta-pkgs/xfce4/Makefile
+7-71 files

NetBSD/pkgsrc H5dX64ndoc CHANGES-2025

   doc: Updated sysutils/xfce4-thunar to 4.20.6
VersionDeltaFile
1.6915+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc YdPzeYfsysutils/xfce4-thunar distinfo Makefile

   xfce4-thunar: update to 4.20.6

   4.20.6 (2025-10-16)
   ======
   - Prevent GFileMonitor leak for folders (#1724)
   - Don't use variables for strings in ngettext (#1683)
   - Fix 'MOUNTED' state on file reload when unmounted
   - Translation Updates:
     Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque,
     Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
     (Hong Kong), Chinese (Taiwan), Czech, Danish, Dutch, Eastern
     Armenian, English (Australia), English (United Kingdom), Esperanto,
     Estonian, Finnish, French, Galician, Georgian, German, Greek,
     Hungarian, Icelandic, Indonesian, Interlingue, Japanese, Kazakh,
     Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post
     1500), Persian (Iran), Polish, Portuguese (Brazil), Romanian,
     Serbian, Slovenian, Spanish, Swedish, Thai, Turkish, Venetian,
     Vietnamese


    [24 lines not shown]
VersionDeltaFile
1.46+4-4sysutils/xfce4-thunar/distinfo
1.112+2-3sysutils/xfce4-thunar/Makefile
+6-72 files

NetBSD/pkgsrc adHkC7Cdoc CHANGES-2025

   doc: Updated x11/xfce4-panel to 4.20.5
VersionDeltaFile
1.6914+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Rqq93q2x11/xfce4-panel distinfo Makefile

   xfce4-panel: update to 4.20.5

   4.20.5 (2025-08-14)
   ======
   - wayland: panel: Ensure panel window is shown at least once
   - panel: Don't show panel window too early
   - panel: Restrict X-XFCE-Unique=SCREEN to X11
   - Fix string comparison when searching for plugin dirs
   - wayland: Support multiple workspace groups where it makes sense
   - tasklist: Deactivate context menu when its button is destroyed
   - x11: Let GtkSocket expand if possible
   - libxfce4panel: Restore possibility to oversize icons
   - wayland: autohide: Try to trigger size_allocate() more reliably
   - panel: Show window when new output is connected
   - Translation Updates:
     Arabic, Georgian, Greek, Polish, Swedish
VersionDeltaFile
1.48+4-4x11/xfce4-panel/distinfo
1.120+2-3x11/xfce4-panel/Makefile
+6-72 files

NetBSD/pkgsrc Fi8w01Gdoc CHANGES-2025

   doc: Updated x11/xfce4-tumbler to 4.20.1
VersionDeltaFile
1.6913+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc PPxz6Nsx11/xfce4-tumbler distinfo Makefile

   xfce4-tumbler: update to 4.20.1

   4.20.1 (2025-10-13)
   ======
   - Update Copyright year
   - gepub-thumbnailer: Get pixbuf in "area-prepared" signal handler
   - gst-thumbnailer: Fix TumblerThumbnailFlavor leak
   - ffmpeg-thumbnailer: Update mime type list from upstream desktop file
   - xdg-cache: Fix TumblerThumbnailFlavor leaks
   - cover-thumbnailer: Capture regex matchinfo for series episodes
   - cover-thumbnailer: Update the base URL for TMDB
   - cover-thumbnailer: Use correct parameter types with curl
   - poppler-thumbnailer: Only use embedded thumbnail if resolution
   suffices
   - gst-thumbnailer: Make mime type checking more flexible
   - Translation Updates:
     Albanian, Romanian, Slovak
VersionDeltaFile
1.21+4-4x11/xfce4-tumbler/distinfo
1.148+2-3x11/xfce4-tumbler/Makefile
+6-72 files

NetBSD/pkgsrc akR8zyAdoc CHANGES-2025

   doc: Updated x11/xfce4-session to 4.20.3
VersionDeltaFile
1.6912+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc ibiQSFcx11/xfce4-session distinfo Makefile

   xfce4-session: update to 4.20.3

   4.20.3 (2025-08-14)
   ======
   - wayland: startxfce4: Remove definition of SDL_VIDEODRIVER variable
   - Add xapp for Settings in xfce-portals.conf
   - startxfce4: Add check for /etc/vconsole.conf
   - labwc: Add some default config values
   - xfce-portals.conf: Add wlr for ScreenCast
   - startxfce4: Improve keyboard layout detection on wayland
   - wayland: start a D-Bus session only if there isn't one already
   - Use syntax compatible with most sh shells.
   - labwc: Add window snapping range
VersionDeltaFile
1.43+4-4x11/xfce4-session/distinfo
1.129+2-3x11/xfce4-session/Makefile
+6-72 files

NetBSD/pkgsrc aiEPbGwdoc CHANGES-2025

   doc: Updated x11/xfce4-settings to 4.20.2
VersionDeltaFile
1.6911+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc y8tvQsKx11/xfce4-settings distinfo Makefile

   xfce4-settings: update to 4.20.2

   4.20.2 (2025-08-14)
   ======
   - display: Add/improve some debug logs
   - wayland: displays: Don't wl_display_roundtrip() on new output
   - settings-editor: Fix -Wcomma warning
   - common: Fix memory leak
   - common: Be more secure when parsing pnp.ids file
   - x11: display: Properly take XRRModeFlags into account
   - xfsettingsd: Use 2 decimals in warning about unknown mode
   - build: Fix resource not found at runtime
   - build: Automate copyright year management
   - build: Replace xdt-csource with glib-compile-resources
   - build: Define xfce4 min version >= 4.18
   - display-settings: Add missing update of /ActiveProfile
   - Translation Updates:
     Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
     Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese

    [8 lines not shown]
VersionDeltaFile
1.32+4-4x11/xfce4-settings/distinfo
1.103+2-3x11/xfce4-settings/Makefile
+6-72 files

NetBSD/pkgsrc BhrxFr1x11/qt6-qtbase PLIST.Linux

   qt6-qtbase: PLIST.Linux: catch up with update
VersionDeltaFile
1.8+2-2x11/qt6-qtbase/PLIST.Linux
+2-21 files