Changeset 5ec731c


Ignore:
Timestamp:
02/16/2018 06:00:40 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
a46b414
Parents:
751a13d
Message:

LFS-8.2-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/8.2-rc1@11370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r751a13d r5ec731c  
    4444-->
    4545    <listitem>
     46      <para>2018-02-16</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - LFS-8.2-rc1 released.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53   
     54    <listitem>
    4655      <para>2018-02-14</para>
    4756      <itemizedlist>
  • chapter06/openssl.xml

    r751a13d r5ec731c  
    5959
    6060<screen><userinput remap="test">make test</userinput></screen>
     61
     62    <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
     63    environment, but passes when run as a regular user.</para>
    6164
    6265    <para>Install the package:</para>
  • chapter06/tar.xml

    r751a13d r5ec731c  
    7373<screen><userinput remap="test">make check</userinput></screen>
    7474
     75    <para>One test, link mismatch, is known to fail.</para>
     76
    7577    <para>Install the package:</para>
    7678
  • general.ent

    r751a13d r5ec731c  
    1 <!ENTITY version         "SVN-20180214">
     1<!ENTITY version         "8.2-rc1">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    4 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
     4<!ENTITY generic-version "8.2.rc1"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180214-systemd">
     6<!ENTITY versiond        "20180216-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 14, 2018">
     10<!ENTITY releasedate     "February 16, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • lfs-latest.php

    r751a13d r5ec731c  
    7979  else
    8080  {
    81     exec( "elinks -dump $url 2>/dev/null", $lines );
     81    exec( "links -dump $url 2>/dev/null", $lines );
    8282    return $lines;
    8383  }
  • packages.ent

    r751a13d r5ec731c  
    376376
    377377<!ENTITY lfs-bootscripts-version "20170626">      <!-- Scripts depend on this format -->
    378 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">       
     378<!ENTITY lfs-bootscripts-size "32 KB">       
    379379<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    380 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> 
     380<!ENTITY lfs-bootscripts-md5 "8a9f3d5aab3f77a70fef0773e8bc7b2b"> 
    381381<!ENTITY lfs-bootscripts-home " ">
    382 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
     382<!ENTITY lfs-bootscripts-ch7-du "244 KB">
    383383<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    384384
Note: See TracChangeset for help on using the changeset viewer.