Skip to content

Commit 0111855

Browse files
otaviorpurdie
authored andcommitted
systemd: Update to systemd-stable v241-stable release
This changes the repository to use the systemd-stable, and update to the latest release from v241-stable branch. Following changes are included: c1f8ff8d0d login: mark nomodeset fb devices as master-of-seat 59f2213e45 login: HyperV requires master-of-seat to be set a09c170122 Allocate temporary strings to hold dbus paths on the heap 4f54afd5a1 Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. b22a96ef2f NEWS: add entry about 'udevadm trigger --wait-daemon' bada94eb3e NEWS: fix release date e9f930b2f5 udev-event: make subst_format_var() always provide null-terminated string on success 66320aec80 sd-device: also store properties read from udev database to sd_device::properties_db dffc22c833 udev-rules: update log messages about OWNER= or GROUP= settings on --resolve=names=never Signed-off-by: Otavio Salvador <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent a688240 commit 0111855

File tree

3 files changed

+5
-220
lines changed

3 files changed

+5
-220
lines changed

meta/recipes-core/systemd/systemd.inc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ LICENSE = "GPLv2 & LGPLv2.1"
1414
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
1515
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
1616

17-
SRCREV = "e62a7fea757f259eb330da5b6d3ab4ede46400a2"
18-
19-
SRC_URI = "git://github.com/systemd/systemd.git;protocol=git"
17+
SRCREV = "c1f8ff8d0de7e303b8004b02a0a47d4cc103a7f8"
18+
SRCBRANCH = "v241-stable"
19+
SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
2020

2121
S = "${WORKDIR}/git"
22+
23+
PV_append = "+${SRCPV}"

meta/recipes-core/systemd/systemd/CVE-2019-6454.patch

Lines changed: 0 additions & 216 deletions
This file was deleted.

meta/recipes-core/systemd/systemd_241.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SRC_URI += "file://touchscreen.rules \
2424
file://0005-rules-watch-metadata-changes-in-ide-devices.patch \
2525
file://0001-meson-declare-version.h-as-dep-for-various-targets-t.patch \
2626
file://0001-meson-declare-version.h-as-dependency-for-systemd.patch \
27-
file://CVE-2019-6454.patch \
2827
"
2928

3029
# patches needed by musl

0 commit comments

Comments
 (0)