mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
Merge pull request #892 from flatcar/scripts
sys-apps/systemd: Update to 252.11
This commit is contained in:
commit
73d56376f7
1
changelog/bugfixes/2023-06-07-systemd-reboot.md
Normal file
1
changelog/bugfixes/2023-06-07-systemd-reboot.md
Normal file
@ -0,0 +1 @@
|
||||
- Resolved the conflicting FD usage of libselinux and systemd which caused, e.g., a systemd crash on certain watchdog interaction during shutdown (patch in systemd 252.11)
|
||||
1
changelog/updates/2023-06-07-systemd-update.md
Normal file
1
changelog/updates/2023-06-07-systemd-update.md
Normal file
@ -0,0 +1 @@
|
||||
- systemd ([252.11](https://github.com/systemd/systemd-stable/releases/tag/v252.11) (from 252.5))
|
||||
@ -1 +1 @@
|
||||
DIST systemd-stable-252.5.tar.gz 11762414 BLAKE2B c9560ad5e49b7ff33ebcf2e553fa1824131e84bb7c40e5b04135bcdce9ad2ef32194382a501a1853a28e02b7f434bf1fb53edd6e9272d432c23fb116015d751f SHA512 f3359e0496b673033d6c8da5c117890e0dc26c9db51003b28f629ac751d9bae117be32d9f54c377eb2d5a7c2d36ac0dbdc2116498698e993550fbdd9aae535b9
|
||||
DIST systemd-stable-252.11.tar.gz 11845530 BLAKE2B 5c4492040640d09248d4ec775e8bfca5dbe81d42f4fbda6ecb120271624c19d84eeacd0e93dd018fbab714a29954d50898a93238179948927e466b345446bc9a SHA512 f64c452b028eb8c6342a7e3b943fc22adb04bcfe00790dd91827604bf8746b5cf87fbffd666f408b1a89ed999dec2629533b92d02bec560406ea03313fc41206
|
||||
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="16c5636cbfa078c6317a908354c9b0f1e101c7a3" # flatcar-3510-backport
|
||||
CROS_WORKON_COMMIT="681c0791696968957dfb0d6d74558b69f4ace43e" # flatcar-3510-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user