systemd: update to 257.7

Release notes:
- https://github.com/systemd/systemd/releases

Fixes SO_PASSSEC when used with linux-6.16-rc1+
- https://github.com/systemd/systemd issues 37783

dmesg | grep -i fail
[    1.358563] systemd[1]: systemd-journald-dev-log.socket: SO_PASSSEC failed: Operation not supported
[    1.358631] systemd[1]: systemd-journald.socket: SO_PASSSEC failed: Operation not supported
[    1.358640] systemd[1]: systemd-journald.socket: SO_PASSSEC failed: Operation not supported
This commit is contained in:
Rudi Heitbaum 2025-06-25 22:20:50 +00:00
parent 13964aa5eb
commit ff492133db

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="systemd"
PKG_VERSION="257.6"
PKG_SHA256="1ac656c61e595cc6e653883d554caadd2053f323d9065c0daff69f83368b120c"
PKG_VERSION="257.7"
PKG_SHA256="70ecf759260549486045d065555d2f8a0ac0b8523d8f58227559fbd6d7523b08"
PKG_LICENSE="LGPL2.1+"
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
PKG_URL="https://github.com/systemd/systemd/archive/v${PKG_VERSION}.tar.gz"