From ed7314fb0f7c6d6f71a8f7d42a5862fb2a2bc609 Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:09:14 +0200 Subject: [PATCH] wireshark: update to 4.0.10 (#9598) --- ...wireshark-4.0.8.patchset => wireshark-4.0.10.patchset} | 0 .../{wireshark-4.0.8.recipe => wireshark-4.0.10.recipe} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename net-analyzer/wireshark/patches/{wireshark-4.0.8.patchset => wireshark-4.0.10.patchset} (100%) rename net-analyzer/wireshark/{wireshark-4.0.8.recipe => wireshark-4.0.10.recipe} (97%) diff --git a/net-analyzer/wireshark/patches/wireshark-4.0.8.patchset b/net-analyzer/wireshark/patches/wireshark-4.0.10.patchset similarity index 100% rename from net-analyzer/wireshark/patches/wireshark-4.0.8.patchset rename to net-analyzer/wireshark/patches/wireshark-4.0.10.patchset diff --git a/net-analyzer/wireshark/wireshark-4.0.8.recipe b/net-analyzer/wireshark/wireshark-4.0.10.recipe similarity index 97% rename from net-analyzer/wireshark/wireshark-4.0.8.recipe rename to net-analyzer/wireshark/wireshark-4.0.10.recipe index 1368301b9..b9b063ae2 100644 --- a/net-analyzer/wireshark/wireshark-4.0.8.recipe +++ b/net-analyzer/wireshark/wireshark-4.0.10.recipe @@ -22,19 +22,19 @@ library, and libpcap, a packet capture and filtering library." HOMEPAGE="https://www.wireshark.org" COPYRIGHT="1998-2023 Gerald Combs" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://www.wireshark.org/download/src/all-versions/wireshark-$portVersion.tar.xz" -CHECKSUM_SHA256="16663585c0ffefd5593a6628d4a20cc8241b9703b11283cfe71ead2b750888c8" +CHECKSUM_SHA256="b2e3ff03fa2be9058a9ffbedd12b0a670433bd16c8cc6c432ab48dabc2df1898" ADDITIONAL_FILES="wireshark.rdef.in" PATCHES="wireshark-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libwiresharkLibVersion="16.0.8" +libwiresharkLibVersion="16.0.10" libwiresharkLibVersionCompat="$libwiresharkLibVersion compat >= ${libwiresharkLibVersion%%.*}" -libwiretapLibVersion="13.0.8" +libwiretapLibVersion="13.0.10" libwiretapLibVersionCompat="$libwiretapLibVersion compat >= ${libwiretapLibVersion%%.*}" libwsutilLibVersion="14.0.0"