Changeset 1e179128


Ignore:
Timestamp:
03/09/2006 02:18:58 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
ba8a076
Parents:
babac3ec
Message:

Updated to OpenSSL-0.9.8a

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbabac3ec r1e179128  
    1 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     1<!ENTITY day          "08">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    3838<!-- Ensure you check the library version number and update the
    3939     Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
    40 <!ENTITY openssl-version              "0.9.7i">
     40<!ENTITY openssl-version              "0.9.8a">
    4141<!-- End special note about Heimdal -->
    4242
  • introduction/welcome/changelog.xml

    rbabac3ec r1e179128  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>March 8th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to OpenSSL-0.9.8a. Added commands
     49          to install documentation.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4354    <listitem>
    4455      <para>March 7th, 2006</para>
  • postlfs/security/openssl.xml

    rbabac3ec r1e179128  
    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        "f69d82b206ff8bff9d0e721f97380b9e">
     9  <!ENTITY openssl-md5sum        "1d16c727c10185e4d694f87f5e424ee1">
    1010  <!ENTITY openssl-size          "3.2 MB">
    11   <!ENTITY openssl-buildsize     "37.7 MB">
    12   <!ENTITY openssl-time          "0.9 SBU">
     11  <!ENTITY openssl-buildsize     "42.0 MB">
     12  <!ENTITY openssl-time          "1.1 SBU">
    1313]>
    1414
     
    9696
    9797<screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp;
    98 cp -v -r certs /etc/ssl</userinput></screen>
     98cp -v -r certs /etc/ssl &amp;&amp;
     99install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
     100cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
     101    /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    99102
    100103  </sect2>
     
    157160
    158161      <seglistitem>
    159         <seg>c_rehash, openssl, and openssl_fips_fingerprint</seg>
     162        <seg>c_rehash and openssl</seg>
    160163        <seg>libcrypto.[so,a] and libssl.[so,a]</seg>
    161         <seg>/etc/ssl and /usr/include/ssl</seg>
     164        <seg>/etc/ssl, /usr/include/ssl and /usr/lib/engines</seg>
    162165      </seglistitem>
    163166    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.