Author: jciccone
Date: 2006-06-19 11:27:58 -0600 (Mon, 19 Jun 2006)
New Revision: 1787
Modified:
branches/clfs-2.0/BOOK/cross-tools/arm/glibc.xml
branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
branches/clfs-2.0/BOOK/introduction/common/changelog.xml
branches/clfs-2.0/BOOK/materials/common/patches.xml
branches/clfs-2.0/BOOK/packages.ent
branches/clfs-2.0/BOOK/patches.ent
Log:
Updated to linux-2.6.17 and linux-headers-2.6.17-06192006; Added the glibc
iconv patch; and updated to man-1.6d in the clfs-2.0 branch.
Modified: branches/clfs-2.0/BOOK/cross-tools/arm/glibc.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm/glibc.xml 2006-06-19 17:15:25 UTC
(rev 1786)
+++ branches/clfs-2.0/BOOK/cross-tools/arm/glibc.xml 2006-06-19 17:27:58 UTC
(rev 1787)
@@ -59,6 +59,14 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p7'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p8'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-06-19 17:15:25 UTC
(rev 1786)
+++ branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-06-19 17:27:58 UTC
(rev 1787)
@@ -54,6 +54,10 @@
<screen os="p6"><userinput>patch -Np1 -i
../&glibc-crosscompile_timezone_fix-patch;</userinput></screen>
+ <para os="p7">The following patch fixes an issue with iconv:</para>
+
+<screen os="p8"><userinput>patch -Np1 -i
../&glibc-iconv_fix-patch;</userinput></screen>
+
<para os="b">The Glibc documentation recommends building Glibc outside of
the
source directory in a dedicated build directory:</para>
Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-06-19
17:15:25 UTC (rev 1786)
+++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-06-19
17:27:58 UTC (rev 1787)
@@ -37,6 +37,23 @@
-->
<listitem>
+ <para>Date</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated to man-1.6d.</para>
+ </listitem>
+ <listitem>
+ <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
+ issue that has shown up primarily in samba.</para>
+ </listitem>
+ <listitem>
+ <para>[jciccone] - Updated to linux-2.6.17 and
+ linux-headers-2.6.17-06192006.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 18, 2006</para>
<itemizedlist>
<listitem>
Modified: branches/clfs-2.0/BOOK/materials/common/patches.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/common/patches.xml 2006-06-19 17:15:25 UTC
(rev 1786)
+++ branches/clfs-2.0/BOOK/materials/common/patches.xml 2006-06-19 17:27:58 UTC
(rev 1787)
@@ -117,6 +117,15 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>Glibc iconv Fix -
<token>&glibc-iconv_fix-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
+ url="&patches-root;glibc/&glibc-iconv_fix-patch;"/></para>
+ <para>MD5 sum: <literal>&glibc-iconv_fix-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
<varlistentry>
<term>Glibc Disable linking with libgcc_eh.a -
<token>&glibc-libgcc_eh-patch-size;</token>:</term>
<listitem>
Modified: branches/clfs-2.0/BOOK/packages.ent
===================================================================
--- branches/clfs-2.0/BOOK/packages.ent 2006-06-19 17:15:25 UTC (rev 1786)
+++ branches/clfs-2.0/BOOK/packages.ent 2006-06-19 17:27:58 UTC (rev 1787)
@@ -232,16 +232,16 @@
<!ENTITY linux-dl-version "2.6">
-<!ENTITY linux-version "2.6.16.20">
-<!ENTITY linux-size "39,884 KB">
+<!ENTITY linux-version "2.6.17">
+<!ENTITY linux-size "40,352 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "382aa4178ff79d58925622a8a97561eb">
+<!ENTITY linux-md5 "37ddefe96625502161f075b9d907f21e">
<!ENTITY linux-home "http://www.kernel.org/">
-<!ENTITY linux-headers-version "&linux-version;-06092006">
-<!ENTITY linux-headers-size "1,480 KB">
+<!ENTITY linux-headers-version "&linux-version;-06192006">
+<!ENTITY linux-headers-size "1,496 KB">
<!ENTITY linux-headers-url
"http://ftp.jg555.com/headers/linux-headers-&linux-headers-version;.tar.bz2">
-<!ENTITY linux-headers-md5 "c6f8b2340d79e0a4094ed8e685814559">
+<!ENTITY linux-headers-md5 "4410d6e3b30aca67a130fcebf3f38ff3">
<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
<!ENTITY m4-version "1.4.4">
@@ -256,10 +256,10 @@
<!ENTITY make-md5 "354853e0b2da90c527e35aabb8d6f1e6">
<!ENTITY make-home "&gnu-software;make/">
-<!ENTITY man-version "1.6c">
-<!ENTITY man-size "240 KB">
+<!ENTITY man-version "1.6d">
+<!ENTITY man-size "268 KB">
<!ENTITY man-url
"http://primates.ximian.com/~flucifredi/man/man-&man-version;.tar.gz">
-<!ENTITY man-md5 "ac1e7d60dfedb7d1c6f398ae5b038996">
+<!ENTITY man-md5 "36d3f65bcc10f0754a3234e00d92ad6d">
<!ENTITY man-home "http://primates.ximian.com/~flucifredi/man/">
<!ENTITY man-pages-version "2.33">
Modified: branches/clfs-2.0/BOOK/patches.ent
===================================================================
--- branches/clfs-2.0/BOOK/patches.ent 2006-06-19 17:15:25 UTC (rev 1786)
+++ branches/clfs-2.0/BOOK/patches.ent 2006-06-19 17:27:58 UTC (rev 1787)
@@ -48,6 +48,10 @@
<!ENTITY glibc-crosscompile_timezone_fix-patch-md5
"d46ffc949ebc894974d719c8235be6f6">
<!ENTITY glibc-crosscompile_timezone_fix-patch-size "4 KB">
+<!ENTITY glibc-iconv_fix-patch "glibc-&glibc-version;-iconv_fix-1.patch">
+<!ENTITY glibc-iconv_fix-patch-md5 "9c8e681226ccf7a1f25c6467674f915e">
+<!ENTITY glibc-iconv_fix-patch-size "4 KB">
+
<!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh-1.patch">
<!ENTITY glibc-libgcc_eh-patch-md5 "e5122ea7b89a5f22615eaadf8e46b334">
<!ENTITY glibc-libgcc_eh-patch-size "1 KB">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page