diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 05:35:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 05:35:58 +0000 |
commit | 863beeaa4725d490579d9f047d230318460d9a76 (patch) | |
tree | 0069f3ba0088aed298eb63a756b8021d2807d54c /chapter01 | |
parent | 1b12edf6d420b7795b850b33011ac1bd1dbb5a7d (diff) |
Fixed perl configuration so it knows the vendor library location.
Changes perl patches to a single consolidated patch with security and other fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 10 |
2 files changed, 18 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 47c2fec0f..73a138530 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2008-10-30</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Added a consolidated patch to perl to address security + and othe rissues. Canged the configure options for perl to define + a venor library location.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-29</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 81c42cb2b..6eeba511f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -278,17 +278,21 @@ <para>MPFR-&mpfr-version;</para> </listitem> - <listitem> + <!--<listitem> <para>&perl-libc-patch;</para> </listitem> <listitem> <para>&perl-page-patch;</para> - </listitem> + </listitem> --> <listitem> + <para>&perl-consolidated-patch;</para> + </listitem> + + <!--<listitem> <para>&perl-security-patch;</para> - </listitem> + </listitem>--> <listitem> <para>&procps-watch-patch;</para> |