diff options
| author | Thomas Weißschuh | 2026-06-17 08:56:23 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-06-18 00:26:05 +0000 |
| commit | d37c4b869affb56caf45c63315c3abc4e30f6d3b (patch) | |
| tree | 2a7f44ffb711e5b77e47b72b69e762ac4ea2613a | |
| parent | 4c468d22fbe5e1065c718f50e8413423e6702684 (diff) | |
| download | openwrt-d37c4b869affb56caf45c63315c3abc4e30f6d3b.tar.gz | |
tools: util-linux: update to 2.41.5
Release notes:
https://www.kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.4-ReleaseNotes
https://www.kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.5-ReleaseNotes
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Link: https://github.com/openwrt/openwrt/pull/23845
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | tools/util-linux/Makefile | 4 | ||||
| -rw-r--r-- | tools/util-linux/patches/010-meson-curses.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/util-linux/Makefile b/tools/util-linux/Makefile index c91bf0d492..4c7ca94075 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.41.3 +PKG_VERSION:=2.41.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.41 -PKG_HASH:=3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b +PKG_HASH:=f586e35d320ff537aab3ffeca37e9ecd482ccbe013590db4429a414d8aa6a728 PKG_CPE_ID:=cpe:/a:kernel:util-linux include $(INCLUDE_DIR)/host-build.mk diff --git a/tools/util-linux/patches/010-meson-curses.patch b/tools/util-linux/patches/010-meson-curses.patch index 80c28eedbd..86b259b5dc 100644 --- a/tools/util-linux/patches/010-meson-curses.patch +++ b/tools/util-linux/patches/010-meson-curses.patch @@ -13,7 +13,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com> --- a/meson.build +++ b/meson.build -@@ -289,7 +289,7 @@ if lib_ncursesw.found() +@@ -290,7 +290,7 @@ if lib_ncursesw.found() lib_ncurses = disabler() else lib_ncurses = dependency( |