NetBSD/pkgsrc F4C0jSpdoc TODO CHANGES-2026

   doc: Updated textproc/dasel to 3.11.1
VersionDeltaFile
1.27482+1-2doc/TODO
1.3956+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc PVZWhAHtextproc/dasel distinfo Makefile

   dasel: update to 3.11.1.

   ## [v3.11.1] - 2026-06-20

   ### Security

   - Fixed stack overflow (unrecoverable `fatal error`) in the JSON and XML readers when parsing deeply nested input ([GHSA-cqxr-jxr2-85pq](https://github.com/TomWright/dasel/security/advisories/GHSA-cqxr-jxr2-85pq)). Both readers now enforce a 10,000-level nesting depth limit and return a clean error (`ErrJSONMaxDepthExceeded` / `ErrXMLMaxDepthExceeded`) instead of crashing the process.
VersionDeltaFile
1.13+4-4textproc/dasel/distinfo
1.30+2-3textproc/dasel/Makefile
+6-72 files

NetBSD/pkgsrc-wip 3ca4844resterm distinfo go-modules.mk, resterm/patches patch-go.sum patch-go.mod

resterm: remove, imported to pkgsrc
DeltaFile
+0-793resterm/distinfo
+0-264resterm/go-modules.mk
+0-58resterm/patches/patch-go.sum
+0-45resterm/patches/patch-go.mod
+0-17resterm/Makefile
+0-8resterm/COMMIT_MSG
+0-1,1853 files not shown
+0-1,1949 files

NetBSD/pkgsrc B3akprndoc TODO CHANGES-2026

   doc: Updated net/py-pyrate-limiter to 4.4.0
VersionDeltaFile
1.27481+1-2doc/TODO
1.3955+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc VdNm4Tknet/py-pyrate-limiter distinfo PLIST

   py-pyrate-limiter: update to 4.4.0.

   [4.4.0]

   Bug-fix, scalability, and internal-refactor release. No public API changes (the new AbstractBucket.is_async attribute is additive).
   Fixed

       InMemoryBucket: guard the internal item list with a lock so the background Leaker thread can no longer race put/peek/leak. This was a data race in the default configuration (in-memory bucket + scheduled leak). MultiprocessBucket aliases this lock to its shared cross-process lock. (#302)
       PostgresClock: when the DB time query fails, fall back to local wall-clock epoch time instead of monotonic time. The monotonic fallback was ~5 orders of magnitude smaller than the stored epoch-ms timestamps and would corrupt every window comparison and leak bound. (#302)
       Leaker: make the background sync-leak worker restartable. Re-registering a bucket after every bucket had been disposed previously raised RuntimeError: threads can only be started once. (#302)
       Keep Limiter picklable after the InMemoryBucket lock addition. (#302)

   Performance & Scalability

       Limiter: release the limiter lock during the synchronous blocking wait, so a long wait on one key no longer serializes acquisitions for every other key sharing the limiter. (#304)
       RedisBucket: batch weighted ZADDs in bounded chunks inside the atomic Lua script, lowering latency for high-weight puts. (#284)

   Internal / Refactor


    [57 lines not shown]
VersionDeltaFile
1.4+4-4net/py-pyrate-limiter/distinfo
1.2+4-1net/py-pyrate-limiter/PLIST
1.4+2-2net/py-pyrate-limiter/Makefile
+10-73 files

NetBSD/pkgsrc rMVLj0Iwww/resterm Makefile

   resterm: Fixed category typo
VersionDeltaFile
1.2+2-2www/resterm/Makefile
+2-21 files

NetBSD/pkgsrc ASXr5gLwww Makefile

   Added resterm
VersionDeltaFile
1.1924+2-1www/Makefile
+2-11 files

NetBSD/pkgsrc UjOkeozwww/resterm distinfo go-modules.mk, www/resterm/patches patch-go.sum patch-go.mod

   v0.43.2

   Fix: autocomplete Esc handler

   Esc now closes the autocomplete popup without leaving Insert mode:

   First Esc closes the popup (or the preview panel, if it's open) and keeps you in Insert mode.
   Press Esc again to leave Insert mode, as before.
VersionDeltaFile
1.1+793-0www/resterm/distinfo
1.1+264-0www/resterm/go-modules.mk
1.1+58-0www/resterm/patches/patch-go.sum
1.1+45-0www/resterm/patches/patch-go.mod
1.1+17-0www/resterm/Makefile
1.1+6-0www/resterm/DESCR
+1,183-01 files not shown
+1,185-07 files

NetBSD/pkgsrc q7vRfpzdoc CHANGES-2026

   doc: Added www/resterm version 0.43.2
VersionDeltaFile
1.3954+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mRF7RNgdoc TODO CHANGES-2026

   doc: Updated devel/py-pylint to 4.0.6
VersionDeltaFile
1.27480+1-2doc/TODO
1.3953+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc KCi2pPWdevel/py-pylint Makefile distinfo

   py-pylint: update to 4.0.6.

   Bugfix release.
VersionDeltaFile
1.120+6-4devel/py-pylint/Makefile
1.105+4-4devel/py-pylint/distinfo
+10-82 files

NetBSD/pkgsrc vCObZxEdoc TODO CHANGES-2026

   doc: Updated devel/py-maturin to 1.14.1
VersionDeltaFile
1.27479+1-2doc/TODO
1.3952+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc FRerdgVdevel/py-maturin distinfo cargo-depends.mk

   py-maturin: update to 1.14.1.

   ## 1.14.1

   * Bump uraimo/run-on-arch-action to v3 to fix pytest job ([#3221](https://github.com/pyo3/maturin/pull/3221))
   * Fix platform tag logic to generate the same as cpython on AIX ([#3220](https://github.com/pyo3/maturin/pull/3220))
   * Bump pyo3-introspection ([#3227](https://github.com/pyo3/maturin/pull/3227))
   * Upgrade cargo-zigbuild & cargo-xwin ([#3228](https://github.com/pyo3/maturin/pull/3228))
   * Fix issues around crates enabling abi3 and abi3t features ([#3226](https://github.com/pyo3/maturin/pull/3226))
   * Add PEP 740 publish attestations to PyPI releases ([#3230](https://github.com/pyo3/maturin/pull/3230))
   * Set PYO3_PYTHON to run scripts for stable ABI builds ([#3233](https://github.com/pyo3/maturin/pull/3233))
   * Fix shell quoting in CI scripts ([#3231](https://github.com/pyo3/maturin/pull/3231))

   ## 1.14.0

   * Support parent-relative pyproject metadata in sdists ([#3182](https://github.com/pyo3/maturin/pull/3182))
   * Update PyPI platform tag validation ([#3187](https://github.com/pyo3/maturin/pull/3187))
   * Maint: update setup emsdk action in generate-ci ([#3194](https://github.com/pyo3/maturin/pull/3194))
   * Fix: only shim bin wheels during auditwheel repair ([#3197](https://github.com/pyo3/maturin/pull/3197))

    [8 lines not shown]
VersionDeltaFile
1.55+25-25devel/py-maturin/distinfo
1.37+7-7devel/py-maturin/cargo-depends.mk
1.59+2-2devel/py-maturin/Makefile
+34-343 files

NetBSD/pkgsrc 4344hkcdoc CHANGES-2026 TODO

   doc: Updated security/py-google-auth to 2.55.0
VersionDeltaFile
1.3951+2-1doc/CHANGES-2026
1.27478+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc n3C7NEjsecurity/py-google-auth Makefile distinfo

   py-google-auth: update to 2.55.0.

   2.55.0 (2026-06-15)

   Features

       make RAB feature production ready (#17390) (af193931e4e38c4b59751edb8e915ae3388b8524)

   Bug Fixes

       run async background boundary refresh on detached session (#17441) (56cbea8509c66889485b43f2d98d60210eae81bc)

   2.54.0 (2026-06-11)
   Features

       implement regional access boundary support for standalone JWT and async service accounts (#17025) (35af6168c19dd6f114dd67a8bfdcd0ff8fe3bdf9)

   Bug Fixes


    [4 lines not shown]
VersionDeltaFile
1.101+4-4security/py-google-auth/Makefile
1.93+4-4security/py-google-auth/distinfo
+8-82 files

NetBSD/pkgsrc-wip a55f3defirebird50 PLIST Makefile, firebird50/patches patch-src__common__common_h patch-configure

firebird50, p5-DBD-Firebird: initial import of client library for Firebird
DeltaFile
+68-0firebird50/PLIST
+50-0firebird50/Makefile
+40-0firebird50/patches/patch-src__common__common_h
+40-0firebird50/patches/patch-configure
+28-0firebird50/patches/patch-src__common__isc_sync_cpp
+26-0firebird50/patches/patch-src__remote__SockAddr_h
+252-014 files not shown
+414-020 files

NetBSD/pkgsrc Jeqj4jsdoc CHANGES-2026 TODO

   doc: Updated security/py-cyclonedx-python-lib to 11.11.0
VersionDeltaFile
1.3950+2-1doc/CHANGES-2026
1.27477+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Kcvlymvsecurity/py-cyclonedx-python-lib Makefile distinfo

   py-cyclonedx-python-lib: update to 11.11.0.

   ## v11.11.0 (2026-06-17)

   ### Bug Fixes

   - Protocolpropertiestype enum case `5g-aka` for CycloneDX 1.7

   ### Features

   - `cryptoprimitive` enum cases for CycloneDX 1.7

   - `protocolpropertiestype` enum cases for CycloneDX 1.7


   ## v11.10.0 (2026-06-11)

   ### Bug Fixes


    [24 lines not shown]
VersionDeltaFile
1.64+4-4security/py-cyclonedx-python-lib/Makefile
1.55+4-4security/py-cyclonedx-python-lib/distinfo
1.19+6-0security/py-cyclonedx-python-lib/PLIST
+14-83 files

NetBSD/pkgsrc 9Lf8Rs7doc CHANGES-2026 TODO

   doc: Updated sysutils/py-Glances to 4.5.5
VersionDeltaFile
1.3949+2-1doc/CHANGES-2026
1.27476+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc-wip 4829222litehtml PLIST COMMIT_MSG, litehtml/patches patch-CMakeLists.txt patch-cmake_litehtmlConfig.cmake

litehtml: remove, imported to pkgsrc
DeltaFile
+0-77litehtml/PLIST
+0-58litehtml/COMMIT_MSG
+0-34litehtml/Makefile
+0-28litehtml/patches/patch-CMakeLists.txt
+0-13litehtml/patches/patch-cmake_litehtmlConfig.cmake
+0-12litehtml/buildlink3.mk
+0-2223 files not shown
+0-2369 files

NetBSD/pkgsrc Q7P6UmMsysutils/py-Glances PLIST distinfo

   py-Glances: update to 4.5.5.

   =============
   Version 4.5.5
   =============

   Bugs corrected:

   * /api/4/containers stays ~4-5s with ~60 Docker containers #3559
   * Crash when using --sparkline #3547
   * VMs section does not show LOAD 1/5/15min values #3535
   * Fix AMD GPU detection for multi-digit DRM card numbers #3578
   * Keep auto_unit within limits, so columns stay aligned #3558
   * Rest status check shouldn't require auth #3544
   * Logging configuration to use boolean value #3536
   * Fix filesystem aliases for mixed-case mount points #3532
   * Regression in Disk I/O reporting #3546

   Enhancements:

    [25 lines not shown]
VersionDeltaFile
1.24+9-0sysutils/py-Glances/PLIST
1.43+4-4sysutils/py-Glances/distinfo
1.54+2-2sysutils/py-Glances/Makefile
+15-63 files

NetBSD/pkgsrc iw622tXdoc CHANGES-2026 TODO

   doc: Updated graphics/oxygen-icons to 6.27.0
VersionDeltaFile
1.3948+2-1doc/CHANGES-2026
1.27475+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc F6hpuKmgraphics/oxygen-icons PLIST Makefile

   oxygen-icons: update to 6.27.0.

   Changes not found. Icon updates I guess.
VersionDeltaFile
1.32+1,687-158graphics/oxygen-icons/PLIST
1.52+5-3graphics/oxygen-icons/Makefile
1.45+4-4graphics/oxygen-icons/distinfo
+1,696-1653 files

NetBSD/pkgsrc GRvj9Q9www/litehtml distinfo PLIST, www/litehtml/patches patch-CMakeLists.txt

   www/litehtml: Update v0.10


   What's Changed
   Refactoring for zero warnings by @tordex in #288
   Add specifying a working directory for tests by @u-235 in #289
   Linux container: added support for borders style by @tordex in #290
   Fixed: Negative top margin changes block height #284 by @tordex in #292
   Fix windows build issues. by @tordex in #294
   fix min/max compilation errors on Windows by @stasoid in #299
   -Wpedantic in g++ makes lots of warnings by @m32 in #300
   Common cairo container by @tordex in #302
   flex: bug in processing box-sizing in flex items (#295) by @tordex in #303
   Support standard HTML character encodings by @stasoid in #305
   Implement "prescan the byte stream to determine its encoding" by @stasoid in #307
   Gradients support by @tordex in #312
   Fix: one brake tag is 'eaten' in line with double break by @tordex in #313
   Support for default value of the var() function. by @tordex in #316
   container_cairo_pango: select font from list of available fonts by @tordex in #317

    [39 lines not shown]
VersionDeltaFile
1.5+9-8www/litehtml/patches/patch-CMakeLists.txt
1.5+5-5www/litehtml/distinfo
1.5+7-1www/litehtml/PLIST
1.8+3-4www/litehtml/Makefile
+24-184 files

NetBSD/pkgsrc V37U2RGdoc CHANGES-2026 TODO

   doc: Updated www/litehtml to 0.10
VersionDeltaFile
1.3947+2-1doc/CHANGES-2026
1.27474+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc eL4aMUEdoc CHANGES-2026

   doc: Updated devel/extra-cmake-modules to 6.27.0
VersionDeltaFile
1.3946+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Wq0kl25devel/extra-cmake-modules distinfo Makefile

   extra-cmake-modules: update to 6.27.0.

   Changes not found.

   Comment out ineffective (due to a typo) TOOL_DEPENDS.
VersionDeltaFile
1.30+4-4devel/extra-cmake-modules/distinfo
1.32+3-3devel/extra-cmake-modules/Makefile
+7-72 files

NetBSD/pkgsrc McarT1fdoc CHANGES-2026 TODO

   doc: Updated graphics/openexr to 3.4.13
VersionDeltaFile
1.3945+2-1doc/CHANGES-2026
1.27473+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 8aXOYT1graphics/openexr distinfo Makefile

   openexr: update to 3.4.13.

   ## Version 3.4.13 (June 19, 2026)

   Patch release that addresses several bugs and security
   vulnerabilities.

   * :bug: Fix a regression introduced in v3.4.11 in decoding of DWAA compression
   * :bug: Fix to handling deep images and very large images with the OpenEXRUtil library
   * :bug: Fix initiliazation issue in B44A decoding
   * :bug: Validate HTJ2K chunk header length before decode
   * :hammer_and_wrench: Fix when building statically and using the vendored OpenJPH library

   For the python module:

   * :snake: :sparkles: Support NumPy scalar values Box2i and V2f tuple bindings

   This release addresses the following security vulnerabilities:


    [82 lines not shown]
VersionDeltaFile
1.76+4-4graphics/openexr/distinfo
1.86+2-3graphics/openexr/Makefile
+6-72 files

NetBSD/pkgsrc yITa7E0doc TODO CHANGES-2026

   doc: Updated textproc/libzim to 9.8.0
VersionDeltaFile
1.27472+1-2doc/TODO
1.3944+2-1doc/CHANGES-2026
+3-32 files