Ignore:
Timestamp:
09/14/2019 11:19:21 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ff097a94
Parents:
315476c9
Message:

Update to expat-2.2.8.
Update to bison-3.4.2.
Update to linux-5.2.14.
Update to openssl-1.1.1d.
Update to sysvinit-2.96.
Update to tzdata-2019c.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/openssl.xml

    r315476c9 ra751c8d  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
    45 
     45<!--
    4646    <para>First, fix a problem identified upstream:</para>
    4747
    4848<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n    memset(\&amp;data, 0, sizeof(data));/' \
    4949  crypto/rand/rand_lib.c</userinput></screen>
    50 
     50-->
    5151    <para>Prepare OpenSSL for compilation:</para>
    5252
     
    6464
    6565<screen><userinput remap="test">make test</userinput></screen>
    66 <!--
    67     <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
     66
     67    <para>One subtest in the test 20-test_enc.t fails in the lfs chroot
    6868    environment, but passes when run as a regular user.</para>
    69 -->
     69
    7070    <para>Install the package:</para>
    7171
Note: See TracChangeset for help on using the changeset viewer.