NetBSD/pkgsrc DNvnwRsdoc CHANGES-2026

   doc: Updated geography/py-spartn to 1.0.9
VersionDeltaFile
1.1685+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc khGZxUIgeography/py-spartn distinfo Makefile

   geography/py-spartn: Update to 1.0.9

   Upstream NEWS content:

   ### RELEASE 1.0.9

   ENHANCEMENTS:

   1. Updated for SPARTN protocol 2.0.3 (November 2025).
VersionDeltaFile
1.3+4-4geography/py-spartn/distinfo
1.6+2-2geography/py-spartn/Makefile
+6-62 files

NetBSD/pkgsrc PbaJXJJdatabases/lmdb distinfo

   lmdb: match openldap 2.6.13
VersionDeltaFile
1.41+4-4databases/lmdb/distinfo
+4-41 files

NetBSD/pkgsrc C6N51Qtdoc CHANGES-2026

   Updated databases/openldap, misc/dpkg
VersionDeltaFile
1.1684+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc fLAApIUmisc/dpkg distinfo Makefile

   dpkg: updated to 1.23.7

   1.23.7

   * dpkg-deb: Remove ancient code to handle buggy old .deb format variants.
   * Perl modules:
     - Dpkg::Source::Package::V1: Do not print source root on modified files
       list.
     - Dpkg::Source::Package::V1: Fix building from within the source tree.
VersionDeltaFile
1.39+4-4misc/dpkg/distinfo
1.80+2-2misc/dpkg/Makefile
1.27+2-2misc/dpkg/PLIST
+8-83 files

NetBSD/pkgsrc O2QZU8tdatabases/openldap distinfo Makefile.version, databases/openldap-doc distinfo

   openldap: updated to 2.6.13

   OpenLDAP 2.6.13 Release (2026/03/09)
        Fixed liblber ber_bvreplace_x potential NULL dereference
        Fixed libldap heap buffer overflow in parse_whsp
        Fixed slap(add|modify) to not recreate config frontend
        Fixed slapd authzPrettyNormal function memory leak
        Fixed slapd memory leak in get_mra function
        Fixed slapd memory leak in parseAssert and parseReturnFilter functions
        Fixed slapd memory leak in parseReadAttrs function
        Fixed slapd slapd_sasl_mechs race condition
        Fixed slapd syncrepl to be more efficient with refresh task
        Fixed slapd unbind/close race condition
        Fixed slapd-ldap memory leak in ldap_chain_parse_ctrl function
        Fixed slapd-mdb always initialize pausepoll
        Fixed slapo-constraint to not propagate request controls to internal ops
        Fixed slapo-dds minttl incorrectly set in certain scenarios
        Fixed slapo-memberof to not propagate request controls to internal ops
        Fixed slapo-nestgroup to not propagate request controls to internal ops

    [7 lines not shown]
VersionDeltaFile
1.48+4-4databases/openldap-doc/distinfo
1.145+4-4databases/openldap/distinfo
1.47+2-2databases/openldap/Makefile.version
+10-103 files

NetBSD/pkgsrc 4EuvkGcdoc CHANGES-2026

   Updated security/libjwt, finance/py-stripe, math/fast_float
VersionDeltaFile
1.1683+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc HIvA5Lsmath/fast_float distinfo Makefile

   fast_float: updated to 8.2.4

   8.2.4

   This release can boost the performance by about 10% in some cases thanks to @kolemannix

   Add more boundary test cases for double and float parsing
   fix warning C4702: unreachable code
   Mention C under other languages
   A few inlines
VersionDeltaFile
1.12+4-4math/fast_float/distinfo
1.12+2-2math/fast_float/Makefile
+6-62 files

NetBSD/pkgsrc 6sm0d5ufinance/py-stripe distinfo Makefile

   py-stripe: updated to 14.4.1

   14.4.1

   Add Stripe-Request-Trigger header
   Add agent information to UserAgent
VersionDeltaFile
1.75+4-4finance/py-stripe/distinfo
1.80+2-2finance/py-stripe/Makefile
+6-62 files

NetBSD/pkgsrc ph4hiFpsecurity/libjwt distinfo Makefile

   libjwt: updated to 3.3.2

   3.3.2

   Patch release to fix symbol visibility for the JSON abstraction layer.

   Build fix: Mark all JSON abstraction functions with JWT_NO_EXPORT to prevent them from being exported in the shared library's public symbol table. These are internal implementation details of the JSON backend abstraction (Jansson/json-c) and should not be visible to library consumers.
VersionDeltaFile
1.8+4-4security/libjwt/distinfo
1.9+3-4security/libjwt/Makefile
1.6+2-2security/libjwt/PLIST
+9-103 files

NetBSD/pkgsrc cRBSC1Bdoc CHANGES-2026

   Updated databases/sqlite3 and friends
VersionDeltaFile
1.1682+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc QnZL2Y4databases/py-apsw PLIST distinfo

   py-apsw: updated ot 3.52.0.0

   3.52.0.0

   Comprehensive async support - connections run in a dedicated worker thread with the event loop able to await the results.

   asyncio, trio (note), and anyio (note) are supported and tested
   Async callbacks can be used anywhere including:
   scalar, window, and aggregate functions
   virtual tables (only the methods you want)
   apsw.ext.make_virtual_module()
   VFS (again, only the methods you want)
   the various other SQLite hooks
   Cancellations and deadlines (timeouts) from the event loop apply to executing SQL as well as async callbacks
   Type stubs as used by type checkers and IDEs reflect async usage
VersionDeltaFile
1.12+21-1databases/py-apsw/PLIST
1.59+4-4databases/py-apsw/distinfo
1.91+2-2databases/py-apsw/Makefile
+27-73 files

NetBSD/pkgsrc qQog85Kdatabases/sqlite3 distinfo Makefile.common, databases/sqlite3-docs distinfo PLIST

   sqlite3: updated to 3.52.0

   3.52.0

   Fix the WAL-reset database corruption bug.
   Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints.
   Add the Query Result Formatter (QRF) library for formatting the results of SQL queries for human readability on a fixed-pitch font screen.
   Add the format method to the TCL Interface so that QRF is accessible from TCL.
   QRF is used for result formatting in the CLI, resulting in improved display capabilities.
   New built-in SQL functions: json_array_insert(), and jsonb_array_insert().
   Renovations to the CLI:
   Major enhancements to the .mode command.
   Improved result formatting, due to the addition of the QRF extension. For example, numeric values are now right-justified by default in tabular output modes.
   The default output mode for interactive CLI sessions now uses QRF to display query results in boxes formed using Unicode box-drawing characters, for improved legibility. Batch CLI sessions use the legacy output format for compatibility.
   Bare (unquoted) semicolons at the end of dot-commands are silently ignored.  ← Potential incompatibility!
   Fix the .testcase and .check commands so that they actually work, and use those commands in scripts that part of the standard SQLite test suite included with the source tree.
   Command-line arguments that match *.sql or *.txt and are the names of non-empty files are read and interpreted as scripts of SQL statements and/or dot-commands.
   The argument to the ".timer" command can now be "once", to run the timer on only the next SQL statement.
   The new "--timeout S" option to the ".progress" dot-command causes SQL statements to interrupt after S seconds.

    [22 lines not shown]
VersionDeltaFile
1.151+4-4databases/sqlite3-docs/distinfo
1.165+4-4databases/sqlite3-tcl/distinfo
1.220+4-4databases/sqlite3/distinfo
1.92+4-4devel/lemon/distinfo
1.148+4-2databases/sqlite3-docs/PLIST
1.128+3-3databases/sqlite3/Makefile.common
+23-216 files

NetBSD/pkgsrc k4VjXa7doc CHANGES-2026

   Updated print/py-pikepdf, devel/py-pkgconfig, textproc/py-pdf
VersionDeltaFile
1.1681+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc pKNHC7Ytextproc/py-pdf distinfo PLIST

   py-pdf: updated to 6.8.0

   6.8.0, 2026-03-09

   Security (SEC)
   - Limit allowed `/Length` value of stream

   New Features (ENH)
   - Add /IRT (in-reply-to) support for markup annotations

   Documentation (DOC)
   - Avoid using `PageObject.replace_contents` on PdfReader
   - Document how to disable jbig2dec calls
VersionDeltaFile
1.52+4-4textproc/py-pdf/distinfo
1.20+4-4textproc/py-pdf/PLIST
1.58+2-2textproc/py-pdf/Makefile
+10-103 files

NetBSD/pkgsrc nXqcxukdevel/py-pkgconfig distinfo Makefile

   py-pkgconfig: updated to 1.6.0

   1.6.0

   Drop support for Python < 3.9, support 3.9 .. 3.14.
   README: clarify pkg-config and pkgconf
   Switch CI from Travis to GitHub Actions; test on all supported Python versions.
   Use src/ layout for project, fixes 36. Also move tests and test data to tests/.
   Replace deprecated distutils with setuptools to make tests work on Python 3.12.
   Fix configure_extension for empty cflags or libs.
VersionDeltaFile
1.12+4-4devel/py-pkgconfig/distinfo
1.14+2-3devel/py-pkgconfig/Makefile
+6-72 files

NetBSD/pkgsrc T5ZH4RWprint/py-pikepdf Makefile distinfo

   py-pikepdf: updated to 10.5.0

   v10.5.0

   - Fixed logger in ``ctm`` module using ``__file__`` instead of ``__name__``,
     which produced unhelpful log names. :issue:`712`
   - Modernized README.
   - Test all README code blocks instead of just one.

   v10.4.0

   - Enums are now proper Python ``enum.Enum``/``enum.IntFlag`` types (PEP 435
     compliant), migrated from pybind11's deprecated ``py::enum_`` to
     ``py::native_enum``.
   - Reimplemented the PDFDocEncoding codec in pure Python using the standard
     library charmap pattern, removing the C++ dependency on qpdf for encoding.
   - Upgraded to qpdf 12.3.2.
   - Fixed incorrect docstrings for ``StreamDecodeLevel``. :issue:`708`
   - Fixed type stubs: added PEP 570 positional-only markers, and corrected
     ``index()`` signature.
VersionDeltaFile
1.28+4-4print/py-pikepdf/Makefile
1.23+4-4print/py-pikepdf/distinfo
+8-82 files

NetBSD/pkgsrc TbzzgRkdoc CHANGES-2026

   Updated graphics/graphviz, graphics/gource
VersionDeltaFile
1.1680+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc JLW4mH0graphics/gource distinfo Makefile, graphics/gource/patches patch-configure

   gource: updated to 0.56

   0.56:
   * Added --author-time option (onlyJakob).
   * Fixed build with Boost 1.89.0 by no longer linking boost system.
   * Increased minimum required version of Boost to 1.69.
   * Request compatibility profile when creating OpenGL context.
VersionDeltaFile
1.15+4-5graphics/gource/distinfo
1.66+2-3graphics/gource/Makefile
1.2+1-1graphics/gource/patches/patch-configure
+7-93 files

NetBSD/pkgsrc yobrJhMgraphics/graphviz Makefile distinfo, graphics/graphviz/patches patch-lib_gvpr_actions.c patch-lib_gvpr_compile.h

   graphviz: updated to 14.1.3

   14.1.3 – 2026-03-02

   Changed

   - Using long node names in combination with the fdp layout algorithm no longer
     results in truncated generated names.
   - Vertical centering of text within HTML-like table cells has been improved.
   - The existing ability to provide a numeric parameter to `-v`
     to specify verbosity level are newly documented in `dot --help`.

   Fixed

   - `gvmap` no longer dereferences a null pointer when reading position-less
     graphs.
   - `gvmap` no longer crashes when adding coordinate data.
   - `mm2gv` no longer accepts input matrices with non-`real` element type.
     Previously these would be accepted but processed incorrectly leading to

    [21 lines not shown]
VersionDeltaFile
1.310+4-6graphics/graphviz/Makefile
1.91+4-6graphics/graphviz/distinfo
1.2+1-1graphics/graphviz/patches/patch-lib_gvpr_actions.c
1.2+1-1graphics/graphviz/patches/patch-lib_gvpr_compile.h
+10-144 files

NetBSD/pkgsrc IUFP6MJdoc CHANGES-2026

   Updated devel/py-setuptools, www/py-tornado
VersionDeltaFile
1.1679+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 0eOslV6www/py-tornado distinfo Makefile

   py-tornado: updated to 6.5.5

   What's new in Tornado 6.5.5

   Security fixes

   - ``multipart/form-data`` requests are now limited to 100 parts by default, to prevent a
     denial-of-service attack via very large requests with many parts. This limit is configurable
     via `tornado.httputil.ParseMultipartConfig`. Multipart parsing can also be disabled completely
     if not required for the application. Thanks to [0x-Apollyon](https://github.com/0x-Apollyon) and
     [bekkaze](https://github.com/bekkaze) for reporting this issue.
   - The ``domain``, ``path``, and ``samesite`` arguments to `.RequestHandler.set_cookie` are now
     validated for illegal characters, which could be abused to inject other attributes on the cookie.
     Thanks to Dhiral Vyas (Praetorian) for reporting this issue.
   - Carriage return characters are no longer accepted in ``multipart/form-data`` headers. Thanks to
     [sergeykochanov](https://github.com/sergeykochanov) for reporting this issue.
VersionDeltaFile
1.35+4-4www/py-tornado/distinfo
1.47+2-2www/py-tornado/Makefile
+6-62 files

NetBSD/pkgsrc TSTfSjidevel/py-setuptools PLIST distinfo

   py-setuptools: updated to 82.0.1

   82.0.1

   Bugfixes

   Fix the loading of launcher manifest.xml file.
   Replaced deprecated json.__version__ with fixture in tests.

   Improved Documentation

   Add advice about how to improve predictability when installing sdists.
VersionDeltaFile
1.107+8-8devel/py-setuptools/PLIST
1.250+4-4devel/py-setuptools/distinfo
1.276+2-2devel/py-setuptools/Makefile
+14-143 files

NetBSD/pkgsrc AnKImItdoc CHANGES-2026

   Updated www/nginx-devel, security/py-acme, security/py-certbot*
VersionDeltaFile
1.1678+19-1doc/CHANGES-2026
+19-11 files

NetBSD/pkgsrc 8dldv3Isecurity/py-certbot-dns-dnsmadeeasy distinfo, security/py-certbot-dns-gehirn distinfo

   py-acme py-certbot*: updated to 5.4.0

   5.4.0 - 2026-03-10

   Added
   - The webroot plugin now supports IP address issuance.

   Changed
   - certbot-nginx now requires pyparsing>=3.0.0.
VersionDeltaFile
1.70+4-4security/py-certbot-dns-dnsmadeeasy/distinfo
1.70+4-4security/py-certbot-dns-gehirn/distinfo
1.70+4-4security/py-certbot-dns-google/distinfo
1.70+4-4security/py-certbot-dns-linode/distinfo
1.75+4-4security/py-certbot-dns-luadns/distinfo
1.75+4-4security/py-certbot-dns-ovh/distinfo
+24-2413 files not shown
+72-7219 files

NetBSD/pkgsrc 99YuWm0www/nginx-devel distinfo Makefile

   nginx-devel: updated to 1.29.6

   Changes with nginx 1.29.6                                        10 Mar 2026

   *) Feature: session affinity support; the "sticky" directive in the
      "upstream" block of the "http" module; the "server" directive
      supports the "route" and "drain" parameters.

   *) Change: now nginx limits the size and rate of QUIC stateless reset
      packets.

   *) Bugfix: receiving a QUIC packet by a wrong worker process could cause
      the connection to terminate.

   *) Bugfix: "[crit] cache file ... contains invalid header" messages
      might appear in logs when sending a cached HTTP/2 response.

   *) Bugfix: proxying to scgi backends might not work when using chunked
      transfer encoding and the "scgi_request_buffering" directive.

    [9 lines not shown]
VersionDeltaFile
1.132+4-4www/nginx-devel/distinfo
1.167+2-2www/nginx-devel/Makefile
+6-62 files

NetBSD/pkgsrc uERqjIudoc CHANGES-2026, multimedia Makefile

   ffmpeg2, ffplay2: remove, unused

   use ffmpeg3, 4, 5, 6, 7, or 8.
VersionDeltaFile
1.360+1-3multimedia/Makefile
1.1677+3-1doc/CHANGES-2026
1.115+1-1multimedia/ffmpeg2/Makefile
1.49+1-1multimedia/ffplay2/Makefile
1.3+1-1multimedia/ffplay2/PLIST
1.71+1-1multimedia/ffmpeg2/Makefile.common
+8-817 files not shown
+22-2223 files

NetBSD/pkgsrc JfNC3ITaudio/cmus-legacy options.mk

   cmus-legacy: remove default-off ffmpeg(2) option
VersionDeltaFile
1.4+2-13audio/cmus-legacy/options.mk
+2-131 files

NetBSD/pkgsrc GAMRP2Sdoc CHANGES-2026

   Updated emulators/ppsspp, emulators/ppsspp-qt, emulators/libretro-ppsspp
VersionDeltaFile
1.1676+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc OaQt6gYemulators/libretro-ppsspp PLIST, emulators/ppsspp PLIST Makefile.common

   ppsspp ppsspp-qt libretro-ppsspp: updated to 1.20.2

   What's new in 1.20.2

   Improved server list for ad hoc multiplayer, dynamically updated and you can now add/remove entries
   Fix broken multitouch on iOS with OpenGL
   Ad hoc relay connection improvements
   Fix a lot of minor UI issues
   Fix background image selection on Android and iOS
   Fix file permission issue on iOS
   Add a "hold" version of axis swap toggle
   Fix regression in Gripshift
   Fix crash on audio device switch on Windows
   Fix timing glitches in gamepad input on Windows
   And other assorted fixes.
VersionDeltaFile
1.1+32-0emulators/ppsspp/patches/patch-CMakeLists.txt
1.2+23-8emulators/ppsspp/PLIST
1.2+23-8emulators/ppsspp-qt/PLIST
1.5+23-8emulators/libretro-ppsspp/PLIST
1.4+11-14emulators/ppsspp/Makefile.common
1.1+16-0emulators/ppsspp/patches/patch-ext_CMakeLists.txt
+128-387 files not shown
+155-5213 files