From 6885bcddd4265c325d9b383e010c541dd272899a Mon Sep 17 00:00:00 2001 From: Vijay Anusuri Date: Mon, 9 Jun 2025 12:14:26 +0530 Subject: [PATCH] wireshark: upgrade 4.2.9 -> 4.2.12 releasenote: https://www.wireshark.org/docs/relnotes/wireshark-4.2.12.html https://www.wireshark.org/docs/relnotes/wireshark-4.2.11.html https://www.wireshark.org/docs/relnotes/wireshark-4.2.10.html Includes security fix CVE-2025-5601 License-Update: Update GPL copies for FSF no longer having an address Link: https://github.com/wireshark/wireshark/commit/18e4db97c424c11cb26fa7fef97b95dd3d001bb1 The 4.2.9 was not longer available at the original SRC_URI. At the new SRC_URI all version of the wireshark releases are available. Signed-off-by: Vijay Anusuri Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_4.2.9.bb => wireshark_4.2.12.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_4.2.9.bb => wireshark_4.2.12.bb} (92%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.9.bb b/meta-networking/recipes-support/wireshark/wireshark_4.2.12.bb similarity index 92% rename from meta-networking/recipes-support/wireshark/wireshark_4.2.9.bb rename to meta-networking/recipes-support/wireshark/wireshark_4.2.12.bb index c561179c68..ab6160b767 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.2.9.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.12.bb @@ -2,22 +2,22 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer" HOMEPAGE = "http://www.wireshark.org" SECTION = "net" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" DEPENDS = "pcre2 expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares speexdsp" DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native " -SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ +SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz \ file://0001-wireshark-src-improve-reproducibility.patch \ file://0002-flex-Remove-line-directives.patch \ file://0004-lemon-Remove-line-directives.patch \ file://0001-UseLemon.cmake-do-not-use-lemon-data-from-the-host.patch \ " -UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" +UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src/all-versions" -SRC_URI[sha256sum] = "62c2b6652d7f9a50668867bd57b21609c9a9b6950f26e7f30a24b2de0e72ded3" +SRC_URI[sha256sum] = "6ed51da5f6638aba609be8d1d64a7a85312749a49261146c391fea391a3e5f06" PE = "1"