aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-23 21:26:36 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-23 21:26:36 +0000
commit6fc168bc2ec30f8703e507692fa34424887efc01 (patch)
tree391f63855c87acac379f41c6835f7e5d7202171a
parent0f3055acdd69d3a7addc8a4f46549d844a83bb17 (diff)
Update to libpipeline-1.4.1.
Update to linux-4.1.6. Update to man-db-2.7.2. Add a patch to allow glibc to build properly on i386 systems. Remove obsolete r* programs from inetutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml25
-rw-r--r--chapter01/whatsnew.xml12
-rw-r--r--chapter03/patches.xml17
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter06/glibc.xml4
-rw-r--r--chapter06/inetutils.xml54
-rw-r--r--chapter06/revisedchroot.xml2
-rw-r--r--general.ent4
-rw-r--r--packages.ent16
-rw-r--r--patches.ent26
10 files changed, 78 insertions, 86 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3e1681c18..bf8605f63 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,31 @@
<para>2015-08-11</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to libpipeline-1.4.1. Fixes
+ <ulink url="&lfs-ticket-root;3829">#3829</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-4.1.6. Fixes
+ <ulink url="&lfs-ticket-root;3832">*3832</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to man-db-2.7.2. Fixes
+ <ulink url="&lfs-ticket-root;3833">*3833</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Add a patch to allow glibc to build
+ properly on i386 systems.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Remove obsolete r* programs from inetutils.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2015-08-11</para>
+ <itemizedlist>
+ <listitem>
<para>[bdubbs] - Update to tzdata-2015f. Fixes
<ulink url="&lfs-ticket-root;3830">#3830</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index fbaeda3d8..b25d822f0 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -142,9 +142,9 @@
<!--<listitem>
<para>Libcap-&libcap-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Libpipeline &libpipeline-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Libtool &libtool-version;</para>
</listitem>-->
@@ -157,9 +157,9 @@
<!--<listitem>
<para>Make &make-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Man-DB &man-db-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Man-pages &man-pages-version;</para>
</listitem>
@@ -249,6 +249,10 @@
</listitem>
<listitem>
+ <para>&glibc-upstream-patch;</para>
+ </listitem>
+
+ <listitem>
<para>Tcl-core-&tcl-version;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index f0e6724d6..fe94e4dd3 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -49,6 +49,7 @@
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
</listitem>
</varlistentry>
+
<varlistentry>
<term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
<listitem>
@@ -58,21 +59,21 @@
</varlistentry>
<varlistentry>
- <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
+ <term>Glibc i386 Patch - <token>&glibc-upstream-patch-size;</token>:</term>
<listitem>
- <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
- <para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
+ <para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para>
+ <para>MD5 sum: <literal>&glibc-upstream-patch-md5;</literal></para>
</listitem>
</varlistentry>
-<!--
+
<varlistentry>
- <term>Ncurses GCC 5 Fixes Patch - <token>&ncurses-gcc5-buildfixes-patch-size;</token>:</term>
+ <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
<listitem>
- <para>Download: <ulink url="&patches-root;&ncurses-gcc5-buildfixes-patch;"/></para>
- <para>MD5 sum: <literal>&ncurses-gcc5-buildfixes-patch-md5;</literal></para>
+ <para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
+ <para>MD5 sum: <literal>&kbd-backspace-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 ecbefa16a..bb32d5b97 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -43,6 +43,10 @@
<sect2 role="installation">
<title>Installation of Glibc</title>
+ <para>First fix a build problem that affects i386 systems:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index dc3fca7c4..68ffb5ca3 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,6 +68,10 @@
Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.</para>
+ <para>Now fix a build problem that affects i386 systems:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index c2eab482b..76290ff87 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -51,6 +51,10 @@
--localstatedir=/var \
--disable-logger \
--disable-whois \
+ --disable-rcp \
+ --disable-rexec \
+ --disable-rlogin \
+ --disable-rsh \
--disable-servers</userinput></screen>
<variablelist>
@@ -76,6 +80,16 @@
</varlistentry>
<varlistentry>
+ <term><parameter>--disable-r*</parameter></term>
+ <listitem>
+ <para>These parameters disable building obsolete programs that should not
+ be used due to security issues. The functions provided by these
+ programs can be provided by the <application>openssh</application>
+ package in the BLFS book.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><parameter>--disable-servers</parameter></term>
<listitem>
<para>This disables the installation of the various network servers
@@ -180,46 +194,6 @@ mv -v /usr/bin/ifconfig /sbin</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="rcp">
- <term><command>rcp</command></term>
- <listitem>
- <para>Performs remote file copy</para>
- <indexterm zone="ch-system-inetutils rcp">
- <primary sortas="b-rcp">rcp</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="rexec">
- <term><command>rexec</command></term>
- <listitem>
- <para>Executes commands on a remote host</para>
- <indexterm zone="ch-system-inetutils rexec">
- <primary sortas="b-rexec">rexec</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="rlogin">
- <term><command>rlogin</command></term>
- <listitem>
- <para>Performs remote login</para>
- <indexterm zone="ch-system-inetutils rlogin">
- <primary sortas="b-rlogin">rlogin</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="rsh">
- <term><command>rsh</command></term>
- <listitem>
- <para>Runs a remote shell</para>
- <indexterm zone="ch-system-inetutils rsh">
- <primary sortas="b-rsh">rsh</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="talk">
<term><command>talk</command></term>
<listitem>
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index 32a86a251..25332ba0e 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -41,7 +41,7 @@
linkend="ch-system-bindmount"/> and <xref
linkend="ch-system-kernfsmount"/>.</para>
- <para>Finally, thre were several static libraries that were not supressed earlier
+ <para>Finally, there were several static libraries that were not supressed earlier
in the chapter in order to satisfy the regression tests in several packages. These
libraries are from binutils, bzip2, e2fsprogs, <!--flex,--> libtool, and zlib. If desired,
remove them now:</para>
diff --git a/general.ent b/general.ent
index e8bbde23c..477ed51e3 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-<!ENTITY version "SVN-20150816">
+<!ENTITY version "SVN-20150823">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases -->
-<!ENTITY releasedate "August 16, 2015">
+<!ENTITY releasedate "August 23, 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 62641d521..a2ebf2e34 100644
--- a/packages.ent
+++ b/packages.ent
@@ -364,10 +364,10 @@
<!ENTITY libcap-ch6-du "1.8 MB">
<!ENTITY libcap-ch6-sbu "less than 0.1 SBU">
-<!ENTITY libpipeline-version "1.4.0">
+<!ENTITY libpipeline-version "1.4.1">
<!ENTITY libpipeline-size "787 KB">
<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz">
-<!ENTITY libpipeline-md5 "660f4ac9340834a231d1516746d03d28">
+<!ENTITY libpipeline-md5 "e54590ec68d6c1239f67b5b44e92022c">
<!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
<!ENTITY libpipeline-ch6-du "8.2 MB">
<!ENTITY libpipeline-ch6-sbu "0.1 SBU">
@@ -382,12 +382,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "1">
-<!ENTITY linux-patch-version "5">
+<!ENTITY linux-patch-version "6">
<!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,080 KB">
+<!ENTITY linux-size "81,083 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "f23e1d4ce8f63e46db81d56e36281885">
+<!ENTITY linux-md5 "1dae0c808e34164cab3dfd57be88bd53">
<!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,
@@ -420,10 +420,10 @@
<!ENTITY make-ch6-du "14.2 MB">
<!ENTITY make-ch6-sbu "0.6 SBU">
-<!ENTITY man-db-version "2.7.1">
-<!ENTITY man-db-size "1,464 KB">
+<!ENTITY man-db-version "2.7.2">
+<!ENTITY man-db-size "1,467 KB">
<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
-<!ENTITY man-db-md5 "88d32360e2ed18e05de9b528ad336fd8">
+<!ENTITY man-db-md5 "4b9480e4f1da04abb22ae7a9345ace6b">
<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
<!ENTITY man-db-ch6-du "33 MB">
<!ENTITY man-db-ch6-sbu "0.4 SBU">
diff --git a/patches.ent b/patches.ent
index 8cd6c8eaa..757e042f8 100644
--- a/patches.ent
+++ b/patches.ent
@@ -18,11 +18,9 @@
<!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">
-<!ENTITY gcc-upstream-patch-size "72 KB">
--->
+<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch">
+<!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592">
+<!ENTITY glibc-upstream-patch-size "1.9 KB">
<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
@@ -32,24 +30,6 @@
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
<!ENTITY kbd-backspace-patch-size "12 KB">
-<!--
-<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-3.patch">
-<!ENTITY mpfr-fixes-patch-md5 "5ba8bafe42920d6e570567529629bc59">
-<!ENTITY mpfr-fixes-patch-size "38 KB">
--->
-
-<!--
-<!ENTITY ncurses-gcc5-buildfixes-patch "ncurses-&ncurses-version;-gcc5_buildfixes-1.patch">
-<!ENTITY ncurses-gcc5-buildfixes-patch-md5 "f9015f670940350a3fc3c2ef347e2b33">
-<!ENTITY ncurses-gcc5-buildfixes-patch-size "4 KB">
--->
-
-<!--
-<!ENTITY perl-gcc5-fixes-patch "perl-&perl-version;-gcc5_fixes-1.patch">
-<!ENTITY perl-gcc5-fixes-patch-md5 "30f4907f63ec3ef7d50fa55e12d2923e">
-<!ENTITY perl-gcc5-fixes-patch-size "8 KB">
--->
-
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
<!ENTITY readline-fixes-patch-size "8 KB">