From 13434cb5f04213b34d6ab116ba557c627794c9fe Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 17 Aug 2016 14:57:43 +0800 Subject: [PATCH] wireshark: update to 2.0.5 The following vulnerabilities have been fixed: * [1]wnpa-sec-2016-39 CORBA IDL dissector crash on 64-bit Windows. ([2]Bug 12495) * [3]wnpa-sec-2016-41 PacketBB crash. ([4]Bug 12577) * [5]wnpa-sec-2016-42 WSP infinite loop. ([6]Bug 12594) * [7]wnpa-sec-2016-44 RLC long loop. ([8]Bug 12660) * [9]wnpa-sec-2016-45 LDSS dissector crash. ([10]Bug 12662) * [11]wnpa-sec-2016-46 RLC dissector crash. ([12]Bug 12664) * [13]wnpa-sec-2016-47 OpenFlow long loop. ([14]Bug 12659) * [15]wnpa-sec-2016-48 MMSE, WAP, WBXML, and WSP infinite loop. ([16]Bug 12661) * [17]wnpa-sec-2016-49 WBXML crash. ([18]Bug 12663) Signed-off-by: Yi Zhao Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../wireshark/{wireshark_2.0.4.bb => wireshark_2.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.0.4.bb => wireshark_2.0.5.bb} (94%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.5.bb similarity index 94% rename from meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb rename to meta-networking/recipes-support/wireshark/wireshark_2.0.5.bb index 711c678480..31ca4d24d2 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.5.bb @@ -8,8 +8,8 @@ DEPENDS = "pcre expat glib-2.0 sbc" SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" -SRC_URI[md5sum] = "622928dc6cb31c227c672ec3ec697f28" -SRC_URI[sha256sum] = "9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5" +SRC_URI[md5sum] = "627b5fc6cf0aeca196c75debd5e69b14" +SRC_URI[sha256sum] = "0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b" PE = "1"