summaryrefslogtreecommitdiffstats
path: root/package/util-linux/0002-program-invocation-short-name.patch
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-09-11 14:26:27 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-11 19:45:11 +0200
commit4335dbebe5925850f8c3879cfaa77bb6f1dde9e4 (patch)
tree5f855fe92ca04b62977a9fa709ffec79674a8500 /package/util-linux/0002-program-invocation-short-name.patch
parent9cde3d884f0002ee2c2f0b46c3ccafa3bc0e0e0c (diff)
downloadbuildroot-4335dbebe5925850f8c3879cfaa77bb6f1dde9e4.tar.gz
buildroot-4335dbebe5925850f8c3879cfaa77bb6f1dde9e4.zip
util-linux: bump version to 2.27
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>
Diffstat (limited to 'package/util-linux/0002-program-invocation-short-name.patch')
-rw-r--r--package/util-linux/0002-program-invocation-short-name.patch11
1 files changed, 0 insertions, 11 deletions
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
index 95fea3f13d..0000000000
--- a/package/util-linux/0002-program-invocation-short-name.patch
+++ /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";
- ]])], [
OpenPOWER on IntegriCloud