sayaka: update to 3.8.6
Upstream changes:
https://github.com/isaki68k/sayaka
3.8.6 (2026/01/28)
* improve rendering of Misskey $[ruby]
* improve rendering inside Misskey `~`, ```~```, and <plain>~</plain>
* improve URL detection
* add support for MFM in the name field
* slightly improve image loading performance
* remove (fix) references to --no-progressive in the documentation
luanti: update to 5.10.0
Packaging changes:
- games/minetest -> games/luanti
- made myself (ktnb) maintainer
Upstream changes:
- name change
- many updates to the client and scripting parts
https://dev.minetest.net/Changelog#5.9.1_.E2.86.92_5.10.0
changes in sbcl-2.6.1 relative to sbcl-2.6.0:
* minor incompatible change: the never-documented :NO-CONSTRUCTOR-DEFUN
option to DEFSTRUCT is no longer supported.
* platform support:
** support for the LoongArch architecture has been added. (thanks to
ZiLong Wang)
** support for FreeBSD on 32-bit and 64-bit PowerPC platforms has been
added. (thanks to Piotr Kubaj)
** SB-ALIEN now supports passing and returning structures by value (rather
than by reference) in accordance with the platform ABIs, on x86-64 and
arm64 platforms. (lp#313202, thanks to Jesse Bouwman)
** wide compare-and-exchange is supported on the arm64 platform for
Armv8.1-A or later.
* bug fix: signal a DIVISION-BY-ZERO error in calls of (/ 0 0).
(lp#2137266, reported by khbit)
* bug fix: compiler infinite loop from previously-acceptable recursive
inline expansions. (lp#2137380, reported by Frode Fjeld)
* bug fix: unnormalized inequality constraints causing a compiler infinite
loop. (lp#2137422, reported by Jesse Bouwman)
[23 lines not shown]
sysutils/xcp: update to 0.24.3
Minor maintenance release:
Releases are now performed with release-plz.
Add a short AI-contributions policy.
Other
Add release-plz config.
Minor dependency bump.
Ignore emacs rust-analyser settings.
Change default branch from 'main' to 'master'
Include AI Contribution Policy in README
Bump dependencies.
Add release-plz workflow.
Fix root test.
Update github tests with rust helper actions.
Add emacs restore files to .gitignore.
[3 lines not shown]
py-testrepository: updated to 0.0.22
0.0.22
* Fix compatibility with testtools. (Jelmer Vernooij)
* Fix warnings on newer python versions. (Jelmer Vernooij)
* Add Python 3.13 and 3.14 support, drop Python 3.8. (Jelmer Vernooij)
* Drop Python 2 support. (Colin Watson)
* Remove use of pytz in favour of ``datetime.timezone.utc``.