Changeset 8a284147


Ignore:
Timestamp:
02/11/2008 07:01:20 AM (16 years ago)
Author:
DJ Lucas <dj@…>
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:
c9cb85c
Parents:
8890b85f
Message:

Updated to openssl-0.9.8g.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8890b85f r8a284147  
    44-->
    55
    6 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     6<!ENTITY day          "11">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    5656<!-- Chapter 4 -->
    5757
    58 <!ENTITY openssl-version              "0.9.8e">
     58<!ENTITY openssl-version              "0.9.8g">
    5959<!ENTITY gnutls-version               "1.6.3">
    6060<!ENTITY cracklib-version             "2.8.10">
  • introduction/welcome/changelog.xml

    r8890b85f r8a284147  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>February 11th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Updated to openssl-0.9.8g.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • postlfs/security/openssl.xml

    r8890b85f r8a284147  
    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        "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)">
     9  <!ENTITY openssl-md5sum        "acf70a16359bf3658bdfb74bda1c4419">
     10  <!ENTITY openssl-size          "3.2 MB">
     11  <!ENTITY openssl-buildsize     "40 MB">
     12  <!ENTITY openssl-time          "1.2 SBU (additional 0.5 SBU to run the test suite)">
    1313]>
    1414
     
    7979  <sect2 role="installation">
    8080    <title>Installation of OpenSSL</title>
    81 
    82     <!-- <para>To avoid a lot of warnings caused by using a deprecated compilation
    83     option, run:</para>
    84 
    85 <screen><userinput>sed -i -e 's/mcpu/march/' config</userinput></screen> -->
    8681
    8782    <para>Install <application>OpenSSL</application> by running
     
    162157      <seglistitem>
    163158        <seg>c_rehash and openssl</seg>
    164         <seg>libcrypto.{so,a} and libssl.{so,a}</seg>
     159        <seg>libcrypto.{so,a}, libssl.{so,a}, and additional encryption
     160        libraries in /usr/lib/engines/ (lib4758cca.so, libaep.so,
     161        libatalla.so, libchil.so, libcswift.so, libgmp.so, libnuron.so,
     162        libsureware.so and libubsec.so)</seg>
    165163        <seg>/etc/ssl, /usr/include/ssl, /usr/lib/engines
    166164        and /usr/share/doc/openssl-&openssl-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.