Changeset d5d39eb


Ignore:
Timestamp:
04/21/2012 12:39:08 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
09b87984
Parents:
9e7fa16
Message:

openssl-1.0.1a

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9e7fa16 rd5d39eb  
    128128<!ENTITY nss-version                  "3.13.3">
    129129<!ENTITY openssh-version              "5.9p1">
    130 <!ENTITY openssl-version              "1.0.1">
     130<!ENTITY openssl-version              "1.0.1a">
    131131<!-- version no longer used, we take whatever mozilla is offering
    132132<!ENTITY ca-bundle-version            "3.12.11.0"> -->
  • introduction/welcome/changelog.xml

    r9e7fa16 rd5d39eb  
    6969          <para>[abenton] - Updated Aspell to 0.60.6.1</para>
    7070        </listitem>
     71        <listitem>
     72          <para>[abenton] - Updated OpenSSL to 1.0.1a</para>
     73        </listitem>
    7174      </itemizedlist>
    7275    </listitem>
  • postlfs/security/openssl.xml

    r9e7fa16 rd5d39eb  
    66
    77  <!ENTITY openssl-download-http
    8   "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
     8    "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    99  <!ENTITY openssl-download-ftp
    10   "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "134f168bc2a8333f19f81d684841710b">
     10    "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
     11  <!ENTITY openssl-md5sum        "a0104320c0997cd33e18b8ea798609d1">
    1212  <!ENTITY openssl-size          "4.25 MB">
    1313  <!ENTITY openssl-buildsize     "54 MB">
     
    9898      User Notes: <ulink url='&blfs-wiki;/OpenSSL'/>
    9999    </para>
    100 
    101100  </sect2>
    102101
     
    105104
    106105    <para>
    107       Install <application>OpenSSL</application> by running the following
    108       commands:
     106      Install <application>OpenSSL</application> with the following commands:
    109107    </para>
    110108
    111109<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
    112 ./config --prefix=/usr   zlib-dynamic \
    113          --openssldir=/etc/ssl shared &amp;&amp;
     110./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared &amp;&amp;
    114111make</userinput></screen>
    115112
     
    130127<screen role="root"><userinput>make MANDIR=/usr/share/man install                &amp;&amp;
    131128install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
    132 cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    133 
     129cp -v -r doc/{HOWTO,README,*.{txt,html,gif}}      \
     130    /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    134131  </sect2>
    135132
     
    170167
    171168      <para>
    172       <filename>/etc/ssl/openssl.cnf</filename>
     169        <filename>/etc/ssl/openssl.cnf</filename>
    173170      </para>
    174171
     
    176173        <primary sortas="e-etc-ssl-openssl.cnf">/etc/ssl/openssl.cnf</primary>
    177174      </indexterm>
    178 
    179175    </sect3>
     176
    180177    <sect3>
    181178      <title>Configuration Information</title>
     
    183180      <para>
    184181        Most users will want to install Certificate Authority Certificates
    185         for validataion of downloaded certificates.  For example, these
    186         certificates are used by <xref linkend='git'/>, <xref linkend='curl'/>
    187         or <xref linkend='wget'/> when accessing secure (https protocol) sites.
    188         To do this, follow the instructions from the <xref linkend='cacerts'/>
    189         page.
     182        for validataion of downloaded certificates. For example, these
     183        certificates can be used by <xref linkend='git'/>,
     184        <xref linkend='curl'/> or <xref linkend='wget'/> when accessing secure
     185        (https protocol) sites. To do this, follow the instructions from the
     186        <xref linkend='cacerts'/> page.
    190187      </para>
    191188
     
    211208
    212209      <seglistitem>
    213         <seg>c_rehash and openssl</seg>
     210        <seg>c_rehash and openssl.</seg>
    214211        <seg>
    215212          libcrypto.{so,a}, libssl.{so,a}, and additional encryption
     
    217214          libatalla.so, libcapi.so, libchil.so, libcswift.so, libgmp.so,
    218215          libgost.so, libnuron.so, libpadlock.so, libsureware.so, and
    219           libubsec.so)
     216          libubsec.so).
    220217        </seg>
    221         <seg>/etc/ssl, /usr/include/openssl, /usr/lib/engines
    222         and /usr/share/doc/openssl-&openssl-version;</seg>
     218        <seg>
     219          /etc/ssl, /usr/include/openssl, /usr/lib/engines and
     220          /usr/share/doc/openssl-&openssl-version;.
     221        </seg>
    223222      </seglistitem>
    224223    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.