Ignore:
Timestamp:
11/12/2011 04:33:41 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
75f9474f
Parents:
0c6c35d
Message:

Update to samba-3.6.1.
Update to stunnel-4.46.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    r0c6c35d ree792ef  
    77  <!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
    88  <!ENTITY stunnel-download-ftp  "ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-md5sum        "bbd274e8364ea3ceca0ee5190e13edd1">
    10   <!ENTITY stunnel-size          "526 KB">
     9  <!ENTITY stunnel-md5sum        "978030ff42f087ec26eb8a095ab69994">
     10  <!ENTITY stunnel-size          "516 KB">
    1111  <!ENTITY stunnel-buildsize     "5 MB">
    12   <!ENTITY stunnel-time          "0.1 SBU">
     12  <!ENTITY stunnel-time          "0.5 SBU">
    1313]>
    1414
     
    3838    SMTP and HTTP, and in tunneling PPP over network sockets without changes
    3939    to the server package source code.</para>
     40
     41    &lfs70_checked;
    4042
    4143    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    119121    commands:</para>
    120122
    121 <screen><userinput>sed -i 's|nogroup|stunnel|g' configure &amp;&amp;
    122 ./configure --prefix=/usr \
     123<screen><userinput>./configure --prefix=/usr \
    123124            --sysconfdir=/etc \
    124125            --localstatedir=/var \
     
    136137  <sect2 role="commands">
    137138    <title>Command Explanations</title>
    138 
    139     <para><command>sed -i 's|nogroup|stunnel|g' configure</command>: This
    140     command is used to change the default group for the installed files in
    141     <filename class='directory'>/var/lib/stunnel</filename> from
    142     <systemitem class="groupname">nogroup</systemitem> to
    143     <systemitem class="groupname">stunnel</systemitem>.</para>
    144139
    145140    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
Note: See TracChangeset for help on using the changeset viewer.