NetBSD/pkgsrc 0zRYKvkdoc CHANGES-2026

   doc: Updated news/newsraft to 0.37
VersionDeltaFile
1.4904+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OqL1Su3news/newsraft distinfo Makefile

   newsraft: update to 0.37

   * add exec-quiet action
   * add hide-read-feeds setting
   * add hide-read-items setting
   * add toggle-read-feeds action
   * add toggle-read-items action
   * add sections-ignore-toggle-read setting
   * add close-pager-on-toggle-read setting
   * add close-pager-on-toggle-important setting
   * reset window title after executing system command
   * inherit item pager format specifiers from parent item
   * sort by download date when publication/update date unset
   * handle mark actions in pager
   * replace all {} with {0} to comply with C99
VersionDeltaFile
1.31+5-4news/newsraft/Makefile
1.15+4-4news/newsraft/distinfo
+9-82 files

NetBSD/pkgsrc iErW3Cgdoc pkg-vulnerabilities

   clear three pkgs
VersionDeltaFile
1.773+4-4doc/pkg-vulnerabilities
+4-41 files

NetBSD/pkgsrc CYzR82sdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 30.2.0
VersionDeltaFile
1.4903+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iJISVXNshells/oh-my-posh Makefile go-modules.mk

   shells/oh-my-posh: update to 30.2.0

   v30.2.0
   Bug Fixes

       studio: drop stray text under segment preview (42b9f83)

   Features

       config: offer pwd OSC values in schema (8a3a06f)
       studio: rebuild config editor on CodeMirror 6 (c53ff0d)

   v30.1.1
   Bug Fixes

       template: block network and DoS-capable functions from untrusted templates (7e224b2)
       template: scope env var access to trusted templates only (9edb5b7)
       terminal: satisfy fieldalignment in iterm test cases (7bfd50b)
       terminal: strip control runes from OSC pwd/iterm sequences (16bf138)

    [5 lines not shown]
VersionDeltaFile
1.320+4-160shells/oh-my-posh/distinfo
1.139+0-52shells/oh-my-posh/go-modules.mk
1.352+2-2shells/oh-my-posh/Makefile
+6-2143 files

NetBSD/pkgsrc 471INdVdoc CHANGES-2026

   Updated lang/py-libcst, devel/py-vcs-versioning
VersionDeltaFile
1.4902+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc oheJ78adevel/py-vcs-versioning Makefile distinfo

   py-vcs-versioning: updated to 2.2.3

   2.2.3 (2026-07-28)

   Fixed

   - Fix `ValueError` when parsing `.git_archival.txt` of a tagged commit whose tag contains more than one dash (e.g. `llvmorg-23.1.0-rc2`) - the `git describe` suffix is now matched precisely instead of splitting on the last two dashes.
VersionDeltaFile
1.7+4-4devel/py-vcs-versioning/distinfo
1.8+2-2devel/py-vcs-versioning/Makefile
+6-62 files

NetBSD/pkgsrc ownqkSklang/py-libcst PLIST Makefile

   py-libcst: updated to 1.9.0

   1.9.0 - 2026-07-29

   Added
   * Add support for Python 3.15
   * Add `CodemodCommand` helpers for adding and removing imports

   Fixed
   * Recognize Python 3.14 parser configurations
   * Allow a trailing comma after `**rest` in class patterns

   Updated
   * Document the new `CodemodCommand` import helpers
   * Fix the `tokenize` function's docstring grammar
   * Remove the retired macOS 13 runner from CI
VersionDeltaFile
1.22+22-31lang/py-libcst/distinfo
1.15+6-9lang/py-libcst/cargo-depends.mk
1.28+3-3lang/py-libcst/Makefile
1.14+4-1lang/py-libcst/PLIST
+35-444 files

NetBSD/pkgsrc owK6EExdoc CHANGES-2026

   Updated www/py-daphne, devel/py-wrapt
VersionDeltaFile
1.4901+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ojzxKvjdevel/py-wrapt Makefile distinfo

   py-wrapt: updated to 2.3.0

   2.3.0
   https://wrapt.readthedocs.io/en/latest/changes.html#version-2-3-0
VersionDeltaFile
1.28+4-4devel/py-wrapt/distinfo
1.34+2-2devel/py-wrapt/Makefile
+6-62 files

NetBSD/pkgsrc cjwcL9Dwww/py-daphne Makefile distinfo

   py-daphne: updated to 4.2.3

   4.2.3 (2026-07-21)

   * Added ``--websocket-max-message-size`` and ``--websocket-max-frame-size`` CLI
     flags to the ``runserver`` management command for use in development.
VersionDeltaFile
1.28+4-4www/py-daphne/distinfo
1.37+2-2www/py-daphne/Makefile
+6-62 files

NetBSD/pkgsrc iXoOyRBdoc CHANGES-2026

   Updated net/ngtcp2, graphics/tesseract, security/py-OpenSSL
VersionDeltaFile
1.4900+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc G5gmutmsecurity/py-OpenSSL Makefile distinfo

   py-OpenSSL: updated to 26.4.0

   26.4.0 (2026-08-01)

   Changes:
   - Maximum supported ``cryptography`` version is now 50.x.
VersionDeltaFile
1.44+4-4security/py-OpenSSL/distinfo
1.83+2-2security/py-OpenSSL/Makefile
+6-62 files

NetBSD/pkgsrc lnzkQuEgraphics/tesseract Makefile distinfo

   tesseract: updated to 5.5.3

   5.5.3

   Fix typos
   Fix missing closing tags in multi-page PAGE XML output
   Fix Apple CMAKE_SYSTEM_PROCESSOR not set when crosscompiling
   Remove outdated docker-compose.yml (Fixes 4492)
   docs: document memory ownership and lifecycle in C-API
   Add Portuguese language support and section descriptions (Windows installer)
   Update Slovak language string in tesseract.nsi
   fix(nsi): mask LANGID to 16-bit for reliable auto-detection
   Add GitHub Copilot instructions
   Correct mutex call to prevent multiple instances
   Update versions of GitHub actions
   Bump microsoft/setup-msbuild from 2 to 3
   Use asciidoctor instead of asciidoc-py for manpage generation
   Bump actions/upload-artifact from 4 to 7
   autotools: Fix linker warning on macOS

    [19 lines not shown]
VersionDeltaFile
1.15+1-19graphics/tesseract/PLIST
1.37+4-4graphics/tesseract/distinfo
1.95+3-3graphics/tesseract/Makefile
+8-263 files

NetBSD/pkgsrc JuLsWHUnet/ngtcp2 Makefile PLIST

   ngtcp2: updated to 1.25.0

   1.25.0

   Fix build error with gcc-16
   build(deps): bump actions/cache from 5 to 6
   ksl: Align keys in 8 bytes boundary
   bbr: Update longterm variable computation
   Remove condition that is always true
   Verify the end offset of STREAM frame before updating flow control
   Rework connection flow window accounting after sending STOP_SENDING
   Stop buffering data after shutting downstream read
   Cleanup
   Update bbr
   Update doc
   Add ngtcp2_stream_close2 callback
   examples: Adopt ngtcp2_stream_close2 callback
   Tweak stream_close2 callback behavior
   Expand NGTCP2_MAX_INITIAL_CRYPTO_OFFSET to 64K

    [20 lines not shown]
VersionDeltaFile
1.38+4-4net/ngtcp2/distinfo
1.36+3-3net/ngtcp2/PLIST
1.41+2-2net/ngtcp2/Makefile
+9-93 files

NetBSD/pkgsrc qZe7yfhdoc CHANGES-2026

   doc: Updated cad/py-PyRTL to 1.0.2
VersionDeltaFile
1.4899+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3rRC4J8cad/py-PyRTL Makefile distinfo

   cad/py-PyRTL: Update to 1.0.2

   Changelog:
   ## [1.0.2] - 2026-07-22

   ### Fixed

   - Fixed a  `CompiledSimulation` `arm64` bug introduced in `1.0.1`. Added an `arm64` GitHub workflow to catch such regressions in the future.

   ## [1.0.1] - 2026-07-22

   ### Changed

   - Significant `Simulation` performance speedups (tested with [`pyrtlnet`](https://github.com/UCSBarchlab/pyrtlnet)):
     class | method | speedup
     ---: | :--- | ---:
     `Simulation` | `step()` | 40%
     `FastSimulation` | `__init__()` | 10%
     `FastSimulation` | `step()` | 15%

    [7 lines not shown]
VersionDeltaFile
1.15+4-4cad/py-PyRTL/distinfo
1.16+2-2cad/py-PyRTL/Makefile
+6-62 files

NetBSD/pkgsrc i32vorfdoc CHANGES-2026

   doc: Updated www/resterm to 0.49.4
VersionDeltaFile
1.4898+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OkguHOTwww/resterm Makefile distinfo

   resterm: Update to 0.49.4

   Changelog:
   Nested variable expansion
   Command bar
   SSH and Kubernetes tunnels
VersionDeltaFile
1.19+3-3www/resterm/distinfo
1.21+1-1www/resterm/Makefile
+4-42 files

NetBSD/pkgsrc IzsY3Madoc TODO CHANGES-2026

   doc: Updated misc/libreoffice to 26.2.5.2
VersionDeltaFile
1.27666+1-2doc/TODO
1.4897+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 0iu41W8misc/libreoffice Makefile PLIST

   misc/libreoffice: Update to 26.2.5.2

   Changelog:
   26.2.5.2:
   List of fixed bugs

   Bugs fixed compared to 26.2.5 RC1:

    1. cid#1695398 dereference after null check [Xisco Fauli]
    2. ofz#513277199 integer-overflow [Caolán McNamara]
    3. tdf#171372 Calc: Saudi Riyal ⃁ (SAR) currency symbol is missing [Julien
       Nabet]
    4. tdf#172588 Right Click Context Menu: Functionality reduced on release 26.2
       [Ilmari Lauhakangas]
    5. tdf#172646 Regression: SUMIF wildcard matching fails when * precedes some
       supplementary Unicode characters (STR comment 8) [Khaled Hosny]


   26.2.5.1:

    [32 lines not shown]
VersionDeltaFile
1.176+16-16misc/libreoffice/distinfo
1.67+4-6misc/libreoffice/PLIST
1.389+4-4misc/libreoffice/Makefile
+24-263 files

NetBSD/pkgsrc QHfPZbcdoc CHANGES-2026

   doc: Updated lang/oorexx to 5.2.0
VersionDeltaFile
1.4896+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2BssigWlang/oorexx PLIST Makefile, lang/oorexx/patches patch-rexxapi_server_platform_unix_APIService.cpp

   lang/oorexx: Update to 5.2.0

   Changelog:
   5.2.0:
     Bugs
     ----
     https://sourceforge.net/p/oorexx/bugs/nnnn

      1: # 2056 Bug in docprep.rex
                (entered by Josep Maria Blasco on       2026-04-05     ->       2026-04-05    )
      2: # 2052 ooTest framework typo replace "rn" by "n" in ooTest.frm
                (entered by jfaucher on       2026-03-18     ->       2026-03-19    )
      3: # 2050 ooTest framework: unassigned variable "LFILE"' when asking for a log file
                (entered by jfaucher on       2026-03-06     ->       2026-03-06    )
      4: # 2049 Missing p = p->next; in Activity::liveGeneral
                (entered by jfaucher on       2026-03-01     ->       2026-03-01    )
      5: # 2046 VariableReference::flatten is marking instead of flattening
                (entered by jfaucher on       2026-01-23     ->       2026-01-27    )
      6: # 2044 json.cls: string consisting of numbers not handled as a string

    [454 lines not shown]
VersionDeltaFile
1.2+17-14lang/oorexx/patches/patch-rexxapi_server_platform_unix_APIService.cpp
1.3+8-8lang/oorexx/distinfo
1.8+6-8lang/oorexx/Makefile
1.2+9-1lang/oorexx/PLIST
+40-314 files

NetBSD/pkgsrc L8G3Uq9doc CHANGES-2026

   Updated www/py-selenium, graphics/py-tifffile
VersionDeltaFile
1.4895+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 4pNOq1Pgraphics/py-tifffile Makefile distinfo

   py-tifffile: updated to 2026.7.31

   2026.7.31

   - Fsspec v3 stores using big-endian floatpred are incompatible with zarr>=3.3.
   - Specify bytes codec endian configuration in ZarrFileSequenceStore.
   - Add additional NDPI tags from specification
VersionDeltaFile
1.66+4-4graphics/py-tifffile/distinfo
1.75+2-2graphics/py-tifffile/Makefile
+6-62 files

NetBSD/pkgsrc pM6kzdSwww/py-selenium cargo-depends.mk

   py-selenium: add cargo-depends.mk
VersionDeltaFile
1.1+322-0www/py-selenium/cargo-depends.mk
+322-01 files

NetBSD/pkgsrc G4Idh5Rwww/py-selenium Makefile distinfo, www/py-selenium/patches patch-.._vendor_apple-xar-0.20.0_Cargo.toml

   py-selenium: updated to 4.46.0

   Selenium 4.46.0
   * Support CDP versions: v148, v149, v150
   * [build] add copyright headers to rbs, pyi, ts, mjs, and erb files
   * Route Safari, STP and WebView2 to their handlers
   * Fix example WebDriverWait import in docstring
VersionDeltaFile
1.7+639-631www/py-selenium/PLIST
1.16+965-4www/py-selenium/distinfo
1.17+18-14www/py-selenium/Makefile
1.1+15-0www/py-selenium/patches/patch-.._vendor_apple-xar-0.20.0_Cargo.toml
+1,637-6494 files

NetBSD/pkgsrc 90I9DcQdoc CHANGES-2026

   doc: Updated databases/objsqlite3 to 1.1.2
VersionDeltaFile
1.4894+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bUFNsQkdatabases/objsqlite3 Makefile PLIST

   Update databases/objsqlite3 to 1.1.2
VersionDeltaFile
1.5+4-4databases/objsqlite3/distinfo
1.2+3-2databases/objsqlite3/PLIST
1.11+2-2databases/objsqlite3/Makefile
+9-83 files

NetBSD/pkgsrc fy7EpKOdoc CHANGES-2026

   Updated security/vaultwarden, devel/mimalloc
VersionDeltaFile
1.4893+3-1doc/CHANGES-2026
+3-11 files