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
This commit is contained in:
Bruce Dubbs 2011-11-12 04:33:41 +00:00
parent 0c6c35d8d3
commit ee792ef425
4 changed files with 44 additions and 44 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "November 10th, &year;">
<!ENTITY releasedate "November 11th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@ -56,7 +56,7 @@ $Date$
<!ENTITY lfs-vim-version "7.3">
<!-- End LFS versions -->
<!ENTITY blfs-bootscripts-version "20111107">
<!ENTITY blfs-bootscripts-version "20111111">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
@ -118,7 +118,7 @@ $Date$
<!ENTITY heimdal-version "1.4">
<!ENTITY mitkrb-version "1.6">
<!ENTITY cyrus-sasl-version "2.1.23">
<!ENTITY stunnel-version "4.34">
<!ENTITY stunnel-version "4.46">
<!ENTITY sudo-version "1.8.2">
<!ENTITY nss-version "3.12.8">
<!ENTITY policykit-version "0.9">
@ -451,7 +451,7 @@ $Date$
<!ENTITY openssh-version "5.9p1">
<!ENTITY portmap-version "6.0">
<!ENTITY rsync-version "3.0.9">
<!ENTITY samba3-version "3.5.6">
<!ENTITY samba3-version "3.6.1">
<!ENTITY subversion-version "1.7.1">
<!ENTITY tcpwrappers-version "7.6">
<!ENTITY wget-version "1.13.4">

View File

@ -42,12 +42,20 @@
-->
<listitem>
<para>November 10th, 2011</para>
<para>November 11th, 2011</para>
<itemizedlist>
<!-- <listitem>
<listitem>
<para>[bdubbs] - Update to samba-3.6.1.</para>
</listitem>
-->
<listitem>
<para>[bdubbs] - Update to stunnel-4.46.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 10th, 2011</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gnutls-3.0.7.</para>
</listitem>

View File

@ -6,10 +6,10 @@
<!ENTITY samba3-download-http "http://samba.org/samba/ftp/stable/samba-&samba3-version;.tar.gz">
<!ENTITY samba3-download-ftp "ftp://samba.org/pub/samba/samba-&samba3-version;.tar.gz">
<!ENTITY samba3-md5sum "bf6c09ea497a166df8bd672db1d8da8f">
<!ENTITY samba3-size "30.8 MB">
<!ENTITY samba3-buildsize "451 MB">
<!ENTITY samba3-time "5 SBU (additional 1.4 SBU to run the test suite)">
<!ENTITY samba3-md5sum "5291717be0734e07dc07b6110e162e87">
<!ENTITY samba3-size "27.7 MB">
<!ENTITY samba3-buildsize "455 MB">
<!ENTITY samba3-time "5.1 SBU (including about 2.8 SBU to run the test suite)">
]>
<sect1 id="samba3" xreflabel="Samba-&samba3-version;">
@ -37,6 +37,8 @@
Active Directory domain and a NetBIOS (rfc1001/1002) nameserver (which
amongst other things provides LAN browsing support).</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -82,8 +84,8 @@
<ulink url="http://tdb.samba.org/">tdb</ulink> (version 1.2.1),
<xref linkend="libcap2"/>,
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
<ulink url="http://people.redhat.com/dhowells/keyutils/">keyutils</ulink>
(required to build the <command>cifs.upcall</command> program),
<!-- <ulink url="http://people.redhat.com/dhowells/keyutils/">keyutils</ulink>
(required to build the <command>cifs.upcall</command> program), -->
<xref linkend="avahi"/>,
<ulink url="http://www.openafs.org/">OpenAFS</ulink>,
and <ulink url="http://valgrind.org/">Valgrind</ulink> (optionally
@ -119,19 +121,19 @@
<screen><userinput>cd source3 &amp;&amp;
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-piddir=/var/run \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-piddir=/run \
--with-pammodulesdir=/lib/security \
--with-fhs \
--with-automount \
--with-cifsumount \
--enable-nss-wrapper \
--with-pthreads &amp;&amp;
--with-fhs \
--enable-nss-wrapper \
--enable-socket-wrapper &amp;&amp;
make</userinput></screen>
<!-- - -enable-socket-wrapper for tests -->
<para>To test the results, issue: <command>make test</command>. If you have
<application>Linux-PAM</application> installed and built the PAM library
modules, you can perform a dlopen test by issuing:
@ -180,16 +182,11 @@ ln -v -s ../../samba/swat /usr/share/doc/samba-&samba3-version;</userinput></sc
<para><parameter>--with-fhs</parameter>: Assigns all other file paths in
a manner compliant with the Filesystem Hierarchy Standard (FHS).</para>
<para><parameter>--with-automount</parameter>: Includes automounting
support.</para>
<para><parameter>--with-cifsumount</parameter>: Builds the
<command>umount.cifs</command> program.</para>
<para><parameter>--enable-nss-wrapper</parameter>: Builds the nss-wrapper
library.</para>
<para><parameter>--with-pthreads</parameter>: Adds threading support.</para>
<para><parameter>--enable-socket-wrapper</parameter>: This options is
required to run the test suite.</para>
<para><command>install -v -m755 nsswitch/libnss_win{s,bind}.so /lib</command>:
The nss libraries are not installed by default. If you intend to use
@ -228,7 +225,7 @@ ln -v -s ../../samba/swat /usr/share/doc/samba-&samba3-version;</userinput></sc
</indexterm>
</sect3>
<!-- mount.cifs is now in the separate cifs-utils package
<sect3>
<title>Mounting Shares by Unprivileged Users</title>
@ -245,7 +242,7 @@ ln -v -s ../../samba/swat /usr/share/doc/samba-&samba3-version;</userinput></sc
<screen role="root"><userinput>chmod -v 4755 /usr/sbin/{,u}mount.cifs</userinput></screen>
</sect3>
-->
<sect3>
<title>Printing to SMB Clients</title>

View File

@ -6,10 +6,10 @@
<!ENTITY stunnel-download-http "http://www.stunnel.org/download/stunnel/src/stunnel-&stunnel-version;.tar.gz">
<!ENTITY stunnel-download-ftp "ftp://stunnel.mirt.net/stunnel/stunnel-&stunnel-version;.tar.gz">
<!ENTITY stunnel-md5sum "bbd274e8364ea3ceca0ee5190e13edd1">
<!ENTITY stunnel-size "526 KB">
<!ENTITY stunnel-md5sum "978030ff42f087ec26eb8a095ab69994">
<!ENTITY stunnel-size "516 KB">
<!ENTITY stunnel-buildsize "5 MB">
<!ENTITY stunnel-time "0.1 SBU">
<!ENTITY stunnel-time "0.5 SBU">
]>
<sect1 id="stunnel" xreflabel="Stunnel-&stunnel-version;">
@ -38,6 +38,8 @@
SMTP and HTTP, and in tunneling PPP over network sockets without changes
to the server package source code.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -118,8 +120,7 @@ useradd -c "Stunnel Daemon" -d /var/lib/stunnel \
<para>Install <application>Stunnel</application> by running the following
commands:</para>
<screen><userinput>sed -i 's|nogroup|stunnel|g' configure &amp;&amp;
./configure --prefix=/usr \
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-libwrap &amp;&amp;
@ -136,12 +137,6 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i 's|nogroup|stunnel|g' configure</command>: This
command is used to change the default group for the installed files in
<filename class='directory'>/var/lib/stunnel</filename> from
<systemitem class="groupname">nogroup</systemitem> to
<systemitem class="groupname">stunnel</systemitem>.</para>
<para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
the configuration directory to <filename class='directory'>/etc</filename>
instead of <filename class='directory'>/usr/etc</filename>.</para>