From bbe5cb5fc5391e3d0bd8b18f2b195913b7954afd Mon Sep 17 00:00:00 2001 From: heitbaum Date: Tue, 26 Jan 2021 05:07:54 +0000 Subject: [PATCH] systemd: update to 247.3 update 247 to 247.3 changelog: use systemd-stable source as it includes backports of patches from systemd git to stable distributions --- packages/sysutils/systemd/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index 03e3295b30..0f98376706 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="systemd" -PKG_VERSION="247" -PKG_SHA256="77146f7b27334aa69ef6692bed92c3c893685150f481e7254b81d4ea0f66c640" +PKG_VERSION="247.3" +PKG_SHA256="2869986e219a8dfc96cc0dffac66e0c13bb70a89e16b85a3948876c146cfa3e0" PKG_LICENSE="LGPL2.1+" PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd" -PKG_URL="https://github.com/systemd/systemd/archive/v${PKG_VERSION}.tar.gz" +PKG_URL="https://github.com/systemd/systemd-stable/archive/v${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain libcap kmod util-linux entropy libidn2 wait-time-sync" PKG_LONGDESC="A system and session manager for Linux, compatible with SysV and LSB init scripts."