Changeset 423b1d94


Ignore:
Timestamp:
04/04/2005 07:09:01 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
46ddda21
Parents:
82d1159e
Message:

Updated to Stunnel-4.09

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r82d1159e r423b1d94  
    4040<!ENTITY mitkrb-version               "1.4">
    4141<!ENTITY cyrus-sasl-version           "2.1.20">
    42 <!ENTITY stunnel-version              "4.07">
     42<!ENTITY stunnel-version              "4.09">
    4343                                 
    4444<!-- Chapter 5 -->               
  • introduction/welcome/changelog.xml

    r82d1159e r423b1d94  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 4th, 2005 [randy]: Updated to
    26 OpenLDAP-2.2.24</para></listitem>
     25<listitem><para>April 4th, 2005 [randy]: Updated to OpenLDAP-2.2.24 and
     26Stunnel-4.09</para></listitem>
    2727
    2828<listitem><para>April 4th, 2005 [igor]: Updated to OpenSSL-0.9.7f
  • postlfs/security/stunnel.xml

    r82d1159e r423b1d94  
    55  %general-entities;
    66
    7   <!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
    8   <!ENTITY stunnel-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-md5sum        "7d53af550a1c2e01e146b936e58b8860">
    10   <!ENTITY stunnel-size          "486 KB">
     7  <!-- <!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz"> -->
     8  <!ENTITY stunnel-download-http " ">
     9  <!ENTITY stunnel-download-ftp  "ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;.tar.gz">
     10  <!ENTITY stunnel-md5sum        "2077669b04c36e4c0baa68348e8860a7">
     11  <!ENTITY stunnel-size          "484 KB">
    1112  <!ENTITY stunnel-buildsize     "3.9 MB">
    12   <!ENTITY stunnel-time          "0.11 SBU">
     13  <!ENTITY stunnel-time          "0.10 SBU">
    1314]>
    1415
     
    5354</sect3>
    5455
     56<sect3><title>Additional downloads</title>
     57<itemizedlist spacing="compact">
     58<listitem><para>Required patch: <ulink
     59url="ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;-1_minute_sleep_fix.patch"/></para>
     60</listitem>
     61</itemizedlist>
     62</sect3>
     63
    5564<sect3><title><application>Stunnel</application> dependencies</title>
    5665<sect4><title>Required</title>
     
    8190necessary to run the <command>stunnel</command> daemon. If you own, or have
    8291already created a signed <acronym>SSL</acronym> Certificate you wish to use,
    83 copy it to <filename>tools/stunnel.pem</filename> in the source directory
    84 before starting the build, otherwise you will be prompted to create one. The
    85 <filename>.pem</filename> file must be formatted as shown below:</para>
     92copy it to <filename>/etc/stunnel/stunnel.pem</filename> before starting the
     93build, otherwise you will be prompted to create one during the installation
     94process. The <filename>.pem</filename> file must be formatted as shown
     95below:</para>
    8696
    8797<screen>-----BEGIN RSA PRIVATE KEY-----
     
    95105commands:</para>
    96106
    97 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
    98     --localstatedir=/var/lib/stunnel &amp;&amp;
     107<screen><userinput><command>patch -Np1 -i ../stunnel-&stunnel-version;-1_minute_sleep_fix.patch &amp;&amp;
     108./configure --prefix=/usr --sysconfdir=/etc \
     109    --localstatedir=/var/lib &amp;&amp;
    99110make</command></userinput></screen>
    100111
     
    112123of <filename class='directory'>/usr/etc</filename>.</para>
    113124
    114 <para><parameter>--localstatedir=/var/lib/stunnel</parameter>: This parameter
     125<para><parameter>--localstatedir=/var/lib</parameter>: This parameter
    115126causes the installation process to create
    116 <filename class='directory'>/var/lib/stunnel/stunnel</filename> instead of
     127<filename class='directory'>/var/lib/stunnel</filename> instead of
    117128<filename class='directory'>/usr/var/stunnel</filename>.</para>
    118129
    119 <para><command>make</command>: This command builds the package and, if you
    120 did not copy an <filename>stunnel.pem</filename> file to the source
    121 <filename class='directory'>tools/</filename> directory, prompts you for the
    122 necessary information to create one. Ensure you reply to the</para>
     130<para><command>make install</command>: This command installs the package and,
     131if you did not copy an <filename>stunnel.pem</filename> file to the
     132<filename class='directory'>/etc/stunnel</filename> directory, prompts you for
     133the necessary information to create one. Ensure you reply to the</para>
    123134
    124135<screen><computeroutput>Common Name (FQDN of your server) [localhost]:</computeroutput></screen>
Note: See TracChangeset for help on using the changeset viewer.