From f17571081b3f11ac33cd94a5aed783109e9efb9f Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 9 Nov 2023 13:51:23 +0100 Subject: [PATCH] Fix wireshark for python-3.12 --- introduction/welcome/changelog.xml | 10 ++++++++++ networking/netutils/wireshark.xml | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 44f79a8589..7b11b64f69 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,6 +38,16 @@ --> + + November 9th, 2023 + + + [pierre] - Fix wireshark for building with Python-3.12. + Part of #18798. + + + + November 8th, 2023 diff --git a/networking/netutils/wireshark.xml b/networking/netutils/wireshark.xml index 0d05a40a64..d2ea1a0e67 100644 --- a/networking/netutils/wireshark.xml +++ b/networking/netutils/wireshark.xml @@ -86,6 +86,12 @@ Additional Downloads + + + Required patch to build with Python-3.12: + + + Additional Documentation: @@ -178,6 +184,12 @@ groupadd -g 62 wireshark + + Fix building with Python-3.12 and higher: + + +patch -Np1 -i ../wireshark-&wireshark-version;-py_3.12_fix-1.patch + Continue to install Wireshark by running the following commands: