From a420980c4fd1049889a703bbd47b8bd0cacf7d7a Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 25 Jul 2021 15:17:32 -0700 Subject: [PATCH] wireshark: update to 3.2.15 Source: Wireshark.org MR: 109612, 110462, 112069 Type: Security Fix Disposition: Backport from wireshark.org ChangeID: 40f9f8ac2431f32680d4817607badbbe44875260 Description: Bug fix only update: see: https://www.wireshark.org/docs/relnotes/wireshark-3.2.15.html https://www.wireshark.org/docs/relnotes/wireshark-3.2.14.html https://www.wireshark.org/docs/relnotes/wireshark-3.2.13.html https://www.wireshark.org/docs/relnotes/wireshark-3.2.12.html https://www.wireshark.org/docs/relnotes/wireshark-3.2.11.html includes: CVE-2021-22191, CVE-2021-22207, CVE-2021-22235 Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_3.2.10.bb => wireshark_3.2.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{wireshark_3.2.10.bb => wireshark_3.2.15.bb} (96%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb b/meta-networking/recipes-support/wireshark/wireshark_3.2.15.bb similarity index 96% rename from meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb rename to meta-networking/recipes-support/wireshark/wireshark_3.2.15.bb index d284824149..36e84d0ccd 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.2.10.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.2.15.bb @@ -12,7 +12,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" -SRC_URI[sha256sum] = "1e9e239f2449f240a7910ed598084ccaf8ea308b2b46b196c5adbec59612226c" +SRC_URI[sha256sum] = "32f6cfd67b00903a1bfca02ecc4ccf72db6b70d4fda33e4a099fefb03e849bdb" PE = "1"