Changeset 88fe21d


Ignore:
Timestamp:
03/25/2007 05:07:12 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b8c6d9c1
Parents:
546a1b6
Message:

Updated to OpenSSL-0.9.8e

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r546a1b6 r88fe21d  
    5959<!-- Ensure you check the library version number and update the
    6060     Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
    61 <!ENTITY openssl-version              "0.9.8d">
     61<!ENTITY openssl-version              "0.9.8e">
    6262<!-- End special note about Heimdal -->
    6363
  • introduction/welcome/changelog.xml

    r546a1b6 r88fe21d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to OpenSSL-0.9.8e.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to cURL-7.16.1.</para>
    4952        </listitem>
  • postlfs/security/openssl.xml

    r546a1b6 r88fe21d  
    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        "8ed1853538e1d05a1f5ada61ebf8bffa">
    10   <!ENTITY openssl-size          "3.2 MB">
    11   <!ENTITY openssl-buildsize     "38.1 MB">
    12   <!ENTITY openssl-time          "1.1 SBU (additional 0.6 SBU to run the test suite)">
     9  <!ENTITY openssl-md5sum        "3a7ff24f6ea5cd711984722ad654b927">
     10  <!ENTITY openssl-size          "3.3 MB">
     11  <!ENTITY openssl-buildsize     "42 MB">
     12  <!ENTITY openssl-time          "1.0 SBU (additional 0.3 SBU to run the test suite)">
    1313]>
    1414
     
    8080    <title>Installation of OpenSSL</title>
    8181
    82     <para>To avoid a lot of warnings caused by using a deprecated compilation
     82    <!-- <para>To avoid a lot of warnings caused by using a deprecated compilation
    8383    option, run:</para>
    8484
    85 <screen><userinput>sed -i -e 's/mcpu/march/' config</userinput></screen>
    86 
     85<screen><userinput>sed -i -e 's/mcpu/march/' config</userinput></screen> -->
    8786
    8887    <para>Install <application>OpenSSL</application> by running
Note: See TracChangeset for help on using the changeset viewer.