aboutsummaryrefslogtreecommitdiffstats
path: root/package/wireshark/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-05-19 13:47:27 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-25 13:33:50 +0200
commitc17b0f0bda68b3adcc098d6b426e6448d0444c36 (patch)
treecc0b7c69610e98f0c9caa4361aecd31c1d480e2d /package/wireshark/Config.in
parent5ef3a7a7c7ba52bb6819715da8e5967c7997823e (diff)
downloadbuildroot-novena-c17b0f0bda68b3adcc098d6b426e6448d0444c36.tar.gz
buildroot-novena-c17b0f0bda68b3adcc098d6b426e6448d0444c36.zip
wireshark: security bump to version 1.8.7
Fixes CVE-2013-2486, CVE-2013-2487 and several wnpa-sec (wireshark) advisories. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wireshark/Config.in')
-rw-r--r--package/wireshark/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
index e6d4e7255..d4c8b43f4 100644
--- a/package/wireshark/Config.in
+++ b/package/wireshark/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_WIRESHARK
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBGCRYPT
select BR2_PACKAGE_LIBGLIB2
+ depends on BR2_USE_MMU # fork()
depends on BR2_USE_WCHAR # glib2
help
Network traffic sniffer and protocol decoder. Currently only tshark,