Changeset 06b565e for postlfs


Ignore:
Timestamp:
11/02/2014 02:12:18 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a6e00f8
Parents:
78a00a4e
Message:

Update to stunnel-5.07.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    r78a00a4e r06b565e  
    77  <!ENTITY stunnel-download-http "http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz">
    88  <!ENTITY stunnel-download-ftp  "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz">
    9   <!ENTITY stunnel-md5sum        "827901cd4690796eadf17f792b658573">
    10   <!ENTITY stunnel-size          "584 KB">
     9  <!ENTITY stunnel-md5sum        "c10edd84ecbc676a5a48c7e34ab3d1c5">
     10  <!ENTITY stunnel-size          "588 KB">
    1111  <!ENTITY stunnel-buildsize     "5.7 MB">
    1212  <!ENTITY stunnel-time          "0.1 SBU">
     
    117117    commands:</para>
    118118
    119 <screen><userinput>./configure --prefix=/usr \
    120             --sysconfdir=/etc \
    121             --localstatedir=/var &amp;&amp;
     119<screen><userinput>./configure --prefix=/usr        \
     120            --sysconfdir=/etc    \
     121            --localstatedir=/var \
     122            --disable-systemd    &amp;&amp;
    122123make</userinput></screen>
    123124
     
    147148  <sect2 role="commands">
    148149    <title>Command Explanations</title>
     150
     151    <para><parameter>--disable-systemd</parameter>: This switch disables
     152    systemd socket activation support, not available in BLFS.</para>
    149153
    150154    <para><command>make docdir=... install</command>: This command installs the
Note: See TracChangeset for help on using the changeset viewer.