mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Belatedly fix the known perl vulnerabilities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
36fdf7096d
commit
0a69835ccf
@ -35,6 +35,14 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2008-07-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Belatedly fixed known vulnerabilities in perl.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2008-06-03</para>
|
||||
|
@ -170,6 +170,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Perl Security Fixes Patch - <token>&perl-security-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&perl-security-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&perl-security-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -47,6 +47,10 @@
|
||||
|
||||
<screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
|
||||
|
||||
<para>The following patch fixes known vulnerabilities:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&perl-security-patch;</userinput></screen>
|
||||
|
||||
<para>Fix an incompatibility with gcc-&gcc-version;:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's/command /command[ -]/' makedepend.SH</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20080604">
|
||||
<!ENTITY releasedate "June 4, 2008">
|
||||
<!ENTITY version "SVN-20080711">
|
||||
<!ENTITY releasedate "July 11, 2008">
|
||||
<!ENTITY copyrightdate "1999–2008">
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -93,6 +93,10 @@
|
||||
<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
|
||||
<!ENTITY perl-libc-patch-size "1.1 KB">
|
||||
|
||||
<!ENTITY perl-security-patch "perl-&perl-version;-security_fixes-1.patch">
|
||||
<!ENTITY perl-security-patch-md5 "918a8f41d9e4fe1e272381e58be71497">
|
||||
<!ENTITY perl-security-patch-size "10.0 KB">
|
||||
|
||||
|
||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb">
|
||||
|
Loading…
Reference in New Issue
Block a user