NetBSD/pkgsrc U9c9FExdoc CHANGES-2025 TODO

   Updated security/dropbear, textproc/py-sphinx-automodapi
VersionDeltaFile
1.7310+3-1doc/CHANGES-2025
1.26571+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc 98X6bG5textproc/py-sphinx-automodapi Makefile distinfo

   py-sphinx-automodapi: updated to 0.22.0

   0.22.0 (2025-12-12)

   - Minimum supported Python version is now 3.10.
   - Fixing deprecation introduced in Sphinx 9.

   0.21.0 (2025-12-01)

   - Fixes compatibility with Sphinx 9.0.
   - Minimum supported Python version is now 3.9.
   - Minimum supported Sphinx version is now 5.
VersionDeltaFile
1.18+5-5textproc/py-sphinx-automodapi/Makefile
1.8+4-4textproc/py-sphinx-automodapi/distinfo
+9-92 files

NetBSD/pkgsrc P1KGNlxsecurity/dropbear Makefile distinfo, security/dropbear/patches patch-localoptions.h

   dropbear: updated to 2025.89

   2025.89 - 16 December 2025

   - Security: Avoid privilege escalation via unix stream forwarding in Dropbear
     server. Other programs on a system may authenticate unix sockets via
     SO_PEERCRED, which would be root user for Dropbear forwarded connections,
     allowing root privilege escalation.
     Reported by Turistu, and thanks for advice on the fix.
     This is tracked as CVE-2025-14282, and affects 2024.84 to 2025.88.

     It is fixed by dropping privileges of the dropbear process after
     authentication. Unix stream sockets are now disallowed when a
     forced command is used, either with authorized_key restrictions or
     "dropbear -c command".

     In previous affected releases running with "dropbear -j" (will also disable
     TCP fowarding) or building with localoptions.h/distrooptions.h
     "#define DROPBEAR_SVR_LOCALSTREAMFWD 0" is a mitigation.

    [39 lines not shown]
VersionDeltaFile
1.46+6-5security/dropbear/Makefile
1.1+11-0security/dropbear/patches/patch-localoptions.h
1.38+5-4security/dropbear/distinfo
+22-93 files

NetBSD/pkgsrc FlZdIildoc CHANGES-2025

   Updated devel/libgit2, security/easy-rsa
VersionDeltaFile
1.7309+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 1fotXgOdevel/qt6-qtwayland Makefile PLIST

   qt6-qtwayland: add vulkan files to PLIST, except on Darwin
VersionDeltaFile
1.20+8-1devel/qt6-qtwayland/Makefile
1.12+8-1devel/qt6-qtwayland/PLIST
+16-22 files

NetBSD/pkgsrc AsmXNTzsecurity/easy-rsa distinfo Makefile

   easy-rsa: updated to 3.2.5

   3.2.5 (2025-12-13)

   * ssl_cert_digest(): Support Edwards curve with LibreSSL (1eaa31e)
   * New function ssl_cert_sig_digest() (f9d2b49)
   * Add '-b' alias for --batch (575a964)
   * Introduce peer-fingerprint inline lists (94c3690)
   * Create new inline file type 'pfp', peer-fingerprint (353adc5)
   * export_pkcs(), PKCS12 inline: Respect $EASYRSA_NO_INLINE (35d7ad3)
     Original bug report: Sébastien Luttringer
   * Introduce global option --force-vars (5560d3c)
   * source_vars(): Add 'set -e' to dry-run, sub-shell sourcing vars (6598711)
   * source_vars(): Add grep check for assignment by '=' (fc36545)
   * Update EasyRSA-Advanced.md (276eaa5)
   * Introduce global option --no-inline (75e52f7)
   * Replace $ignore_vars with $EASYRSA_NO_VARS (Revert 3c0ca17) (5879488)
   * Libressl: Use ONLY $EASYRSA_FORCE_SAFE_SSL (25b7485)
   * select_x509_type_tmp(): This compliments select_ssl_cnf_tmp() (dc754e4)

    [28 lines not shown]
VersionDeltaFile
1.23+4-4security/easy-rsa/distinfo
1.22+2-2security/easy-rsa/Makefile
+6-62 files

NetBSD/pkgsrc NHaIpU6devel/libgit2 distinfo Makefile

   libgit2: updated to 1.9.2

   v1.9.2: update changelog and version numbers
VersionDeltaFile
1.45+4-4devel/libgit2/distinfo
1.95+2-3devel/libgit2/Makefile
+6-72 files

NetBSD/pkgsrc ke0attudoc CHANGES-2025

   Updated devel/py-stdio-mgr, devel/py-py2app
VersionDeltaFile
1.7308+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc uHcOz67devel/py-py2app Makefile distinfo

   py-py2app: updated to 0.28.9

   py2app 0.28.9

   .. warning::

      py2app won't work with editable installs.

   * Add support for python 3.14

   * py2app does not support free-threaded python

   * It is no longer possible to use an ``install_requires``
     option when invoking py2app.

     Support for this was inherited from setuptools, and
     that feature has been deprecated for a long time at
     this point.


    [6 lines not shown]
VersionDeltaFile
1.20+6-6devel/py-py2app/Makefile
1.12+4-4devel/py-py2app/distinfo
1.9+4-1devel/py-py2app/PLIST
+14-113 files

NetBSD/pkgsrc 780itrwdevel/py-stdio-mgr PLIST Makefile

   py-stdio-mgr: updated to 1.0.1.1

   1.0.1.1

   - Convert project build config (mostly) from `setup.py` to `pyproject.toml`
     - The dynamic README stays in `setup.py`.
   - Convert CI to GitHub Actions and diversify
     - Ubuntu tests across Pythons on every PR.
     - Cross-platform tests across Pythons on PRs to `stable`.
     - Ensuring testability of sdist in PRs to `stable`.
       - Augment `MANIFEST.in` until tests run successfully on unpacked sdist.
     - Checking all tests ran in PRs to `stable`.
     - `[skip ci]` implemented in all.

   - Refactor `__version__` to new `version.py`

   - Set up `black`, `flake`, `isort` with `tox` envs and run/fix

   - Update Python & deps versions in `tox` env matrix
VersionDeltaFile
1.2+9-6devel/py-stdio-mgr/PLIST
1.2+5-6devel/py-stdio-mgr/Makefile
1.2+4-4devel/py-stdio-mgr/distinfo
+18-163 files

NetBSD/pkgsrc YVGobEfmultimedia/xine-v4l Makefile, multimedia/xine-v4l2 Makefile

   revbump for x264
VersionDeltaFile
1.38+2-2multimedia/xine-v4l/Makefile
1.36+2-2multimedia/xine-v4l2/Makefile
1.61+2-2net/freerdp2/Makefile
1.25+2-2net/libdlna/Makefile
1.21+2-2net/libdlna/buildlink3.mk
1.9+2-2net/mkvserver_mk2/Makefile
+12-12122 files not shown
+256-225128 files

NetBSD/pkgsrc F5Wh4c0doc CHANGES-2025

   Updated multimedia/x264, mail/py-checkdmarc
VersionDeltaFile
1.7307+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 29MM1sSmail/py-checkdmarc distinfo Makefile

   py-checkdmarc: updated to 5.13.0

   5.13.0

   Updated dependencies to allow cryptography 46 to be used
   fix: dynamically select timeout method to avoid PicklingError on macOS
   Rewrite of the SPF module
   Remove return statement from the finally block
   Retry DNS queries if they time out
   Rename caught exception value in spf parsing
   Create and use Docker image
   bug fixes
   Validate DMARC sp tag like p tag
   211 spf void lookup miscount
   Reject SPF records with concatenated 'all' mechanisms without whitesp…
VersionDeltaFile
1.23+4-4mail/py-checkdmarc/distinfo
1.25+2-2mail/py-checkdmarc/Makefile
+6-62 files

NetBSD/pkgsrc BpRAPMcmultimedia/x264 distinfo PLIST, multimedia/x264/patches patch-configure patch-common_cpu.c

   x264: updated to 20250608

   Commit log https://code.videolan.org/videolan/x264/-/commits/stable
VersionDeltaFile
1.2+16-16multimedia/x264/patches/patch-configure
1.6+5-7multimedia/x264/distinfo
1.2+2-2multimedia/x264/PLIST
1.5+2-2multimedia/x264/Makefile
1.4+1-1multimedia/x264/patches/patch-common_cpu.c
1.2+1-1multimedia/x264/patches/patch-common_ppc_pixel.c
+27-296 files

NetBSD/pkgsrc oAH4F1cdoc CHANGES-2025

   doc: Updated audio/fasttracker2 to 2.03
VersionDeltaFile
1.7306+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc sJYcX0Gaudio/fasttracker2 distinfo Makefile

   audio/fasttracker2: Update to 2.03

   Changes since 2.02

   v2.03 - 14.12.2025
   - Further tweak of sinc interpolation to prevent ringing (in extreme cases)
VersionDeltaFile
1.126+4-4audio/fasttracker2/distinfo
1.142+2-2audio/fasttracker2/Makefile
+6-62 files

NetBSD/pkgsrc lMnZ59Ydoc CHANGES-2025

   KDE Gear and related package updates
VersionDeltaFile
1.7305+187-1doc/CHANGES-2025
+187-11 files

NetBSD/pkgsrc Nkr3GVamisc Makefile, misc/knotes Makefile PLIST

   knotes: remove. no longer in KDE Gear.
VersionDeltaFile
1.669+1-2misc/Makefile
1.18+1-1misc/knotes/Makefile
1.3+1-1misc/knotes/PLIST
1.3+1-1misc/knotes/distinfo
1.2+0-0misc/knotes/DESCR
+4-55 files

NetBSD/pkgsrc aAvUabRnet Makefile, net/kopete PLIST Makefile

   kopete: remove. no longer part of KDE Gear.
VersionDeltaFile
1.1616+1-2net/Makefile
1.6+1-1net/kopete/PLIST
1.96+1-1net/kopete/Makefile
1.15+1-1net/kopete/distinfo
1.2+1-1net/kopete/patches/patch-protocols_winpopup_winpopup-install
1.2+0-0net/kopete/DESCR
+5-66 files

NetBSD/pkgsrc ooUpyQQdoc CHANGES-2025

   Updated devel/py-zope.testing, databases/py-sqlparse
VersionDeltaFile
1.7304+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc zTwimCydatabases/py-sqlparse distinfo Makefile

   py-sqlparse: updated to 0.5.5

   Release 0.5.5 (Dec 19, 2025)

   Bug Fixes

   * Fix DoS protection to raise SQLParseError instead of silently returning None
     when grouping limits are exceeded (issue827).
   * Fix splitting of BEGIN TRANSACTION statements (issue826).
VersionDeltaFile
1.24+4-4databases/py-sqlparse/distinfo
1.29+2-2databases/py-sqlparse/Makefile
+6-62 files

NetBSD/pkgsrc 7bHXgxvdevel/py-zope.testing distinfo Makefile

   py-zope.testing: updated to 6.1

   6.1 (2025-12-17)

   - Add support for Python 3.14.
   - Drop support for Python 3.9.
   - Fix test failures when ``fake.py`` package is installed.
   - Remove run-time dependency on ``setuptools``.
VersionDeltaFile
1.10+4-4devel/py-zope.testing/distinfo
1.11+2-2devel/py-zope.testing/Makefile
+6-62 files

NetBSD/pkgsrc br8wEq5meta-pkgs/kde Makefile

   kde: remove cervisia, kopete, knotes
VersionDeltaFile
1.2+2-5meta-pkgs/kde/Makefile
+2-51 files

NetBSD/pkgsrc BdYI9Bsdevel Makefile, devel/cervisia PLIST Makefile

   cervisia: remove. No longer part of KDE Gear.
VersionDeltaFile
1.4554+1-2devel/Makefile
1.9+1-1devel/cervisia/PLIST
1.94+1-1devel/cervisia/Makefile
1.19+1-1devel/cervisia/distinfo
1.6+0-0devel/cervisia/DESCR
+4-55 files

NetBSD/pkgsrc dFynm7bx11/wxGTK32/patches patch-build_cmake_config.cmake patch-build_cmake_install.cmake

   wxGTK32: removed unused patches
VersionDeltaFile
1.4+1-1x11/wxGTK32/patches/patch-build_cmake_config.cmake
1.4+1-1x11/wxGTK32/patches/patch-build_cmake_install.cmake
1.4+1-1x11/wxGTK32/patches/patch-build_cmake_utils_CMakeLists.txt
+3-33 files

NetBSD/pkgsrc nUsRGOLdoc CHANGES-2025

   Updated security/libgpg-error, x11/wxGTK32
VersionDeltaFile
1.7303+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc iNtoNxVx11/wxGTK32 PLIST.Darwin PLIST, x11/wxGTK32/patches patch-configure

   wxGTK32: updated to 3.2.9

   Changes since 3.2.8

   This release doesn’t add any major new features, but contains some important fixes for bugs found in the previous 3.2.8 release:

   Fix crash when using Farsi as system language under macOS
   Fix handling total window size with GNOME with X11
   Fix wxGLCanvas scale when using EGL/Wayland in high DPI
   Fix missing wxEVT_CHAR for Ctrl-Letter in non-US layouts
   Fix selecting columns in wxGrid with mouse

   The new release still contains a couple of enhancements, including:

   Many improvements to CMake build system
   Support for building under macOS 26 Tahoe
   Fix wxStyledTextCtrl support in screen readers
   Respect HTML5 charset attribute in wxHTML
   Add support for using EGL 1.4 (and not 1.5) in wxGLCanvas

    [7 lines not shown]
VersionDeltaFile
1.10+27-27x11/wxGTK32/PLIST.Darwin
1.6+23-12x11/wxGTK32/patches/patch-configure
1.14+17-17x11/wxGTK32/PLIST
1.20+5-8x11/wxGTK32/distinfo
1.63+2-5x11/wxGTK32/Makefile
+74-695 files

NetBSD/pkgsrc dapaMnSsecurity/libgpg-error distinfo Makefile

   libgpg-error: updated to 1.58

   Noteworthy changes in version 1.58 (2025-12-12) [C41/A41/R1]

    * Fix building of static libraries on Windows.  [rE421e101cf9]


   Noteworthy changes in version 1.57 (2025-12-10) [C41/A41/R0]

    * The sysconfdir as provided by the configure run is now used for the
      default global config files of the argparser.  [T7894]

    * New function gpgrt_fconcat and improved the existing
      gpgrt_fnameconcat and gpgrt_absfnameconcat.  [T7894,rE34dba88757]

    * On Windows use the UI language instead of the locale for
      translations.  [T7874]

    * Some minor build improvements for zOS.

    [9 lines not shown]
VersionDeltaFile
1.72+4-4security/libgpg-error/distinfo
1.98+2-2security/libgpg-error/Makefile
+6-62 files

NetBSD/pkgsrc qxCBJa3misc Makefile, misc/akonadi-notes buildlink3.mk distinfo

   akonadi-notes: remove. No longer part of KDE Gear.
VersionDeltaFile
1.668+1-2misc/Makefile
1.12+1-1misc/akonadi-notes/buildlink3.mk
1.3+1-1misc/akonadi-notes/distinfo
1.17+1-1misc/akonadi-notes/Makefile
1.3+1-1misc/akonadi-notes/PLIST
1.2+0-0misc/akonadi-notes/DESCR
+5-66 files

NetBSD/pkgsrc jYb2Ynegraphics Makefile, graphics/libkipi Makefile PLIST

   libkipi: remove. No longer in KDE Gear
VersionDeltaFile
1.1103+1-2graphics/Makefile
1.132+1-1graphics/libkipi/Makefile
1.20+1-1graphics/libkipi/PLIST
1.98+1-1graphics/libkipi/buildlink3.mk
1.28+1-1graphics/libkipi/distinfo
1.2+0-0graphics/libkipi/DESCR
+5-66 files