lapack and derived packages: update to 3.12.1
What’s Changed
Enables Fortran before including CheckFortranFunctionExists in CMakeL… by @weslleyspereira in 948
Fixes for the NAG Fortran compiler by @ACSimon33 inhttps://github.com/Reference-LAPACK/lapack/pull/951[951]
Fixed HAS_ATTRIBUTE_WEAK_SUPPORT flag for CBLAS objects by @ACSimon33 in 950
Fixed memory leak in testing framework by @ACSimon33 in 953
Fixed search phrase for determining the amount of successful tests by @ACSimon33 in 954
handle and document corner cases of lwork in lapack by @dklyuchinskiy in 942
fix some DMD issues by @dklyuchinskiy in 959
Remove executable permissions from source files by @turboencabulator in 970
[92 lines not shown]
textproc/treemd: update to 0.5.7
[0.5.7] - 2026-02-26
Added
Home/End key bindings - Navigate to first/last with Home/End keys (#43)
Works in Normal, Interactive, Help, and FilePicker modes
Also added PageUp/PageDown bindings in Normal mode for consistency
Directory and multi-file support - Open file picker with directory argument (#43)
treemd . opens file picker in current directory
treemd docs/ opens file picker in specified directory
Multiple file arguments supported (e.g., treemd *.md)
Compact tree style - Gapless box-drawing characters for tree visualization (#43)
Now uses ├── instead of ├─ (connected, no gaps)
Config option tree_style: "compact" (default) or "spaced"
Works in both --tree CLI output and query tree output
[56 lines not shown]
wget2: Add option for lzlib
pkgsrc changes:
---------------
* Remove default dependency on archivers/lzlib since net/wget2 can be a
bootstrap package and it is not necessary having too many dependencies.
* Add an option to build with archivers/lzlib.
* Bump revision.
net/coturn: Require openssl 3
Upstream did not note this rather significant change in NEWS :-(
Restores building on NetBSD 9.
No PKGREVISION, as I think this is a NOP on systems that used openssl
3 anyway, and it didn't build on those that defaulted to 1.1.1.
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.