util-linux: bump version to 2.27
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 11 Sep 2015 13:26:27 +0000 (14:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 11 Sep 2015 17:45:11 +0000 (19:45 +0200)
Removed 0002-program-invocation-short-name.patch since the changes it
does are now upstream:

  https://kernel.googlesource.com/pub/scm/utils/util-linux/util-linux/+/37edac9a0ca83f311279d2e49bacd6ac80310dc8

This release includes a security fix:

CVE-2015-5224 - chfn, chsh file name collision due to incorrect mkstemp
use if compiled without libuser.
[thanks to Qualys Security Advisory team; qualys.com]

Release notes here:

  https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27-ReleaseNotes

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/0002-program-invocation-short-name.patch [deleted file]
package/util-linux/util-linux.hash
package/util-linux/util-linux.mk

diff --git a/package/util-linux/0002-program-invocation-short-name.patch b/package/util-linux/0002-program-invocation-short-name.patch
deleted file mode 100644 (file)
index 95fea3f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac     2013-09-05 15:31:21.590981268 -0500
-+++ b/configure.ac     2013-09-05 15:31:29.160981049 -0500
-@@ -387,7 +387,7 @@
- AC_MSG_CHECKING([whether program_invocation_short_name is defined])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
--      #include <argp.h>
-+      #include <errno.h>
- ]], [[
-       program_invocation_short_name = "test";
- ]])], [
index e04d78f2b9719e084157a5d2def58d03c13a4f4c..b97bda256f2469e74fba2cc4bc6bbb6e1493d993 100644 (file)
@@ -1,2 +1,2 @@
-# From https://www.kernel.org/pub/linux/utils/util-linux/v2.26/sha256sums.asc
-sha256 0e29bda142528a48a0a953c39ff63093651a4809042e1790fbd6aa8663fd9666        util-linux-2.26.2.tar.xz
+# From https://www.kernel.org/pub/linux/utils/util-linux/v2.27/sha256sums.asc
+sha256 fcbf04e3ef8377fc8369af7f9afee341c5eef9b02dd5a7ce71532d0957e86dc7  util-linux-2.27.tar.xz
index a44a45e6e17f87bb95fc290207d4a34639914561..3669d5cd3a6ee75c5b9ca4cfab6efbcca220cefa 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR).2
-UTIL_LINUX_VERSION_MAJOR = 2.26
+UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR)
+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)