[openwrt/openwrt] tools: util-linux: update to v2.40.1

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 20 05:06:52 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/17099f27604fa4629b332c6519914860a322da2e

commit 17099f27604fa4629b332c6519914860a322da2e
Author: Thomas Weißschuh <thomas at t-8ch.de>
AuthorDate: Sun Jun 16 22:59:29 2024 +0200

    tools: util-linux: update to v2.40.1
    
    Release Notes:
            https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40-ReleaseNotes
            https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.1-ReleaseNotes
    
    Signed-off-by: Thomas Weißschuh <thomas at t-8ch.de>
---
 tools/util-linux/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tools/util-linux/Makefile b/tools/util-linux/Makefile
index 846005ebe9..0f0722e2fe 100644
--- a/tools/util-linux/Makefile
+++ b/tools/util-linux/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=util-linux
-PKG_VERSION:=2.39.3
+PKG_VERSION:=2.40.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.39
-PKG_HASH:=40ea07584d56c310455471afa92c119ec259776a561af7159cc802344c2c370d
+PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.40
+PKG_HASH:=8e396eececae2b3b68db232c33b8810faa7c31f6df19f98f512739293d5829b7
 PKG_CPE_ID:=cpe:/a:kernel:util-linux
 
 HOST_BUILD_PARALLEL:=1
@@ -100,6 +100,7 @@ HOST_CONFIGURE_ARGS += \
 	--disable-bash-completion \
 	--disable-pylibmount \
 	--disable-pg-bell \
+	--disable-liblastlog2 \
 	--without-util \
 	--without-selinux \
 	--without-audit \




More information about the lede-commits mailing list