aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-06-25 09:58:59 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-06-25 09:58:59 +0000
commitdf10d3d7d3df49117905577d99977eff5f70c7bc (patch)
treeaa3e77f30b10f4869959df9736c8072a00946866
parentc5ec23b09ab320a4cc5604de32049e83f188903f (diff)
* Updated to latest mktemp patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter03/patches.xml2
-rw-r--r--chapter06/mktemp.xml2
-rw-r--r--general.ent4
4 files changed, 9 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b1f7d31fc..ceb0ae6c2 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -65,6 +65,7 @@ First a summary, then a detailed log.</para>
<listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem>
<listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem>
<listitem><para>Hotplug 2004_09_23</para></listitem>
+<listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem>
<listitem><para>tar-1.15.1-sparse_fix-1.patch</para></listitem>
<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
@@ -77,6 +78,7 @@ First a summary, then a detailed log.</para>
<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
<listitem><para>man-1.5o1-80cols-1.patch</para></listitem>
+<listitem><para>mktemp-1.5-add_tempfile-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
<listitem><para>texinfo-4.7-segfault-1.patch</para></listitem>
@@ -85,6 +87,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 25th, 2005 [matthew]: Updated to the latest version of the
+mktemp tempfile patch, which supports building outside the source directory</para></listitem>
+
<listitem><para>June 23rd, 2005 [archaic]: Rewrote the inputrc page.
</para></listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 95417d56c..7f3c64ba4 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -115,7 +115,7 @@ needed to build an LFS system:</para>
<varlistentry>
<term>Mktemp Tempfile Patch - 3 KB:</term>
<listitem>
-<para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-1.patch"/></para>
+<para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-2.patch"/></para>
</listitem>
</varlistentry>
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml
index f3d23a466..ca3aa53d5 100644
--- a/chapter06/mktemp.xml
+++ b/chapter06/mktemp.xml
@@ -33,7 +33,7 @@ files in shell scripts.</para>
to <command>mktemp</command>. Patch Mktemp to include a
<command>tempfile</command> wrapper:</para>
-<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-2.patch</userinput></screen>
<para>Prepare Mktemp for compilation:</para>
diff --git a/general.ent b/general.ent
index aaaf63862..cd5071622 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050624">
-<!ENTITY releasedate "June 24, 2005">
+<!ENTITY version "TESTING-20050625">
+<!ENTITY releasedate "June 25, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">