Tor Browser: update to 15.0.6
And MFC "also install @sample pledge and unveil files in /etc"
and
"apply unveil.* changes from firefox-esr that I missed some time ago".
Update KDE Plasma to 6.6
https://kde.org/announcements/plasma/6/6.6.0/
KWin (wayland) depends on Libinput 1.28 now, so some code paths were commented
out and game-controller plugin was disabled.
Call timer_remove_all with the right object.
Copy-paste bug which was introduced with rev 1.128.
Causes the parent to SIGSEGV on config reloads when mrt dumps are used.
Allow rcctl reload for php-fpm (it uses a non-standard signal)
Mention that large opcache may delay shutdown in pkg-readme and suggest
"rcctl set phpXX_fpm timeout"
Following mails and slightly different diffs from Leo Unglaub
Allow rcctl reload for php-fpm (it uses a non-standard signal)
Mention that large opcache may delay shutdown in pkg-readme and suggest
"rcctl set phpXX_fpm timeout"
Following mails and slightly different diffs from Leo Unglaub
Reuse extended entry when clearing RGB cell, to prevent memory growth
when cells are repeatedly cleared (they are only compacted when scrolled
off screen). From Michael K Darling in GitHub issue 4862.