diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-01 15:38:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-05 22:42:08 +0100 |
commit | fe5cd3c9d97caf8c201c0c9953cfd52bec071108 (patch) | |
tree | e52b264e32195de35c668d0934213714f518da54 /package | |
parent | 84b3eafe3943ba64514871640454aa0a84149cd7 (diff) | |
download | upstream-fe5cd3c9d97caf8c201c0c9953cfd52bec071108.tar.gz upstream-fe5cd3c9d97caf8c201c0c9953cfd52bec071108.tar.bz2 upstream-fe5cd3c9d97caf8c201c0c9953cfd52bec071108.zip |
util-linux: Update to version 2.37.4
This update contains only a security fix for an issue in chsh and chfn,
but OpenWrt is not packaging these applications so OpenWrt is not
affected. In OpenWrt master this was already fixed by the update to
util-linux 2.38.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package')
-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 6d44e92f00..446ad716a6 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.37.3 +PKG_VERSION:=2.37.4 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.37 -PKG_HASH:=590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776 +PKG_HASH:=634e6916ad913366c3536b6468e7844769549b99a7b2bf80314de78ab5655b83 PKG_CPE_ID:=cpe:/a:kernel:util-linux PKG_LICENSE:=GPL-2.0-only |