diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-06-08 09:13:57 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-08 14:57:44 +0200 |
| commit | a3562498e92a1d1fe9f8bc862680ca7dec8a17c0 (patch) | |
| tree | 58b212413aaa9895157d576ce4ae67e2a95cc9c2 /package/wireshark | |
| parent | 8a79c8d86fe9b8a1956d2fc36113342d576c6b84 (diff) | |
| download | buildroot-a3562498e92a1d1fe9f8bc862680ca7dec8a17c0.tar.gz buildroot-a3562498e92a1d1fe9f8bc862680ca7dec8a17c0.zip | |
wireshark: security bump to version 2.0.4
Fixes:
WNPA-SEC-2016-29 - The SPOOLS dissector could go into an infinite loop.
WNPA-SEC-2016-30 - The IEEE 802.11 dissector could crash.
WNPA-SEC-2016-31 - The IEEE 802.11 dissector could crash.
WNPA-SEC-2016-32 - The UMTS FP dissector could crash.
WNPA-SEC-2016-33 - Some USB dissectors could crash.
WNPA-SEC-2016-34 - The Toshiba file parser could crash.
WNPA-SEC-2016-35 - The CoSine file parser could crash.
WNPA-SEC-2016-36 - The NetScreen file parser could crash.
WNPA-SEC-2016-37 - The Ethernet dissector could crash.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wireshark')
| -rw-r--r-- | package/wireshark/wireshark.hash | 4 | ||||
| -rw-r--r-- | package/wireshark/wireshark.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash index a9d4a29b9d..abe961bfe0 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.3.txt -sha256 e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc wireshark-2.0.3.tar.bz2 +# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.0.4.txt +sha256 9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5 wireshark-2.0.4.tar.bz2 diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index c7bf6c2939..59670f9396 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -4,7 +4,7 @@ # ################################################################################ -WIRESHARK_VERSION = 2.0.3 +WIRESHARK_VERSION = 2.0.4 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2 WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license |

