aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 05:35:58 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-30 05:35:58 +0000
commit863beeaa4725d490579d9f047d230318460d9a76 (patch)
tree0069f3ba0088aed298eb63a756b8021d2807d54c /chapter01
parent1b12edf6d420b7795b850b33011ac1bd1dbb5a7d (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.xml11
-rw-r--r--chapter01/whatsnew.xml10
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>