summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 17:33:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:25 +0100
commit0e3748c5f38ed6efec26bf83a2f333115af7d5c7 (patch)
tree78fab698ea47af2c1b98953a1ccbab01d54149ba /meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
parentf65a34764c7479bdbf8e889c60cfa09a0a24a9ac (diff)
downloadpoky-0e3748c5f38ed6efec26bf83a2f333115af7d5c7.tar.gz
systemd: update 249.4 -> 249.5
(From OE-Core rev: d5d3704acf4d2e70ee41eb5e6fe852a4c1bc3595) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
index 1541d0b53c..1b9e194667 100644
--- a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
+++ b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
@@ -1,4 +1,4 @@
1From 5b90aba2eb7340085d657493bf8ec1a9f0e25108 Mon Sep 17 00:00:00 2001 1From 95c61768e1f8d76a7bd28355429fc4b7b428ad61 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com> 2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Mon, 25 Feb 2019 14:18:21 +0800 3Date: Mon, 25 Feb 2019 14:18:21 +0800
4Subject: [PATCH] src/basic/missing.h: check for missing strndupa 4Subject: [PATCH] src/basic/missing.h: check for missing strndupa
@@ -73,7 +73,7 @@ Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
73 51 files changed, 62 insertions(+) 73 51 files changed, 62 insertions(+)
74 74
75diff --git a/meson.build b/meson.build 75diff --git a/meson.build b/meson.build
76index 1aa20b8246..aafee71eb4 100644 76index 11cf56efee..5bd6602e03 100644
77--- a/meson.build 77--- a/meson.build
78+++ b/meson.build 78+++ b/meson.build
79@@ -480,6 +480,7 @@ foreach ident : ['secure_getenv', '__secure_getenv'] 79@@ -480,6 +480,7 @@ foreach ident : ['secure_getenv', '__secure_getenv']
@@ -109,7 +109,7 @@ index 1ff6160dc8..c9efd862a2 100644
109 static int cg_enumerate_items(const char *controller, const char *path, FILE **_f, const char *item) { 109 static int cg_enumerate_items(const char *controller, const char *path, FILE **_f, const char *item) {
110 _cleanup_free_ char *fs = NULL; 110 _cleanup_free_ char *fs = NULL;
111diff --git a/src/basic/env-util.c b/src/basic/env-util.c 111diff --git a/src/basic/env-util.c b/src/basic/env-util.c
112index 81b1e3f10e..8fedcfd1cd 100644 112index 1ca445dab4..1f5a212d4e 100644
113--- a/src/basic/env-util.c 113--- a/src/basic/env-util.c
114+++ b/src/basic/env-util.c 114+++ b/src/basic/env-util.c
115@@ -18,6 +18,7 @@ 115@@ -18,6 +18,7 @@
@@ -165,7 +165,7 @@ index f91f8f7a08..fb31596216 100644
165 int mkdir_safe_internal( 165 int mkdir_safe_internal(
166 const char *path, 166 const char *path,
167diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c 167diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c
168index 8c836a1b74..2eb7e5a634 100644 168index e7a5a99551..3cc157f248 100644
169--- a/src/basic/mountpoint-util.c 169--- a/src/basic/mountpoint-util.c
170+++ b/src/basic/mountpoint-util.c 170+++ b/src/basic/mountpoint-util.c
171@@ -11,6 +11,7 @@ 171@@ -11,6 +11,7 @@
@@ -273,7 +273,7 @@ index 84c3caf3a5..0fa84eaa38 100644
273 BUS_DEFINE_PROPERTY_GET(bus_property_get_tasks_max, "t", TasksMax, tasks_max_resolve); 273 BUS_DEFINE_PROPERTY_GET(bus_property_get_tasks_max, "t", TasksMax, tasks_max_resolve);
274 274
275diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c 275diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c
276index 50daef6702..1cc6d91e64 100644 276index 902e074bd2..ac15b944e6 100644
277--- a/src/core/dbus-execute.c 277--- a/src/core/dbus-execute.c
278+++ b/src/core/dbus-execute.c 278+++ b/src/core/dbus-execute.c
279@@ -42,6 +42,7 @@ 279@@ -42,6 +42,7 @@
@@ -321,7 +321,7 @@ index a56f12f47f..6b8729ef67 100644
321 #if HAVE_KMOD 321 #if HAVE_KMOD
322 #include "module-util.h" 322 #include "module-util.h"
323diff --git a/src/core/service.c b/src/core/service.c 323diff --git a/src/core/service.c b/src/core/service.c
324index cb0a528f0d..740d305710 100644 324index 701c145565..4ddc20ed7e 100644
325--- a/src/core/service.c 325--- a/src/core/service.c
326+++ b/src/core/service.c 326+++ b/src/core/service.c
327@@ -41,6 +41,7 @@ 327@@ -41,6 +41,7 @@
@@ -357,7 +357,7 @@ index ae1d43756a..24de98c9f3 100644
357 #define PRIV_KEY_FILE CERTIFICATE_ROOT "/private/journal-remote.pem" 357 #define PRIV_KEY_FILE CERTIFICATE_ROOT "/private/journal-remote.pem"
358 #define CERT_FILE CERTIFICATE_ROOT "/certs/journal-remote.pem" 358 #define CERT_FILE CERTIFICATE_ROOT "/certs/journal-remote.pem"
359diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c 359diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
360index c8fb726d42..858a425d12 100644 360index 3eac97510d..db6913bc7a 100644
361--- a/src/journal/journalctl.c 361--- a/src/journal/journalctl.c
362+++ b/src/journal/journalctl.c 362+++ b/src/journal/journalctl.c
363@@ -72,6 +72,7 @@ 363@@ -72,6 +72,7 @@
@@ -429,7 +429,7 @@ index 13c08fe295..9aae83486e 100644
429 #define MAX_SIZE (2*1024*1024) 429 #define MAX_SIZE (2*1024*1024)
430 430
431diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c 431diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c
432index 5728c537bc..94885b0bf6 100644 432index b3240177cb..7e3ae2d24f 100644
433--- a/src/libsystemd/sd-journal/sd-journal.c 433--- a/src/libsystemd/sd-journal/sd-journal.c
434+++ b/src/libsystemd/sd-journal/sd-journal.c 434+++ b/src/libsystemd/sd-journal/sd-journal.c
435@@ -40,6 +40,7 @@ 435@@ -40,6 +40,7 @@