NetBSD/pkgsrc E0gE5CYdoc CHANGES-2026

   Updated www/py-python-multipart, textproc/py-mdit-py-plugins
VersionDeltaFile
1.3287+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SbUJZL8textproc/py-mdit-py-plugins PLIST distinfo

   py-mdit-py-plugins: updated to 0.6.1

   0.6.1 - 2026-05-13

   - FIX: Nested field lists incorrectly nesting inside parent containers

     Field lists inside list items (or other indented containers) would recursively nest each field inside the previous one, instead of being siblings.

   0.6.0 - 2026-05-07

   - NEW: Add GFM autolink and composite GFM plugins

     The `gfm_autolink` plugin implements [GFM autolink literals](https://github.github.com/gfm/#autolinks-extension-),
     auto-linking URLs and email addresses without requiring angle brackets:

     ```markdown
     Visit www.example.com or contact user at example.com
     ```


    [15 lines not shown]
VersionDeltaFile
1.4+19-1textproc/py-mdit-py-plugins/PLIST
1.5+4-4textproc/py-mdit-py-plugins/distinfo
1.7+2-3textproc/py-mdit-py-plugins/Makefile
+25-83 files

NetBSD/pkgsrc koja4x0www/py-python-multipart distinfo Makefile

   py-python-multipart: updated to 0.0.29

   0.0.29 (2026-05-17)

   * Handle malformed RFC 2231 continuations in `parse_options_header`

   0.0.28 (2026-05-10)

   * Speed up partial-boundary tail scan via `bytes.find`
   * Cap multipart boundary length at 256 bytes
VersionDeltaFile
1.12+4-4www/py-python-multipart/distinfo
1.16+2-2www/py-python-multipart/Makefile
+6-62 files

NetBSD/pkgsrc 9Z4xGG4doc CHANGES-2026

   Updated textproc/py-sphinxcontrib-[httpdomain,phpdomain]
VersionDeltaFile
1.3286+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc f8YhqZmtextproc/py-sphinxcontrib-phpdomain PLIST distinfo

   py-sphinxcontrib-phpdomain: updated to 0.15.2

   0.15.2

   * Removed usage of `pkg_resources` and converted to an implicit namespace package.
   * Fixed build warnings related to license metadata.

   0.15.1

   * Tagged the wrong branch for 0.15.0
   * Fixed missing build dep

   0.15.0

   * Expand compatibled version range for sphinx 9.x
VersionDeltaFile
1.3+4-6textproc/py-sphinxcontrib-phpdomain/PLIST
1.2+4-4textproc/py-sphinxcontrib-phpdomain/distinfo
1.3+3-3textproc/py-sphinxcontrib-phpdomain/Makefile
+11-133 files

NetBSD/pkgsrc C9gErNrtextproc/py-sphinxcontrib-httpdomain PLIST Makefile

   py-sphinxcontrib-httpdomain: updated to 2.0.0

   2.0.0

   Breaking changes

   Dropped support for Python 3.9 and older.
   Switched to implicit (native) namespace for sphinxcontrib.

   Major changes

   Added support for Python 3.10 up to 3.14.
   Adjusted a unit test regular expression for :file:`bottle_test.py`.
   Use MDN documentation for information about HTTP status codes instead of w3.org.
   Added :addtoc: option for http directives to register HTTP API endpoints and display them in the page-level table of contents.

   Internal

   Added Dependabot configuration.

    [16 lines not shown]
VersionDeltaFile
1.3+4-7textproc/py-sphinxcontrib-httpdomain/PLIST
1.9+4-6textproc/py-sphinxcontrib-httpdomain/Makefile
1.2+4-4textproc/py-sphinxcontrib-httpdomain/distinfo
+12-173 files

NetBSD/pkgsrc OXIi06adoc CHANGES-2026

   Updated www/py-httptools, www/py-uvicorn
VersionDeltaFile
1.3285+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc eqsNPvOwww/py-uvicorn distinfo Makefile

   py-uvicorn: updated to 0.48.0

   0.48.0

   Changed

   Default ssl_ciphers to None and use OpenSSL defaults

   Fixed

   Ignore duplicate forwarding headers in ProxyHeadersMiddleware
VersionDeltaFile
1.56+4-4www/py-uvicorn/distinfo
1.64+2-2www/py-uvicorn/Makefile
+6-62 files

NetBSD/pkgsrc GarsxGZwww/py-httptools distinfo PLIST

   py-httptools: updated to 0.8.0

   0.8.0

   Add http-parser and llhttp licenses into the wheels
   Mark cython module as free-threading compatible
   Fix all typing issues
   Bump llhttp to 9.4.1
   Security: fix URL truncation issue
   Allow building with latest setuptools
VersionDeltaFile
1.16+4-4www/py-httptools/distinfo
1.8+4-1www/py-httptools/PLIST
1.17+2-2www/py-httptools/Makefile
+10-73 files

NetBSD/pkgsrc-wip f6cf298wasi-compiler-rt Makefile

wasi-compiler-rt: fix build
DeltaFile
+2-0wasi-compiler-rt/Makefile
+2-01 files

NetBSD/src gEQIlhZdoc 3RDPARTY

   tmux 3.6b out
VersionDeltaFile
1.2211+3-3doc/3RDPARTY
+3-31 files

NetBSD/pkgsrc HJKsMyodoc CHANGES-2026

   Updated devel/py-poetry, textproc/py-parse
VersionDeltaFile
1.3284+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BtT166ltextproc/py-parse distinfo Makefile

   py-parse: updated to 1.22.1

   1.22.1
   Parse zero-precision floats formatted without a decimal point
VersionDeltaFile
1.18+4-4textproc/py-parse/distinfo
1.20+2-2textproc/py-parse/Makefile
+6-62 files

NetBSD/pkgsrc OtsFdoddevel/py-poetry Makefile distinfo

   py-poetry: updated to 2.4.1

   2.4.1

   Changed

   Re-allow installer==0.7.0

   Fixed

   Fix an issue where poetry update <package> failed when <package> was a transitive dependency

   2.4.0

   Added

   Add solver.min-release-age setting to require package releases to be a certain number of days old before they are considered during dependency resolution
   Add solver.min-release-age-exclude to exclude selected packages from age filtering
   Add solver.min-release-age-exclude-source to exclude all packages from selected package indexes from age filtering

    [31 lines not shown]
VersionDeltaFile
1.34+5-7devel/py-poetry/Makefile
1.24+4-4devel/py-poetry/distinfo
+9-112 files

NetBSD/pkgsrc RvulTQfdoc CHANGES-2026 TODO

   Updated misc/py-tibs, devel/py-uv[-build]
VersionDeltaFile
1.3283+4-1doc/CHANGES-2026
1.27317+1-2doc/TODO
+5-32 files

NetBSD/pkgsrc F27T0u4devel/py-uv distinfo Makefile.common, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.11.16

   0.11.16

   Enhancements

   Add support for direct archive dependencies in Git
   Adjust hint rendering

   Preview features

   uv audit: specialize malformed OSV error
   Reject locked malware installations

   Configuration

   Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG

   Bug fixes

    [10 lines not shown]
VersionDeltaFile
1.26+4-7devel/py-uv-build/distinfo
1.25+4-7devel/py-uv/distinfo
1.27+2-2devel/py-uv/Makefile.common
1.23+0-1devel/py-uv/cargo-depends.mk
+10-174 files

NetBSD/src xF9kHDwsys/arch/riscv/conf GENERIC64

   risc-v: add rgephy(4)

   Add rgephy(4) for Allwinner D1 / Mango Pi MQ-Pro
VersionDeltaFile
1.27+2-1sys/arch/riscv/conf/GENERIC64
+2-11 files

NetBSD/pkgsrc-wip a1cf750rust195 Makefile distinfo, rust195/files gcc-wrap

Restore Rust-1.95: requested by he@
DeltaFile
+822-0rust195/Makefile
+215-0rust195/files/gcc-wrap
+188-0rust195/distinfo
+146-0rust195/cargo.mk
+128-0rust195/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+117-0rust195/options.mk
+1,616-085 files not shown
+4,404-091 files

NetBSD/pkgsrc 8juWKN5misc/py-tibs distinfo Makefile

   py-tibs: updated to 0.8.0

   0.8.0

   Backwardly incompatible changes

   * Renamed the constructor keyword from `endianness` to `byte_order` for
     `from_u`, `from_i` and `from_f`. The `Endianness` enum is unchanged.

   Added

   * Added the `MutableView` class. Views from `Mutibs` are now live mutable
     views, so interpreted writes through `m.le`, `m.lsb0`, selected fields, or
     explicit mutable views update the original `Mutibs`.
   * Added fixed-width write methods and settable interpretation properties:
     `write_u`, `write_i`, `write_f`, `write_bin`, `write_oct`, `write_hex` and
     `write_bytes`, plus settable `.u`, `.i`, `.f`, `.bin`, `.oct`, `.hex` and
     `.bytes` properties where mutation is supported.
   * Added labelled field helpers. `Tibs.field(a, b)` and `Mutibs.field(a, b)`

    [14 lines not shown]
VersionDeltaFile
1.2+4-4misc/py-tibs/distinfo
1.2+2-2misc/py-tibs/Makefile
+6-62 files

NetBSD/pkgsrc 486llTHdoc CHANGES-2026

   Updated net/qbittorrent, databases/redis
VersionDeltaFile
1.3282+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 3iwfkOIdatabases/redis distinfo Makefile

   redis: updated to 8.8.0

   8.8.0

   Major changes compared to 8.6

   - New data structure: Array (@antirez)
   - Subkey notification for hash fields - field-level notifications
   - `INCREX`: a window counter rate limiter combining `INCR`, `INCRBY`, `INCRBYFLOAT`, bounds, and expiration (@raffertyyu + Redis team)
   - `XNACK`: a new streams command - allow consumers to explicitly release pending messages
   - `ZUNION`, `ZINTER`, `ZUNIONSTORE`, `ZINTERSTORE`: new `COUNT` aggregator
   - `JSON.SET`: new `FPHA` argument to specify the FP type for homogeneous FP arrays
   - `TS.RANGE`, `TS.REVRANGE`, `TS.MRANGE`, `TS.MREVRANGE`: multiple aggregators in a single command
   - `FT.HYBRID` `KNN` clause: new argument to request fewer candidates per shard
   - `FT.PROFILE` `HYBRID`: profiling support for `FT.HYBRID`
   - Performance improvements

   Binary distributions


    [21 lines not shown]
VersionDeltaFile
1.94+4-4databases/redis/distinfo
1.104+2-2databases/redis/Makefile
+6-62 files

NetBSD/pkgsrc HCMrWEKnet/qbittorrent distinfo Makefile

   qbittorrent: updated to 5.2.1

   5.2.1

   BUGFIX: Fix building with latest zlib (glassez)
   BUGFIX: Remove old-format lockfile when starting (glassez)
   BUGFIX: Prevent SSRF via HTTP redirection (AlexandrBlishun)
   BUGFIX: Delete stale lockfile when machine-id mismatch (glassez)
   BUGFIX: Fix handling of 'Accept-Encoding' header (glassez)
   WEBUI: Avoid search downloader for magnet links (TurboTheTurtle)
   WEBUI: Work around browser extension interfering with Add Torrent Dialog (vafada)
   WEBUI: Filter all children of content root (vafada)
   WEBAPI: Don't store API result between calls (beryxz)
   RSS: Fix refresh is indefinitely called when there are no feeds (glassez)
   SEARCH: Avoid proxy interfering with multiprocessing pool (Chocobo1)
VersionDeltaFile
1.49+4-4net/qbittorrent/distinfo
1.101+2-3net/qbittorrent/Makefile
+6-72 files

NetBSD/pkgsrc-wip d863dffpy-apache-arrow PLIST Makefile

py-apache-arrow: Update to 24.0.0
DeltaFile
+10-8py-apache-arrow/PLIST
+8-5py-apache-arrow/Makefile
+18-132 files

NetBSD/pkgsrc-wip c8e1255apache-arrow PLIST distinfo

apache-arrow: Update to 24.0.0
DeltaFile
+17-13apache-arrow/PLIST
+6-6apache-arrow/distinfo
+1-1apache-arrow/Makefile
+1-1apache-arrow/version.mk
+25-214 files

NetBSD/pkgsrc KjnxjyXdevel/py-game Makefile distinfo, devel/py-game/patches patch-src__c_color.c patch-src__c_base.c

   py-game: fix ctype(3) usage
VersionDeltaFile
1.1+24-0devel/py-game/patches/patch-src__c_color.c
1.1+15-0devel/py-game/patches/patch-src__c_base.c
1.57+2-2devel/py-game/Makefile
1.19+3-1devel/py-game/distinfo
+44-34 files

NetBSD/src v0HRbNTdoc CHANGES

   doc/CHANGES: note when sh3 was switched to GCC 14
VersionDeltaFile
1.3263+2-1doc/CHANGES
+2-11 files

NetBSD/pkgsrc mnr3qAtwww/gitea Makefile, www/gitea/files gitea.sh

   www/gitea: fix the RC script

   rc.subr resets $PATH to values excluding pkgsrc's $PREFIX, while by
   default, Gitea needs to find the path to the git(1) binary before
   starting. This adds $PREFIX/bin to $PATH in the environment, giving
   Gitea a chance to start correctly even when git.PATH is not set.

   Tested on NetBSD/amd64.

   Bumps PKGREVISION.
VersionDeltaFile
1.135+2-2www/gitea/Makefile
1.6+2-1www/gitea/files/gitea.sh
+4-32 files

NetBSD/pkgsrc eMGej9rsysutils/lima Makefile, sysutils/lima/files lima.sh

   sysutils/lima: import an RC script

   This adds an RC script for lima, modeled on that of sysutils/xentools:
   it allows the management of multiple instances of lima. lima expects to
   run unprivileged with a dedicated user, therefore this change also
   creates the corresponding user and group.

   Tested on NetBSD/amd64.

   Bumps PKGREVISION.
VersionDeltaFile
1.1+106-0sysutils/lima/files/lima.sh
1.13+24-1sysutils/lima/Makefile
+130-12 files

NetBSD/pkgsrc Y5HNK0Gmath/R-units Makefile distinfo, math/R-units/patches patch-src_Makevars.in

   (math/R-units) Fix build against R 4.6.0
VersionDeltaFile
1.1+20-0math/R-units/patches/patch-src_Makevars.in
1.7+3-1math/R-units/Makefile
1.9+2-1math/R-units/distinfo
+25-23 files

NetBSD/pkgsrc gLMOF2Qdoc CHANGES-2026

   doc: Updated x11/xlsclients to 1.1.6
VersionDeltaFile
1.3281+2-1doc/CHANGES-2026
+2-11 files