From 6ae1ddbcb889e0406a7cad5a49a01990f3f36803 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 8 Jul 2018 14:58:53 -0700 Subject: [PATCH] wireshark: update to 2.4.7 Bug fix update only includes: wnpa-sec-2018-25 The LDSS dissector could crash. (Bug 14615) wnpa-sec-2018-28 Multiple dissectors could consume excessive memory. (Bug 14678) wnpa-sec-2018-29 The DNS dissector could crash. (Bug 14681) wnpa-sec-2018-30 The GSM A DTAP dissector could crash. (Bug 14688) wnpa-sec-2018-31 The Q.931 dissector could crash. (Bug 14689) wnpa-sec-2018-33 Multiple dissectors could crash. (Bug 14703) Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_2.4.6.bb => wireshark_2.4.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.4.6.bb => wireshark_2.4.7.bb} (95%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb b/meta-networking/recipes-support/wireshark/wireshark_2.4.7.bb similarity index 95% rename from meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb rename to meta-networking/recipes-support/wireshark/wireshark_2.4.7.bb index 3da0a7bafc..2b2acaeeca 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.4.7.bb @@ -11,8 +11,8 @@ SRC_URI += "file://libgcrypt.patch" UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -SRC_URI[md5sum] = "8cfb73e286dd6427ca4405e6e802d13e" -SRC_URI[sha256sum] = "8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe" +SRC_URI[md5sum] = "a78f3fd231154d6c93a2fec202c9d2bb" +SRC_URI[sha256sum] = "5ecb3c68734fb89c83ac283e6cdf264eb15b9c7e7ea63dcfd4f0bad3e77c4f44" PE = "1"