mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
Bugfix-only changes on the 241 stable branch, including a fix for a breakage with OpenSSL >= 1.1.1c. (From OE-Core rev: 9160dc4dbee6fb13f1a46963ced7961505154213) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
SUMMARY = "A System and service manager"
|
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
|
|
|
|
DESCRIPTION = "systemd is a system and service manager for Linux, compatible with \
|
|
SysV and LSB init scripts. systemd provides aggressive parallelization \
|
|
capabilities, uses socket and D-Bus activation for starting services, \
|
|
offers on-demand starting of daemons, keeps track of processes using \
|
|
Linux cgroups, supports snapshotting and restoring of the system \
|
|
state, maintains mount and automount points and implements an \
|
|
elaborate transactional dependency-based service control logic. It can \
|
|
work as a drop-in replacement for sysvinit."
|
|
|
|
LICENSE = "GPLv2 & LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
# DNSOverTLS strict mode was added in 243
|
|
# https://github.com/systemd/systemd/issues/9397
|
|
CVE_CHECK_WHITELIST += "CVE-2018-21029"
|
|
|
|
# Commit dc903ec516cb on the 241 branch
|
|
CVE_CHECK_WHITELIST += "CVE-2019-3843 CVE-2019-3844"
|
|
|
|
SRCREV = "d1cc09a6eac5f8d62e630cc31d604095e30d2d84"
|
|
SRCBRANCH = "v241-stable"
|
|
SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV_append = "+${SRCPV}"
|