diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-09-24 15:01:22 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-24 22:55:54 +0200 |
commit | d32d1d3e6a14609bf510e7c8c74fe110e96d2028 (patch) | |
tree | 7ed14b5749c4c21cf89f203e95fcbcdb952cc4b2 /package/bash/bash.hash | |
parent | 2b8937f238a3593c9267a68e0fdad83841a56657 (diff) | |
download | buildroot-d32d1d3e6a14609bf510e7c8c74fe110e96d2028.tar.gz buildroot-d32d1d3e6a14609bf510e7c8c74fe110e96d2028.zip |
bash: security bump to patchlevel 25
Fixes CVE-2014-6271:
Under certain circumstances, bash will execute user code while
processing the environment for exported function definitions.
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bash/bash.hash')
-rw-r--r-- | package/bash/bash.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bash/bash.hash b/package/bash/bash.hash new file mode 100644 index 0000000000..0bde708b47 --- /dev/null +++ b/package/bash/bash.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 bash-4.3.tar.gz |