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

   Update current testing status.
VersionDeltaFile
1.55+5-3sys/arch/m68k/m68k/pmap_68k.c
+5-31 files

NetBSD/src SFHdeVzsys/arch/next68k/conf std.next68k

   Switch next68k to the new pmap by default.
VersionDeltaFile
1.14+2-2sys/arch/next68k/conf/std.next68k
+2-21 files

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

   Add a new pmap_bootmap flag, "CWT", which says to create a static mapping
   with write-through caching.
VersionDeltaFile
1.54+15-9sys/arch/m68k/m68k/pmap_68k.c
1.14+3-2sys/arch/m68k/include/pmap_68k.h
1.56+3-2sys/arch/m68k/include/pmap_motorola.h
+21-133 files

NetBSD/src RQ6535Jsys/arch/m68k/m68k bus_dma.c

   Fix inverted "cacheable" logic in the __HAVE_NEW_PMAP_68K case.

   With this fix, my 68040 NeXTstation boots diskless multi-user with
   the new pmap.
VersionDeltaFile
1.43+3-3sys/arch/m68k/m68k/bus_dma.c
+3-31 files

NetBSD/pkgsrc fme48JDdevel/libgudev buildlink3.mk

   libgudev: add missing include
VersionDeltaFile
1.5+3-1devel/libgudev/buildlink3.mk
+3-11 files

NetBSD/pkgsrc 6kf6m6wdoc CHANGES-2026

   doc: Updated sysutils/xfe to 2.1.6
VersionDeltaFile
1.2566+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BGkakXDsysutils/xfe PLIST distinfo, sysutils/xfe/patches patch-src_main.cpp patch-src_SearchWindow.cpp

   sysutils/xfe: update to 2.1.6

   # upstream changes (since version 1.45)

   Version 2.1.6 (released 28/03/2026)
   - fix slow copy/move files when using Copy to and Drag and Drop (regression introduced in Xfe 2.1.4)

   Version 2.1.5 (released 01/03/2026)
   - fix some garbage strings in Xfi (regression introduced in Xfe 2.1.3)
   - add a warning message when a program is not found, before displaying the Open with... dialog
   - make all warning messages have the appropriate icon
   - fix a crash when manipulating bookmarks (bug #314)
   - fix escape or return key not working in command window
   - fix return key not working after a file was selected in the new symlink file dialog
   - fix opening files with spaces in their file name not working when startup notification is not used (regression
     introduced in Xfe 2.1.4)

   Version 2.1.4 (released 08/02/2026)
   - set initial browsing directory to current directory when comparing files

    [253 lines not shown]
VersionDeltaFile
1.15+782-524sysutils/xfe/PLIST
1.3+13-14sysutils/xfe/patches/patch-src_main.cpp
1.1+24-0sysutils/xfe/patches/patch-src_SearchWindow.cpp
1.1+23-0sysutils/xfe/patches/patch-src_xfedefs.h
1.19+7-4sysutils/xfe/distinfo
1.64+7-4sysutils/xfe/Makefile
+856-5466 files

NetBSD/pkgsrc a8AVCI7sysutils/tree Makefile

   sysutils/tree: Fix build on Ubuntu 26.04 (gcc 15.2)

   Build was failing on empty parens function declarations.
VersionDeltaFile
1.15+3-1sysutils/tree/Makefile
+3-11 files

NetBSD/pkgsrc pSBNDqtdoc CHANGES-2026

   doc: Updated x11/fox to 1.6.59
VersionDeltaFile
1.2565+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bE45WJCx11/fox distinfo Makefile

   x11/fox: update to 1.6.59 (FOX STABLE)

   # changes (since 1.6.57)

   * GIF loader bug fix for local colormaps.
   * C++ register reserved word warnings fixed..
   * FXSemaphore patch applied for MacOS build.
VersionDeltaFile
1.28+4-4x11/fox/distinfo
1.69+3-4x11/fox/Makefile
+7-82 files

NetBSD/pkgsrc jKoPeV0doc CHANGES-2026

   Updated misc/py-anita to 2.18
VersionDeltaFile
1.2564+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mNCostJmisc/py-anita distinfo Makefile

   misc/py-anita: update to 2.18

   Changes from 2.17:

   Support distribution URLs having a query string and/or fragment
   component

   On platforms other than NetBSD, invoke simh-vax as just vax.

   Support upcoming sysinst changes to set the the date and time as part
   of the NetBSD/vax install.

   Store the ATF output files under /var/tmp on the guest, because
   /tmp may be a tmpfs which is too small in low-memory configurations
   (NetBSD PR 59560).

   Increase default disk size to 2G, as 1536M is no longer enough to run
   the ATF tests on amd64.
VersionDeltaFile
1.58+4-4misc/py-anita/distinfo
1.82+2-2misc/py-anita/Makefile
+6-62 files

NetBSD/pkgsrc mnpkCoNgames/nethack-lib distinfo, games/nethack-lib/patches patch-src-hacklib.c

   fix build on ppc.

   use LOCALTIME_type when calling localtime().
VersionDeltaFile
1.1+20-0games/nethack-lib/patches/patch-src-hacklib.c
1.33+2-1games/nethack-lib/distinfo
+22-12 files

NetBSD/src HuRPuzpsys/arch/next68k/dev nextdisplay.c, sys/arch/next68k/include pmap.h

   Properly account for the display frame buffer in machine_bootmap[].

   New pmap now at least get close to single-user on my slab.  Issue
   with Ethernet driver?
VersionDeltaFile
1.34+22-8sys/arch/next68k/next68k/nextrom.c
1.145+12-7sys/arch/next68k/next68k/machdep.c
1.60+6-7sys/arch/next68k/next68k/pmap_bootstrap.c
1.113+3-6sys/arch/next68k/next68k/locore.s
1.33+3-3sys/arch/next68k/dev/nextdisplay.c
1.19+4-1sys/arch/next68k/include/pmap.h
+50-321 files not shown
+52-357 files

NetBSD/src SFG03eSdistrib/sets/lists/debug mi, distrib/sets/lists/tests mi

   new thread cryptodev test
VersionDeltaFile
1.1417+2-1distrib/sets/lists/tests/mi
1.512+2-1distrib/sets/lists/debug/mi
+4-22 files

NetBSD/src Y9jWsK7tests/crypto/opencrypto h_thread.c t_opencrypto.sh

   Add a threaded test to test for races in cryptodev.
VersionDeltaFile
1.1+142-0tests/crypto/opencrypto/h_thread.c
1.12+15-1tests/crypto/opencrypto/t_opencrypto.sh
1.6+6-1tests/crypto/opencrypto/Makefile
+163-23 files

NetBSD/pkgsrc-wip e1804fbR COMMIT_MSG Makefile

(math/R) update COMMIT_MSG, pkglint (-2)
DeltaFile
+46-840R/COMMIT_MSG
+2-2R/Makefile
+48-8422 files

NetBSD/pkgsrc-wip 2fa7a24R Makefile distinfo, R/patches patch-configure.ac patch-src_library_grDevices_src_devPS.c

(math/R) update to 4.5.3
DeltaFile
+39-5R/patches/patch-configure.ac
+8-2R/Makefile
+5-5R/distinfo
+2-1R/PLIST
+2-1R/PLIST.Darwin
+1-1R/patches/patch-src_library_grDevices_src_devPS.c
+57-152 files not shown
+59-178 files

NetBSD/pkgsrc f4Qxio6finance/rex Makefile

   rex: fixed building on darwin
VersionDeltaFile
1.30+4-1finance/rex/Makefile
+4-11 files

NetBSD/pkgsrc fgLxaEEdoc CHANGES-2026

   doc: Updated news/pan to 0.165
VersionDeltaFile
1.2563+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KkX2j0Knews/pan distinfo Makefile

   news/pan: update to 0.165

   v0.165 "Kostiantynivka"

   The main changes of this release are:
       task-xover: fix date parsing, a potential crash and a memory leak
       group-prefs-dialog: fix missing spellcheck language entry
       header-pane: fix crash when backspace key is hit wihout articles
VersionDeltaFile
1.54+4-4news/pan/distinfo
1.165+2-3news/pan/Makefile
+6-72 files

NetBSD/pkgsrc-wip 69465bddnsdist Makefile COMMIT_MSG, powerdns PLIST

powerdns, powerdns-recursor, dnsdist: remove, updated in pkgsrc
DeltaFile
+0-299powerdns-recursor/distinfo
+0-100powerdns-recursor/cargo-depends.mk
+0-75dnsdist/Makefile
+0-61powerdns/PLIST
+0-53dnsdist/COMMIT_MSG
+0-51powerdns-recursor/Makefile
+0-63925 files not shown
+3-1,04631 files

NetBSD/pkgsrc u607rLndoc CHANGES-2026

   doc: Updated net/dnsdist to 2.0.5
VersionDeltaFile
1.2562+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HhJBdY3net/dnsdist distinfo Makefile

   net/dnsdist: Update to version 2.0.5

   From drixter via wip.

   2.0.5
   Released: 23rd of April 2026
   Improvements
   Do not keep the parsed EDNS options around
   References: pull request 17165

   Bug Fixes
   Hardened DoQ internal error handling for cross-protocol queries
   References: pull request 17170
   Give TCP thread as default for definition USE_SINGLE_ACCEPTOR_THREAD
   References: #17109, pull request 17168
   Hardened DoH3 internal error handling for cross-protocol queries
   References: pull request 17173
   Handle missing X-Forwarded-For on existing DoH connection
   References: pull request 17176

    [36 lines not shown]
VersionDeltaFile
1.25+4-4net/dnsdist/distinfo
1.48+2-2net/dnsdist/Makefile
+6-62 files

NetBSD/pkgsrc 5LHGhM6doc CHANGES-2026

   doc: Updated net/powerdns-recursor to 5.4.1
VersionDeltaFile
1.2561+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CwHJRfznet/powerdns-recursor distinfo Makefile

   net/powerdns-recursor: Update to version 5.4.1

   From drixter via wip.

   5.4.1
   Released: 22th of April 2026
   Bug Fixes
   Fix PowerDNS Security Advisory 2026-03 for PowerDNS Recursor: Multiple Issues

   References: pull request TBD
VersionDeltaFile
1.49+4-4net/powerdns-recursor/distinfo
1.58+2-2net/powerdns-recursor/Makefile
+6-62 files

NetBSD/pkgsrc TkX5vgXdoc CHANGES-2026

   doc: Updated net/powerdns to 5.0.4
VersionDeltaFile
1.2560+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AHtWn3snet/powerdns distinfo Makefile.common

   net/powerdns: Update to version 5.0.4

   From drixter via wip.

   5.0.4
   Released: 22th of April 2026
   This is release 5.0.4 of the Authoritative Server. It contains security fixes only.

   Please review the Upgrade Notes before upgrading from versions < 4.9.x.

   Bug Fixes
   Fix PowerDNS Security Advisory 2026-05 for PowerDNS Authoritative Server: Multiple Issues
   References: pull request 17191
VersionDeltaFile
1.57+4-4net/powerdns/distinfo
1.46+2-2net/powerdns/Makefile.common
+6-62 files

NetBSD/pkgsrc-wip 3230020rust-beta Makefile

rust-beta: fix last comment

More clean-up will follow upon beta.5 release.
DeltaFile
+6-6rust-beta/Makefile
+6-61 files

NetBSD/pkgsrc QdXtdjXdoc TODO CHANGES-2026

   doc: Updated games/vms-empire to 1.22
VersionDeltaFile
1.27154+2-2doc/TODO
1.2559+2-1doc/CHANGES-2026
+4-32 files