From 5194d3590b031bb055a260e2418cdc2f684b20fa Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 25 Apr 2016 09:53:17 -0700 Subject: [PATCH] wireshark: update package to 2.0.3 No CVE's assigned. The following vulnerabilities have been fixed: * [1]wnpa-sec-2016-19 The NCP dissector could crash. ([2]Bug 11591) * [3]wnpa-sec-2016-20 TShark could crash due to a packet reassembly bug. ([4]Bug 11799) * [5]wnpa-sec-2016-21 The IEEE 802.11 dissector could crash. ([6]Bug 11824, [7]Bug 12187) * [8]wnpa-sec-2016-22 The PKTC dissector could crash. ([9]Bug 12206) * [10]wnpa-sec-2016-23 The PKTC dissector could crash. ([11]Bug 12242) * [12]wnpa-sec-2016-24 The IAX2 dissector could go into an infinite loop. ([13]Bug 12260) * [14]wnpa-sec-2016-25 Wireshark and TShark could exhaust the stack. ([15]Bug 12268) * [16]wnpa-sec-2016-26 The GSM CBCH dissector could crash. ([17]Bug 12278) * [18]wnpa-sec-2016-27 MS-WSP dissector crash. ([19]Bug 12341) Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit 7a9c626092c7d3b10206c7ca4ea2827cca9cba4f) Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_2.0.2.bb => wireshark_2.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.0.2.bb => wireshark_2.0.3.bb} (94%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.2.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb similarity index 94% rename from meta-networking/recipes-support/wireshark/wireshark_2.0.2.bb rename to meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb index f3061727f3..76cb30a915 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.0.2.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb @@ -8,8 +8,8 @@ DEPENDS = "perl-native pcre expat glib-2.0 sbc" SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" -SRC_URI[md5sum] = "204d053e0796c7da09292e0b54bc8503" -SRC_URI[sha256sum] = "e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1" +SRC_URI[md5sum] = "62dc20f5a77542feed2e38f18db8ae3b" +SRC_URI[sha256sum] = "e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc" PE = "1"