Changeset 81f86f9e


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcac276e r81f86f9e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 18th, &year;">
     9<!ENTITY releasedate  "February 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    rcac276e r81f86f9e  
    4343    -->
    4444    <listitem>
     45      <para>February 19th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a security patch for screen. Fixes
     49          <ulink url="&blfs-ticket-root;14682">#14682</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 18th, 2021</para>
    4656      <itemizedlist>
  • networking/connect/dhcpcd.xml

    rcac276e r81f86f9e  
    4343    </para>
    4444
    45     &lfs10_checked;
     45    &lfs101_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netlibs/libnl.xml

    rcac276e r81f86f9e  
    4141    </para>
    4242
    43     &lfs10_checked;
     43    &lfs101_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/wpa_supplicant.xml

    rcac276e r81f86f9e  
    4141    </para>
    4242
    43     &lfs10_checked;
     43    &lfs101_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.