From 86f45f76d92e934fe8fa691753a7076333b8f5b8 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 17 Apr 2019 10:16:00 +0200 Subject: [PATCH] systemd: Fix shutdown problem Add patch to fix https://github.com/systemd/systemd/issues/12335 ("systemd v242 may go into loop when ListenDatagram socket units are stopped"). --- systemd.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.be0 b/systemd.be0 index 85bbb2f5f..791e5c9ee 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION systemd-242-0 +# BEE_VERSION systemd-242-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch) BEE_BUILDTYPE=meson