Changeset f1757108


Ignore:
Timestamp:
11/09/2023 12:51:23 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
3261d400
Parents:
96d7fa55
Message:

Fix wireshark for python-3.12

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r96d7fa55 rf1757108  
    4040    -->
    4141    <listitem>
     42      <para>November 9th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Fix wireshark for building with Python-3.12.
     46          Part of <ulink url="&blfs-ticket-root;18798">#18798</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>November 8th, 2023</para>
    4353      <itemizedlist>
  • networking/netutils/wireshark.xml

    r96d7fa55 rf1757108  
    8787    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8888    <itemizedlist spacing="compact">
     89      <listitem>
     90        <para>
     91          Required patch to build with Python-3.12:
     92          <ulink url="&patch-root;/wireshark-&wireshark-version;-py_3.12_fix-1.patch"/>
     93        </para>
     94      </listitem>
    8995      <listitem>
    9096        <para>
     
    180186
    181187    <para>
     188      Fix building with Python-3.12 and higher:
     189    </para>
     190
     191<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-py_3.12_fix-1.patch</userinput></screen>
     192
     193    <para>
    182194      Continue to install <application>Wireshark</application> by running
    183195      the following commands:
Note: See TracChangeset for help on using the changeset viewer.