NetBSD/src SpnOGJBsys/arch/mac68k/dev sbc.c

   Follow pdma more closely in drq_intr.

   Performing the first few bytes inidiviually has improved reliabiltiy for
   SBC_INTR xfers.  This follows what is done in pdma_out.

   Thus far I've had only 1 error reading from a piscsi emulated cdrom drive,
   continuously unpacking sets for at least 5 hrs.  I'm now of the impression
   that the piscsi cdrom emulation may have problems.

   In any case the overall reliablity of drq_intr xfers has dramattically
   improved.
VersionDeltaFile
1.72+4-4sys/arch/mac68k/dev/sbc.c
+4-41 files

NetBSD/src hRl4IAcsys/arch/mac68k/dev sbc.c

   Provide a fast path out for drq_intr when aborting the xfer.

   The data is would just be discarded in dma_stop otherwize.
VersionDeltaFile
1.71+5-2sys/arch/mac68k/dev/sbc.c
+5-21 files

NetBSD/pkgsrc xeBrNFBgraphics/flameshot Makefile

   flameshot: remove stale PKGCONFIG_OVERRIDE
VersionDeltaFile
1.7+1-3graphics/flameshot/Makefile
+1-31 files

NetBSD/pkgsrc j0ob1F8doc CHANGES-2026

   doc: added graphics/qt6-qt-color-widgets, updated graphics/flameshot
VersionDeltaFile
1.1532+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc IGnolWbgraphics Makefile

   graphics: +qt6-qt-color-widgets
VersionDeltaFile
1.1113+2-1graphics/Makefile
+2-11 files

NetBSD/pkgsrc 8B26LTvgraphics/flameshot Makefile PLIST

   flameshot: update to 13.3.0

   New in version 13:
   Package maintainers can compile out the update checker using -DDISABLE_UPDATE_CHECKER.
   The pixelation feature has been replaced with a new "secure" implementation that only uses pixels outside of the area to be redacted.
   Pinned images can now be rotated.
   A grim based screenshot adapter has been added to work with more wlroots Wayland compositors. Users can enable this in settings.
   Users can symmetrically resize (holding Shift) and preserve aspect ratio (using Ctrl) while resizing.
   Pinned images can have a transparency effect applied.
   A grid can be optionally enabled via the sidebar, and users can have their annotations snap to grid.
   SingleApplication dependency has moved to KdSingleApplication to work around a Qt SharedMemory bug.
   New dateformat of %d-%m-%Y has been added.
   New option to prompt user before exiting has been added to config.
   JPEG quality option has been added.
   Enable saving HEIF/HEIC when supported by 3rd party plug-ins.
   Kde-connect share integration. (needs more testing)
   Add Shortcut to Cancel current selection using CtrlBackspace
   Pinned images now have window titled flameshot-pin.
   Separate tool size for the tools.

    [11 lines not shown]
VersionDeltaFile
1.6+12-9graphics/flameshot/Makefile
1.2+9-0graphics/flameshot/PLIST
1.2+4-4graphics/flameshot/distinfo
+25-133 files

NetBSD/pkgsrc A4hghuMgraphics/qt6-qt-color-widgets Makefile

   g/c stale comment
VersionDeltaFile
1.2+1-3graphics/qt6-qt-color-widgets/Makefile
+1-31 files

NetBSD/pkgsrc vUaW0Wqgraphics/qt6-qt-color-widgets PLIST Makefile

   graphics/qt6-qt-color-widgets: import qt6-qt-color-widgets-3.0.0

   Color dialog that is more user-friendly than the default QColorDialog.
VersionDeltaFile
1.1+51-0graphics/qt6-qt-color-widgets/PLIST
1.1+29-0graphics/qt6-qt-color-widgets/Makefile
1.1+14-0graphics/qt6-qt-color-widgets/buildlink3.mk
1.1+5-0graphics/qt6-qt-color-widgets/distinfo
1.1+1-0graphics/qt6-qt-color-widgets/DESCR
+100-05 files

NetBSD/src bemcKKRlib/libedit map.c eln.c

   PR/60054: Kristofer Peterson: adding user defined functions with narrow
   name/desription leaks memory
VersionDeltaFile
1.58+11-4lib/libedit/map.c
1.40+3-5lib/libedit/eln.c
1.15+3-2lib/libedit/map.h
1.30+2-2lib/libedit/makelist
+19-134 files

NetBSD/pkgsrc A7mEzmmdoc CHANGES-2026

   doc: Updated net/deskflow to 1.26.0
VersionDeltaFile
1.1531+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0K6tiTaprint/zathura buildlink3.mk

   print/zathura: set BUILDLINK_API_DEPENDS.zathura>=2026.02.22

   We missed the API and ABI bump at version 0.5.8. The API and ABI versions
   are exposed to zathura plugins, so to be safe adjust the API version to
   match the latest update to zathura-2026.02.22.

   Discussed on tech-pkg.
VersionDeltaFile
1.33+2-3print/zathura/buildlink3.mk
+2-31 files

NetBSD/pkgsrc 7IiHqeqnet/tigervnc Makefile

   tigervnc: needs googletest

   tests/unit/gesturehandler.cxx:27:10: fatal error: gtest/gtest.h
VersionDeltaFile
1.86+2-1net/tigervnc/Makefile
+2-11 files

NetBSD/pkgsrc vJuZXezdoc CHANGES-2026

   doc: Updated print/mupdf to 1.27.2
VersionDeltaFile
1.1530+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mcA4dYtprint/mupdf distinfo Makefile, print/mupdf/patches patch-source_fitz_load-jpx.c patch-Makerules

   print/mupdf: update to mupdf-1.27.2

   Patches updated:

     patches/patch-Makelists:

       "Fix compiling with a pre-c++20 compiler" has been addressed
       by upstream in a similar way, by testing whether USE_ZXINGCPP
       is set.

     patches/patch-source_fitz_stext-search.c:

       Since we don't use the thirdparty libraries from MuPDF, MuPDF
       needs include/mujs/regexp.h from lang/mujs. Please see the
       post-install target in lang/mujs/Makefile.

   List of changes in MuPDF 1.27

     New and updated documentation! Build local HTML and Markdown

    [94 lines not shown]
VersionDeltaFile
1.11+11-11print/mupdf/patches/patch-source_fitz_load-jpx.c
1.3+11-10print/mupdf/patches/patch-Makerules
1.82+9-8print/mupdf/distinfo
1.1+16-0print/mupdf/patches/patch-source_fitz_stext-search.c
1.5+2-13print/mupdf/patches/patch-Makelists
1.139+9-5print/mupdf/Makefile
+58-472 files not shown
+68-558 files

NetBSD/pkgsrc 94pU292doc CHANGES-2026

   doc: Updated lang/mujs to 1.3.9
VersionDeltaFile
1.1529+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9uEXbmdlang/mujs Makefile distinfo

   devel/mujs: update to mujs-1.3.9

   Briefly discussed on tech-pkg with leot@ and nia@

   pkgsrc changes:

     Install include/mujs/regexp.h which is needed by recent versions of print/mupdf.

   mujs-1.3.9
   ==========

   Commits:
     Bug 709180: Fix simple array check in Array.prototype.sort.
     Bug 709127: Plug memory leak in String.prototype.replace.
     Bug 709128: Avoid undefined behavior for -INT_MIN in js_itoa.
     Avoid UB when computing (unused) pointer from NULL.
     Add "undefined" UB sanitize build target.
     Bug 709124: Guard against malicious Array.prototype.sort comparator.
     Bug 709103: Increase lexbuf capacity counter after realloc (not before).

    [39 lines not shown]
VersionDeltaFile
1.8+8-2lang/mujs/Makefile
1.8+4-4lang/mujs/distinfo
1.4+2-1lang/mujs/PLIST
+14-73 files

NetBSD/pkgsrc NyrJ0mpx11/alacritty Makefile PLIST.App

   alacritty: support building as macOS app bundle
VersionDeltaFile
1.41+17-1x11/alacritty/Makefile
1.1+14-0x11/alacritty/PLIST.App
+31-12 files

NetBSD/pkgsrc HC5I6Nrnet/deskflow PLIST.App

   deskflow: PLIST.App: catch up w/ update
VersionDeltaFile
1.4+2-0net/deskflow/PLIST.App
+2-01 files

NetBSD/pkgsrc oZ2RmXwemulators/qemu PLIST

   qemu: fix PLIST for -doc option. Some files installed unconditionally.
VersionDeltaFile
1.103+3-3emulators/qemu/PLIST
+3-31 files

NetBSD/pkgsrc aF9J0hylang/openjdk11 Makefile

   openjdk11: backport alloca() fix from openjdk17
VersionDeltaFile
1.85+5-1lang/openjdk11/Makefile
+5-11 files

NetBSD/src HbYAojfusr.bin/make job.c

   Avoid use of __func__ to stay C90 compatible.
VersionDeltaFile
1.528+7-8usr.bin/make/job.c
+7-81 files

NetBSD/pkgsrc hQiyRtWmail/dbmail Makefile, mail/dbmail/files dbmailhttpd.sh dbmailimapd.sh

   dbmail: ensure pidfile directory exists. Bump
VersionDeltaFile
1.2+11-1mail/dbmail/files/dbmailhttpd.sh
1.4+11-1mail/dbmail/files/dbmailimapd.sh
1.4+11-1mail/dbmail/files/dbmaillmtpd.sh
1.4+11-1mail/dbmail/files/dbmailpop3d.sh
1.2+11-1mail/dbmail/files/dbmailsieved.sh
1.91+4-3mail/dbmail/Makefile
+59-86 files

NetBSD/src eb161Cwusr.bin/make/unit-tests Makefile opt-debug-graph1.exp

   tests/make: remove filemon path from expected debug output

   That variable is not essential for the test, and it differs between the
   standard configuration and the c90-stdbool configuration from
   test-variants.mk.
VersionDeltaFile
1.380+3-1usr.bin/make/unit-tests/Makefile
1.15+0-1usr.bin/make/unit-tests/opt-debug-graph1.exp
1.11+0-1usr.bin/make/unit-tests/opt-debug-graph2.exp
1.11+0-1usr.bin/make/unit-tests/opt-debug-graph3.exp
1.16+0-1usr.bin/make/unit-tests/suff-main-several.exp
1.10+0-1usr.bin/make/unit-tests/suff-transform-debug.exp
+3-66 files

NetBSD/pkgsrc qkds0Qanet/deskflow distinfo Makefile

   deskflow: update to 1.26.0

   Korean(ko) translation
   Option to start in the "locked to computer" state
   Option to show the version in the windows title
   Clients can now use a list hostnames or ips for the server address
   Client options are in a new client configuration dialog
   Provide a more accurate suggested IP, Update as network info changes if needed.
   Add a simple search to the log
   Lookup host name with IP4 or IP6
   Replace broken scroll speed with a scroll scaling options
   Bugfixes
VersionDeltaFile
1.7+4-10net/deskflow/distinfo
1.14+2-3net/deskflow/Makefile
1.4+1-0net/deskflow/PLIST
+7-133 files

NetBSD/src gzj788Wusr.bin/make job.c

   make: normalize whitespace
VersionDeltaFile
1.527+4-4usr.bin/make/job.c
+4-41 files

NetBSD/pkgsrc-wip ad339b4syncthing Makefile

Lock to go1.25

has the same "panic: crypto/tls bug: where's my session ticket?"
issue as syncthing 1.x when built with go1.26
DeltaFile
+4-0syncthing/Makefile
+4-01 files

NetBSD/pkgsrc-wip 1d4415fsyncthing TODO Makefile

Set MKPIE_SUPPORTED=no - thanks to tnn@ for the fix
DeltaFile
+0-13syncthing/TODO
+3-0syncthing/Makefile
+3-132 files

NetBSD/pkgsrc BlACzr3doc CHANGES-2026

   doc: Updated devel/cargo-edit to 0.13.9
VersionDeltaFile
1.1528+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RAsOF1Xdevel/cargo-edit distinfo Makefile

   devel/cargo-edit: update to 0.13.9

   0.13.9 - 2026-03-02
   Fixes

    - Report error when failing to update lockfile
VersionDeltaFile
1.7+4-4devel/cargo-edit/distinfo
1.11+4-4devel/cargo-edit/Makefile
1.7+0-0devel/cargo-edit/cargo-depends.mk
+8-83 files

NetBSD/src ygEtGtBusr.bin/make job.c, usr.bin/make/unit-tests opt-debug-jobs.exp sh-errctl.exp

   MaybeSubMake: look for expansion of ${.MAKE}

   Only looking for the equivalent of ${.MAKE:T}
   and calling it a match if preceded by '/' is too aggressive.

   Look for the expansion of ${.MAKE} and if that is a full path also
   look for the basename, but in each case, only call it a match if at the
   start of the command line or preceded by space.

   Note: over enthusiastic setting of OP_SUBMAKE is harmless, though
   it can impact meta mode, requiring an explicit .META on some targets.
VersionDeltaFile
1.526+38-18usr.bin/make/job.c
1.16+1-0usr.bin/make/unit-tests/opt-debug-jobs.exp
1.9+1-0usr.bin/make/unit-tests/sh-errctl.exp
+40-183 files