Changeset a181baeb


Ignore:
Timestamp:
02/12/2009 02:45:57 AM (15 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:
9de6f91
Parents:
d691f65
Message:

Updated to OpenSSL-0.9.8j

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd691f65 ra181baeb  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    6060<!-- Chapter 4 -->
    6161
    62 <!ENTITY openssl-version              "0.9.8i">
     62<!ENTITY openssl-version              "0.9.8j">
    6363<!ENTITY gnutls-version               "1.6.3">
    6464<!ENTITY cracklib-version             "2.8.13">
  • introduction/welcome/changelog.xml

    rd691f65 ra181baeb  
    4343
    4444    <listitem>
     45      <para>February 12th, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to OpenSSL-0.9.8j.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>February 11th, 2009</para>
    4655      <itemizedlist>
  • postlfs/security/openssl.xml

    rd691f65 ra181baeb  
    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        "561e00f18821c74b2b86c8c7786f9d8b">
    10   <!ENTITY openssl-size          "3.3 MB">
    11   <!ENTITY openssl-buildsize     "39 MB">
    12   <!ENTITY openssl-time          "1.3 SBU (additional 0.4 SBU to run the test suite)">
     9  <!ENTITY openssl-md5sum        "a5cb5f6c3d11affb387ecf7a997cac0c">
     10  <!ENTITY openssl-size          "3.7 MB">
     11  <!ENTITY openssl-buildsize     "45 MB">
     12  <!ENTITY openssl-time          "1.2 SBU (additional 0.3 SBU to run the test suite)">
    1313]>
    1414
     
    6868    <bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
    6969
     70    <bridgehead renderas="sect4">Recommended
     71    (if you run the test suite during the build)</bridgehead>
     72    <para role="recommended"><xref linkend="bc"/></para>
     73
    7074    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="bc"/> (recommended
    72     if you run the test suite during the build)</para>
     75    <para role="optional"><xref linkend="mitkrb"/> or
     76    <xref linkend="heimdal"/></para>
    7377
    7478    <para condition="html" role="usernotes">User Notes:
     
    8488
    8589<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
    86 ./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
    87 make MANDIR=/usr/share/man</userinput></screen>
    88 
    89     <para>To test the results, issue: <command>make test</command>.  Note that the
     90./config --prefix=/usr         \
     91         --openssldir=/etc/ssl \
     92         shared                \
     93         zlib-dynamic          &amp;&amp;
     94make</userinput></screen>
     95
     96    <para>To test the results, issue: <command>make test</command>.</para>
     97
     98    <!-- <para>To test the results, issue: <command>make test</command>.  Note that the
    9099    test results/output depend on the availability of /etc/ssl/openssl.cnf.  If
    91100    running the tests for the first time run the following as the
     
    93102    tests:</para>
    94103
    95 <screen role="root"><userinput>install -vd /etc/ssl &amp;&amp;
    96 install -v ./apps/openssl.cnf /etc/ssl/</userinput></screen>
     104<screen role="root"><userinput>install -v -m755 d /etc/ssl &amp;&amp;
     105install -v ./apps/openssl.cnf /etc/ssl/</userinput></screen> -->
    97106
    98107    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    99108
    100 <screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp;
    101 cp -v -r certs /etc/ssl &amp;&amp;
     109<screen role="root"><userinput>make MANDIR=/usr/share/man install                &amp;&amp;
     110
     111cp -v -r certs /etc/ssl                           &amp;&amp;
     112
    102113install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
    103114cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
     
    108119  <sect2 role="commands">
    109120    <title>Command Explanations</title>
     121
     122    <para><parameter>shared</parameter>: This parameter forces the creation of
     123    shared libraries along with the static libraries.</para>
     124
     125    <para><parameter>zlib-dynamic</parameter>: This parameter adds
     126    compression/decompression functionality using the
     127    <filename class="libraryfile">libz</filename> library.</para>
    110128
    111129    <para><option>no-rc5 no-idea</option>: When added to the
     
    114132    utilize either of those methods in your projects.</para>
    115133
    116     <para><option>enable-tlsext</option>: When added to the
     134    <para><command>make MANDIR=/usr/share/man install</command>: This command
     135    installs <application>OpenSSL</application> with the man pages in
     136    <filename class='directory'>/usr/share/man</filename> instead of
     137    <filename class='directory'>/etc/ssl/man</filename>.</para>
     138
     139    <!-- <para><option>enable-tlsext</option>: When added to the
    117140    <command>./config</command> command, this switch will enable TLS
    118141    Extensions. Currently this is only RFC 3546 and 4507bis for Server Name
    119142    Indication.  This allows the use of multiple SSL certificates with multiple
    120143    virtual hosts in Apache, while using only one IP address and one port for
    121     all virtual hosts.</para>
    122 
    123     <para><option>zlib-dynamic</option>: When added to the
     144    all virtual hosts.</para> -->
     145
     146    <!-- <para><option>zlib-dynamic</option>: When added to the
    124147    <command>./config</command> command, this switch will enable
    125     use of <filename>libz.so</filename> for compression/decompression.
    126     </para>
    127 
    128     <para><command>make MANDIR=/usr/share/man; make MANDIR=/usr/share/man
    129     install</command>: These commands install
    130     <application>OpenSSL</application> with the man pages in
    131     <filename class='directory'>/usr/share/man</filename> instead of
    132     <filename class='directory'>/etc/ssl/man</filename>.</para>
    133 
    134     <para><command>cp -v -r certs /etc/ssl</command>: The certificates must
    135     be copied manually as the default installation skips this step.</para>
     148    use of <filename>libz.so</filename> for compression/decompression.</para> -->
     149
     150    <para><command>cp -v -r certs /etc/ssl</command>: This package no longer
     151    ships CA certificates. This commands installs documentation and sample
     152    certificates as examples should one want to create/install their own
     153    certificates.</para>
    136154
    137155  </sect2>
Note: See TracChangeset for help on using the changeset viewer.