diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-06 19:25:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-06 19:25:51 +0000 |
commit | 35cc66fcba2e1b810fd7e31bc07a07852d880a25 (patch) | |
tree | ee9c81e56abcfd2af0fe95d12af2c563cebd8fe8 | |
parent | c81b68d1dd4d0825e2b92140e6ad8505b71888ad (diff) |
Add glibc-2.22-largefile-1.patch.
Update to linux-4.3.
Update to iproute2-4.3.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 17 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 10 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/glibc.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 18 | ||||
-rw-r--r-- | patches.ent | 4 |
7 files changed, 50 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d05396f09..4d0eb5c9a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,23 @@ --> <listitem> + <para>2015-11-06</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add glibc-2.22-largefile-1.patch.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.3. Fixes + <ulink url="&lfs-ticket-root;3857">#3857</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to iproute2-4.3.0. Fixes + <ulink url="&lfs-ticket-root;3858">#3858</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-11-02</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ca116f885..5274629c7 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -124,9 +124,9 @@ <!--<listitem> <para>Intltool-&intltool-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>IPRoute2 &iproute2-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Kbd &kbd-version;</para> </listitem>--> @@ -244,9 +244,9 @@ <title>Added:</title> <listitem><para></para></listitem> <!-- satisfy build --> - <!--<listitem> - <para>&bash-fixes-patch;</para> - </listitem>--> + <listitem> + <para>&glibc-largefile-patch;</para> + </listitem> <!--<listitem> <para>&glibc-upstream-patch;</para> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 7c07161bb..b9386f6b6 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -67,6 +67,14 @@ </varlistentry> <varlistentry> + <term>Glibc Largefile Patch - <token>&glibc-largefile-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para> + <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 392682994..1cbaf232a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,6 +72,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> + <para>The most recent stable version of Glibc does not handle large files + correctly. Fix the problem with this patch:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> diff --git a/general.ent b/general.ent index 3b78a76d5..f34ace0e5 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20151102"> +<!ENTITY version "SVN-20151106"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "November 2, 2015"> +<!ENTITY releasedate "November 6, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 338158369..b637ba89e 100644 --- a/packages.ent +++ b/packages.ent @@ -316,10 +316,10 @@ <!ENTITY intltool-ch6-du "1.2 MB"> <!ENTITY intltool-ch6-sbu "less than 0.1 SBU"> -<!ENTITY iproute2-version "4.2.0"> -<!ENTITY iproute2-size "495 KB"> +<!ENTITY iproute2-version "4.3.0"> +<!ENTITY iproute2-size "514 KB"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> -<!ENTITY iproute2-md5 "51c54cc3245eff451154938fbc0f64f5"> +<!ENTITY iproute2-md5 "1a2bbb80cfc7ab3f3e987e18b3207c2f"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-ch6-du "9.4 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> @@ -381,13 +381,13 @@ <!ENTITY libtool-ch6-sbu "2.2 SBU"> <!ENTITY linux-major-version "4"> -<!ENTITY linux-minor-version "2"> -<!ENTITY linux-patch-version "5"> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> -<!ENTITY linux-size "83,534 KB"> +<!ENTITY linux-minor-version "3"> +<!ENTITY linux-patch-version "0"> +<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> +<!ENTITY linux-size "84,884 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "a14b785efebe5aba097e832f7daad49a"> +<!ENTITY linux-md5 "58b35794eee3b6d52ce7be39357801e7"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, diff --git a/patches.ent b/patches.ent index 89dbf8a51..f77874770 100644 --- a/patches.ent +++ b/patches.ent @@ -26,6 +26,10 @@ <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> <!ENTITY glibc-fhs-patch-size "2.8 KB"> +<!ENTITY glibc-largefile-patch "glibc-&glibc-version;-largefile-1.patch"> +<!ENTITY glibc-largefile-patch-md5 "203fe9133e82f2b59969c116b70fd84e"> +<!ENTITY glibc-largefile-patch-size "2.3 KB"> + <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> <!ENTITY kbd-backspace-patch-size "12 KB"> |