diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-25 09:52:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-25 09:52:47 +0000 |
commit | 0c21d487d3fd2fadf095297d3606979972a01937 (patch) | |
tree | a5501fe190f3c396bb642bbd5ce946f10f072ad1 | |
parent | 0626b4d3193fa7e0e7a538eef59dd488994ab6bd (diff) |
* Updated to latest mktemp patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a32daf890..f6d7387a5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -67,6 +67,7 @@ First a summary, then a detailed log.</para> <listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&gzip-security_fix-patch;</para></listitem> <listitem><para>Hotplug &hotplug-version;</para></listitem> +<listitem><para>&mktemp-tempfile-patch;</para></listitem> <listitem><para>&sysklogd-fixes-patch;</para></listitem> <listitem><para>&tar-sparse_fix-patch;</para></listitem> <listitem><para>&util-linux-cramfs-patch;</para></listitem> @@ -80,6 +81,7 @@ First a summary, then a detailed log.</para> <listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem> <listitem><para>iproute2-2.6.11-050330-remove_db-1.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>shadow-4.0.7-fix_lastlog-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> @@ -89,6 +91,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 24th, 2005 [archaic]: Added the compress symlink to gzip. </para></listitem> diff --git a/general.ent b/general.ent index 3c802e3db..7e3ed14f3 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050624"> -<!ENTITY releasedate "June 24, 2005"> +<!ENTITY version "SVN-20050625"> +<!ENTITY releasedate "June 25, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> diff --git a/patches.ent b/patches.ent index 80ed9b072..abc18e748 100644 --- a/patches.ent +++ b/patches.ent @@ -21,7 +21,7 @@ <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch"> -<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-1.patch"> +<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> |