diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter06/net-tools.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b598b86e0..788ce7cca 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,9 +47,9 @@ first a summary, then a detailed log.</para> <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem> <listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem> <listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem> -<listitem><para>linux-libc-headers-2.6.6.0</para></listitem> +<listitem><para>linux-libc-headers-2.6.7.0</para></listitem> <listitem><para>module-init-tools-3.0</para></listitem> -<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem> +<listitem><para>net-tools-1.60-gcc34-3.patch</para></listitem> <listitem><para>readline-4.3</para></listitem> <listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem> <listitem><para>sed-4.1-permissions-1.patch</para></listitem> @@ -78,6 +78,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 24, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.7.0 +and updated the Net-tools GCC 3.4 patch.</para></listitem> + <listitem><para>June 24, 2004 [alexander]: Wordings changed on the hotplug page</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 14a8851d6..03397bfab 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -117,7 +117,7 @@ following:</para> <varlistentry> <term>Net-tools GCC 3.4 Compatibility Patch - 3 KB:</term> <listitem> -<para><ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-2.patch"/></para> +<para><ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-3.patch"/></para> </listitem> </varlistentry> diff --git a/chapter06/net-tools.xml b/chapter06/net-tools.xml index e9bc7b096..9f4388b5e 100644 --- a/chapter06/net-tools.xml +++ b/chapter06/net-tools.xml @@ -41,7 +41,7 @@ but it's up to the kernel to make the protocols available.</para> <para>This package also has issues with being compiled by GCC 3.4, which we fix by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-gcc34-3.patch</userinput></screen> <para>Fix an issue that arises when building against Linux 2.6:</para> diff --git a/general.ent b/general.ent index 2687733e7..b5efbda05 100644 --- a/general.ent +++ b/general.ent @@ -46,7 +46,7 @@ <!ENTITY less-version "382"> <!ENTITY libtool-version "1.5.6"> <!ENTITY linux-version "2.6.7"> -<!ENTITY linux-libc-headers-version "2.6.6.0"> +<!ENTITY linux-libc-headers-version "2.6.7.0"> <!ENTITY m4-version "1.4.1"> <!ENTITY make-version "3.80"> <!ENTITY man-version "1.5m2"> |