Changeset c4888aa6 for postlfs


Ignore:
Timestamp:
03/22/2015 02:37:46 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
953fa69
Parents:
9a0022bf
Message:

openssl-1.0.2a

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15679 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    r9a0022bf rc4888aa6  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "38373013fc85c790aabf8837969c5eba">
     11  <!ENTITY openssl-md5sum        "a06c547dac9044161a477211049f60ef">
    1212  <!ENTITY openssl-size          "5.1 MB">
    13   <!ENTITY openssl-buildsize     "62 MB (additional 1 MB for the tests)">
    14   <!ENTITY openssl-time          "1.1 SBU (additional 0.4 SBU for the tests)">
     13  <!ENTITY openssl-buildsize     "67 MB (additional 1 MB for the tests)">
     14  <!ENTITY openssl-time          "1.1 SBU (additional 0.3 SBU for the tests)">
    1515]>
    1616
     
    118118
    119119    <para>
    120       To test the results, issue: <command>make test</command>.
     120      To test the results, issue: <command>make -j1 test</command>.
    121121    </para>
    122122
     
    167167      appends "ssl" suffix to the manual page names to avoid conflicts with
    168168      manual pages installed by other packages.
     169    </para>
     170
     171    <para>
     172      <option>make -j1 test</option>: although the patch for fixing parallel
     173      builds alters the <filename>Makefile</filename> in the
     174      <filename class="directory">test</filename> directory, there is still a
     175      race which can cause a test to fail.
    169176    </para>
    170177
Note: See TracChangeset for help on using the changeset viewer.