NetBSD/pkgsrc FufG7PVsecurity/kleopatra Makefile PLIST

   kleopatra: install xdg file indirectly
VersionDeltaFile
1.21+12-1security/kleopatra/Makefile
1.3+2-1security/kleopatra/PLIST
+14-22 files

NetBSD/pkgsrc VuXBVyVdoc CHANGES-2026

   doc: Updated lang/LuaJIT2 to 2.1.1713773202nb1
VersionDeltaFile
1.36+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zvd0DvHlang/LuaJIT2 Makefile

   LuaJIT2: Enable Lua 5.2 compatibility.

   Fix pkg-config file while here.

   Bump PKGREVISION.
VersionDeltaFile
1.19+6-1lang/LuaJIT2/Makefile
+6-11 files

NetBSD/pkgsrc 1jqHfIZdoc CHANGES-2026

   doc: Updated editors/xemacs-nox11 to 21.4.25
VersionDeltaFile
1.35+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mF77xZSdoc CHANGES-2026

   doc: Updated editors/xemacs to 21.4.25
VersionDeltaFile
1.34+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oRRFIV2editors/xemacs distinfo Makefile.common, editors/xemacs-nox11 Makefile

   xemacs{,-nox11} -- Update to v21.4.25

   The update was prompted by an important bytecode fix, in addition
   upstream took most of our patches.

   From upstream's changelog:

   2026-01-01  Aidan Kehoe  <kehoea at parhasard.net>

           * XEmacs 21.4.25 is released

   2026-01-01  Aidan Kehoe  <kehoea at parhasard.net>

           Changes from Hauke Fath, <hauke at Espresso.Rhein-Neckar.DE>,
           maintained in NetBSD pkgsrc tree.

           * unexelf.c:
           * unexelf.c (unexec):
           Build on NetBSD/alpha

    [88 lines not shown]
VersionDeltaFile
1.5+14-57editors/xemacs/patches/patch-configure
1.37+5-21editors/xemacs/distinfo
1.41+3-2editors/xemacs/Makefile.common
1.144+1-2editors/xemacs/Makefile
1.43+1-2editors/xemacs-nox11/Makefile
1.7+1-1editors/xemacs/patches/patch-src_lisp.h
+25-8515 files not shown
+40-10021 files

NetBSD/pkgsrc LlcKXLXdoc CHANGES-2026

   doc: Updated x11/sddm to 0.21.0nb1
VersionDeltaFile
1.33+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ummSSbnx11/sddm Makefile distinfo, x11/sddm/files sddm.sh

   sddm: apply various functional fixes

   From Stepan Ipatov via pkgsrc-wip:

   Fix keyboard responsiveness on startup. "It happens due to the way sddm
   selects the virtual TTY for starting the X server. It calls
   ioctl(fd, VT_OPENQRY, &vt) and gets the first free TTY. The problem is
   that at the stage of system boot when the rc scripts are executed, the
   ioctl() call returns /dev/ttyE1. Apparently, sddm and getty do not
   coexist well on the same TTY. The only workaround I've found so far is
   to delay starting sddm until init has already spawned getty. Once that
   happens, ioctl() returns the expected /dev/ttyE4."

   Require dbus during rc.d startup.

   Further changes from me:

   Fixed typo in the rc.d/sddm script that prevented directories from
   being created.

    [5 lines not shown]
VersionDeltaFile
1.2+22-8x11/sddm/files/sddm.sh
1.2+4-5x11/sddm/patches/patch-src_common_VirtualTerminal.cpp
1.2+6-2x11/sddm/Makefile
1.2+2-2x11/sddm/distinfo
+34-174 files

NetBSD/pkgsrc HhnsfOowww/palemoon distinfo, www/palemoon/patches patch-platform_media_ffvpx_libavutil_arm_bswap.h

   palemoon: add aarch64 patch from www/firefox
VersionDeltaFile
1.1+32-0www/palemoon/patches/patch-platform_media_ffvpx_libavutil_arm_bswap.h
1.35+2-1www/palemoon/distinfo
+34-12 files

NetBSD/pkgsrc GZ1FjIcdoc CHANGES-2026

   doc: updated dbmail
VersionDeltaFile
1.32+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BE5PypAmail/dbmail Makefile PLIST, mail/dbmail/files dbmailsieved.sh dbmailhttpd.sh

   dbmail: update to 3.5.5

   pkgsrc changes:
     package now creates an unprivileged user
     conf file subsitutions for sane pgksrc defaults

   3.5.5
     DBMail 3.5.5 offers new features and a few bug fixes, including a new
     authentication method, improved support for Postfix, logging improvements
     and listing forwarders.
   DBMail 3.5.4
     Te main changes are better support for docker and systemd, MySQL compression
     and an anomaly in how libzdb handles NULLs.

   Version 3.5.3
     Various memory leaks fixed
     Fix invalid free and invalid read
     sieve port changed to 4190 as per rfc5804


    [20 lines not shown]
VersionDeltaFile
1.88+29-14mail/dbmail/Makefile
1.15+21-7mail/dbmail/PLIST
1.1+18-0mail/dbmail/files/dbmailsieved.sh
1.1+18-0mail/dbmail/files/dbmailhttpd.sh
1.14+4-4mail/dbmail/options.mk
1.22+4-4mail/dbmail/distinfo
+94-296 files not shown
+104-3912 files

NetBSD/pkgsrc JKwONImdatabases/libzdb distinfo buildlink3.mk, databases/libzdb/patches patch-src_system_Time.c patch-src_util_Str.c

   libzdb: update to 3.5.0

   Version 3.5.0
   Added numeric DB error codes and SQLSTATE support (PostgreSQL).
   Blocks MySQL proxies by default due to protocol issues.
   Oracle cleanup; supports 18c+, fixes transaction bugs.
   More reliable MySQL/PostgreSQL ping and reconnect behavior.
   Fixed multi-threaded pool memory and locking issues.

   Version 3.4.1
   ConnectionPool can report database type.
   Optional SQLite shared cache for better concurrency.
   SSL/TLS options added to MySQL and PostgreSQL URLs.
   Removed SQLite heap_limit URL parameter.

   Version 3.4.0
   Configurable transaction isolation on begin.
   New valueOr macro for safer return handling.
   SQLite multi-thread mode enabled by default.

    [8 lines not shown]
VersionDeltaFile
1.3+12-12databases/libzdb/patches/patch-src_system_Time.c
1.12+5-9databases/libzdb/distinfo
1.29+6-6databases/libzdb/buildlink3.mk
1.2+6-3databases/libzdb/options.mk
1.42+2-3databases/libzdb/Makefile
1.2+1-1databases/libzdb/patches/patch-src_util_Str.c
+32-344 files not shown
+36-3710 files

NetBSD/pkgsrc BQj8hgMdoc CHANGES-2026

   doc: Updated editors/featherpad to 1.6.3
VersionDeltaFile
1.31+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Mv9jzVdeditors/featherpad distinfo Makefile

   editors/featherpad: update to 1.6.3

   V1.6.3
   ---------
    * Check for nullity before calling `deleteLater()` — they say that's needed with Clang's optimizations enabled.
    * Fixed an asymmetry between the forward and backward searches/replacements if some text was selected.
    * Made replacing after searching easier (without needing to clear the selection first).
    * Fixed showing of ampersand in the recent files menus.
    * Fixed highlighting of C++ numbers with single quote as separator.
    * Added more explanation on searching and replacing to Help.
VersionDeltaFile
1.33+4-4editors/featherpad/distinfo
1.62+2-3editors/featherpad/Makefile
+6-72 files

NetBSD/pkgsrc rfPatq5doc CHANGES-2026

   doc: Updated devel/cargo-nextest to 0.9.117
VersionDeltaFile
1.30+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VDW4ZsVdevel/cargo-nextest distinfo cargo-depends.mk

   devel/cargo-nextest: update to 0.9.117

   Added

    - Experimental support for running benchmarks via cargo nextest bench. Set NEXTEST_EXPERIMENTAL_BENCHMARKS=1 to enable.
    - Benchmarks have a separate configuration namespace with dedicated slow-timeout and global-timeout settings:

       [bench]
       slow-timeout = { period = "120s", terminate-after = 2 }
       global-timeout = "1h"

    - Per-test overrides are also supported within the [bench] section.
    - The list command now supports --message-format oneline for grep-friendly output.
    - Nextest now accepts --target host-tuple to explicitly target the host platform, mirroring Cargo's new feature. This resolves to the detected host triple at runtime. (#2872)

   Changed

    - The default output style for cargo nextest list has been changed to a new auto value, which is equivalent to human (the previous default) if standard output is an interactive terminal, and oneline if not.


    [4 lines not shown]
VersionDeltaFile
1.5+46-61devel/cargo-nextest/distinfo
1.5+14-19devel/cargo-nextest/cargo-depends.mk
1.8+2-2devel/cargo-nextest/Makefile
+62-823 files

NetBSD/pkgsrc JHuYrSzdoc TODO

   doc/TODO: +sendmail

   + sendmail-8.18.2.
VersionDeltaFile
1.26603+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc QjA2bSvtextproc/ruby-rexml Makefile

   textproc/ruby-rexml: not for ruby34

   Ruby 3.3.10 and Ruby 3.4.8 contains rexml 3.4.4 as bundled gem.
VersionDeltaFile
1.31+3-3textproc/ruby-rexml/Makefile
+3-31 files

NetBSD/pkgsrc lyXGqlXwww/firefox128 distinfo, www/firefox128/patches patch-media_ffvpx_libavutil_arm_bswap.h

   firefox128: backport patch
VersionDeltaFile
1.2+18-5www/firefox128/patches/patch-media_ffvpx_libavutil_arm_bswap.h
1.21+2-2www/firefox128/distinfo
+20-72 files

NetBSD/pkgsrc U1lCwKNdatabases/p5-DBD-mysql DESCR

   databases/p5-DBD-mysql: Note that this is broken with MariaDB
VersionDeltaFile
1.3+3-0databases/p5-DBD-mysql/DESCR
+3-01 files

NetBSD/pkgsrc RrVu4tcsecurity/zoneminder Makefile

   security/zoneminder: Add comments about p5 DBD mysql woes

   DBD-mysql no longer works with mariadb.  There's a zoneminder upstream
   change to use DBD-MariaDB which needs addressing.
VersionDeltaFile
1.91+13-2security/zoneminder/Makefile
+13-21 files

NetBSD/pkgsrc 989qjWgdevel/clion-bin PLIST

   clion-bin: try fixing build on non-aarch64

   using x86_64 bulk build logs, untested
VersionDeltaFile
1.4+9-5devel/clion-bin/PLIST
+9-51 files

NetBSD/pkgsrc vUcmdngdoc CHANGES-2026

   doc: Updated www/hugo to 0.154.1
VersionDeltaFile
1.29+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 27Hvl03www/hugo distinfo Makefile

   hugo: Update to 0.154.1

   upstream changes:
   -----------------
   v0.154.1
   What's Changed
     * Add WASM licensing information to README 8f3527f @bep
     * Fix partial decorator detection in partial with blocks with outer range break or continue 09048aa @bep #14333

   v0.154.0
   Bug fixes
     * tpl/collections: Fix apply to work with built-in funcs like len 5c7fad2 @bep #13418
     * Revert "resources/page: Fix slugorcontentbasename for section pages" bf1d20d @bep #14104 #14325
   Improvements
     * helpers: Limit verbose watch output for better readability d3b5d47 @majiayu000 #14277
     * tpl/reflect: Make the IsImageResource implementation less technical 86cd183 @bep
     * internal/warpc: Increase WebP memory limit to 384 MiB 871da33 @jmooring #14309
     * Update tpl/reflect/reflect.go 1deec99 @bep
     * Add reflect.Is{Page,Site,Resource,ImageResource} b7bb557 @bep #14307

    [3 lines not shown]
VersionDeltaFile
1.49+10-10www/hugo/distinfo
1.128+2-2www/hugo/Makefile
1.32+2-2www/hugo/go-modules.mk
+14-143 files

NetBSD/pkgsrc LofGkk5doc CHANGES-2026

   doc: Updated sysutils/duplicity to 3.0.7
VersionDeltaFile
1.28+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TBI7iIqsysutils/duplicity distinfo Makefile

   duplicity: Update to 3.0.7

   upstream changes:
   -----------------
   rel.3.0.7 / 2025-12-31
     * ad175c22:fix: replace custom deltree with built-in shutil.rmtree.
     * 101be7fd:fix: delete duplicate code in DirDelta.
     * c0d3e72d:fix: webdavs with "--concurrency 1" failed because of missing auth header
     * a08f8bef:fix: disable s3 checksum workaround, warn only...
     * f7055a7a:fix: --log-timestamp no longer working.
     * ac163d5e:fix: Combined fix to related issues 912 and 914

   rel.3.0.6.3 / 2025-12-05
     * dd45a92d:chg: Update check_tags to use current branch.
     * 5bbb5813:fix: Change log level from Info to Notice in get_passphrase().
     * a9c4fbad:chg: Add key_needs_passphrase(key).
     * abaf8485:chg: Better error message from get_remote_file().
     * b083fca8:fix: 'duplicity --no-check-remote inc' prints spurious warning "found missing difftar(s) in backup sets"
     * 9400fc37:chg: Add check_tags minor fix to setversion.

    [7 lines not shown]
VersionDeltaFile
1.41+4-4sysutils/duplicity/distinfo
1.78+3-2sysutils/duplicity/Makefile
+7-62 files

NetBSD/pkgsrc PlOxfBrdoc CHANGES-2026

   doc: Updated graphics/darktable to 5.0.0nb12
VersionDeltaFile
1.27+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FTaD0Adgraphics/darktable Makefile PLIST

   graphics/darktable: Add libavif as dependency

   * If you have installed graphics/libavif already, CMake detects it.
     However it was not buildlinked and causes a build failure.
     It is useful to support AVIF and add libavif as dependency.
   * Bump PKGREVISION for dependency change.
VersionDeltaFile
1.183+3-2graphics/darktable/Makefile
1.20+2-1graphics/darktable/PLIST
+5-32 files

NetBSD/pkgsrc R9618Jcdoc CHANGES-2026

   doc: Updated games/openttd to 15.0
VersionDeltaFile
1.26+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc eziNLoKgames/openttd distinfo PLIST, games/openttd/patches patch-cmake_InstallAndPackage.cmake patch-cmake_PackageBundle.cmake

   openttd: Update to 15.0

   pkgsrc changes:
   ---------------
     * Remove obsolete MESSAGE file.

   upstream changes:
   -----------------
   ### 15.0 (2026-01-01)

   ### 15.0-RC4 (2025-12-26)

   ### 15.0-RC3 (2025-12-20)

   ### 15.0-RC2 (2025-12-13)

   ### 15.0-RC1 (2025-12-07)

   ### 15.0-beta3 (2025-08-31)

    [6 lines not shown]
VersionDeltaFile
1.49+6-7games/openttd/distinfo
1.33+5-3games/openttd/PLIST
1.5+3-3games/openttd/patches/patch-cmake_InstallAndPackage.cmake
1.136+2-3games/openttd/Makefile
1.2+2-2games/openttd/patches/patch-cmake_PackageBundle.cmake
1.7+1-1games/openttd/MESSAGE
+19-191 files not shown
+20-207 files