From 1dcc232876f46e5f164d1b5f7cbfacf5109950e0 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 7 Jun 2023 17:47:12 +0200 Subject: [PATCH] sys-apps/systemd: Update to 252.11 This pulls in https://github.com/systemd/systemd-stable/releases/tag/v252.11 mainly for fixing https://github.com/flatcar/Flatcar/issues/1048 --- changelog/bugfixes/2023-06-07-systemd-reboot.md | 1 + changelog/updates/2023-06-07-systemd-update.md | 1 + .../src/third_party/coreos-overlay/sys-apps/systemd/Manifest | 2 +- .../systemd/{systemd-252.5.ebuild => systemd-252.11.ebuild} | 0 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/bugfixes/2023-06-07-systemd-reboot.md create mode 100644 changelog/updates/2023-06-07-systemd-update.md rename sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/{systemd-252.5.ebuild => systemd-252.11.ebuild} (100%) diff --git a/changelog/bugfixes/2023-06-07-systemd-reboot.md b/changelog/bugfixes/2023-06-07-systemd-reboot.md new file mode 100644 index 0000000000..800922e82c --- /dev/null +++ b/changelog/bugfixes/2023-06-07-systemd-reboot.md @@ -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) diff --git a/changelog/updates/2023-06-07-systemd-update.md b/changelog/updates/2023-06-07-systemd-update.md new file mode 100644 index 0000000000..83a1d6840f --- /dev/null +++ b/changelog/updates/2023-06-07-systemd-update.md @@ -0,0 +1 @@ +- systemd ([252.11](https://github.com/systemd/systemd-stable/releases/tag/v252.11) (from 252.5)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest index 9b8087d69a..43ddd12fcd 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest @@ -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 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-252.5.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-252.11.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-252.5.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-252.11.ebuild