Changeset 1d89a17


Ignore:
Timestamp:
03/30/2010 04:28:38 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2122007
Parents:
0f0bfc1
Message:

Updated to OpenSSL-0.9.8n

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0f0bfc1 r1d89a17  
    7474<!-- Chapter 4 -->
    7575
    76 <!ENTITY openssl-version              "0.9.8l">
     76<!ENTITY openssl-version              "0.9.8n">
    7777<!-- The ca-bundle-version should be updated to match nss version -->
    7878<!ENTITY ca-bundle-version            "3.12.5">
  • introduction/welcome/changelog.xml

    r0f0bfc1 r1d89a17  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to OpenSSL-0.9.8n.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to SQLite-3.6.23.</para>
    4952        </listitem>
  • postlfs/security/openssl.xml

    r0f0bfc1 r1d89a17  
    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        "05a0ece1372392a2cf310ebb96333025">
    10   <!ENTITY openssl-size          "4.1 MB">
     9  <!ENTITY openssl-md5sum        "076d8efc3ed93646bd01f04e23c07066">
     10  <!ENTITY openssl-size          "3.7 MB">
    1111  <!ENTITY ca-bundle-download    "http://anduin.linuxfromscratch.org/files/BLFS/BLFS-ca-bundle-&ca-bundle-version;.tar.bz2">
    1212  <!ENTITY ca-bundle-size        "224 KB">
    1313  <!ENTITY ca-bundle-md5sum      "84287d75a4137d00020b1b89a472f5e7">
    1414  <!ENTITY openssl-buildsize     "47 MB">
    15   <!ENTITY openssl-time          "1.1 SBU (additional 0.3 SBU to run the test suite)">
     15  <!ENTITY openssl-time          "1.2 SBU (additional 0.3 SBU to run the test suite)">
    1616]>
    1717
     
    123123cp -v -r certs /etc/ssl                           &amp;&amp;
    124124install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
    125 cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
    126     /usr/share/doc/openssl-&openssl-version;</userinput></screen>
     125cp      -v -r      doc/{HOWTO,README,*.{txt,html,gif}} \
     126                    /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    127127
    128128    <para>While still the <systemitem class="username">root</systemitem> user,
     
    182182    (<filename>/etc/ssl/ca-bundle.crt</filename>) that is usable by many
    183183    other software packages.  <filename>ca-bundle.crt</filename> should be
    184     recreated anytime that a certificate is added to
     184    recreated every time a new or updated certificate is added to
    185185    <filename class="directory">/etc/ssl/certs</filename>.</para>
    186186
Note: See TracChangeset for help on using the changeset viewer.