Changeset 6da2aad5


Ignore:
Timestamp:
01/18/2021 04:43:22 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
079d8530
Parents:
69f3bcf
Message:

Patch mutt-2.0.4 against a memory leak,
since 2.0.5 is probably two weeks away.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24118 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r69f3bcf r6da2aad5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Patch mutt to fix a memory leak.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[ken] - Update to DateTime-Calendar-Julian-0.103 (perl module).
    4952          Fixes <ulink url="&blfs-ticket-root;14500">#14500</ulink>.</para>
     
    5558        <listitem>
    5659          <para>[ken] - Update first batch of dependant perl modules pulled in by
    57           biber: Algorithm-Diff-1.201, Alien-Build-2.37, Alien-LibXMLO2-0.17,
     60          biber: Algorithm-Diff-1.201, Alien-Build-2.37, Alien-LibXML2-0.17,
    5861          Class-Singleton-1.6, Class-Tiny-1.008, Config-AutoConf-0.319,
    5962          DateTime-1.54, DateTime-Format-Strptime-1.78, DateTime-Locale-1.31,
  • networking/mailnews/mutt.xml

    r69f3bcf r6da2aad5  
    7272    </itemizedlist>
    7373
    74     <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing='compact'>
    7676      <listitem>
    7777        <para>
    7878          Required patch: <ulink
    79           url="&patch-root;/mutt-&mutt-version;-upstream_fixes-1.patch"/>
    80         </para>
    81       </listitem>
    82     </itemizedlist>-->
     79          url="&patch-root;/mutt-&mutt-version;-memleak-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
    8383
    8484    <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
     
    168168
    169169    <para>
     170      First apply the patch to prevent a memory leak:
     171    </para>
     172
     173<screen><userinput>patch -Np1 -i ../mutt-&mutt-version;-memleak-1.patch</userinput></screen>
     174
     175    <para>
    170176      To ensure that a plain text manual is created when using
    171177      <application>lynx</application> or to otherwise use
Note: See TracChangeset for help on using the changeset viewer.