Przeglądaj źródła

LFS-8.2-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.2-rc1@11370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 lat temu
rodzic
commit
5ec731c250
6 zmienionych plików z 22 dodań i 8 usunięć
  1. 9 0
      chapter01/changelog.xml
  2. 3 0
      chapter06/openssl.xml
  3. 2 0
      chapter06/tar.xml
  4. 4 4
      general.ent
  5. 1 1
      lfs-latest.php
  6. 3 3
      packages.ent

+ 9 - 0
chapter01/changelog.xml

@@ -42,6 +42,15 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     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>

+ 3 - 0
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

+ 2 - 0
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

+ 4 - 4
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">

+ 1 - 1
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;
   }
 }

+ 3 - 3
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">