Custom Search
|
Date: December 31, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sun Dec 31 21:07:12 2006
New Revision: 3288
Log:
Copy over 3 missing bzip patches.
Added:
branches/clfs-sysroot/patches/bzip2-1.0.3-bzgrep_security-1.patch
- copied unchanged from r3282,
trunk/patches/bzip2-1.0.3-bzgrep_security-1.patch
branches/clfs-sysroot/patches/bzip2-1.0.3-install_docs-1.patch
- copied unchanged from r3282,
trunk/patches/bzip2-1.0.3-install_docs-1.patch
branches/clfs-sysroot/patches/bzip2-1.0.3-remove_tempfile-1.patch
- copied unchanged from r3282,
trunk/patches/bzip2-1.0.3-remove_tempfile-1.patch
Date: December 26, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Tue Dec 26 17:50:37 2006
New Revision: 3287
Log:
Fix a few typos in the ppc build.
Modified:
trunk/BOOK/boot/ppc/powerpc-utils.xml
trunk/BOOK/boot/ppc/yaboot-build.xml
trunk/BOOK/boot/ppc64/powerpc-utils.xml
trunk/BOOK/boot/ppc64/yaboot-build.xml
Modified: trunk/BOOK/boot/ppc/powerpc-utils.xml
==============================================================================
--- trunk/BOOK/boot/ppc/powerpc-utils.xml (original)
+++ trunk/BOOK/boot/ppc/powerpc-utils.xml Tue Dec 26 17:50:37 2006
@@ -33,7 +33,7 @@
<para os="a">This package's Makefile has issues with cross-compiling.
Fortunately,
we only need one program and it is a simple task to compile it.</para>
-<screen><userinput>CC="${CC}" -o nvsetenv nvsetenv.c
nwnvsetenv.c</userinput></screen>
+<screen><userinput>${CC} -o nvsetenv nvsetenv.c
nwnvsetenv.c</userinput></screen>
<para os="c">Install the program:</para>
Modified: trunk/BOOK/boot/ppc/yaboot-build.xml
==============================================================================
--- trunk/BOOK/boot/ppc/yaboot-build.xml (original)
+++ trunk/BOOK/boot/ppc/yaboot-build.xml Tue Dec 26 17:50:37 2006
@@ -51,7 +51,7 @@
<systemitem class="username">clfs</systemitem> user cannot do. The
following
command fixes both issues:</para>
-<screen><userinput>cp Makefile,{.orig}
+<screen><userinput>cp Makefile{,.orig}
sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
-e 's/-o root -g root//' \
Makefile.orig > Makefile</userinput></screen>
Modified: trunk/BOOK/boot/ppc64/powerpc-utils.xml
==============================================================================
--- trunk/BOOK/boot/ppc64/powerpc-utils.xml (original)
+++ trunk/BOOK/boot/ppc64/powerpc-utils.xml Tue Dec 26 17:50:37 2006
@@ -34,7 +34,7 @@
href="../ppc/powerpc-utils.xml"
xpointer="xpointer(//*[@os='a'])"/>
-<screen><userinput>CC="${CC} ${BUILD32}" -o nvsetenv nvsetenv.c
nwnvsetenv.c</userinput></screen>
+<screen><userinput>${CC} ${BUILD32} -o nvsetenv nvsetenv.c
nwnvsetenv.c</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../ppc/powerpc-utils.xml"
Modified: trunk/BOOK/boot/ppc64/yaboot-build.xml
==============================================================================
--- trunk/BOOK/boot/ppc64/yaboot-build.xml (original)
+++ trunk/BOOK/boot/ppc64/yaboot-build.xml Tue Dec 26 17:50:37 2006
@@ -53,7 +53,7 @@
the 32-bit compiler, and to force <command>ld</command> to use a 32-bit
emulation. The following commands will fix and achieve this:</para>
-<screen><userinput>cp Makefile,{.orig}
+<screen><userinput>cp Makefile{,.orig}
sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
-e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
-e "s/\(strip \)/${CLFS_TARGET}-\1/" \
Date: December 26, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Tue Dec 26 17:45:59 2006
New Revision: 3286
Log:
Update Date.
Modified:
trunk/BOOK/general.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Tue Dec 26 17:45:59 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "23"> <!-- Use two digits -->
+<!ENTITY day "26"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Date: December 23, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 23 23:42:53 2006
New Revision: 3285
Log:
Fix the ncurses package size.
Modified:
trunk/BOOK/packages.ent
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Sat Dec 23 23:42:53 2006
@@ -293,7 +293,7 @@
<!ENTITY module-init-tools-home " ">
<!ENTITY ncurses-version "5.6">
-<!ENTITY ncurses-size "1,352 KB">
+<!ENTITY ncurses-size "2,352 KB">
<!ENTITY ncurses-url
"ftp://invisible-island.net/ncurses/ncurses-&ncurses-version;.tar.gz">
<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
<!ENTITY ncurses-home "http://dickey.his.com/ncurses/">
Date: December 23, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 23 22:40:30 2006
New Revision: 3284
Log:
Updated Ncurses to 5.6.
Modified:
branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml
branches/clfs-sysroot/BOOK/general.ent
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/packages.ent
Modified: branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml Sat Dec 23
22:40:30 2006
@@ -46,11 +46,11 @@
<para os="i">Create symlinks in <filename
class="directory">/usr/lib:</filename></para>
<screen os="j"><userinput>rm -v
${CLFS}/lib/lib{ncurses,menu,panel,form,curses}.so
-ln -svf ../../lib/libncurses.so.5 ${CLFS}/usr/lib/libcurses.so
-ln -svf ../../lib/libncurses.so.5 ${CLFS}/usr/lib/libncurses.so
-ln -svf ../../lib/libmenu.so.5 ${CLFS}/usr/lib/libmenu.so
-ln -svf ../../lib/libpanel.so.5 ${CLFS}/usr/lib/libpanel.so
-ln -svf ../../lib/libform.so.5 ${CLFS}/usr/lib/libform.so</userinput></screen>
+ln -svf ../../lib/libncurses.so.&ncurses-version2; ${CLFS}/usr/lib/libcurses.so
+ln -svf ../../lib/libncurses.so.&ncurses-version2;
${CLFS}/usr/lib/libncurses.so
+ln -svf ../../lib/libmenu.so.&ncurses-version2; ${CLFS}/usr/lib/libmenu.so
+ln -svf ../../lib/libpanel.so.&ncurses-version2; ${CLFS}/usr/lib/libpanel.so
+ln -svf ../../lib/libform.so.&ncurses-version2;
${CLFS}/usr/lib/libform.so</userinput></screen>
<para os="k">Give the Ncurses libraries execute permissions:</para>
Modified: branches/clfs-sysroot/BOOK/general.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/general.ent (original)
+++ branches/clfs-sysroot/BOOK/general.ent Sat Dec 23 22:40:30 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "December">
-<!ENTITY day "16"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 23
22:40:30 2006
@@ -35,6 +35,15 @@
</itemizedlist>
</listitem>
-->
+
+ <listitem>
+ <para>December 23, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated Ncurses to 5.6.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>December 16, 2006</para>
Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sat Dec 23 22:40:30 2006
@@ -225,10 +225,11 @@
<!ENTITY module-init-tools-md5 "a1ad0a09d3231673f70d631f3f5040e9">
<!ENTITY module-init-tools-home " ">
-<!ENTITY ncurses-version "5.5">
-<!ENTITY ncurses-size "2,260 KB">
+<!ENTITY ncurses-version2 "5">
+<!ENTITY ncurses-version "5.6">
+<!ENTITY ncurses-size "2,352 KB">
<!ENTITY ncurses-url
"ftp://invisible-island.net/ncurses/ncurses-&ncurses-version;.tar.gz">
-<!ENTITY ncurses-md5 "e73c1ac10b4bfc46db43b2ddfd6244ef">
+<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
<!ENTITY ncurses-home "http://dickey.his.com/ncurses/">
<!ENTITY patch-version "2.5.9">
Date: December 23, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 23 22:40:13 2006
New Revision: 3283
Log:
Updated to Ncurses 5.6.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Sat Dec 23 22:40:13 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "20"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Dec 23 22:40:13 2006
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>December 23, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated to Ncurses 5.6.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 15, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Sat Dec 23 22:40:13 2006
@@ -292,10 +292,10 @@
<!ENTITY module-init-tools-md5 "a1ad0a09d3231673f70d631f3f5040e9">
<!ENTITY module-init-tools-home " ">
-<!ENTITY ncurses-version "5.5">
-<!ENTITY ncurses-size "2,260 KB">
+<!ENTITY ncurses-version "5.6">
+<!ENTITY ncurses-size "1,352 KB">
<!ENTITY ncurses-url
"ftp://invisible-island.net/ncurses/ncurses-&ncurses-version;.tar.gz">
-<!ENTITY ncurses-md5 "e73c1ac10b4bfc46db43b2ddfd6244ef">
+<!ENTITY ncurses-md5 "b6593abe1089d6aab1551c105c9300e3">
<!ENTITY ncurses-home "http://dickey.his.com/ncurses/">
<!ENTITY patch-version "2.5.9">
Date: December 21, 2006
From: svn@xxxxxxxxxxxxx
Author: mlankhorst
Date: Thu Dec 21 11:23:24 2006
New Revision: 3282
Log:
Remove linux/config.h inclusion from cobalt patch
Added:
trunk/patches/linux-2.6.19.1-cobalt_x86-2.patch
Removed:
trunk/patches/linux-2.6.19.1-cobalt_x86-1.patch
Date: December 21, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Thu Dec 21 03:01:55 2006
New Revision: 3281
Log:
Removed redundant 32-bit reference from sparc glibc build
Modified:
trunk/BOOK/cross-tools/sparc/glibc.xml
Modified: trunk/BOOK/cross-tools/sparc/glibc.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc/glibc.xml (original)
+++ trunk/BOOK/cross-tools/sparc/glibc.xml Thu Dec 21 03:01:55 2006
@@ -8,7 +8,7 @@
<sect1 id="ch-cross-tools-glibc" role="wrap">
<?dbhtml filename="glibc.html"?>
- <title>Glibc-&glibc-version; 32 Bit</title>
+ <title>Glibc-&glibc-version;</title>
<indexterm zone="ch-cross-tools-glibc">
<primary sortas="a-Glibc">Glibc</primary>
Date: December 21, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Thu Dec 21 03:01:28 2006
New Revision: 3280
Log:
Update date
Modified:
trunk/BOOK/general.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Thu Dec 21 03:01:28 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "18"> <!-- Use two digits -->
+<!ENTITY day "20"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Date: December 19, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Tue Dec 19 06:58:49 2006
New Revision: 3279
Log:
Typo fix
Modified:
trunk/BOOK/introduction/mips/buildinfo.xml
Modified: trunk/BOOK/introduction/mips/buildinfo.xml
==============================================================================
--- trunk/BOOK/introduction/mips/buildinfo.xml (original)
+++ trunk/BOOK/introduction/mips/buildinfo.xml Tue Dec 19 06:58:49 2006
@@ -8,7 +8,7 @@
<sect1 id="ch-introduction-buildinfo">
<?dbhtml filename="build-info.html"?>
- <title>Recommendend Build Information</title>
+ <title>Recommended Build Information</title>
<para>On the RaQ2, we are recommending the following:</para>
Date: December 19, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Tue Dec 19 06:01:49 2006
New Revision: 3278
Log:
Removed CLFS variable from gettext installation
Modified:
trunk/BOOK/temp-system/common/gettext.xml
Modified: trunk/BOOK/temp-system/common/gettext.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gettext.xml (original)
+++ trunk/BOOK/temp-system/common/gettext.xml Tue Dec 19 06:01:49 2006
@@ -53,7 +53,7 @@
<para os="h">Install the <command>msgfmt</command> binary:</para>
-<screen os="i"><userinput>cp -v src/msgfmt
${CLFS}/tools/bin</userinput></screen>
+<screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
</sect2>
Date: December 19, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Tue Dec 19 00:30:58 2006
New Revision: 3277
Log:
Removed extraneous DESTDIR from temp-system File installation
Modified:
trunk/BOOK/temp-system/common/file.xml
Modified: trunk/BOOK/temp-system/common/file.xml
==============================================================================
--- trunk/BOOK/temp-system/common/file.xml (original)
+++ trunk/BOOK/temp-system/common/file.xml Tue Dec 19 00:30:58 2006
@@ -37,7 +37,7 @@
<para os="f">Install the package:</para>
-<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+<screen os="g"><userinput>make install</userinput></screen>
</sect2>
Date: December 18, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Mon Dec 18 23:46:48 2006
New Revision: 3276
Log:
Removed CLFS variable from cross-tools File installation for consistency
Modified:
trunk/BOOK/cross-tools/common/file.xml
Modified: trunk/BOOK/cross-tools/common/file.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/file.xml (original)
+++ trunk/BOOK/cross-tools/common/file.xml Mon Dec 18 23:46:48 2006
@@ -19,7 +19,7 @@
<para>Prepare File for compilation:</para>
-<screen><userinput>./configure
--prefix=${CLFS}/cross-tools</userinput></screen>
+<screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
<para>Compile the Package:</para>
Date: December 18, 2006
From: svn@xxxxxxxxxxxxx
Author: chris@xxxxxxxxxxxx
Date: Mon Dec 18 23:46:10 2006
New Revision: 3275
Log:
Updated date
Modified:
trunk/BOOK/general.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Mon Dec 18 23:46:10 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "17"> <!-- Use two digits -->
+<!ENTITY day "18"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Date: December 18, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Mon Dec 18 00:53:48 2006
New Revision: 3274
Log:
Removed last DESTDIR from the sysroot trial
Modified:
trunk/BOOK/general.ent
trunk/BOOK/temp-system/common/zlib.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Mon Dec 18 00:53:48 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "15"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Modified: trunk/BOOK/temp-system/common/zlib.xml
==============================================================================
--- trunk/BOOK/temp-system/common/zlib.xml (original)
+++ trunk/BOOK/temp-system/common/zlib.xml Mon Dec 18 00:53:48 2006
@@ -52,7 +52,7 @@
href="../../final-system/common/zlib.xml"
xpointer="xpointer(//*[@os='f'])"/>
-<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+<screen os="g"><userinput>make install</userinput></screen>
</sect2>
Date: December 17, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sun Dec 17 00:49:32 2006
New Revision: 3273
Log:
Update the bash patch.
Added:
branches/clfs-sysroot/patches/bash-3.2-fixes-4.patch
- copied unchanged from r3265, trunk/patches/bash-3.2-fixes-4.patch
Removed:
branches/clfs-sysroot/patches/bash-3.2-fixes-3.patch
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:35:17 2006
New Revision: 3272
Log:
Updated IPRoute2 to 2.6.19-061214.
Modified:
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/packages.ent
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:35:17 2006
@@ -39,6 +39,9 @@
<listitem>
<para>December 16, 2006</para>
<itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated IPRoute2 to 2.6.19-061214</para>
+ </listitem>
<listitem>
<para>[jciccone] - Updated Gzip to 1.3.9.</para>
</listitem>
Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sat Dec 16 22:35:17 2006
@@ -151,10 +151,10 @@
<!ENTITY inetutils-md5 "9e0f1ac040de3168ea785f44e42d585e">
<!ENTITY inetutils-home "&gnu-software;inetutils/">
-<!ENTITY iproute2-version "2.6.18-061002">
-<!ENTITY iproute2-size "384 KB">
+<!ENTITY iproute2-version "2.6.19-061214">
+<!ENTITY iproute2-size "396 KB">
<!ENTITY iproute2-url
"http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.gz">
-<!ENTITY iproute2-md5 "193b570128cf852afba337438413adf9">
+<!ENTITY iproute2-md5 "a8fbe5f37e2db79b34f817d43d4cbf8d">
<!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2">
<!ENTITY kbd-version "1.12">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:33:54 2006
New Revision: 3271
Log:
Updated Gzip to 1.3.9.
Modified:
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/packages.ent
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:33:54 2006
@@ -39,6 +39,9 @@
<listitem>
<para>December 16, 2006</para>
<itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated Gzip to 1.3.9.</para>
+ </listitem>
<listitem>
<para>[jciccone] - Updated File to 4.19.</para>
</listitem>
Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sat Dec 16 22:33:54 2006
@@ -133,10 +133,10 @@
<!ENTITY groff-md5 "f7c9cf2e4b9967d3af167d7c9fadaae4">
<!ENTITY groff-home "&gnu-software;groff/">
-<!ENTITY gzip-version "1.3.8">
-<!ENTITY gzip-size "540 KB">
-<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
-<!ENTITY gzip-md5 "116774b594a6d5e07fc9999f5f42ecb0">
+<!ENTITY gzip-version "1.3.9">
+<!ENTITY gzip-size "414 KB">
+<!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz">
+<!ENTITY gzip-md5 "7cf923b24b718c418e85a283b2260e14">
<!ENTITY gzip-home "http://www.gzip.org/">
<!ENTITY iana-etc-version "2.20">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:32:08 2006
New Revision: 3270
Log:
Updated file to 4.19.
Modified:
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/packages.ent
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:32:08 2006
@@ -39,6 +39,9 @@
<listitem>
<para>December 16, 2006</para>
<itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated File to 4.19.</para>
+ </listitem>
<listitem>
<para>[jciccone] - Update Bash Patch from Upstream.</para>
</listitem>
Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sat Dec 16 22:32:08 2006
@@ -72,11 +72,11 @@
<!ENTITY e2fsprogs-md5 "06f7806782e357797fad1d34b7ced0c6">
<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
-<!ENTITY file-version "4.18">
-<!ENTITY file-size "524 KB">
+<!ENTITY file-version "4.19">
+<!ENTITY file-size "538 KB">
<!ENTITY file-url
"ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz">
-<!ENTITY file-md5 "ce1aa9b0316feb57d40a48cfe6b606e4">
-<!ENTITY file-home " ">
+<!ENTITY file-md5 "a61ef3aa8339d5987148089afde25f60">
+<!ENTITY file-home "http://www.darwinsys.com/file">
<!ENTITY findutils-version "4.2.29">
<!ENTITY findutils-size "1,076 KB">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:27:57 2006
New Revision: 3269
Log:
Update Bash Patch from Upstream.
Modified:
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/materials/common/patches.xml
branches/clfs-sysroot/BOOK/patches.ent
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:27:57 2006
@@ -39,6 +39,9 @@
<listitem>
<para>December 16, 2006</para>
<itemizedlist>
+ <listitem>
+ <para>[jciccone] - Update Bash Patch from Upstream.</para>
+ </listitem>
<listitem>
<para>[jciccone] - Added Readline Patch from Upstream.</para>
</listitem>
Modified: branches/clfs-sysroot/BOOK/materials/common/patches.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/materials/common/patches.xml (original)
+++ branches/clfs-sysroot/BOOK/materials/common/patches.xml Sat Dec 16 22:27:57
2006
@@ -19,7 +19,7 @@
<variablelist role="materials">
<varlistentry>
- <term>Bash 3.2 Fixes - <token>&bash-fixes-patch-size;</token>:</term>
+ <term>Bash Fixes - <token>&bash-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&bash-fixes-patch;"/></para>
Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Sat Dec 16 22:27:57 2006
@@ -4,8 +4,8 @@
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
-<!ENTITY bash-fixes-patch-md5 "93999e9f286c2d34a5d51e8b730a9f53">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
+<!ENTITY bash-fixes-patch-md5 "9ca7230e6bfc10f0460ab7c5f290099a">
<!ENTITY bash-fixes-patch-size "12 KB">
<!ENTITY binutils-branch_update-patch
"binutils-&binutils-version;-branch_update-1.patch">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:20:12 2006
New Revision: 3268
Log:
Added Readline Upstream Patch.
Added:
branches/clfs-sysroot/patches/readline-5.2-fixes-1.patch
- copied unchanged from r3265, trunk/patches/readline-5.2-fixes-1.patch
Removed:
branches/clfs-sysroot/patches/gzip-1.3.5-security_fixes-1.patch
Modified:
branches/clfs-sysroot/BOOK/final-system/common/readline.xml
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/materials/common/patches.xml
branches/clfs-sysroot/BOOK/patches.ent
Modified: branches/clfs-sysroot/BOOK/final-system/common/readline.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/readline.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/readline.xml Sat Dec 16
22:20:12 2006
@@ -24,6 +24,12 @@
<sect2 role="installation">
<title>Installation of Readline</title>
+
+ <para os="p1">The following patch contains updates from the maintainer. The
+ maintainer of Readline only releases these patches to fix serious issues:
+ </para>
+
+<screen os="p2"><userinput>patch -Np1 -i
../&readline-fixes-patch;</userinput></screen>
<para os="a">Prepare Readline for compilation:</para>
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:20:12 2006
@@ -39,6 +39,9 @@
<listitem>
<para>December 16, 2006</para>
<itemizedlist>
+ <listitem>
+ <para>[jciccone] - Added Readline Patch from Upstream.</para>
+ </listitem>
<listitem>
<para>[jciccone] - Updated Linux to 2.6.19.1.</para>
</listitem>
Modified: branches/clfs-sysroot/BOOK/materials/common/patches.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/materials/common/patches.xml (original)
+++ branches/clfs-sysroot/BOOK/materials/common/patches.xml Sat Dec 16 22:20:12
2006
@@ -199,6 +199,15 @@
</varlistentry>
<varlistentry>
+ <term>Readline Fixes - <token>&readline-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
+ url="&patches-root;&readline-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Shadow Sysroot Hacks Patch -
<token>&shadow-sysroot_hacks-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Sat Dec 16 22:20:12 2006
@@ -84,6 +84,10 @@
<!ENTITY perl-cross_compile-patch-md5 "bd9f94c8629e674f4472604b77cea42d">
<!ENTITY perl-cross_compile-patch-size "76 KB">
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
+<!ENTITY readline-fixes-patch-md5 "c3483d9d4e44614a740e190d25100cdf">
+<!ENTITY readline-fixes-patch-size "4 KB">
+
<!ENTITY shadow-sysroot_hacks-patch
"shadow-&shadow-version;-sysroot_hacks-1.patch">
<!ENTITY shadow-sysroot_hacks-patch-md5 "0d3f26660202e435e95c71dcea6e9613">
<!ENTITY shadow-sysroot_hacks-patch-size "16 KB">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:16:21 2006
New Revision: 3267
Log:
Updated Linux to 2.6.19.1.
Updated Linux Headers to 2.6.19.1-12122006.
Modified:
branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
branches/clfs-sysroot/BOOK/packages.ent
Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Dec 16
22:16:21 2006
@@ -35,6 +35,18 @@
</itemizedlist>
</listitem>
-->
+
+ <listitem>
+ <para>December 16, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Updated Linux to 2.6.19.1.</para>
+ </listitem>
+ <listitem>
+ <para>[jciccone] - Updated Linux Headers to 2.6.19.1-12122006.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>December 11, 2006</para>
Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sat Dec 16 22:16:21 2006
@@ -177,16 +177,16 @@
<!ENTITY linux-dl-version "2.6">
-<!ENTITY linux-version "2.6.19">
-<!ENTITY linux-size "41,896 KB">
+<!ENTITY linux-version "2.6.19.1">
+<!ENTITY linux-size "41,895 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "443c265b57e87eadc0c677c3acc37e20">
+<!ENTITY linux-md5 "2ab08fdfddc00e09b3d5bc7397d3c8be">
<!ENTITY linux-home "http://www.kernel.org/">
-<!ENTITY linux-headers-version "&linux-version;-12042006">
-<!ENTITY linux-headers-size "1,627 KB">
+<!ENTITY linux-headers-version "&linux-version;-12122006">
+<!ENTITY linux-headers-size "1,628 KB">
<!ENTITY linux-headers-url
"&packages-root;linux-headers-&linux-headers-version;.tar.bz2">
-<!ENTITY linux-headers-md5 "0bef91b0af3f234829a341e101354d68">
+<!ENTITY linux-headers-md5 "a67bdd79c320435fe1e886ca0ae64b06">
<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
<!ENTITY m4-version "1.4.8">
Date: December 16, 2006
From: svn@xxxxxxxxxxxxx
Author: jciccone
Date: Sat Dec 16 22:13:55 2006
New Revision: 3266
Log:
Update Date.
Modified:
branches/clfs-sysroot/BOOK/general.ent
Modified: branches/clfs-sysroot/BOOK/general.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/general.ent (original)
+++ branches/clfs-sysroot/BOOK/general.ent Sat Dec 16 22:13:55 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "December">
-<!ENTITY day "11"> <!-- Use two digits -->
+<!ENTITY day "16"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Date: December 15, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Fri Dec 15 17:06:33 2006
New Revision: 3265
Log:
Updated to IPRoute2 2.6.19-061214
Added:
trunk/patches/iproute2-2.6.19-061214-libdir-1.patch
- copied unchanged from r3263,
trunk/patches/iproute2-2.6.18-061002-libdir-1.patch
Removed:
trunk/patches/iproute2-2.6.18-061002-libdir-1.patch
Modified:
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Fri Dec 15 17:06:33 2006
@@ -42,6 +42,9 @@
<listitem>
<para>[jim] - Updated to Gzip 1.3.9.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Updated to IPRoute2 2.6.19-061214.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Fri Dec 15 17:06:33 2006
@@ -212,10 +212,10 @@
<!ENTITY inetutils-md5 "9e0f1ac040de3168ea785f44e42d585e">
<!ENTITY inetutils-home "&gnu-software;inetutils/">
-<!ENTITY iproute2-version "2.6.18-061002">
-<!ENTITY iproute2-size "384 KB">
+<!ENTITY iproute2-version "2.6.19-061214">
+<!ENTITY iproute2-size "396 KB">
<!ENTITY iproute2-url
"http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.gz">
-<!ENTITY iproute2-md5 "193b570128cf852afba337438413adf9">
+<!ENTITY iproute2-md5 "a8fbe5f37e2db79b34f817d43d4cbf8d">
<!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2">
<!ENTITY kbd-version "1.12">
Date: December 15, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Fri Dec 15 16:11:24 2006
New Revision: 3264
Log:
Update to Gzip 1.3.9
Removed:
trunk/patches/gzip-1.3.5-security_fixes-1.patch
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Fri Dec 15 16:11:24 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY day "15"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Fri Dec 15 16:11:24 2006
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>December 15, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Updated to Gzip 1.3.9.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 13, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Fri Dec 15 16:11:24 2006
@@ -188,10 +188,10 @@
<!ENTITY grub-md5 "cd3f3eb54446be6003156158d51f4884">
<!ENTITY grub-home "&gnu-software;grub/">
-<!ENTITY gzip-version "1.3.8">
-<!ENTITY gzip-size "540 KB">
-<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
-<!ENTITY gzip-md5 "116774b594a6d5e07fc9999f5f42ecb0">
+<!ENTITY gzip-version "1.3.9">
+<!ENTITY gzip-size "414 KB">
+<!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz">
+<!ENTITY gzip-md5 "7cf923b24b718c418e85a283b2260e14">
<!ENTITY gzip-home "http://www.gzip.org/">
<!ENTITY hfsutils-version "3.2.6">
Date: December 13, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Wed Dec 13 21:33:14 2006
New Revision: 3263
Log:
Fixed typos in Cross-Tools File.xml
Added:
trunk/patches/file-4.19-config_update-1.patch
- copied unchanged from r3254,
trunk/patches/file-4.18-config_update-1.patch
Removed:
trunk/patches/file-4.18-config_update-1.patch
Modified:
trunk/BOOK/cross-tools/common/file.xml
Modified: trunk/BOOK/cross-tools/common/file.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/file.xml (original)
+++ trunk/BOOK/cross-tools/common/file.xml Wed Dec 13 21:33:14 2006
@@ -8,14 +8,14 @@
<sect1 id="ch-cross-tools-file">
<?dbhtml filename="file.html"?>
- <title>File-&file-version; - Native</title>
+ <title>File-&file-version;</title>
<sect2 role="installation">
<title>Installation of File</title>
<note><para>You only need to install <package>file</package> if your host
has a version of <package>file</package> older then
- <package>file-4.18;</package> installed.</para></note>
+ <package>file-4.17</package> installed.</para></note>
<para>Prepare File for compilation:</para>
Date: December 13, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Wed Dec 13 18:28:55 2006
New Revision: 3262
Log:
Added: File to Cross-tools
Added:
trunk/BOOK/cross-tools/common/file.xml
Modified:
trunk/BOOK/cross-tools/alpha-chapter.xml
trunk/BOOK/cross-tools/mips-chapter.xml
trunk/BOOK/cross-tools/mips64-64-chapter.xml
trunk/BOOK/cross-tools/mips64-chapter.xml
trunk/BOOK/cross-tools/ppc-chapter.xml
trunk/BOOK/cross-tools/ppc64-chapter.xml
trunk/BOOK/cross-tools/sparc-chapter.xml
trunk/BOOK/cross-tools/sparc64-64-chapter.xml
trunk/BOOK/cross-tools/x86-chapter.xml
trunk/BOOK/cross-tools/x86_64-64-chapter.xml
trunk/BOOK/cross-tools/x86_64-chapter.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/common/changelog.xml
Modified: trunk/BOOK/cross-tools/alpha-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/alpha-chapter.xml (original)
+++ trunk/BOOK/cross-tools/alpha-chapter.xml Wed Dec 13 18:28:55 2006
@@ -20,5 +20,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="alpha/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="alpha/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="alpha/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/mips-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips-chapter.xml (original)
+++ trunk/BOOK/cross-tools/mips-chapter.xml Wed Dec 13 18:28:55 2006
@@ -19,5 +19,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/mips64-64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64-64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/mips64-64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -20,5 +20,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64-64/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64-64/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64-64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/mips64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/mips64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -22,5 +22,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64/glibc-n32.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64/glibc-64bit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="mips64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/ppc-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc-chapter.xml (original)
+++ trunk/BOOK/cross-tools/ppc-chapter.xml Wed Dec 13 18:28:55 2006
@@ -19,5 +19,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="ppc/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="ppc/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/ppc64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/ppc64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -22,5 +22,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="ppc64/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="ppc64/glibc-64bit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="ppc64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/sparc-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc-chapter.xml (original)
+++ trunk/BOOK/cross-tools/sparc-chapter.xml Wed Dec 13 18:28:55 2006
@@ -19,5 +19,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/sparc64-64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64-64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/sparc64-64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -20,5 +20,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc64-64/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc64-64/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="sparc64-64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/x86-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86-chapter.xml (original)
+++ trunk/BOOK/cross-tools/x86-chapter.xml Wed Dec 13 18:28:55 2006
@@ -19,5 +19,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/x86_64-64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64-64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/x86_64-64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -20,5 +20,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86_64-64/gcc-static.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86_64-64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/cross-tools/x86_64-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64-chapter.xml (original)
+++ trunk/BOOK/cross-tools/x86_64-chapter.xml Wed Dec 13 18:28:55 2006
@@ -21,5 +21,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="multilib/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="multilib/glibc-64bit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86_64/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
</chapter>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Wed Dec 13 18:28:55 2006
@@ -2,7 +2,7 @@
<!ENTITY month "12"> <!-- Use two digits -->
<!ENTITY month_name "November">
-<!ENTITY day "12"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- Use two digits -->
<!ENTITY year "2006"> <!-- Use four digits -->
<!ENTITY releasedate "&month_name; &day;, &year;">
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Wed Dec 13 18:28:55 2006
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>December 13, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Added File to Cross-tools.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 12, 2006</para>
<itemizedlist>
<listitem>
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 23:58:50 2006
New Revision: 3261
Log:
Updated to File 4.19
Modified:
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/packages.ent
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Dec 12 23:58:50 2006
@@ -51,6 +51,9 @@
<listitem>
<para>[jim] - Update Bash Upstream Patch.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Updated to File 4.19.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Tue Dec 12 23:58:50 2006
@@ -121,11 +121,11 @@
<!ENTITY expect-home "http://expect.nist.gov">
<!ENTITY expect-lib-version "5.43">
-<!ENTITY file-version "4.18">
-<!ENTITY file-size "524 KB">
-<!ENTITY file-url
"ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz">
-<!ENTITY file-md5 "ce1aa9b0316feb57d40a48cfe6b606e4">
-<!ENTITY file-home " ">
+<!ENTITY file-version "4.19">
+<!ENTITY file-size "538 KB">
+<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
+<!ENTITY file-md5 "a61ef3aa8339d5987148089afde25f60">
+<!ENTITY file-home "http://www.darwinsys.com/file">
<!ENTITY findutils-version "4.2.29">
<!ENTITY findutils-size "1,076 KB">
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 23:16:47 2006
New Revision: 3260
Log:
Update Bash Upstream Patch
Added:
trunk/patches/bash-3.2-fixes-4.patch
Removed:
trunk/patches/bash-3.2-fixes-3.patch
Modified:
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/materials/common/patches.xml
trunk/BOOK/patches.ent
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Dec 12 23:16:47 2006
@@ -48,6 +48,9 @@
<listitem>
<para>[jim] - Added Readline Upstream Patch.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Update Bash Upstream Patch.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Tue Dec 12 23:16:47 2006
@@ -19,7 +19,7 @@
<variablelist role="materials">
<varlistentry>
- <term>Bash 3.2 Fixes - <token>&bash-fixes-patch-size;</token>:</term>
+ <term>Bash Fixes - <token>&bash-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&bash-fixes-patch;"/></para>
Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Tue Dec 12 23:16:47 2006
@@ -4,8 +4,8 @@
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
-<!ENTITY bash-fixes-patch-md5 "93999e9f286c2d34a5d51e8b730a9f53">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
+<!ENTITY bash-fixes-patch-md5 "9ca7230e6bfc10f0460ab7c5f290099a">
<!ENTITY bash-fixes-patch-size "12 KB">
<!ENTITY binutils-branch_update-patch
"binutils-&binutils-version;-branch_update-1.patch">
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 23:09:26 2006
New Revision: 3259
Log:
Added Readline Upstream Patch
Added:
trunk/patches/readline-5.2-fixes-1.patch
Modified:
trunk/BOOK/final-system/common/readline.xml
trunk/BOOK/final-system/multilib/readline-64bit.xml
trunk/BOOK/final-system/multilib/readline-n32.xml
trunk/BOOK/final-system/multilib/readline.xml
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/materials/common/patches.xml
trunk/BOOK/patches.ent
Modified: trunk/BOOK/final-system/common/readline.xml
==============================================================================
--- trunk/BOOK/final-system/common/readline.xml (original)
+++ trunk/BOOK/final-system/common/readline.xml Tue Dec 12 23:09:26 2006
@@ -25,15 +25,20 @@
<sect2 role="installation">
<title>Installation of Readline</title>
- <para os="c">Prepare Readline for compilation:</para>
+ <para os="p1">The following patch contains updates from the maintainer. The
+ maintainer of Readline only releases these patches to fix serious
issues:</para>
-<screen os="d"><userinput>./configure --prefix=/usr
--libdir=/lib</userinput></screen>
+<screen os="p2"><userinput>patch -Np1 -i
../&readline-fixes-patch;</userinput></screen>
- <para os="e">Compile the package:</para>
+ <para os="a">Prepare Readline for compilation:</para>
-<screen os="f"><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr
--libdir=/lib</userinput></screen>
- <variablelist os="g">
+ <para os="c">Compile the package:</para>
+
+<screen os="d"><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
+
+ <variablelist os="e">
<title>The meaning of the make option:</title>
<varlistentry>
@@ -45,26 +50,26 @@
</varlistentry>
</variablelist>
- <para os="h">This package does not come with a test suite.</para>
+ <para os="f">This package does not come with a test suite.</para>
- <para os="i">Install the package:</para>
+ <para os="g">Install the package:</para>
-<screen os="j"><userinput>make install</userinput></screen>
+<screen os="h"><userinput>make install</userinput></screen>
- <para os="k">Give Readline's dynamic libraries more appropriate
+ <para os="i">Give Readline's dynamic libraries more appropriate
permissions:</para>
-<screen os="l"><userinput>chmod -v 755
/lib/lib{readline,history}.so*</userinput></screen>
+<screen os="j"><userinput>chmod -v 755
/lib/lib{readline,history}.so*</userinput></screen>
- <para os="m">Now move the static libraries to a more appropriate
location:</para>
+ <para os="k">Now move the static libraries to a more appropriate
location:</para>
-<screen os="n"><userinput>mv -v /lib/lib{readline,history}.a
/usr/lib</userinput></screen>
+<screen os="l"><userinput>mv -v /lib/lib{readline,history}.a
/usr/lib</userinput></screen>
- <para os="o">Next, remove the <filename class="extension">.so</filename>
+ <para os="m">Next, remove the <filename class="extension">.so</filename>
files in <filename class="directory">/lib</filename> and relink them into
<filename class="directory">/usr/lib</filename>.</para>
-<screen os="p"><userinput>rm -v /lib/lib{readline,history}.so
+<screen os="n"><userinput>rm -v /lib/lib{readline,history}.so
ln -svf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
ln -svf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
Modified: trunk/BOOK/final-system/multilib/readline-64bit.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/readline-64bit.xml (original)
+++ trunk/BOOK/final-system/multilib/readline-64bit.xml Tue Dec 12 23:09:26 2006
@@ -23,10 +23,26 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
+ xpointer="xpointer(//*[@os='p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='a'])"/>
+
+<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
+ ./configure --prefix=/usr --libdir=/lib64</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
xpointer="xpointer(//*[@os='c'])"/>
-<screen os="d"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
- ./configure --prefix=/usr --libdir=/lib64</userinput></screen>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
@@ -48,27 +64,19 @@
href="readline.xml"
xpointer="xpointer(//*[@os='i'])"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="readline.xml"
- xpointer="xpointer(//*[@os='j'])"/>
+<screen os="j"><userinput>chmod -v 755
/lib64/lib{readline,history}.so*</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
xpointer="xpointer(//*[@os='k'])"/>
-<screen os="l"><userinput>chmod -v 755
/lib64/lib{readline,history}.so*</userinput></screen>
+<screen os="l"><userinput>mv -v /lib64/lib{readline,history}.a
/usr/lib64</userinput></screen>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="readline.xml"
- xpointer="xpointer(//*[@os='m'])"/>
-
-<screen os="n"><userinput>mv -v /lib64/lib{readline,history}.a
/usr/lib64</userinput></screen>
-
- <para os="o">Next, remove the <filename class="extension">.so</filename>
+ <para os="m">Next, remove the <filename class="extension">.so</filename>
files in <filename class="directory">/lib64</filename> and relink them into
<filename class="directory">/usr/lib64</filename>.</para>
-<screen os="p"><userinput>rm -v /lib64/lib{readline,history}.so
+<screen os="n"><userinput>rm -v /lib64/lib{readline,history}.so
ln -svf ../../lib64/libreadline.so.5 /usr/lib64/libreadline.so
ln -svf ../../lib64/libhistory.so.5
/usr/lib64/libhistory.so</userinput></screen>
Modified: trunk/BOOK/final-system/multilib/readline-n32.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/readline-n32.xml (original)
+++ trunk/BOOK/final-system/multilib/readline-n32.xml Tue Dec 12 23:09:26 2006
@@ -24,14 +24,34 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
- xpointer="xpointer(//*[@os='c'])"/>
+ xpointer="xpointer(//*[@os='p1'])"/>
-<screen os="d"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='a'])"/>
+
+<screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
./configure --prefix=/usr --libdir=/lib32</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
+ xpointer="xpointer(//*[@os='c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='d'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
xpointer="xpointer(//*[@os='e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="readline.xml"
+ xpointer="xpointer(//*[@os='f'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
@@ -45,28 +65,19 @@
href="readline.xml"
xpointer="xpointer(//*[@os='i'])"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="readline.xml"
- xpointer="xpointer(//*[@os='j'])"/>
+<screen os="j"><userinput>chmod -v 755
/lib32/lib{readline,history}.so*</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readline.xml"
xpointer="xpointer(//*[@os='k'])"/>
+<screen os="l"><userinput>mv -v /lib32/lib{readline,history}.a
/usr/lib32</userinput></screen>
-<screen os="k"><userinput>chmod -v 755
/lib32/lib{readline,history}.so*</userinput></screen>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="readline.xml"
- xpointer="xpointer(//*[@os='m'])"/>
-
-<screen os="m"><userinput>mv -v /lib32/lib{readline,history}.a
/usr/lib32</userinput></screen>
-
- <para os="n">Next, remove the <filename class="extension">.so</filename>
+ <para os="m">Next, remove the <filename class="extension">.so</filename>
files in <filename class="directory">/lib32</filename> and relink them into
<filename class="directory">/usr/lib32</filename>.</para>
-<screen os="o"><userinput>rm -v /lib32/lib{readline,history}.so
+<screen os="n"><userinput>rm -v /lib32/lib{readline,history}.so
ln -svf ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so
ln -svf ../../lib32/libhistory.so.5
/usr/lib32/libhistory.so</userinput></screen>
Modified: trunk/BOOK/final-system/multilib/readline.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/readline.xml (original)
+++ trunk/BOOK/final-system/multilib/readline.xml Tue Dec 12 23:09:26 2006
@@ -24,10 +24,26 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/readline.xml"
+ xpointer="xpointer(//*[@os='p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/readline.xml"
+ xpointer="xpointer(//*[@os='p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/readline.xml"
+ xpointer="xpointer(//*[@os='a'])"/>
+
+<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
+ ./configure --prefix=/usr --libdir=/lib</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/readline.xml"
xpointer="xpointer(//*[@os='c'])"/>
-<screen os="d"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
- ./configure --prefix=/usr --libdir=/lib</userinput></screen>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/readline.xml"
+ xpointer="xpointer(//*[@os='d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/readline.xml"
@@ -68,14 +84,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/readline.xml"
xpointer="xpointer(//*[@os='n'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/readline.xml"
- xpointer="xpointer(//*[@os='o'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/readline.xml"
- xpointer="xpointer(//*[@os='p'])"/>
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Dec 12 23:09:26 2006
@@ -45,6 +45,9 @@
<listitem>
<para>[jim] - Updated to Linux Headers 2.6.19.1-12122006.</para>
</listitem>
+ <listitem>
+ <para>[jim] - Added Readline Upstream Patch.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Tue Dec 12 23:09:26 2006
@@ -208,6 +208,15 @@
</varlistentry>
<varlistentry>
+ <term>Readline Fixes - <token>&readline-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
+ url="&patches-root;&readline-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Shadow Useradd Patch -
<token>&shadow-useradd_fix-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Tue Dec 12 23:09:26 2006
@@ -88,9 +88,9 @@
<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
<!ENTITY perl-libc-patch-size "4 KB">
-<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-3.patch">
-<!ENTITY readline-fixes-patch-md5 "e30963cd5c6f6a11a23344af36cfa38c">
-<!ENTITY readline-fixes-patch-size "2.1 KB">
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
+<!ENTITY readline-fixes-patch-md5 "c3483d9d4e44614a740e190d25100cdf">
+<!ENTITY readline-fixes-patch-size "4 KB">
<!ENTITY shadow-useradd_fix-patch
"shadow-&shadow-version;-useradd_fix-1.patch">
<!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 19:16:19 2006
New Revision: 3258
Log:
Update Linux Patches
Added:
trunk/patches/linux-2.6.19.1-alpha_io_fix-1.patch
trunk/patches/linux-2.6.19.1-cobalt_x86-1.patch
trunk/patches/linux-2.6.19.1-mips-1.patch
trunk/patches/linux-2.6.19.1-mips_fixes-1.patch
trunk/patches/linux-2.6.19.1-tulip-1.patch
Removed:
trunk/patches/linux-2.6.19-alpha_io_fix-1.patch
trunk/patches/linux-2.6.19-cobalt_x86-1.patch
trunk/patches/linux-2.6.19-mips-1.patch
trunk/patches/linux-2.6.19-mips_fixes-1.patch
trunk/patches/linux-2.6.19-tulip-1.patch
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 19:15:48 2006
New Revision: 3257
Log:
Corrected md5sum for Linux Headers
Modified:
trunk/BOOK/packages.ent
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Tue Dec 12 19:15:48 2006
@@ -253,7 +253,7 @@
<!ENTITY linux-headers-version "&linux-version;-12122006">
<!ENTITY linux-headers-size "1,628 KB">
<!ENTITY linux-headers-url
"&packages-root;linux-headers-&linux-headers-version;.tar.bz2">
-<!ENTITY linux-headers-md5 "5981e3af697778ae870133c775df87e0">
+<!ENTITY linux-headers-md5 "a67bdd79c320435fe1e886ca0ae64b06">
<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
<!ENTITY m4-version "1.4.8">
Date: December 12, 2006
From: svn@xxxxxxxxxxxxx
Author: jim
Date: Tue Dec 12 18:28:52 2006
New Revision: 3256
Log:
Update to Linux 2.6.19.1
Modified:
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Dec 12 18:28:52 2006
@@ -37,6 +37,18 @@
-->
<listitem>
+ <para>December 12, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Updated to Linux 2.6.19.1.</para>
+ </listitem>
+ <listitem>
+ <para>[jim] - Updated to Linux Headers 2.6.19.1-12122006.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 10, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Tue Dec 12 18:28:52 2006
@@ -244,16 +244,16 @@
<!ENTITY linux-dl-version "2.6">
-<!ENTITY linux-version "2.6.19">
-<!ENTITY linux-size "41,896 KB">
+<!ENTITY linux-version "2.6.19.1">
+<!ENTITY linux-size "41,895 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "443c265b57e87eadc0c677c3acc37e20">
+<!ENTITY linux-md5 "2ab08fdfddc00e09b3d5bc7397d3c8be">
<!ENTITY linux-home "http://www.kernel.org/">
-<!ENTITY linux-headers-version "&linux-version;-12042006">
-<!ENTITY linux-headers-size "1,627 KB">
+<!ENTITY linux-headers-version "&linux-version;-12122006">
+<!ENTITY linux-headers-size "1,628 KB">
<!ENTITY linux-headers-url
"&packages-root;linux-headers-&linux-headers-version;.tar.bz2">
-<!ENTITY linux-headers-md5 "0bef91b0af3f234829a341e101354d68">
+<!ENTITY linux-headers-md5 "5981e3af697778ae870133c775df87e0"