Changeset 81f86f9e for general


Ignore:
Timestamp:
02/19/2021 07:42:41 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
bfbc72a
Parents:
cac276e
Message:

Add security patch for screen
Initial 10.1 tags from me

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    rcac276e r81f86f9e  
    4141    </para>
    4242
    43     &lfs10_checked;
     43    &lfs101_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7373        <para>
    7474          Estimated build time: &screen-time;
     75        </para>
     76      </listitem>
     77    </itemizedlist>
     78
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch:
     84          <ulink url="&patch-root;/screen-&screen-version;-upstream_fixes-1.patch"/>
    7585        </para>
    7686      </listitem>
     
    91101  <sect2 role="installation">
    92102    <title>Installation of Screen</title>
     103
     104    <para>
     105      First, apply a patch from upstream that fixes a security vulnerability:
     106    </para>
     107
     108<screen><userinput remap="pre">patch -Np1 -i ../screen-&screen-version;-upstream_fixes-1.patch</userinput></screen>
    93109
    94110    <para>
Note: See TracChangeset for help on using the changeset viewer.