From ba36670fde721c293ef8f9fc4461b6a3949d49cf Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 17 Feb 2023 08:04:01 +0000 Subject: [PATCH] systemd: update to 252.6 --- packages/sysutils/systemd/package.mk | 4 ++-- .../systemd-0900-build-with-glibc-2.36.patch | 20 ------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 packages/sysutils/systemd/patches/systemd-0900-build-with-glibc-2.36.patch diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index 76b8034e0d..de418af024 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="systemd" -PKG_VERSION="252.5" -PKG_SHA256="cc57a54a323d9f813f59eb4d79c2e2ea987e27c9b5ad2079eb9d2756567d53ee" +PKG_VERSION="252.6" +PKG_SHA256="5f0b391f7e481f9ce0798515f34e85963990d42a27f9f80fc9e7321610b69784" PKG_LICENSE="LGPL2.1+" PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd" PKG_URL="https://github.com/systemd/systemd-stable/archive/v${PKG_VERSION}.tar.gz" diff --git a/packages/sysutils/systemd/patches/systemd-0900-build-with-glibc-2.36.patch b/packages/sysutils/systemd/patches/systemd-0900-build-with-glibc-2.36.patch deleted file mode 100644 index d70ce782de..0000000000 --- a/packages/sysutils/systemd/patches/systemd-0900-build-with-glibc-2.36.patch +++ /dev/null @@ -1,20 +0,0 @@ -commit 134db60f65ecea9a5c6536541a74a6ff5e4167de -Author: Rudi Heitbaum -Date: Tue Jan 31 12:06:56 2023 +0000 - - glibc: Conditionally #include to resolve fsconfig_command/mount_attr conflict with glibc 2.36 - -diff --git a/src/basic/linux/btrfs.h b/src/basic/linux/btrfs.h -index 0a53bdc38a..74ed9088bd 100644 ---- a/src/basic/linux/btrfs.h -+++ b/src/basic/linux/btrfs.h -@@ -26,7 +26,9 @@ extern "C" { - - #include - #include -+#if WANT_LINUX_FS_H - #include -+#endif - - #define BTRFS_IOCTL_MAGIC 0x94 - #define BTRFS_VOL_NAME_MAX 255