Changeset eea504f


Ignore:
Timestamp:
05/04/2006 09:39:53 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fd9dab72
Parents:
aa13abce
Message:

Update to openssl-0.9.8b

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    raa13abce reea504f  
    4949<!-- Ensure you check the library version number and update the
    5050     Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
    51 <!ENTITY openssl-version              "0.9.8a">
     51<!ENTITY openssl-version              "0.9.8b">
    5252<!-- End special note about Heimdal -->
    5353
  • introduction/welcome/changelog.xml

    raa13abce reea504f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to openssl-0.9.8b.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Simplified mysql compilation flags.
    4952          Thanks to Archaic.</para>
  • postlfs/security/openssl.xml

    raa13abce reea504f  
    77  <!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    88  <!ENTITY openssl-download-ftp  "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    9   <!ENTITY openssl-md5sum        "1d16c727c10185e4d694f87f5e424ee1">
     9  <!ENTITY openssl-md5sum        "12cedbeb6813a0d7919dbf1f82134b86">
    1010  <!ENTITY openssl-size          "3.1 MB">
    11   <!ENTITY openssl-buildsize     "40.0 MB">
    12   <!ENTITY openssl-time          "1.0 SBU (additional 0.4 SBU to run the test suite)">
     11  <!ENTITY openssl-buildsize     "37.8 MB">
     12  <!ENTITY openssl-time          "1.1 SBU (additional 0.4 SBU to run the test suite)">
    1313]>
    1414
     
    8484    <title>Installation of OpenSSL</title>
    8585
     86    <para>To avoid a lot of silly warnings during compilation, run:</para>
     87
     88<screen><userinput>sed -i -e 's/mcpu/march/' config</userinput></screen>
     89
     90
    8691    <para>Install <application>OpenSSL</application> by running
    8792    the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.