From b3ccebe5466e662137574b9be40389ef1c7b3dd8 Mon Sep 17 00:00:00 2001 From: "fan.xin" Date: Wed, 7 Jun 2017 12:09:57 +0900 Subject: [PATCH] wireshark: Upgrade to 2.2.7 Upgrade wireshark from 2.2.6 to 2.2.7 Signed-off-by: Fan Xin Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald This update add bug and security fixes. Bazaar dissector infinite loop (Bug 13599) CVE-2017-9352 DOF dissector read overflow (Bug 13608) CVE-2017-9348 DHCP dissector read overflow (Bug 13609, Bug 13628) CVE-2017-9351 SoulSeek dissector infinite loop (Bug 13631) CVE-2017-9346 DNS dissector infinite loop (Bug 13633) CVE-2017-9345 DICOM dissector infinite loop (Bug 13685) CVE-2017-9349 openSAFETY dissector memory exhaustion (Bug 13649) CVE-2017-9350 BT L2CAP dissector divide by zero (Bug 13701) CVE-2017-9344 MSNIP dissector crash (Bug 13725) CVE-2017-9343 ROS dissector crash (Bug 13637) CVE-2017-9347 RGMP dissector crash (Bug 13646) CVE-2017-9354 IPv6 dissector crash (Bug 13675) CVE-2017-9353 Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_2.2.6.bb => wireshark_2.2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.2.6.bb => wireshark_2.2.7.bb} (95%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb similarity index 95% rename from meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb rename to meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb index a0b6b8f95e..2f6f7b0758 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb @@ -10,8 +10,8 @@ SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" PE = "1" -SRC_URI[md5sum] = "2cd9a35c2df8c32668c1776784f074df" -SRC_URI[sha256sum] = "f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849" +SRC_URI[md5sum] = "a4d880554c7f925dafef60fa313b580d" +SRC_URI[sha256sum] = "689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5" inherit autotools pkgconfig perlnative