py-channels: updated to 4.3.2
4.3.2 (2025-11-20)
* Confirmed support for Django 6.0.
* Confirmed support for Python 3.14.
* Added ``types`` extra for ``types-channels`` stubs. See installation docs.
devel/task: update to 3.45.5
* Fixed bug that made a generic message, instead of an useful one, appear
when a Taskfile could not be found.
* Fixed a bug that caused an error when including a Remote Git Taskfile.
* Fixed issue where .taskrc.yml was not returned if reading it failed, and
corrected handling of remote entrypoint Taskfiles.
* Improved performance of --list and --list-all by introducing a faster
compilation method that skips source globbing and checksum updates.
* Fixed a concurrency bug with output: group. This ensures that begin/end
parts won't be mixed up from different tasks.
* Do not re-evaluate variables for defer:.
* Improve error message when a Taskfile is not found.
* Fixed generic error message exit status 1 when a dependency task failed.
* Fixed YAML library from the unmaintained gopkg.in/yaml.v3 to the new fork
maintained by the official YAML org.
* On Windows, the built-in version of the rm core utils contains a fix
related to the -f flag.
lxqt-build-tools: expect C++20 now, we really need it
LXQt includes a (as we call it) plasma6-libkscreen dependency, which as
of its version 6.5.2 or thereabouts expects C++20 features (the
"spaceship operator", at the least). Fixes builds of lxqt-config after
the latest plasma6 updates earlier today.
plasma6-plasma-activities: add version 6.5.2
When a user is interacting with a computer, there are three main areas of
contextual information that may affect the behaviour of the system: who the user
is, where they are, and what they are doing.
*Activities* deal with the last one. An activity might be "developing a KDE
application", "studying 19th century art", "composing music" or "watching funny
videos". Each of these activities may involve multiple applications, and a
single application may be used in multiple activities (for example,
most activities are likely to involve using a web browser, but different
activities will probably involve different websites).
KActivities provides the infrastructure needed to manage a user's activities,
allowing them to switch between tasks, and for applications to update their
state to match the user's current activity. This includes a daemon, a library
for interacting with that daemon, and plugins for integration with other
frameworks.
PC6001VX: update to 4.3.0.
Upstream changes:
2025/11/23 PC6001VX 4.3.0
* Added command line option to automatically load arbitrary state file
at startup.
* Supports switching of sound output devices.
* Added key assignment that can be entered with CTRL + function keys.
* Fixed TILT mode not supporting joystick.
* Fixed an issue where input on the English keyboard was wrong.
* (Linux) Started offering of AppImage format.
* (Android)Updated SDK Version to 36.(Re-fix)
security/cargo-audit: update to 0.22.0
See also changes in:
cvss 2.2.0
cargo-lock 11.0.0
rustsec 0.31.0
What's Changed
OSV tweaks by @djc in #1363
cargo-audit: remove non-functional ignore source option by @djc in #1376
feat(cargo-audit): add SARIF output format support by @cosmir17 in #1385
Enable LTO and strip symbols in release builds by @AMS21 in #1395
SARIF API tweaks by @djc in #1409
textproc/televison: update to 0.13.11
0.13.11 - 2025-11-23
🐛 Bug Fixes
3a71a99 (pwsh) Always use -NoLogo -NoProfile when starting pwsh commands by @alexpasmantier in #775
b336421 (uncategorized) No more edge case highlight computing panics by @alexpasmantier
📚 Documentation
3dcc3db (uncategorized) Update readme with editor integrations by @alexpasmantier
⚡ Performance
492881f (uncategorized) Use tokio::process::Command for previews by @alexpasmantier
0a385f9 (uncategorized) Faster ansi escape sequences stripping with --ansi by @alexpasmantier
0136626 (uncategorized) Avoid blocking async runtime when streaming in candidates by @alexpasmantier
d2034a8 (uncategorized) Add rendering benchmark by @alexpasmantier
a6b5240 (uncategorized) Avoid heap allocations when passing context to render thread by @alexpasmantier
ad166f1 (uncategorized) Use smallvec for match ranges to avoid unnecessary allocations by @alexpasmantier
56f19be (uncategorized) Add load_candidates benchmark by @alexpasmantier
[3 lines not shown]
geography/gpsd: Modernize USE_LANGUAGES setting (NFCI)
Move c99 from USE_LANGUAGES to USE_CC_FEATURES. (This change is
unrelated to the recent update.)
geography/gpsd: Update to 3.27
pkgsrc changes:
- none
upstream changes:
- libgpsd version bump
upstream NEWS:
3.27: 21 Nov 2025
Improve support for newer signal ids (L1/L2/L5, etc.).
xgps add signal id names
gpsrinex, support new signal ids. Add -g and --gnss options.
Initial SPARTNv2 support. Disabled by default, terrible protocol.
Many ubxtool updates for newer u-blox receivers.
Update driver_ubx for newer u-blox receivers.
Lexer() FFI interface is unused, and deprecated October 2025.
xgps and xgpsspeed work under Wayland.
Add support for Qt6.