aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2015-08-25 21:13:13 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2015-08-25 21:13:13 +0000
commit102c4bb675eb4b18e4be2719cad4b4b43a7d4e91 (patch)
tree913ed0aabc867ee24eab05d6359c0c4a29c77321
parentf77b95fb3fbd54a9f007f00c86b6cda25f8f373c (diff)
Add an upstream patch for MPFR.
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/branches/systemd@10943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml24
-rw-r--r--chapter01/whatsnew.xml15
-rw-r--r--chapter03/patches.xml19
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter06/glibc.xml4
-rw-r--r--chapter06/inetutils.xml54
-rw-r--r--chapter06/mpfr.xml6
-rw-r--r--chapter06/revisedchroot.xml2
-rw-r--r--general.ent4
-rw-r--r--packages.ent16
-rw-r--r--patches.ent30
11 files changed, 92 insertions, 86 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f764ee67c..d838bb3fb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,30 @@
-->
<listitem>
+ <para>2015-08-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add an upstream patch for MPFR.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to libpipeline-1.4.1.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to linux-4.1.6.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to man-db-2.7.2.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Add a patch to allow glibc to build properly on i386 systems.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Remove obsolete r* programs from inetutils.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-08-19</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index e7bd21459..0906688ea 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -139,9 +139,9 @@
<!--<listitem>
<para>Libcap-&libcap-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Libpipeline &libpipeline-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Libtool &libtool-version;</para>
</listitem>-->
@@ -154,9 +154,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>
@@ -246,6 +246,13 @@
<para>&gcc-upstream-patch;</para>
</listitem>
-->
+ <listitem>
+ <para>&glibc-upstream-patch;</para>
+ </listitem>
+
+ <listitem>
+ <para>&mpfr-upstream-patch;</para>
+ </listitem>
<listitem>
<para>&systemd-compat-patch;</para>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 57f21aeae..885570743 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -58,19 +58,28 @@
</varlistentry>
<varlistentry>
+ <term>Glibc i386 Patch - <token>&glibc-upstream-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para>
+ <para>MD5 sum: <literal>&glibc-upstream-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>
<para>MD5 sum: <literal>&kbd-backspace-patch-md5;</literal></para>
</listitem>
</varlistentry>
-<!-- <varlistentry> -->
-<!-- <term>Ncurses GCC 5 Fixes Patch - <token>&ncurses-gcc5-buildfixes-patch-size;</token>:</term>
+
+ <varlistentry>
+ <term>MPFR Upstream Fixes Patch - <token>&mpfr-upstream-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;&mpfr-upstream-patch;"/></para>
+ <para>MD5 sum: <literal>&mpfr-upstream-patch-md5;</literal></para>
</listitem>
- </varlistentry> -->
+ </varlistentry>
<varlistentry>
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index ecbefa16a..34a372434 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 f1c1a68d1..d313c39e4 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -66,6 +66,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 84fffedca..95a846326 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -51,12 +51,26 @@
--localstatedir=/var \
--disable-logger \
--disable-whois \
+ --disable-rcp \
+ --disable-rexec \
+ --disable-rlogin \
+ --disable-rsh \
--disable-servers</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
<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-logger</parameter></term>
<listitem>
<para>This option prevents Inetutils from installing the
@@ -179,46 +193,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/mpfr.xml b/chapter06/mpfr.xml
index 597df4d65..8da91cb47 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -40,12 +40,12 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
-<!--
+
<para>First, apply the following patch to fix various bugs that have been
addressed upstream:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
--->
+<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
+
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
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 d2ecb7df0..c7a28f304 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "20150819-systemd">
+<!ENTITY version "20150825-systemd">
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "August 19th, 2015">
+<!ENTITY releasedate "August 25th, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.8">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index a47a0f301..346471e6d 100644
--- a/packages.ent
+++ b/packages.ent
@@ -357,10 +357,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">
@@ -375,12 +375,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,
@@ -413,10 +413,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 d0b0487b3..813f73ac0 100644
--- a/patches.ent
+++ b/patches.ent
@@ -18,37 +18,21 @@
<!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-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
<!ENTITY glibc-fhs-patch-size "2.8 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 kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
<!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 mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
+<!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864">
+<!ENTITY mpfr-upstream-patch-size "81 KB">
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">