mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to stunnel-5.08.
BIND-9.10.1-P1: Separate optional test suite fix from build instructions. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15186 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2347067b6f
commit
15e49d1645
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 10th, &year;">
|
||||
<!ENTITY releasedate "December 11th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>December 11th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to stunnel-5.08. Fixes
|
||||
<ulink url="&blfs-ticket-root;5935">#5935</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 10th, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<!ENTITY polkit-version "0.112">
|
||||
<!ENTITY shadow-version "4.2.1">
|
||||
<!ENTITY ssh-askpass-version "&openssh-version;">
|
||||
<!ENTITY stunnel-version "5.07">
|
||||
<!ENTITY stunnel-version "5.08">
|
||||
<!ENTITY sudo-version "1.8.11p2">
|
||||
<!ENTITY tripwire-version "2.4.2.2">
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY stunnel-download-http "http://mirrors.zerg.biz/stunnel/stunnel-&stunnel-version;.tar.gz">
|
||||
<!ENTITY stunnel-download-ftp "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz">
|
||||
<!ENTITY stunnel-md5sum "c10edd84ecbc676a5a48c7e34ab3d1c5">
|
||||
<!ENTITY stunnel-size "588 KB">
|
||||
<!ENTITY stunnel-buildsize "5.7 MB">
|
||||
<!ENTITY stunnel-md5sum "0028462e7e7cade0bd3b5196498d6051">
|
||||
<!ENTITY stunnel-size "596 KB">
|
||||
<!ENTITY stunnel-buildsize "5.8 MB">
|
||||
<!ENTITY stunnel-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -71,7 +71,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers</ulink>
|
||||
<ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers</ulink> and
|
||||
<ulink url="https://dist.torproject.org/">TOR</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -119,6 +120,7 @@ useradd -c "stunnel Daemon" -d /var/lib/stunnel \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-ssl=/usr \
|
||||
--disable-systemd &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -113,15 +113,17 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
|
||||
|
||||
<para>Install <application>BIND</application> by running the
|
||||
following commands:</para>
|
||||
<para>If you wish to run the test suite, remove some tests that fail:</para>
|
||||
|
||||
<screen><userinput>sed -e 's/ecdsa //' \
|
||||
-e 's/tsiggss //' \
|
||||
-e 's/xfer //' \
|
||||
-i bin/tests/system/conf.sh.in &&
|
||||
-i bin/tests/system/conf.sh.in</userinput></screen>
|
||||
|
||||
./configure --prefix=/usr \
|
||||
<para>Install <application>BIND</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/share/man \
|
||||
|
Loading…
Reference in New Issue
Block a user