aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml25
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/bash.xml8
-rw-r--r--chapter06/findutils.xml2
-rw-r--r--chapter06/linux-headers.xml3
-rw-r--r--chapter06/readline.xml5
-rw-r--r--general.ent6
-rw-r--r--packages.ent18
8 files changed, 47 insertions, 24 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index eb6530d96..ddd9713eb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,31 @@
</itemizedlist>
</listitem>
-->
+ <listitem>
+ <para>2014-03-12</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Tweaked bash docs installation. Fixes
+ <ulink url="&lfs-ticket-root;3519">#3519</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Tweaked readline docs installation. Fixes
+ <ulink url="&lfs-ticket-root;3518">#3518</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-3.13.6. Fixes
+ <ulink url="&lfs-ticket-root;3512">#3512</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to man-pages-3.62. Fixes
+ <ulink url="&lfs-ticket-root;3517">#3517</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to txdata-2014a. Fixes
+ <ulink url="&lfs-ticket-root;3517">#3517</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>2014-03-07</para>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 779f7b39d..2b91cf506 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -193,9 +193,9 @@
<!--<listitem>
<para>Texinfo &texinfo-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Tzdata &tzdata-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Udev &systemd-version; (extracted from systemd-&systemd-version;)</para>
</listitem>-->
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index c63b8b715..d19ea1a25 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -47,10 +47,10 @@
-->
<para>Prepare Bash for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin \
- --htmldir=/usr/share/doc/bash-&bash-version; \
- --without-bash-malloc \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/bin \
+ --docdir=/usr/share/doc/bash-&bash-version; \
+ --without-bash-malloc \
--with-installed-readline</userinput></screen>
<variablelist>
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 85e95d979..5f0f88e08 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -80,7 +80,7 @@
script also needs to be modified to correct an explicit path:</para>
<screen><userinput remap="install">mv -v /usr/bin/find /bin
-sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen>
+sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
</sect2>
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 9e424516a..996fe9fdf 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -59,8 +59,7 @@
the kernel developers and not needed by LFS that are removed from
the intermediate directory.</para>
-<screen><userinput remap="make">make headers_check
-make INSTALL_HDR_PATH=dest headers_install
+<screen><userinput remap="make">make INSTALL_HDR_PATH=dest headers_install
find dest/include \( -name .install -o -name ..install.cmd \) -delete
</userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index f8e10c52b..5c0e3caf2 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -51,7 +51,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<para>Prepare Readline for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/readline-&readline-version; </userinput></screen>
<para>Compile the package:</para>
@@ -86,8 +86,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</us
<para>If desired, install the documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/readline-&readline-version;
-install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput></screen>
+<screen><userinput remap="install">install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput></screen>
</sect2>
diff --git a/general.ent b/general.ent
index bf8e38459..1a9f0945a 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20140307">
-<!ENTITY releasedate "March 7, 2014">
+<!ENTITY version "SVN-20140312">
+<!ENTITY releasedate "March 12, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.6">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
@@ -32,7 +32,7 @@
<!ENTITY gnu "http://ftp.gnu.org/gnu/">
<!ENTITY gnu-software "http://www.gnu.org/software/">
<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
-<!ENTITY kernel "http://www.kernel.org/pub/">
+<!ENTITY kernel "https://www.kernel.org/pub/">
<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
<!ENTITY % packages-entities SYSTEM "packages.ent">
diff --git a/packages.ent b/packages.ent
index 41d2c52ec..639dac08f 100644
--- a/packages.ent
+++ b/packages.ent
@@ -351,12 +351,12 @@
<!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "13">
-<!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 "75,396 KB">
+<!ENTITY linux-size "75,386 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "b9fa20262a7ecbbc3277aa2ee10412da">
+<!ENTITY linux-md5 "445aa27da818617409982f42902a6e41">
<!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,
@@ -397,10 +397,10 @@
<!ENTITY man-db-ch6-du "27 MB">
<!ENTITY man-db-ch6-sbu "0.5 SBU">
-<!ENTITY man-pages-version "3.61">
-<!ENTITY man-pages-size "1,175 KB">
+<!ENTITY man-pages-version "3.62">
+<!ENTITY man-pages-size "1,179 KB">
<!ENTITY man-pages-url "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
-<!ENTITY man-pages-md5 "5dc4e4911ea90a9bdbb6d7f8c238be85">
+<!ENTITY man-pages-md5 "3877e1539dcb46bd23605b4d9d73c57d">
<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
<!ENTITY man-pages-ch6-du "23 MB">
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
@@ -558,10 +558,10 @@
<!ENTITY systemd-ch6-du "29 MB">
<!ENTITY systemd-ch6-sbu "0.1 SBU">
-<!ENTITY tzdata-version "2013i">
-<!ENTITY tzdata-size "214 KB">
+<!ENTITY tzdata-version "2014a">
+<!ENTITY tzdata-size "215 KB">
<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
-<!ENTITY tzdata-md5 "8bc69eb75bea496ebe1d5a9ab576702d">
+<!ENTITY tzdata-md5 "423a11bcffc10dda578058cf1587d048">
<!ENTITY tzdata-home "http://www.iana.org/time-zones">
<!ENTITY tzdata-ch6-du "6.4 MB">
<!ENTITY tzdata-ch6-sbu "less than 0.1 SBU">