Conditionalize 802.11 support (hostapd, hostapd_cli, wlanctl, wpa_cli,
wpa_passphrase, wpa_supplicant, wiconfig, wlanctl, plus 802.11 support
in ifconfig) on MKWLAN, which defaults to "yes", except on m68000.
audio/openal-soft: Update to 1.25.0
Changelog:
openal-soft-1.25.0:
Updated library codebase to C++20.
Fixed alcIsExtensionPresent to do a case-insensitive compare.
Fixed potential noise when switching reverbs.
Fixed reverb panning with certain output modes.
Fixed retrieving the alGetProcAddressDirect extension function.
Fixed negative source offsets with a callback buffer.
Fixed a memory issue that could occur in rare situations with looping
sources.
[34 lines not shown]
Build audio programs (aiomixer, audiocfg, audioctl, audioplay,audiorecord,
and hdaudioctl) conditionally on MKAUDIO, which defaults to "yes" except
on m68000 (no sun2 systems supported audio; the publicly-available copy
of the Sun2 architecture manual states that the sound generation feature
was removed from the system specification in Dec 1983).
py-types-setuptools: updated to 80.9.0.20251221
80.9.0.20251221
[setuptools] setuptools._distutils`: spawn functions should match each other + add overload based on `search_path` param
[setuptools] Fully typed setup method
py-humanize: updated to 4.15.0
4.15.0
Added
Add locale support for decimal separator in intword
Add support for Python 3.15
Changed
Replace pre-commit with prek
Fixed
naturaldelta: round the value to nearest unit that makes sense
Fix plural form for intword and improve performance
Replace Exception with more specific FileNotFoundError
py-greenlet: updated to 3.3.0
3.3.0 (2025-12-04)
- Drop support for Python 3.9.
- Switch to distributing manylinux_2_28 wheels instead of
manylinux2014 wheels. Likewise, switch from musllinux_1_1 to 1_2.
- Add initial support for free-threaded builds of CPython 3.14. Due to
limitations, we do not distribute binary wheels for free-threaded
CPython on Windows. (Free-threaded CPython 3.13 may work, but is
untested and unsupported.)
.. caution::
Under some rare scenarios with free-threaded 3.14, the
interpreter may crash on accessing a variable or attribute or
when shutting down. If this happens, try disabling the
thread-local bytecode cache. See the greenlet documentation for
more details. See `PR 472 by T. Wouters
[3 lines not shown]
py-uvicorn: updated to 0.40.0
0.40.0
Remove
Drop support for Python 3.9
0.39.0
Fixed
Send close frame on ASGI return for WebSockets
Explicitly start ASGI run with empty context
x11/xterm: update to 406
Patch #406 - 2025/12/21
- add option -emoji_width and resource emojiWidth to allow enabling/disabling VS15/VS16 feature introduced in patch #404 (Debian #1123509). Also, work around display issues by changing the filler character for VS16.
Patch #405 - 2025/12/14
- correct sign-extension in drawing changes made in patch #404 (Debian #1122519)
- further improvements to limit-checking for mouse button and motion events (report by James Holderness).
- correct index expression when handling overflow of title stack.