diff options
| author | Thomas Weißschuh | 2026-06-17 08:57:00 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-06-18 00:26:05 +0000 |
| commit | 9c0c586eedee6b789ca13680349452b02ac6474c (patch) | |
| tree | a5fd938b8f93077842fd3d84e1e1664f9bd9516a | |
| parent | d37c4b869affb56caf45c63315c3abc4e30f6d3b (diff) | |
| download | openwrt-9c0c586eedee6b789ca13680349452b02ac6474c.tar.gz | |
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-- | package/utils/util-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 62ecd50416..ddb7dbd4f3 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-linux -PKG_VERSION:=2.41.3 +PKG_VERSION:=2.41.5 PKG_RELEASE:=1 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 PKG_INSTALL:=1 |