coturn: updated to 4.9.0
4.9.0
Changelist:
- Fix thread sanitizer warning
- OpenSSL: migrate to modern API for DH param
- Migrate AES-128 encryption from deprecated OpenSSL API to EVP
- Fix unbounded strcpy in stun_method_str (ns_turn_msg.c)
- Fix missing null termination in addr_to_string (ns_turn_ioaddr.c)
- Fix missing null termination after strncpy in DB drivers
- Fix unbounded strcpy in HTTP response (http_server.c)
- Remove ubuntu20, DEBUG builds from build matrix
- Fix buffer overflow in decryptPassword in mysql
- Fix missing null termination after strncpy in MongoDB driver (dbd_mongo.c)
- Fix buffer overflow in decrypt_aes_128
- Fix Web Admin Password Check
py-scikit-build-core: updated to 0.12.1
0.12.1
This fixes a regression on Windows when targeting 32-bit wheels on a 64-bit
host.
Fixes:
- Use `CMAKE_GENERATOR`(`_PLATFORM`) on Windows again
Documentation:
- Use newly fixed `click-extra` for admonitions
- show CI state of the main branch in the badge
py-beets: updated to 2.6.2
2.6.2 (February 22, 2026)
Bug fixes
- :doc:`plugins/musicbrainz`: Fix crash when release mediums lack the ``tracks``
key. :bug:`6302`
- :doc:`plugins/musicbrainz`: Fix search terms escaping. :bug:`6347`
- :doc:`plugins/musicbrainz`: Fix support for ``alias`` and ``tracks``
:conf:`plugins.musicbrainz:extra_tags`.
- :doc:`plugins/musicbrainz`: Fix fetching very large releases that have more
than 500 tracks. :bug:`6355`
- :doc:`plugins/badfiles`: Fix number of found errors in log message
- :doc:`plugins/replaygain`: Avoid magic Windows prefix in calls to command
backends, such as ``mp3gain``. :bug:`2946`
- :doc:`plugins/mbpseudo`: Fix crash due to missing ``artist_credit`` field in
the MusicBrainz API response. :bug:`6339`
[4 lines not shown]
libfyaml: updated to 0.9.5
0.9.5
A robustness and correctness release with major emitter comment improvements,
new APIs, new emitter options, and extensive fuzz-driven bug fixes across all
subsystems.
py-requests-ratelimiter: added version 0.9.1
This package is a simple wrapper around pyrate-limiter that adds convenient
integration with the requests library.
py-pyrate-limiter: added version 4.0.2
The request rate limiter using Leaky-bucket Algorithm.
* Supports unlimited rate limits and custom intervals.
* Separately tracks limits for different services or resources.
* Manages limit breaches with configurable blocking or non-blocking behavior.
* Offers multiple usage modes: direct calls or decorators.
* Fully compatible with both synchronous and asynchronous workflows.
* Provides SQLite and Redis backends for persistent limit tracking across
threads or restarts.
* Includes MultiprocessBucket and SQLite File Lock backends for multiprocessing
environments.
py-uv-dynamic-versioning: added version 0.13.0
This project offers two plugins:
* Version source plugin: is for setting a version based on VCS.
* Metadata hook plugin: is for setting dependencies and optional-dependencies
dynamically based on VCS version. This plugin is useful for monorepo.
py-netsnmp-cffi: upgrade to version 0.1.5.
Pkgsrc changes:
* Version + checksum updates.
Upstream changes:
Version 0.1.5:
Fixed
* Add caching of hot-path MIB lookup function results.