From 69dbecded170814e6828852c22854dcb0eb55a48 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 09:12:20 +0800 Subject: [PATCH] wireshark: upgrade 4.2.0 -> 4.2.2 Changelog: ============ -sharkd is not installed by the Windows installer. -Fuzz job crash output: fuzz-2024-01-01-7740.pcap. -Can't open a snoop file from the Open dialog box unless I select \"All files\" as the file type. -Add s4607 dissector to \"decode as\" -Updater for 4.2.1 hangs. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../wireshark/{wireshark_4.2.0.bb => wireshark_4.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{wireshark_4.2.0.bb => wireshark_4.2.2.bb} (97%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb b/meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb similarity index 97% rename from meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb rename to meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb index 4a47680922..a2ab112e9d 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.2.0.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.2.bb @@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -SRC_URI[sha256sum] = "0e428492f4c3625d61a7ccff008dc0e429d16ab8caccad4403157ea92b48a75b" +SRC_URI[sha256sum] = "9e3672be8c6caf9279a5a13582d6711ab699ae2a79323e92a99409c1ead98521" PE = "1"