From 7cc8d1b4dbe505994111e27b0bf1ffa4fb0eb4db Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:59:11 +0100 Subject: [PATCH] wireshark: update to 4.2.2 (#10042) --- .../{wireshark-4.2.0.patchset => wireshark-4.2.2.patchset} | 0 .../{wireshark-4.2.0.recipe => wireshark-4.2.2.recipe} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename net-analyzer/wireshark/patches/{wireshark-4.2.0.patchset => wireshark-4.2.2.patchset} (100%) rename net-analyzer/wireshark/{wireshark-4.2.0.recipe => wireshark-4.2.2.recipe} (98%) diff --git a/net-analyzer/wireshark/patches/wireshark-4.2.0.patchset b/net-analyzer/wireshark/patches/wireshark-4.2.2.patchset similarity index 100% rename from net-analyzer/wireshark/patches/wireshark-4.2.0.patchset rename to net-analyzer/wireshark/patches/wireshark-4.2.2.patchset diff --git a/net-analyzer/wireshark/wireshark-4.2.0.recipe b/net-analyzer/wireshark/wireshark-4.2.2.recipe similarity index 98% rename from net-analyzer/wireshark/wireshark-4.2.0.recipe rename to net-analyzer/wireshark/wireshark-4.2.2.recipe index cb55ea0c8..a50253a3d 100644 --- a/net-analyzer/wireshark/wireshark-4.2.0.recipe +++ b/net-analyzer/wireshark/wireshark-4.2.2.recipe @@ -20,11 +20,11 @@ Wireshark is a network traffic analyzer, or \"sniffer\", for Unix \ and Unix-like operating systems. It uses Qt, a graphical user interface \ library, and libpcap, a packet capture and filtering library." HOMEPAGE="https://www.wireshark.org" -COPYRIGHT="1998-2023 Gerald Combs" +COPYRIGHT="1998-2024 Gerald Combs" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://www.wireshark.org/download/src/all-versions/wireshark-$portVersion.tar.xz" -CHECKSUM_SHA256="0e428492f4c3625d61a7ccff008dc0e429d16ab8caccad4403157ea92b48a75b" +CHECKSUM_SHA256="9e3672be8c6caf9279a5a13582d6711ab699ae2a79323e92a99409c1ead98521" ADDITIONAL_FILES="wireshark.rdef.in" PATCHES="wireshark-$portVersion.patchset"