aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-07-05 03:04:40 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-07-05 03:04:40 +0000
commit0aa478257ae7bc6c73d3e1a26dec4495e6996e6b (patch)
tree0cbbf26a67097c51f4cad5c4dbf4db4979d0774a
parent9150096657e48a663ab06a4ff3d4ffc1bbc863a9 (diff)
Update to iproute2-4.1.0.
Update to texinfo-6.0. Update to linux-4.1.1. Update to coreutils-8.24. Update perl installed files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml26
-rw-r--r--chapter01/whatsnew.xml8
-rw-r--r--chapter06/coreutils.xml9
-rw-r--r--chapter06/iproute2.xml11
-rw-r--r--chapter06/perl.xml12
-rw-r--r--general.ent4
-rw-r--r--packages.ent28
-rw-r--r--patches.ent4
8 files changed, 64 insertions, 38 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ce1c9aa1f..9a8fb5472 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,32 @@
-->
<listitem>
+ <para>2015-07-04</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to iproute2-4.1.0. Fixes
+ <ulink url="&lfs-ticket-root;3802">*3802</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to texinfo-6.0. Fixes
+ <ulink url="&lfs-ticket-root;3803">*3803</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-4.1.1. Fixes
+ <ulink url="&lfs-ticket-root;3805">#3805</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to coreutils-8.24. Fixes
+ <ulink url="&lfs-ticket-root;3806">#3806</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update perl installed files. Fixes
+ <ulink url="&lfs-ticket-root;3804">#3804</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-06-23</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 9ebdf15bb..ba6cbf867 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -52,9 +52,9 @@
<!--<listitem>
<para>Check &check-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Coreutils &coreutils-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>DejaGNU &dejagnu-version;</para>
</listitem>
@@ -208,9 +208,9 @@
<!--<listitem>
<para>Tcl-core-&tcl-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Texinfo &texinfo-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Tzdata &tzdata-version;</para>
</listitem>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index aa064a7c5..2103d4ec2 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -49,12 +49,15 @@
<para>POSIX requires that programs from Coreutils recognize character
boundaries correctly even in multibyte locales. The following patch fixes
this non-compliance and other internationalization-related bugs.
- Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
+ <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
later than all other files to prevent a <command>make</command>
- error:</para>
+ error:</para>-->
+ Afterwards disable a test that fails with the current version of perl.</para>
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;
-touch Makefile.in</userinput></screen>
+sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen>
+
+<!--touch Makefile.in</userinput></screen>-->
<note>
<para>In the past, many bugs were found in this patch. When reporting new
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 2a6cbf637..db4ab098b 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -56,7 +56,14 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<!-- Save as comments for now
<para>Remove a compiler flag that causes the compilation to fail:</para>
<screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
+
-->
+ <para>Do not build the unneeded tipc program. Transparent Inter-process
+ Communication (TIPC) is a network communications protocol for Inter-process
+ communication (IPC) that was designed for intra-cluster
+ communication.</para>
+
+<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen>
<para>Compile the package:</para>
@@ -88,8 +95,8 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
and tc</seg>
- <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
- and /usr/lib/tc</seg>
+ <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;,
+ </seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 9d023e09d..1085712b5 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -135,7 +135,7 @@ unset BUILD_ZLIB BUILD_BZIP2</userinput></screen>
<segtitle>Installed directory</segtitle>
<seglistitem>
- <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
+ <seg>a2p, c2ph, corelist, cpan, cpan2dist, cpanp,
cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs,
instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl),
perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
@@ -173,16 +173,6 @@ unset BUILD_ZLIB BUILD_BZIP2</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="config_data">
- <term><command>config_data</command></term>
- <listitem>
- <para>Queries or changes configuration of Perl modules</para>
- <indexterm zone="ch-system-perl config_data">
- <primary sortas="b-config_data">config_data</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="corelist">
<term><command>corelist</command></term>
<listitem>
diff --git a/general.ent b/general.ent
index 38da03c46..8a51b9ba7 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-<!ENTITY version "SVN-20150623">
+<!ENTITY version "SVN-20150704">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases -->
-<!ENTITY releasedate "June 23, 2015">
+<!ENTITY releasedate "July 4, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.8">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index cd619d133..b43cda490 100644
--- a/packages.ent
+++ b/packages.ent
@@ -95,10 +95,10 @@
<!ENTITY check-ch5-du "11 MB">
<!ENTITY check-ch5-sbu "0.1 SBU">
-<!ENTITY coreutils-version "8.23">
-<!ENTITY coreutils-size "5,250 KB">
+<!ENTITY coreutils-version "8.24">
+<!ENTITY coreutils-size "5,518 KB">
<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
-<!ENTITY coreutils-md5 "abed135279f87ad6762ce57ff6d89c41">
+<!ENTITY coreutils-md5 "40efdbce865d2458d8da0a9dcee7c16c">
<!ENTITY coreutils-home "&gnu-software;coreutils/">
<!ENTITY coreutils-ch5-du "162 MB">
<!ENTITY coreutils-ch5-sbu "0.6 SBU">
@@ -316,10 +316,10 @@
<!ENTITY intltool-ch6-du "1.3 MB">
<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
-<!ENTITY iproute2-version "4.0.0">
-<!ENTITY iproute2-size "449 KB">
+<!ENTITY iproute2-version "4.1.0">
+<!ENTITY iproute2-size "484 KB">
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "3adc263ade4ee76c35032e8f50b54108">
+<!ENTITY iproute2-md5 "37efb479b3943b60c449ea02362b5ffc">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
<!ENTITY iproute2-ch6-du "10.6 MB">
<!ENTITY iproute2-ch6-sbu "0.1 SBU">
@@ -382,12 +382,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "1">
-<!ENTITY linux-patch-version "">
-<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
-<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
-<!ENTITY linux-size "81,073 KB">
+<!ENTITY linux-patch-version "1">
+<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
+<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
+<!ENTITY linux-size "81,067 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "fe9dc0f6729f36400ea81aa41d614c37">
+<!ENTITY linux-md5 "bf83da42349ab7fe77c61b5d10d9f003">
<!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,
@@ -567,10 +567,10 @@
<!ENTITY tcl-ch5-du "67 MB">
<!ENTITY tcl-ch5-sbu "0.8 SBU">
-<!ENTITY texinfo-version "5.2">
-<!ENTITY texinfo-size "3,724 KB">
+<!ENTITY texinfo-version "6.0">
+<!ENTITY texinfo-size "3,991 KB">
<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.xz">
-<!ENTITY texinfo-md5 "cb489df8a7ee9d10a236197aefdb32c5">
+<!ENTITY texinfo-md5 "02818e62a5b8ae0213a7ff572991bb50">
<!ENTITY texinfo-home "&gnu-software;texinfo/">
<!ENTITY texinfo-ch5-du "100 MB">
<!ENTITY texinfo-ch5-sbu "0.2 SBU">
diff --git a/patches.ent b/patches.ent
index 568274ed7..449303992 100644
--- a/patches.ent
+++ b/patches.ent
@@ -15,8 +15,8 @@
<!ENTITY bzip2-docs-patch-size "1.6 KB">
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
-<!ENTITY coreutils-i18n-patch-md5 "587051bc411e0da9b3bf8984b49b364e">
-<!ENTITY coreutils-i18n-patch-size "138 KB">
+<!ENTITY coreutils-i18n-patch-md5 "c6a5ccda1ca61de7c93b09d27a9a26d5">
+<!ENTITY coreutils-i18n-patch-size "141 KB">
<!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
<!ENTITY gcc-upstream-patch-md5 "f4d9c1a9c73c542a79e24780b1318533">