Fix wireshark for python-3.12

This commit is contained in:
Pierre Labastie 2023-11-09 13:51:23 +01:00
parent 96d7fa5509
commit f17571081b
2 changed files with 22 additions and 0 deletions

View File

@ -38,6 +38,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>November 9th, 2023</para>
<itemizedlist>
<listitem>
<para>[pierre] - Fix wireshark for building with Python-3.12.
Part of <ulink url="&blfs-ticket-root;18798">#18798</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 8th, 2023</para>
<itemizedlist>

View File

@ -86,6 +86,12 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch to build with Python-3.12:
<ulink url="&patch-root;/wireshark-&wireshark-version;-py_3.12_fix-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Additional Documentation:
@ -178,6 +184,12 @@
<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
<para>
Fix building with Python-3.12 and higher:
</para>
<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-py_3.12_fix-1.patch</userinput></screen>
<para>
Continue to install <application>Wireshark</application> by running
the following commands: