aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-16 18:00:40 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-02-16 18:00:40 +0000
commit5ec731c2509c55602d9210ee53e0b76143404e40 (patch)
treee4d88374ac4f10d3bc803ebb5b61f96a04f6a0f0
parent751a13dcfb0225ad28a6b9fc281472fcf9fead21 (diff)
LFS-8.2-rc1
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.2-rc1@11370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/openssl.xml3
-rw-r--r--chapter06/tar.xml2
-rw-r--r--general.ent8
-rw-r--r--lfs-latest.php2
-rw-r--r--packages.ent6
6 files changed, 22 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5925585af..f3ae64296 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2018-02-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - LFS-8.2-rc1 released.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2018-02-14</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml
index 865881a1f..bd35f285b 100644
--- a/chapter06/openssl.xml
+++ b/chapter06/openssl.xml
@@ -59,6 +59,9 @@
<screen><userinput remap="test">make test</userinput></screen>
+ <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
+ environment, but passes when run as a regular user.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index afb1a5af6..10d76dee4 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -72,6 +72,8 @@
<screen><userinput remap="test">make check</userinput></screen>
+ <para>One test, link mismatch, is known to fail.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install
diff --git a/general.ent b/general.ent
index ccab51d86..ecf39b1a4 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20180214">
+<!ENTITY version "8.2-rc1">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
-<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
+<!ENTITY generic-version "8.2.rc1"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20180214-systemd">
+<!ENTITY versiond "20180216-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "February 14, 2018">
+<!ENTITY releasedate "February 16, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.2">
diff --git a/lfs-latest.php b/lfs-latest.php
index 7b567350d..32267fa27 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -78,7 +78,7 @@ function http_get_file( $url )
}
else
{
- exec( "elinks -dump $url 2>/dev/null", $lines );
+ exec( "links -dump $url 2>/dev/null", $lines );
return $lines;
}
}
diff --git a/packages.ent b/packages.ent
index 50178a52a..6119aa49f 100644
--- a/packages.ent
+++ b/packages.ent
@@ -375,11 +375,11 @@
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
<!ENTITY lfs-bootscripts-version "20170626"> <!-- Scripts depend on this format -->
-<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
+<!ENTITY lfs-bootscripts-size "32 KB">
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
-<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
+<!ENTITY lfs-bootscripts-md5 "8a9f3d5aab3f77a70fef0773e8bc7b2b">
<!ENTITY lfs-bootscripts-home " ">
-<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
+<!ENTITY lfs-bootscripts-ch7-du "244 KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
<!ENTITY libcap-version "2.25">