NetBSD/pkgsrc nkBoW1Gmk/defaults options.description

   mk/defaults: Describe cdio option
VersionDeltaFile
1.767+1-0mk/defaults/options.description
+1-01 files

NetBSD/pkgsrc a4OMEDbdoc CHANGES-2026

   doc: Updated audio/qmmp to 1.7.11
VersionDeltaFile
1.5690+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc b7j86TLaudio/qmmp PLIST Makefile

   audio/qmmp: Update to 1.7.11

   * Add cdio option to play CD-DA with cdda:// URI.

   Changelog:
   Version 1.7.11
   * fixed build with PipeWire versions less than 0.3.50
   * fixed settings dialog layout
   * fixed default CUE encoding
   * fixed possible null pointer dereference
   * fixed uninitialized structure usage
   * improved sid plugin:
     - added libsidplayfp 3.0 support
     - added feature to build without residfp engine
     - fixed memory leak
     - fixed displaying audio information

   Version 1.7.10
   * fixed determination of FLAC files with ID3v2 tags

    [60 lines not shown]
VersionDeltaFile
1.6+10-2audio/qmmp/options.mk
1.15+4-4audio/qmmp/distinfo
1.77+2-3audio/qmmp/Makefile
1.8+3-1audio/qmmp/PLIST
+19-104 files

NetBSD/pkgsrc byEfITNdoc CHANGES-2026

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

NetBSD/pkgsrc a9WMc5ycad/py-PyRTL Makefile distinfo

   cad/py-PyRTL: Update to 1.0.3

   Changelog:
   [1.0.3] - 2026-08-04

   Added

     * name_scope is a context manager that prepends string prefixes to WireVector
       and MemBlock names.

   Changed

     * sign_extended and zero_extended no longer generate slice (s) LogicNets.
     * When concat is called with Const args, the constants are immediately
       concatenated, returning a new Const.
     * Improved render_trace's ASCII output.

   Fixed


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

NetBSD/pkgsrc dQ8wJUPdoc TODO CHANGES-2026

   doc: Updated shells/shuck to 0.1.3
VersionDeltaFile
1.27858+1-2doc/TODO
1.5688+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc OxC9TLPshells/shuck Makefile distinfo

   shuck: update to 0.1.3.

   0.1.3

   Features

       server: support cross-file variable navigation (#1262) (722cfcd)

   0.1.2

   Features

       formatter: support per-file shell configuration (#1258) (e89c7b8)

   Bug Fixes

       formatter: preserve multiline literal indentation (#1260) (a06e9f7)
       formatter: respect exclusions for stdin filenames (#1256) (1783fb8)


    [7 lines not shown]
VersionDeltaFile
1.2+4-4shells/shuck/distinfo
1.2+2-2shells/shuck/Makefile
+6-62 files

NetBSD/pkgsrc gLePc5Hdoc TODO CHANGES-2026

   doc: Updated www/py-websockets to 17.1
VersionDeltaFile
1.27857+1-2doc/TODO
1.5687+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc zq8b3vWwww/py-websockets Makefile distinfo

   py-websockets: update to 17.1.

   17.1

   New features

       Added support for reconnecting automatically by using :func:`~sync.client.reconnect` as an iterator to the :mod:`threading` implementation.
       :func:`~sync.client.connect` now follows redirects in the :mod:`threading` implementation.
       :func:`~sync.client.connect` can connect to another host and port than those specified in the URI in the :mod:`threading` implementation.

   Improvements

       Connections are now garbage collected immediately once closed.
       :func:`~sync.client.unix_connect` and :func:`~sync.server.unix_serve` now accept path-like objects, such as :class:`pathlib.Path`, in the path argument.
VersionDeltaFile
1.31+4-4www/py-websockets/distinfo
1.38+4-2www/py-websockets/Makefile
+8-62 files

NetBSD/pkgsrc ieBe6iqdoc TODO CHANGES-2026

   doc: Updated devel/py-wcwidth to 0.8.3
VersionDeltaFile
1.27856+1-2doc/TODO
1.5686+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc imWXgl5devel/py-wcwidth PLIST distinfo

   py-wcwidth: update to 0.8.3.

   0.8.3 2026-08-28

           Bugfix Do not hang on wrap() calls of width 1 with text containing OSC8 hyperlinks and wide characters, PR #231.
           Bugfix clip() with propagate_sgr=True, should match behavior of propagate_sgr(), PR #235.
VersionDeltaFile
1.29+5-4devel/py-wcwidth/Makefile
1.26+4-4devel/py-wcwidth/distinfo
1.12+2-1devel/py-wcwidth/PLIST
+11-93 files

NetBSD/pkgsrc 5Sa01QAdoc CHANGES-2026

   doc: Updated textproc/libcue to 2.3.0
VersionDeltaFile
1.5685+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QEKd137textproc/libcue Makefile distinfo, textproc/libcue/patches patch-cd.c

   textproc/libcue: Update to 2.3.0

   Changelog:
   libcue (2.3.0)
        [Vlad Stulikov, Vasiliy Sazonov]
        * Bug fix - no EOF handling

        [Kevin Backhouse]
        * Fix CVE-2023-43641
VersionDeltaFile
1.5+4-5textproc/libcue/distinfo
1.5+2-3textproc/libcue/Makefile
1.2+1-1textproc/libcue/patches/patch-cd.c
+7-93 files

NetBSD/pkgsrc zhOCyvIdoc TODO CHANGES-2026

   doc: Updated devel/py-typer to 0.27.2
VersionDeltaFile
1.27855+1-2doc/TODO
1.5684+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc KjgeRsmdevel/py-typer PLIST distinfo

   py-typer: update to 0.27.2.

   Refactors

       ♻️ Create exceptions module and TyperException base class. PR #1942 by @svlandeg.

   Docs

       🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @phalberg.

   Internal

       ⬆️ Bump setup-uv action to 10.0.1. PR #1940 by @YuriiMotov.
       👷 Migrate automatic labels to Latest Changes. PR #1931 by @tiangolo.
       👷 Remove legacy label check. PR #1930 by @tiangolo.
       🔐 Use PR Submit for pull requests. PR #1928 by @tiangolo.
       👷 Use GitHub CLI for Git authentication. PR #1927 by @tiangolo.
       👷 Use PR Push commit identity. PR #1926 by @tiangolo.
       🔒 Replace pre-commit PAT with PR Push. PR #1923 by @tiangolo.

    [5 lines not shown]
VersionDeltaFile
1.13+4-4devel/py-typer/distinfo
1.13+4-4devel/py-typer/Makefile
1.5+3-0devel/py-typer/PLIST
+11-83 files

NetBSD/pkgsrc SCiFR5Bdoc CHANGES-2026

   doc: Updated devel/at-spi2-core to 2.60.6
VersionDeltaFile
1.5683+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc db66XEpdevel/at-spi2-core PLIST Makefile

   devel/at-spi2-core: Update to 2.60.6

   Changelog:
   What's new in at-spi2-core 2.60.6:

   * atk-bridge: Attempt to fix a crash in get_registered_event_listeners

   * AtspiDevice: Avoid assigning 0 as a grab id

   * Remove G_GNUC_CONST from *_get_type_declarations
VersionDeltaFile
1.41+4-4devel/at-spi2-core/distinfo
1.28+2-2devel/at-spi2-core/PLIST
1.71+2-2devel/at-spi2-core/Makefile
+8-83 files

NetBSD/pkgsrc s3pyQnfdoc TODO CHANGES-2026

   doc: Updated textproc/py-sphinx-autoapi to 3.8.1
VersionDeltaFile
1.27854+1-2doc/TODO
1.5682+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc kQbLDi4textproc/py-sphinx-autoapi distinfo Makefile

   py-sphinx-autoapi: update to 3.8.1.

   Bugfixes

       Preserve ellipsis literals when rendering type annotations. (#562)

   Improved Documentation

       Document the autoapisummary directive. (#377)

   Misc

       #564
       Switch to tox.toml and reorganise repo structure
VersionDeltaFile
1.26+4-4textproc/py-sphinx-autoapi/distinfo
1.32+4-4textproc/py-sphinx-autoapi/Makefile
+8-82 files

NetBSD/pkgsrc W2VecB3doc CHANGES-2026

   doc: Updated multimedia/libaom to 3.15.0
VersionDeltaFile
1.5681+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MmOdLN7multimedia/libaom Makefile distinfo, multimedia/libaom/patches patch-build_cmake_aom__configure.cmake

   multimedia/libaom: Update to 3.15.0

   Changelog:
   2026-08-25 v3.15.0
     This release is ABI compatible with the last release.

     This release includes the fixes for all the security issues found by
     AI tools recently.

     Important build system change: The cmake option ENABLE_APPS was added
     to build aomdec and aomenc without building the example programs. The
     cmake option ENABLE_EXAMPLES was redefined to build only the example
     programs.

     - New Features
       * Test only: New codec control AV1E_SET_MODE_REF_DELTA_ENABLED for
         the encoder to toggle loopfilter mode_ref_delta_enabled.
       * New codec option “force-max-q” for the encoder to force the use
         of max Q in VBR mode.

    [50 lines not shown]
VersionDeltaFile
1.10+3-13multimedia/libaom/patches/patch-build_cmake_aom__configure.cmake
1.32+5-5multimedia/libaom/distinfo
1.43+2-2multimedia/libaom/Makefile
+10-203 files

NetBSD/pkgsrc K5tkoAcdoc TODO CHANGES-2026

   doc: Updated devel/py-pylint to 4.0.8
VersionDeltaFile
1.27853+1-2doc/TODO
1.5680+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc X9280wydevel/py-pylint Makefile distinfo

   py-pylint: update to 4.0.8.

   False Positives Fixed

       Fix a false positive for :ref:unspecified-encoding when an open call uses a mode
       argument that cannot be inferred.

       Closes #10201

       Fix a false positive for invalid-name (C0103) on names assigned in an
       if __name__ == "__main__": block. Such a block reads like a script body, so
       a name there is now accepted if it matches either the constant or the variable
       naming style.

       Closes #10766

       Fix false positives for :ref:invalid-str-returned, :ref:invalid-repr-returned,
       :ref:invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned,
       :ref:invalid-index-returned, :ref:invalid-length-returned,

    [39 lines not shown]
VersionDeltaFile
1.107+4-4devel/py-pylint/distinfo
1.122+2-2devel/py-pylint/Makefile
+6-62 files

NetBSD/pkgsrc 4Lr0h5ydoc TODO CHANGES-2026

   doc: Updated devel/py-proto-plus to 1.28.4
VersionDeltaFile
1.27852+1-2doc/TODO
1.5679+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc uUjOBE1devel/py-proto-plus Makefile distinfo

   py-proto-plus: update to 1.28.4.

   Documentation

       handwritten: centralize CONTRIBUTING.rst pointers (#17642) (23b9499)
VersionDeltaFile
1.16+4-4devel/py-proto-plus/distinfo
1.18+2-2devel/py-proto-plus/Makefile
+6-62 files

NetBSD/pkgsrc htLFr3ndoc CHANGES-2026 TODO

   doc: Updated misc/py-platformdirs to 4.11.5
VersionDeltaFile
1.27851+1-3doc/TODO
1.5678+2-1doc/CHANGES-2026
+3-42 files

NetBSD/pkgsrc 8ai56HUmisc/py-platformdirs Makefile distinfo

   py-platformdirs: update to 4.11.5.

   What's Changed

       docs: fix the iterator order claim in api.rst by @gaborbernat in #533
       fix: return one site applications path for multipath by @tunglambk in #532
       fix: accept app arguments in the applications functions by @gaborbernat in #534
       refactor: keyword-only booleans on the applications functions by @gaborbernat in #535
       fix: accept app arguments in user_preference_dir by @dylanpulver in #531
VersionDeltaFile
1.48+4-4misc/py-platformdirs/distinfo
1.49+2-2misc/py-platformdirs/Makefile
+6-62 files

NetBSD/pkgsrc SkKnLxCdoc TODO CHANGES-2026

   doc: Updated textproc/py-linkify-it-py to 2.2.0
VersionDeltaFile
1.27850+1-2doc/TODO
1.5677+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc do0cipXtextproc/py-linkify-it-py Makefile distinfo

   py-linkify-it-py: update to 2.2.0.

   ## v2.2.0 (2026-08-29)

   - Fix astral-plane Unicode handling in links, including host names and link terminators ([#87](https://github.com/tsutsu3/linkify-it-py/pull/87))
   - Drop the runtime dependency on `uc-micro-py` ([#87](https://github.com/tsutsu3/linkify-it-py/pull/87))

   ## v2.1.1 (2026-08-25)

   Security release: `LinkifyIt.match()` was quadratic on untrusted input when linkify is enabled ([GHSA-8m2q-wq3r-6hq8](https://github.com/tsutsu3/linkify-it-py/security/advisories/GHSA-8m2q-wq3r-6hq8)).

   - Fix quadratic complexity in `LinkifyIt.match()`, port of linkify-it 5.0.1 and 5.0.2 (upstream [CVE-2026-48801](https://github.com/advisories/GHSA-22p9-wv53-3rq4), [CVE-2026-59887](https://github.com/advisories/GHSA-v245-v573-v5vm)) ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Match validators at a position instead of slicing the tail, needed because Python 3.10 does not optimize the `^` anchor ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Allow `;` in the email name, matching linkify-it. **Behavior change**: `a;b at example.com` is now linkified ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
   - Update port.yml (linkify-it v5.0.2) ([#82](https://github.com/tsutsu3/linkify-it-py/pull/82))
VersionDeltaFile
1.3+9-6textproc/py-linkify-it-py/PLIST
1.4+4-4textproc/py-linkify-it-py/distinfo
1.6+2-2textproc/py-linkify-it-py/Makefile
+15-123 files

NetBSD/pkgsrc La2736wdoc TODO CHANGES-2026

   doc: Updated devel/re2c to 4.6
VersionDeltaFile
1.27849+1-2doc/TODO
1.5676+2-1doc/CHANGES-2026
+3-32 files