-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2089 from flatcar/ader1990/systemd-minor-version-…
…upgrade-255-8 sys-apps/systemd: updated to minor version 255.8
- Loading branch information
Showing
5 changed files
with
52 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- systemd ([255.8](https://github.com/systemd/systemd-stable/commits/v255.8/)) |
2 changes: 1 addition & 1 deletion
2
sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST systemd-stable-255.4.tar.gz 14952427 BLAKE2B 27f5080f83a9e870fbe8e3ebcb500a63c42022f1f96f26f35c76eeeea85dab691291c31ee716cab330b76df5e576910a6a82f51267eff4f766b1d4c304d815c9 SHA512 8a2bde11a55f7f788ba7751789a5e9be6ce9634e88d54e49f6e832c4c49020c6cacaf2a610fe26f92998b0cbf43c6c2150a96b2c0953d23261009f57d71ea979 | ||
DIST systemd-stable-255.8.tar.gz 15070471 BLAKE2B b437404af7fd73ef527f80d9d14d46a781444103d1756c27494ecf2664c9c5efe1169c85b91148a3bf190dc7c5e31cf8d42a13c84102d101ea7e4a0570e8d719 SHA512 7692be761a393924669a90f6f343998a85707a9daa3ce169ce67f62ae2a39338c2c3496066b2659c6500849104fab0529fca5704a3eb32375f2f44131216d1f1 |
43 changes: 0 additions & 43 deletions
43
...r/src/third_party/coreos-overlay/sys-apps/systemd/files/255-install-format-overflow.patch
This file was deleted.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
...ner/src/third_party/coreos-overlay/sys-apps/systemd/files/systemd-test-process-util.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From c3f91c76af292e3bd2c6e2b12e37de88cf5d7c72 Mon Sep 17 00:00:00 2001 | ||
From: Mike Gilbert <[email protected]> | ||
Date: Thu, 18 Apr 2024 00:04:44 -0400 | ||
Subject: [PATCH] test-process-util: remove assert that fails under pid-sandbox | ||
|
||
Upstream refuses to fix this. | ||
|
||
Bug: https://bugs.gentoo.org/674458 | ||
Bug: https://github.com/systemd/systemd/issues/25015 | ||
--- | ||
src/test/test-process-util.c | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/src/test/test-process-util.c b/src/test/test-process-util.c | ||
index c96bd4341b..9ff1bdc082 100644 | ||
--- a/src/test/test-process-util.c | ||
+++ b/src/test/test-process-util.c | ||
@@ -92,8 +92,8 @@ static void test_pid_get_comm_one(pid_t pid) { | ||
assert_se(r >= 0 || r == -EACCES); | ||
log_info("PID"PID_FMT" strlen(environ): %zi", pid, env ? (ssize_t)strlen(env) : (ssize_t)-errno); | ||
|
||
- if (!detect_container()) | ||
- assert_se(get_ctty_devnr(pid, &h) == -ENXIO || pid != 1); | ||
+ | ||
+ | ||
|
||
(void) getenv_for_pid(pid, "PATH", &i); | ||
log_info("PID"PID_FMT" $PATH: '%s'", pid, strna(i)); | ||
-- | ||
2.44.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters