summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-24 22:34:42 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-04-25 21:15:24 +0200
commit1b077348197497b7ca1ff11d8bafc6dee947bacb (patch)
tree9377a4b572dea8c92ada232f2014c4d39e20be11
parent60c7d873814424d833a5d4a694d0386e070d67ed (diff)
downloadbuildroot-1b077348197497b7ca1ff11d8bafc6dee947bacb.tar.gz
buildroot-1b077348197497b7ca1ff11d8bafc6dee947bacb.zip
wireshark: security bump to version 2.0.3
Fixes: WNPA-SEC-2016-19 - The NCP dissector could crash. WNPA-SEC-2016-20 - TShark could crash due to a packet reassembly bug. WNPA-SEC-2016-21 - The IEEE 802.11 dissector could crash. WNPA-SEC-2016-22 - The PKTC dissector could crash. WNPA-SEC-2016-23 - The PKTC dissector could crash. WNPA-SEC-2016-24 - The IAX2 dissector could go into an infinite loop. WNPA-SEC-2016-25 - Wireshark and TShark could exhaust the stack. WNPA-SEC-2016-26 - The GSM CBCH dissector could crash. WNPA-SEC-2016-27 - MS-WSP dissector crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/wireshark/wireshark.hash4
-rw-r--r--package/wireshark/wireshark.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index ed0d2effde..a9d4a29b9d 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,2 +1,2 @@
-# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.0.2.txt
-sha256 e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1 wireshark-2.0.2.tar.bz2
+# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.0.3.txt
+sha256 e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc wireshark-2.0.3.tar.bz2
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 34a5a857e5..c7bf6c2939 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WIRESHARK_VERSION = 2.0.2
+WIRESHARK_VERSION = 2.0.3
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions
WIRESHARK_LICENSE = wireshark license
OpenPOWER on IntegriCloud