Author: renodr Date: Fri Feb 19 11:42:41 2021 New Revision: 24239 Log: Add security patch for screen Initial 10.1 tags from me
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/screen.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/connect/dhcpcd.xml trunk/BOOK/networking/netlibs/libnl.xml trunk/BOOK/networking/netprogs/wpa_supplicant.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/general.ent Fri Feb 19 11:42:41 2021 (r24239) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "19"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2021"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 18th, &year;"> +<!ENTITY releasedate "February 19th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/genutils/screen.xml ============================================================================== --- trunk/BOOK/general/genutils/screen.xml Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/general/genutils/screen.xml Fri Feb 19 11:42:41 2021 (r24239) @@ -40,7 +40,7 @@ later on a different terminal. </para> - &lfs10_checked; + &lfs101_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -76,6 +76,16 @@ </listitem> </itemizedlist> + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Required patch: + <ulink url="&patch-root;/screen-&screen-version;-upstream_fixes-1.patch"/> + </para> + </listitem> + </itemizedlist> + <bridgehead renderas="sect3">Screen Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> @@ -92,6 +102,12 @@ <title>Installation of Screen</title> <para> + First, apply a patch from upstream that fixes a security vulnerability: + </para> + +<screen><userinput remap="pre">patch -Np1 -i ../screen-&screen-version;-upstream_fixes-1.patch</userinput></screen> + + <para> Install <application>Screen</application> by running the following commands: </para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 19 11:42:41 2021 (r24239) @@ -42,6 +42,16 @@ </listitem> --> <listitem> + <para>February 19th, 2021</para> + <itemizedlist> + <listitem> + <para>[renodr] - Add a security patch for screen. Fixes + <ulink url="&blfs-ticket-root;14682">#14682</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 18th, 2021</para> <itemizedlist> <listitem> Modified: trunk/BOOK/networking/connect/dhcpcd.xml ============================================================================== --- trunk/BOOK/networking/connect/dhcpcd.xml Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/networking/connect/dhcpcd.xml Fri Feb 19 11:42:41 2021 (r24239) @@ -42,7 +42,7 @@ DHCP client. </para> - &lfs10_checked; + &lfs101_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/networking/netlibs/libnl.xml ============================================================================== --- trunk/BOOK/networking/netlibs/libnl.xml Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/networking/netlibs/libnl.xml Fri Feb 19 11:42:41 2021 (r24239) @@ -40,7 +40,7 @@ providing APIs to netlink protocol based Linux kernel interfaces. </para> - &lfs10_checked; + &lfs101_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/networking/netprogs/wpa_supplicant.xml ============================================================================== --- trunk/BOOK/networking/netprogs/wpa_supplicant.xml Fri Feb 19 11:32:42 2021 (r24238) +++ trunk/BOOK/networking/netprogs/wpa_supplicant.xml Fri Feb 19 11:42:41 2021 (r24239) @@ -40,7 +40,7 @@ access point. </para> - &lfs10_checked; + &lfs101_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page