瀏覽代碼

* Updated to latest mktemp patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父節點
當前提交
df10d3d7d3
共有 4 個文件被更改,包括 9 次插入4 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 1 1
      chapter06/mktemp.xml
  4. 2 2
      general.ent

+ 5 - 0
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>
 

+ 1 - 1
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>
 

+ 1 - 1
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>
 

+ 2 - 2
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/">