aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-16 21:32:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-16 21:32:19 +0000
commit7b1923d02ae7c261d9981fe92277169cf3e8de83 (patch)
tree5c36651b3cd6fe02509460f0d29170b5f6b78908
parent7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (diff)
Update to linux-3.19.
Update to iproute2-3.19.0. Update to perl-5.20.2. Update to libtool-2.4.6. Added a note to glibc about potential problems with parallel build. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml27
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml4
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter06/perl.xml4
-rw-r--r--general.ent4
-rw-r--r--packages.ent30
-rw-r--r--patches.ent2
8 files changed, 56 insertions, 23 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fa1f20ae9..f8c075d23 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,33 @@
</listitem>
-->
<listitem>
+ <para>2015-02-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to linux-3.19. Fixes
+ <ulink url="&lfs-ticket-root;3746">#3746</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to iproute2-3.19.0. Fixes
+ <ulink url="&lfs-ticket-root;3748">#3748</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to perl-5.20.2. Fixes
+ <ulink url="&lfs-ticket-root;3749">#3749</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to libtool-2.4.6. Fixes
+ <ulink url="&lfs-ticket-root;3750">#3750</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Added a note to glibc about potential
+ problems with parallel build. Fixes
+ <ulink url="&lfs-ticket-root;3747">#3747</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-02-09</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 34a3c9315..a7fa26bfb 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -252,11 +252,11 @@
<listitem>
<para>&mpfr-fixes-patch;</para>
</listitem>
-
+<!--
<listitem>
<para>&perl-fix-patch;</para>
</listitem>
-
+-->
<listitem>
<para>&readline-fixes-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index e044276d6..6cc70cfcb 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -123,7 +123,7 @@
<para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
-
+<!--
<varlistentry>
<term>Perl Data::Dumper Patch - <token>&perl-fix-patch-size;</token>:</term>
<listitem>
@@ -131,7 +131,7 @@
<para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para>
</listitem>
</varlistentry>
-
+-->
<varlistentry>
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
<listitem>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 3a1dd793c..445c0c6c1 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -169,6 +169,10 @@ esac</userinput></screen>
generally harmless. This <command>msgfmt</command> program is part of the
Gettext package which the host distribution should provide.</para>
+ <note><para>There have been reports that this package may fail when
+ building as a "parallel make". If this occurs, rerun the make command
+ with a "-j1" option.</para></note>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 2a32b78f0..35de645ba 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -55,11 +55,11 @@
<screen><userinput remap="pre">export BUILD_ZLIB=False
export BUILD_BZIP2=0</userinput></screen>
-
+<!--
<para>Fix a potential security problem:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
-
+-->
<para>To have full control over the way Perl is set up, you can remove the
<quote>-des</quote> options from the following command and hand-pick the way
this package is built. Alternatively, use the command exactly as below to
diff --git a/general.ent b/general.ent
index fcabb6eb5..ee609c46b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "SVN-20150209">
+<!ENTITY version "SVN-20150216">
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "February 9, 2015">
+<!ENTITY releasedate "February 16, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 6986478a1..76b93c47d 100644
--- a/packages.ent
+++ b/packages.ent
@@ -320,10 +320,10 @@
<!ENTITY intltool-ch6-du "1.3 MB">
<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
-<!ENTITY iproute2-version "3.18.0">
-<!ENTITY iproute2-size "438 KB">
+<!ENTITY iproute2-version "3.19.0">
+<!ENTITY iproute2-size "445 KB">
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "6f6ad51a00007880460e103367b16057">
+<!ENTITY iproute2-md5 "237083a1e3c388cde7a115a5724dc72a">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
<!ENTITY iproute2-ch6-du "8.3 MB">
<!ENTITY iproute2-ch6-sbu "0.2 SBU">
@@ -376,22 +376,22 @@
<!ENTITY libpipeline-ch6-du "7.7 MB">
<!ENTITY libpipeline-ch6-sbu "0.2 SBU">
-<!ENTITY libtool-version "2.4.5">
-<!ENTITY libtool-size "949 KB">
+<!ENTITY libtool-version "2.4.6">
+<!ENTITY libtool-size "951 KB">
<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz">
-<!ENTITY libtool-md5 "ee9c087775aeb98ce53a9c69da865a55">
+<!ENTITY libtool-md5 "1bfb9b923f2c1339b4d2ce1807064aa5">
<!ENTITY libtool-home "&gnu-software;libtool/">
<!ENTITY libtool-ch6-du "37 MB">
<!ENTITY libtool-ch6-sbu "11.2 SBU">
<!ENTITY linux-major-version "3">
-<!ENTITY linux-minor-version "18">
-<!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 "79,054 KB">
+<!ENTITY linux-minor-version "19">
+<!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 "79,775 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "b655fcbc4597aa4b0cbabcfc72983259">
+<!ENTITY linux-md5 "d3fc8316d4d4d04b65cbc2d70799e763">
<!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,
@@ -476,10 +476,10 @@
<!ENTITY patch-ch6-du "9.6 MB">
<!ENTITY patch-ch6-sbu "0.2 SBU">
-<!ENTITY perl-version "5.20.1">
-<!ENTITY perl-size "13,356 KB">
+<!ENTITY perl-version "5.20.2">
+<!ENTITY perl-size "13,396 KB">
<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "ede5166f949d9a07163bc5b086be9759">
+<!ENTITY perl-md5 "21062666f1c627aeb6dbff3c6952738b">
<!ENTITY perl-home "http://www.perl.org/">
<!ENTITY perl-ch5-du "238 MB">
<!ENTITY perl-ch5-sbu "1.6 SBU">
diff --git a/patches.ent b/patches.ent
index 86198b800..3b81bc0d6 100644
--- a/patches.ent
+++ b/patches.ent
@@ -30,9 +30,11 @@
<!ENTITY mpfr-fixes-patch-md5 "5ba8bafe42920d6e570567529629bc59">
<!ENTITY mpfr-fixes-patch-size "38 KB">
+<!--
<!ENTITY perl-fix-patch "perl-&perl-version;-infinite_recurse_fix-1.patch">
<!ENTITY perl-fix-patch-md5 "579dfed34e97e0a2fe21b74aa53946ac">
<!ENTITY perl-fix-patch-size "11 KB">
+-->
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">