From a6d003232007e5d4e29c14378e98b1bc15099926 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Thu, 23 Apr 2026 13:53:03 -0700 Subject: [PATCH 1/2] Build Wireshark package with Lua support --- SPECS-EXTENDED/wireshark/wireshark.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS-EXTENDED/wireshark/wireshark.spec b/SPECS-EXTENDED/wireshark/wireshark.spec index 7ada7acb139..9fa9cd95e48 100644 --- a/SPECS-EXTENDED/wireshark/wireshark.spec +++ b/SPECS-EXTENDED/wireshark/wireshark.spec @@ -4,7 +4,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 4.4.7 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Vendor: Microsoft Corporation Distribution: Azure Linux @@ -36,6 +36,7 @@ BuildRequires: openssl-devel BuildRequires: python3-devel BuildRequires: systemd-devel BuildRequires: zlib-devel +BuildRequires: lua-devel BuildRequires: perl(Pod::Html) BuildRequires: perl(Pod::Man) BuildRequires: perl(open) @@ -94,7 +95,7 @@ and plugins. -DBUILD_sharkd=OFF \ -DENABLE_SMI=OFF \ -DENABLE_WERROR=OFF \ - -DENABLE_LUA=OFF \ + -DENABLE_LUA=ON \ -DBUILD_androiddump=OFF \ -DBUILD_dcerpcidl2wrs=OFF \ -DBUILD_mmdbresolve=OFF \ @@ -200,6 +201,9 @@ fi %{_libdir}/cmake/%{name}/*.cmake %changelog +* Wed Apr 23 2026 Igor Ryzhov - 4.4.7-2 +- Enable Lua plugins support + * Tue Jun 10 2025 Sandeep Karambelkar 4.4.7-1 - Upgrade to 4.4.7 - Reference Fedora42 spec and patches applicable From 685af791f8a4a1681d12ce1f63969ef427284ffa Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Thu, 23 Apr 2026 17:32:33 -0700 Subject: [PATCH 2/2] Fix Wireshark download link The current link is outdated - /src only has recent versions, so we should use /src/all-versions where all versions are preserved. --- SPECS-EXTENDED/wireshark/wireshark.spec | 2 +- cgmanifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS-EXTENDED/wireshark/wireshark.spec b/SPECS-EXTENDED/wireshark/wireshark.spec index 9fa9cd95e48..5204580b0e9 100644 --- a/SPECS-EXTENDED/wireshark/wireshark.spec +++ b/SPECS-EXTENDED/wireshark/wireshark.spec @@ -8,7 +8,7 @@ Release: 2%{?dist} License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Vendor: Microsoft Corporation Distribution: Azure Linux -Source0: https://wireshark.org/download/src/%{name}-%{version}.tar.xz +Source0: https://wireshark.org/download/src/all-versions/%{name}-%{version}.tar.xz Source2: 90-wireshark-usbmon.rules Source3: wireshark.sysusers Patch1: wireshark-01-pkgconfig.patch diff --git a/cgmanifest.json b/cgmanifest.json index 4857cd19147..7259b4e1d34 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -30277,7 +30277,7 @@ "other": { "name": "wireshark", "version": "4.4.7", - "downloadUrl": "https://wireshark.org/download/src/wireshark-4.4.7.tar.xz" + "downloadUrl": "https://wireshark.org/download/src/all-versions/wireshark-4.4.7.tar.xz" } } },