sysutils/py-Glances: Update to 4.4.1
Changes since 4.4.1:
=============
Version 4.4.1
=============
Bug corrected:
* Restful API issue after a while (stats are no more updated) #3333
=============
Version 4.4.0
=============
Breaking changes:
* A new Python API is now available to use Glances as a Python lib in your
[81 lines not shown]
audio/fasttracker2: Update to 2.00
Changes since 1.99
v2.00 - 21.11.2025
- Fixed loading of WAV samples of the WAVE_FORMAT_EXTENSIBLE type
- Small tweak to the windowed-sinc interpolation
- Shorter interpolation LUTs (and double-precision -> single-precision float)
for faster calculation time on program startup. In theory anyway...
- Code cleanup
- Note: There are no revolutionary updates despite reaching v2.00!
security/wolfssl: Update to 5.8.4
Changes since 5.8.2:
To download the release bundle of wolfSSL visit the download page at
www.wolfssl.com/download/
PR stands for Pull Request, and PR references a GitHub pull request number
where the code change was added.
Vulnerabilities
* [Low CVE-2025-12888] Vulnerability in X25519 constant-time cryptographic
implementations due to timing side channels introduced by compiler
optimizations and CPU architecture limitations, specifically with the
Xtensa-based ESP32 chips. If targeting Xtensa it is recommended to use the
low memory implementations of X25519, which is now turned on as the default
for Xtensa. Thanks to Adrian Cinal for the report. Fixed in PR 9275.
* [Med. CVE-2025-11936] Potential DoS vulnerability due to a memory leak
[129 lines not shown]
libatomic_ops: update to 7.10.0.
== [7.10.0] 2025-11-28 ==
* Add comment that overflow of a counter in AO_stack_pop is impossible
* Add missed copyright header to ibmc/powerpc.h
* Adjust/reformat copyright header in armcc/arm_v6.h
* Build tests by default in CMake script
* Change AO_REAL_NEXT_PTR() to accept argument as reference only
* Change static initializer of initial_heap_ptr and spin_dummy to zero
* Consistently use '__sparc' predefined macro w/o trailing underscores
* Define AO_N_BITS to a bigger value if pointer type is larger than size_t
* Define AO_uintptr_t and use it in AO malloc and stack (refactoring)
* Define functions and variables of tests as static (refactoring)
* Discontinue support of configure '--enable-gcov' option
* Do not define AO_GCC_FORCE_HAVE_CAS for modern clang and gcc for RISC-V
* Eliminate 'can be declared as pointer to const' cppcheck FP in test_atomic
* Eliminate 'condition is always true' cppcheck style warnings in test_atomic
* Fix 'libtool library used but LIBTOOL is undefined' autoreconf error
[22 lines not shown]
py-last: update to 7.0.0.
Removed
Remove SCROBBLE_SOURCE_* and SCROBBLE_MODE_* (#502) @scy
Added
Add chosen_by_user parameter to scrobble & scrobble_many (#501) @scy
This parameter is used to indicate when a scrobble comes from a source that the user doesn't have "direct" control over. In most cases where a user is scrobbling their own music you can safely ignore this parameter. However, if the user is listening to music that is effectively chosen by someone other than themselves (e.g. from a Last.fm radio stream; from some other recommendation service; or radio show put together by a DJ or host) then this value should be set to "false". If there is any ambiguity or doubt then don't send this value.
Add support for Python 3.15 (#503) @hugovk
Changed
Test against recorded API responses instead of live Last.fm (#507) @hugovk
Replace pre-commit with prek (#508) @hugovk
py-secretstorage: update to 3.5.0.
SecretStorage 3.5.0, 2025-11-23
===============================
* Added ``timeout`` argument to the ``unlock()`` methods of ``Collection``
and ``Item`` [`#33`_].
* Removed ``int_to_bytes()`` function in favor of the built-in method.
lima: update to 2.0.2.
Changes
vz:
Fix incompatibility with Fedora 43 (#4384)
limactl CLI:
Make errors less scary (#4387)
Misc:
Don't trim whitespace from boot commands (#4381, thanks to @jandubois)
py-hatchling: update to 1.28.0.
Changed:
Drop support for Python 3.9
Added:
Add sbom-files option and sbom_files build data to the wheel build target for including Software Bill of Materials files.