mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
systemd: add upstream security fix
Fixes CVE-2017-9217: remote DoS (daemon crash) via a crafted DNS response with
an empty question section.
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit dabd28a4be)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
397bac28d7
commit
11a3e7ce6e
@@ -1,2 +1,3 @@
|
|||||||
# sha256 locally computed
|
# sha256 locally computed
|
||||||
sha256 1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880 systemd-232.tar.gz
|
sha256 1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880 systemd-232.tar.gz
|
||||||
|
sha256 eed8fef0045876e9efa0ba6725ed9ea93654bf24d67bb5aad467a341ad375883 a924f43f30f9c4acaf70618dd2a055f8b0f166be.patch
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ SYSTEMD_DEPENDENCIES = \
|
|||||||
SYSTEMD_PROVIDES = udev
|
SYSTEMD_PROVIDES = udev
|
||||||
SYSTEMD_AUTORECONF = YES
|
SYSTEMD_AUTORECONF = YES
|
||||||
|
|
||||||
|
SYSTEMD_PATCH = \
|
||||||
|
https://github.com/systemd/systemd/commit/a924f43f30f9c4acaf70618dd2a055f8b0f166be.patch
|
||||||
|
|
||||||
# Make sure that systemd will always be built after busybox so that we have
|
# Make sure that systemd will always be built after busybox so that we have
|
||||||
# a consistent init setup between two builds
|
# a consistent init setup between two builds
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user