mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fix wireshark for python-3.12
This commit is contained in:
parent
96d7fa5509
commit
f17571081b
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user