NetBSD/pkgsrc-wip b98c8ebbasu/patches patch-src_busctl_busctl.c patch-src_libsystemd_sd-bus_test-bus-chat.c

basu: import package
DeltaFile
+419-0basu/patches/patch-src_busctl_busctl.c
+309-0basu/patches/patch-src_libsystemd_sd-bus_test-bus-chat.c
+97-0basu/patches/patch-src_libsystemd_sd-bus_bus-socket.c
+57-0basu/patches/patch-src_libsystemd_sd-bus_test-bus-server.c
+49-0basu/patches/patch-src_libsystemd_sd-bus_bus-dump.c
+35-0basu/patches/patch-src_libsystemd_sd-bus_bus-control.c
+966-020 files not shown
+1,316-026 files

NetBSD/pkgsrc N1CzBmWdoc CHANGES-2025

   Updated databases/py-sqlalchemy, www/py-tornado
VersionDeltaFile
1.7137+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc sdjq4qxwww/py-tornado distinfo Makefile

   py-tornado: updated to 6.5.3

   What's new in Tornado 6.5.3

   Security fixes

   - Fixed a denial-of-service vulnerability involving quadratic computation when parsing
     ``multipart/form-data`` request bodies.
     `CVE-2025-67726 <https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8>`_
     Thanks to `Finder16 <https://github.com/Finder16>`_ for reporting this issue.
   - Fixed a denial-of-service vulnerability involving quadratic computation when parsing repeated HTTP
     headers.
     `CVE-2025-67725 <https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64>`_.
     Thanks to `Finder16 <https://github.com/Finder16>`_ for reporting this issue.
   - Fixed a header injection and XSS vulnerability involving the ``reason`` argument to
     `.RequestHandler.set_status` and `tornado.web.HTTPError`.
     `CVE-2025-67724 <https://github.com/tornadoweb/tornado/security/advisories/GHSA-pr2v-jx2c-wg9f>`_.
     Thanks to `Finder16 <https://github.com/Finder16>`_ and
     `Cheshire1225 <https://github.com/Cheshire1225>`_ for reporting this issue.

    [12 lines not shown]
VersionDeltaFile
1.33+4-4www/py-tornado/distinfo
1.45+2-2www/py-tornado/Makefile
1.20+3-1www/py-tornado/PLIST
+9-73 files

NetBSD/pkgsrc Lldzantdatabases/py-sqlalchemy distinfo Makefile

   py-sqlalchemy: updated to 2.0.45

   2.0.45

   orm

   [orm] [bug]

   Fixed issue where calling Mapper.add_property() within mapper event hooks such as MapperEvents.instrument_class(), MapperEvents.after_mapper_constructed(), or MapperEvents.before_mapper_configured() would raise an AttributeError because the mapper’s internal property collections were not yet initialized. The Mapper.add_property() method now handles early-stage property additions correctly, allowing properties including column properties, deferred columns, and relationships to be added during mapper initialization events. Pull request courtesy G Allajmi.

   [orm] [bug]

   Fixed issue in Python 3.14 where dataclass transformation would fail when a mapped class using MappedAsDataclass included a relationship() referencing a class that was not available at runtime (e.g., within a TYPE_CHECKING block). This occurred when using Python 3.14’s PEP 649 deferred annotations feature, which is the default behavior without a from __future__ import annotations directive.

   examples

   [examples] [bug]

   Fixed the “short_selects” performance example where the cache was being used in all the examples, making it impossible to compare performance with and without the cache. Less important comparisons like “lambdas” and “baked queries” have been removed.

    [56 lines not shown]
VersionDeltaFile
1.81+4-4databases/py-sqlalchemy/distinfo
1.94+2-2databases/py-sqlalchemy/Makefile
+6-62 files

NetBSD/pkgsrc Gt36USGdoc CHANGES-2025

   Updated devel/py-txaio, www/py-autobahn
VersionDeltaFile
1.7136+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc C95aYxbwww/py-daphne Makefile

   py-daphne: not for Python 3.10
VersionDeltaFile
1.35+3-1www/py-daphne/Makefile
+3-11 files

NetBSD/pkgsrc UAekWygwww/py-autobahn PLIST Makefile

   py-autobahn: updated to 25.12.1

   25.12.1

   **New**

   * Add vendored Flatbuffers (v25.9.23)
   * Add WAMP serdes functional and benchmark testing; WAMP-Flatbuffers; WAMP Serializer Composition (transport/payload)

   **Fix**

   * Fix 1757
   * Fix 1767
   * Fix 1771 complete
VersionDeltaFile
1.22+52-179www/py-autobahn/PLIST
1.44+15-9www/py-autobahn/Makefile
1.34+4-4www/py-autobahn/distinfo
1.3+0-2www/py-autobahn/ALTERNATIVES
+71-1944 files

NetBSD/pkgsrc LwkdY25devel/py-txaio distinfo Makefile

   py-txaio: updated to 25.12.2

   25.12.2

   **New**

   * Modernized documentation infrastructure with Furo theme, MyST Markdown support, and sphinx-autoapi for automatic API documentation generation
   * Switch from setuptools to `Hatchling <https://hatch.pypa.io/latest/>`_
   * Added standardized project badges (PyPI, Python versions, CI, Docs, License, Downloads) to README.md and docs/index.rst
   * Added comprehensive documentation sections: Installation, Getting Started, Programming Guide, Contributing, and Releases
   * Added AI assistance documentation under ``docs/ai/`` with acknowledgement and audit files

   **Fix**

   * Fixed RST badge rendering by setting ``override_image_directive=False`` in sphinxcontrib-images configuration
   * Fixed F841 linting error in sphinx_auto_section_anchors.py (unused variable)
   * Fixed Incomplete source distribution in 25.12.1: missing tests/util.py

   **Other**

    [4 lines not shown]
VersionDeltaFile
1.22+4-4devel/py-txaio/distinfo
1.21+5-3devel/py-txaio/Makefile
1.7+1-2devel/py-txaio/PLIST
+10-93 files

NetBSD/pkgsrc t6tB9A8doc CHANGES-2025

   Updated devel/lazygit, net/rclone
VersionDeltaFile
1.7135+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 9wKHHI9net/rclone distinfo Makefile

   rclone: updated to 1.72.1

   1.72.1

   Bug Fixes
   build: update to go1.25.5 to fix CVE-2025-61729
   doc fixes (Duncan Smart, Nick Craig-Wood)
   configfile: Fix piped config support (Jonas Tingeborn)
   log
   Fix PID not included in JSON log output (Tingsong Xu)
   Fix backtrace not going to the --log-file (Nick Craig-Wood)
   Google Cloud Storage
   Improve endpoint parameter docs (Johannes Rothe)
   S3
   Add missing regions for Selectel provider (Nick Craig-Wood)
VersionDeltaFile
1.32+4-4net/rclone/distinfo
1.88+2-3net/rclone/Makefile
+6-72 files

NetBSD/pkgsrc rPSLpvIdevel/lazygit distinfo go-modules.mk

   lazygit: updated to 0.57.0

   0.57.0

   Enhancements

   Open pull requests in browser with extra leading slashes removed
   Allow using SelectedSubmodule in CustomCommands
   Don't allow empty input in most prompts
   Suppress output from background fetch (unless there were errors)
   feat: add fork remote command
   Trigger immediate background fetch when switching repos

   Fixes

   Keep cursor at top/bottom when navigating by page
   Switch to branches view when checking out a commit
   Fix deleting a remote tag when a remote branch with the same name exists, or vice versa
   Show fixup base commits in correct order in ctrl-f error message

    [25 lines not shown]
VersionDeltaFile
1.16+40-52devel/lazygit/distinfo
1.12+12-16devel/lazygit/go-modules.mk
1.62+10-11devel/lazygit/Makefile
+62-793 files

NetBSD/pkgsrc CiTZnwgdevel/php-libawl Makefile distinfo, devel/php-libawl/patches patch-inc_AWLUtilities.php.in

   Pull upstream fix for issue #29
   <https://gitlab.com/davical-project/awl/-/issues/29>

   Remove patch leftovers

   Pkglint
VersionDeltaFile
1.1+30-0devel/php-libawl/patches/patch-inc_AWLUtilities.php.in
1.22+5-4devel/php-libawl/Makefile
1.20+2-1devel/php-libawl/distinfo
+37-53 files

NetBSD/src r7VfHURlib/libc/stdlib getopt.3

   getopt(3): be more explicit about :: extension

   Make it possible to search for literal two colons (::) and actually
   find something.  Make the "x"/"x:"/"x::" examples more explicit and
   more visibile.

   PR lib/59828
VersionDeltaFile
1.37+35-16lib/libc/stdlib/getopt.3
+35-161 files

NetBSD/pkgsrc-wip 0e28cb3. Makefile, bandwidthmon distinfo cargo-depends.mk

Add bandwidthmon

It doesn't recognize NetBSD wifi interfaces.
Could be related to sysinfo crate.
DeltaFile
+260-0bandwidthmon/distinfo
+87-0bandwidthmon/cargo-depends.mk
+18-0bandwidthmon/Makefile
+14-0bandwidthmon/DESCR
+4-0bandwidthmon/PLIST
+1-0Makefile
+384-06 files

NetBSD/src EJQzMtVdoc 3RDPARTY CHANGES

   Note update to openresolv-3.17.1
VersionDeltaFile
1.2144+4-4doc/3RDPARTY
1.3205+2-1doc/CHANGES
+6-52 files

NetBSD/pkgsrc cBahga5doc CHANGES-2025

   doc: Updated www/firefox140-l10n to 140.6.0
VersionDeltaFile
1.7134+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc suja1Cpdoc CHANGES-2025

   doc: Updated www/firefox140 to 140.6.0
VersionDeltaFile
1.7133+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc rka6Np6doc CHANGES-2025

   doc: Updated audio/termusic to 0.12.1
VersionDeltaFile
1.7132+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc BKdZc9zaudio/termusic distinfo cargo-depends.mk

   audio/termusic: update to 0.12.1

   [V0.12.1]
   Released on: December 11, 2025.
   Change: change default log level to info (from warn).
   Change: log the termusic version used.
   Change(tui): on windows, properly spawn the server as a detached process.
   Feat(tui): allow disabling individual cover-art protocols, even if compiled-in.
   Fix: populate media title changes (like radio stream titles) to the TUI again.
   Fix(tui): update status bar (status, volume, speed, gapless) on [volume, speed, gapless] changes, not just status changes.
   Fix(tui): properly set lyric content on reload (like exiting the config editor).
   Fix(tui): populate "Stopped" state to everything instead of showing stale data.
   Fix(tui): change how progress time is displayed to now be --:-- if unavailable / stopped, and dont show total duration if unavailable.
   Fix(tui): dont show error popup if cover-ueberzug is compiled-in but ueberzug command is not available.
   Fix(tui): change the progressbar to use less-than-full blocks for smoother display.
   Fix(tui): change Database Playlist search to work on all music roots, instead of current library root.
   Fix(tui): change tokio runtime shutdown to have a timeout. This fixes infinitely stuck process on windows.
   Fix(tui): correctly kill the server on windows systems if config option behavior.quit_server_on_exit is enabled.
   Fix(tui): in Music Library, when pressing RIGHT on a non-loaded directory, will now load the directory (without having to step-into it).

    [8 lines not shown]
VersionDeltaFile
1.54+61-64audio/termusic/distinfo
1.49+19-20audio/termusic/cargo-depends.mk
1.70+2-3audio/termusic/Makefile
+82-873 files

NetBSD/pkgsrc 15g5bVZdoc CHANGES-2025

   doc: Updated devel/ast-grep to 0.40.1
VersionDeltaFile
1.7131+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 99hQwkhdevel/ast-grep distinfo cargo-depends.mk

   devel/ast-grep: update to 0.40.1

       chore: add a link to the badges #2370
       fix: fix AST strictness check #2361
       chore(deps): update dependency @ast-grep/napi to v0.40.0 c98f0dc
       fix: use individual flag for parser 2bdcecb
       chore(deps): update dependency oxlint to v1.32.0 b058028
VersionDeltaFile
1.72+40-40devel/ast-grep/distinfo
1.67+12-12devel/ast-grep/cargo-depends.mk
1.72+2-2devel/ast-grep/Makefile
+54-543 files

NetBSD/src Sd21MtUexternal/bsd/openresolv/dist resolvconf.conf.5.in resolvconf.in

   Sync with openresov-3.17.1
VersionDeltaFile
1.25+83-29external/bsd/openresolv/dist/resolvconf.conf.5.in
1.15+27-17external/bsd/openresolv/dist/resolvconf.in
1.15+17-27external/bsd/openresolv/dist/resolvconf.8.in
1.9+22-8external/bsd/openresolv/dist/libc.in
+149-814 files

NetBSD/src o9J9veLexternal/bsd/openresolv/dist resolvectl.in resolvconf.conf.5.in

   Import openresolv-3.17.1 with the following changes:

   * libc: add toggle resolv_conf_restore, defaulting to YES
   * resolvconf: Fix -D
   * resolvconf: Don't warn when we have no entries to list for *
   * resolvconf: -I now inits subscribers after clearing state
   * resolvconf: remember if any subscriber errored
   * libc: Don't update resolv.conf on signature mismatch
   * resolvconf: Single quote parsed values from resolv.conf
VersionDeltaFile
1.1+159-0external/bsd/openresolv/dist/resolvectl.in
1.1.1.21+83-29external/bsd/openresolv/dist/resolvconf.conf.5.in
1.1.1.2+48-29external/bsd/openresolv/dist/systemd-resolved.in
1.1.1.23+33-23external/bsd/openresolv/dist/resolvconf.in
1.1.1.16+17-27external/bsd/openresolv/dist/resolvconf.8.in
1.1.1.17+22-8external/bsd/openresolv/dist/libc.in
+362-1161 files not shown
+362-1167 files

NetBSD/src LWXUjq1distrib/notes/common legal.common

   No Ben Gray BSD 4-clause licenses remain in the tree.
VersionDeltaFile
1.135+1-3distrib/notes/common/legal.common
+1-31 files

NetBSD/src FEZYFwzexternal/bsd/openresolv/dist resolvconf.in

   resolvconf: Single quote parsed values from resolv.conf

   When parsing resolv.conf entries we build up shell variables.
   Because this is done via a pipe, we need to echo the variables
   to stdout and eval the result to get them into the main resolvconf.
   We have no idea what the values are, so we build up the output
   ensuring the parsed value is single quoted so eval will always
   interpret it as a string and nothing more.

   This avoids an attack like so:
           `echo 'search $(touch /tmp/foo)' | resolvconf -a bar`
VersionDeltaFile
1.14+5-5external/bsd/openresolv/dist/resolvconf.in
+5-51 files

NetBSD/pkgsrc-wip 3acfbe8usbmuxd TODO

usbmuxd: Add reference to CVE-2025-66004
DeltaFile
+3-0usbmuxd/TODO
+3-01 files

NetBSD/pkgsrc-wip 686c191serendipity TODO

serendipity: Add reference to CVE-2024-58282
DeltaFile
+2-1serendipity/TODO
+2-11 files

NetBSD/pkgsrc-wip 035aa33. Makefile

wip: -firefox140*

Removed, used to update www/firefox140*
DeltaFile
+0-2Makefile
+0-21 files

NetBSD/pkgsrc-wip 694aaa3firefox140 mozilla-common.mk Makefile, firefox140-l10n distinfo

firefox140*: remove

Used to update www/firefox140.
DeltaFile
+0-308firefox140-l10n/distinfo
+0-296firefox140/mozilla-common.mk
+0-200firefox140/Makefile
+0-191firefox140/files/desktop.in
+0-112firefox140/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c
+0-107firefox140/patches/patch-third__party_libwebrtc_modules_video__capture_linux_device__info__v4l2.cc
+0-1,21460 files not shown
+0-2,77166 files

NetBSD/pkgsrc Jl8MdNywww/firefox140 distinfo Makefile, www/firefox140-l10n distinfo Makefile

   firefox140{,-l10n}: Update to 140.6.0

   Changes:
   140.6.0
   - Security fixes (MFSA2025-94)

   Discussed with PMC and ok by <maya> during carefulperiod 2, thanks!
VersionDeltaFile
1.3+307-307www/firefox140-l10n/distinfo
1.3+4-4www/firefox140/distinfo
1.4+2-2www/firefox140/Makefile
1.3+2-2www/firefox140-l10n/Makefile
+315-3154 files