Ignore:
Timestamp:
12/16/2005 03:50:53 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
1f3b7a7
Parents:
aacf50a
Message:

Updated to Stunnel-4.14

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    raacf50a r708f97e9  
    88  <!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
    99  <!ENTITY stunnel-download-ftp  "ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;.tar.gz">
    10   <!ENTITY stunnel-md5sum        "253c50435d4d81cba6f19ca34266e6dc">
    11   <!ENTITY stunnel-size          "484 KB">
     10  <!ENTITY stunnel-md5sum        "0969cc4868dfd75f22792ecccc9ec555">
     11  <!ENTITY stunnel-size          "488 KB">
    1212  <!ENTITY stunnel-buildsize     "4.0 MB">
    1313  <!ENTITY stunnel-time          "0.1 SBU">
     
    6666    </itemizedlist>
    6767
    68     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    69     <itemizedlist spacing="compact">
    70       <listitem>
    71         <para>Required patch: <ulink
    72         url="ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;-1_minute_sleep_fix.patch"/></para>
    73       </listitem>
    74     </itemizedlist> -->
    75 
    7668    <bridgehead renderas="sect3">Stunnel Dependencies</bridgehead>
    7769
     
    10698      write access), otherwise you will be
    10799      prompted to create one during the installation process. The
    108       <filename>.pem</filename> file must be formatted as shown below:</para>
     100      <filename class='extension'>.pem</filename> file must be formatted as
     101      shown below:</para>
    109102
    110103<screen><literal>-----BEGIN RSA PRIVATE KEY-----
     
    182175      configuration file using the following commands:</para>
    183176
    184 <screen role="root"><userinput>cat &gt;/etc/stunnel/stunnel.conf &lt;&lt; "EOF"
     177<screen role="root"><userinput>cat &gt;/etc/stunnel/stunnel.conf &lt;&lt; "EOF" &amp;&amp;
    185178<literal># File: /etc/stunnel/stunnel.conf
    186179
     
    191184setgid = stunnel</literal>
    192185
    193 EOF</userinput></screen>
     186EOF
     187chmod -v 644 /etc/stunnel/stunnel.conf</userinput></screen>
    194188
    195189    <para>Next, you need to add the service(s) you wish to encrypt to the
Note: See TracChangeset for help on using the changeset viewer.