summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-03 07:53:24 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-03 15:48:56 +0100
commit465bb83c93ed3f7074f0f8f0338d39873c8b60da (patch)
tree55dba9af760745a2983f2bed984f3f7edd6c933a
parent65ff7365b92e7c4df319e0b73752740696057482 (diff)
downloadbuildroot-465bb83c93ed3f7074f0f8f0338d39873c8b60da.tar.gz
buildroot-465bb83c93ed3f7074f0f8f0338d39873c8b60da.zip
util-linux: bump to version 2.27.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/util-linux/util-linux.hash2
-rw-r--r--package/util-linux/util-linux.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/util-linux.hash b/package/util-linux/util-linux.hash
index b97bda256f..de6082337b 100644
--- a/package/util-linux/util-linux.hash
+++ b/package/util-linux/util-linux.hash
@@ -1,2 +1,2 @@
# From https://www.kernel.org/pub/linux/utils/util-linux/v2.27/sha256sums.asc
-sha256 fcbf04e3ef8377fc8369af7f9afee341c5eef9b02dd5a7ce71532d0957e86dc7 util-linux-2.27.tar.xz
+sha256 0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290 util-linux-2.27.1.tar.xz
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 7b68c339e9..58ace1d5b4 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR)
+UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR).1
UTIL_LINUX_VERSION_MAJOR = 2.27
UTIL_LINUX_SOURCE = util-linux-$(UTIL_LINUX_VERSION).tar.xz
UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERSION_MAJOR)
OpenPOWER on IntegriCloud