diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2017-10-31 08:47:51 -0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-31 22:58:51 +0100 |
commit | d4382005b6075015ae3377ed844b7cfe910e7a0b (patch) | |
tree | 854cd4e8d8202e76423fdcbb52527576060d25be /package/util-linux/util-linux.hash | |
parent | bc9389c0dcfae2ad3bef6222e3454726ce6f165b (diff) | |
download | buildroot-d4382005b6075015ae3377ed844b7cfe910e7a0b.tar.gz buildroot-d4382005b6075015ae3377ed844b7cfe910e7a0b.zip |
util-linux: security bump to version 2.31
Fix CVE-2016-2779: runuser in util-linux allows local users to escape to
the parent session via a crafted TIOCSTI ioctl call, which pushes
characters to the terminal's input buffer.
The new experimental "su --pty" feature has been implemented to fix this
issue. The feature is not enabled by default and the new command line
option --pty is necessary.
Add rfkill, a command for enabling and disabling wireless devices. This
implementation is based upon, and backward compatible with, the original
rfkill from Johannes Berg and Marcel Holtmann, currently provided by the
standalone "rfkill" package.
Add uuidparse, a command to analyze and print information about UUID's.
The "reset" script is not part of utill-linux anymore. Add a legacy
config telling the user to use either BusyBox or the ncurses program.
Drop the ncursesw patch, allready applied upstream. AUTORECONF is not
required anymore.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/util-linux/util-linux.hash')
-rw-r--r-- | package/util-linux/util-linux.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/util-linux.hash b/package/util-linux/util-linux.hash index 2711f51be2..2c010797b5 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.30/sha256sums.asc -sha256 7b5be5489e9b5b7177832836467aba1c87bf0e9bcbcb5a6f35d76cd4782589dc util-linux-2.30.2.tar.xz +# From https://www.kernel.org/pub/linux/utils/util-linux/v2.31/sha256sums.asc +sha256 f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a util-linux-2.31.tar.xz |