diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-08 10:19:49 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-08 19:33:02 +0200 |
| commit | ff4201ed9c5b7994815caa01cd5114b8d799ee76 (patch) | |
| tree | 56c7cd3d82baf7981fb4fd17b42048c877f505cf /package/sysklogd/Config.in | |
| parent | d1058c2d2d9204bea3a903cc92c1d21f4c5aae54 (diff) | |
| download | buildroot-ff4201ed9c5b7994815caa01cd5114b8d799ee76.tar.gz buildroot-ff4201ed9c5b7994815caa01cd5114b8d799ee76.zip | |
sysklogd: security bump to version 1.5.1
Fixes CVE-2014-3634 - invalid priority values between 192 and 1023
(directly or arrived at via overflow wraparound) can propagate through
code causing out-of-bounds access to the f_pmask array within the
'filed' structure by up to 104 bytes past its end.
Switch to vanilla since Debian hasn't handled this yet and add hash
file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sysklogd/Config.in')
| -rw-r--r-- | package/sysklogd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sysklogd/Config.in b/package/sysklogd/Config.in index 6339d762e5..4a0ac13531 100644 --- a/package/sysklogd/Config.in +++ b/package/sysklogd/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_SYSKLOGD help System log daemons syslogd and klogd. - http://www.infodrom.org/products/sysklogd/ + http://www.infodrom.org/projects/sysklogd/ comment "syslogd needs a toolchain w/ largefile" depends on !BR2_LARGEFILE |

