Author: randy
Date: 2006-04-01 19:21:06 -0700 (Sat, 01 Apr 2006)
New Revision: 5787

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/samba3.xml
Log:
Updated to Samba-3.0.22

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-01 01:32:36 UTC (rev 5786)
+++ trunk/BOOK/general.ent      2006-04-02 02:21:06 UTC (rev 5787)
@@ -1,8 +1,8 @@
-<!ENTITY day          "31">                   <!-- Always 2 digits -->
-<!ENTITY month        "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "March &day;st, &year;">
+<!ENTITY releasedate  "April &day;nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|stable|testing|unstable|development] -->
@@ -282,7 +282,7 @@
 <!ENTITY openssh-version              "4.3p2">
 <!ENTITY portmap-version              "5beta">
 <!ENTITY rsync-version                "2.6.6">
-<!ENTITY samba3-version               "3.0.20b">
+<!ENTITY samba3-version               "3.0.22">
 <!ENTITY subversion-version           "1.2.3">
 <!ENTITY tcpwrappers-version          "7.6">
 <!ENTITY wget-version                 "1.10.2">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-01 01:32:36 UTC 
(rev 5786)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-02 02:21:06 UTC 
(rev 5787)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>April 2nd, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[name] - Updated to Samba-3.0.22.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 31st, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/major/samba3.xml
===================================================================
--- trunk/BOOK/server/major/samba3.xml  2006-04-01 01:32:36 UTC (rev 5786)
+++ trunk/BOOK/server/major/samba3.xml  2006-04-02 02:21:06 UTC (rev 5787)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY samba3-download-http 
"http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz";>
+  <!ENTITY samba3-download-http 
"http://us1.samba.org/samba/ftp/stable/samba-&samba3-version;.tar.gz";>
   <!ENTITY samba3-download-ftp  
"ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz";>
-  <!ENTITY samba3-md5sum        "39c0cae08fe0224cb003aa0af97d3050">
-  <!ENTITY samba3-size          "17.1 MB">
-  <!ENTITY samba3-buildsize     "177.4 MB">
-  <!ENTITY samba3-time          "2.5 SBU">
+  <!ENTITY samba3-md5sum        "5c39505af17cf5caf3d6ed8bab135036">
+  <!ENTITY samba3-size          "17.5 MB">
+  <!ENTITY samba3-buildsize     "199 MB">
+  <!ENTITY samba3-time          "2.8 SBU">
 ]>
 
 <sect1 id="samba3" xreflabel="Samba-&samba3-version;">
@@ -63,6 +63,7 @@
       </listitem>
     </itemizedlist>
 
+    <!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -71,6 +72,7 @@
         url="&patch-root;/samba-&samba3-version;-heimdal-1.patch"/></para>
       </listitem>
     </itemizedlist>
+    -->
 
     <bridgehead renderas="sect3">Samba Dependencies</bridgehead>
 
@@ -79,18 +81,25 @@
     <xref linkend="linux-pam"/>,
     <xref linkend="openldap"/>,
     <xref linkend="cups"/>,
-    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
-    <xref linkend="libxml2"/>,
+    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
+    <xref linkend="python"/> (to build Samba API bindings for the
+    <application>Python</application> installation)</para>
+    <!-- only used for the test suite which is not really functional
+     and
+    <ulink url="http://valgrind.kde.org/";>Valgrind</ulink></para> -->
+
+    <bridgehead renderas="sect4">Optional
+    (To Build Experimental passdb Libraries</bridgehead>
+    <para><xref linkend="libxml2"/>,
     <xref linkend="mysql"/>,
-    <xref linkend="postgresql"/>,
-    <xref linkend="python"/> and
-    <ulink url="http://valgrind.kde.org/";>Valgrind</ulink></para>
+    <xref linkend="postgresql"/></para>
 
   </sect2>
 
   <sect2 role="installation">
     <title>Installation of Samba</title>
 
+    <!--
     <para>A <application>Samba</application> <filename>include.h</filename>
     header now does checks for C++ reserved names. The package will not build
     if you have <application>Heimdal</application> installed as Heimdal uses
@@ -99,6 +108,7 @@
     disable these checks and allow the package to compile successfully:</para>
 
 <screen><userinput>patch -Np1 -i 
../samba-&samba3-version;-heimdal-1.patch</userinput></screen>
+    -->
 
     <para>Install <application>Samba</application> by running the following
     commands:</para>
@@ -110,7 +120,6 @@
     </note>
 
 <screen><userinput>cd source &amp;&amp;
-sed -i "60s/lib\[2/lib[1/" python/setup.py &amp;&amp;
 ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
@@ -120,7 +129,7 @@
     --with-smbmount &amp;&amp;
 make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
+    <para>This package does not come with a functional test suite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
@@ -135,7 +144,7 @@
 ln -v -sf ../libsmbclient.so /usr/lib/samba &amp;&amp;
 ln -v -sf libsmbclient.so /usr/lib/libsmbclient.so.0 &amp;&amp;
 
-chmod -v 644 /usr/include/libsmbclient.h &amp;&amp;
+chmod -v 644 /usr/include/lib{smbclient,msrpc}.h &amp;&amp;
 
 install -v -m755 nsswitch/libnss_win{s,bind}.so /lib &amp;&amp;
 ln -v -sf libnss_winbind.so /lib/libnss_winbind.so.2 &amp;&amp;
@@ -149,7 +158,7 @@
 
 install -v -m755 -d /usr/share/doc/samba-&samba3-version; &amp;&amp;
 install -v -m644 ../docs/*.pdf /usr/share/doc/samba-&samba3-version; &amp;&amp;
-ln -v -s ../../samba/swat  /usr/share/doc/samba-3.0.20b</userinput></screen>
+ln -v -s ../../samba/swat  
/usr/share/doc/samba-&samba3-version;</userinput></screen>
 
   <para>If you passed the <option>--with-python</option> option to the
   <command>configure</command> script, issue the following command as the
@@ -163,12 +172,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>sed -i "60s/lib\[2/lib[1/" python/setup.py</command>:
-    This command is necessary to build the
-    <application>Python</application> extensions. The
-    <filename>setup.py</filename> file has a bug which causes the build to
-    crash. This command fixes the bug.</para>
-
     <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
     file directory to avoid the default of
     <filename class="directory">/usr/etc</filename>.</para>
@@ -531,7 +534,8 @@
 <screen role="root"><userinput>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; 
"EOF"
 <literal>[swat]
 accept  = 901
-connect = 902</literal>
+connect = 902
+TIMEOUTclose = 1</literal>
 
 EOF</userinput></screen>
 
@@ -678,17 +682,20 @@
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
 
+<!--newprogs: eventlogadm smbget-->
+
       <seglistitem>
-        <seg>findsmb, mount.smbfs, net, nmbd, nmblookup, ntlm_auth, pdbedit,
-        profiles, rpcclient, smbcacls, smbclient, smbcontrol, smbcquotas, smbd,
-        smbmnt, smbmount, smbpasswd, smbspool, smbstatus, smbtar, smbtree,
-        smbumount, swat, tdbbackup, tdbdump, tdbtool, testparm, testprns,
-        wbinfo, and winbindd</seg>
-        <seg>libnss_winbind.so, libnss_wins.so, libsmbclient.so, the
-        pam_winbind.so PAM library and assorted character set,
-        filesystem and support modules.</seg>
-        <seg>/etc/samba, /usr/lib/samba, /usr/share/samba, /var/cache/samba,
-        and /var/lib/samba</seg>
+        <seg>eventlogadm, findsmb, mount.smbfs, net, nmbd, nmblookup,
+        ntlm_auth, pdbedit, profiles, rpcclient, smbcacls, smbclient,
+        smbcontrol, smbcquotas, smbd, smbget, smbmnt, smbmount, smbpasswd,
+        smbspool, smbstatus, smbtar, smbtree, smbumount, swat, tdbbackup,
+        tdbdump, tdbtool, testparm, testprns, wbinfo, and winbindd</seg>
+        <seg>libnss_winbind.so, libnss_wins.so, libsmbclient.so, libmsrpc.so,
+        the pam_winbind.so PAM library and assorted character set, filesystem
+        and support modules.</seg>
+        <seg>/etc/samba, /usr/lib/python2.4/site-packages/samba,
+        /usr/lib/samba, /usr/share/doc/samba-&samba3-version;,
+        /usr/share/samba, /var/lib/samba and /var/log/samba</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -697,6 +704,18 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="eventlogadm">
+        <term><command>eventlogadm</command></term>
+        <listitem>
+          <para>is used to write records to eventlogs from STDIN, add the
+          specified source and DLL eventlog registry entries and display the
+          active eventlog names (from <filename>smb.conf</filename>).</para>
+          <indexterm zone="samba3 eventlogadm">
+            <primary sortas="b-eventlogadm">eventlogadm</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="findsmb">
         <term><command>findsmb</command></term>
         <listitem>
@@ -850,6 +869,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="smbget">
+        <term><command>smbget</command></term>
+        <listitem>
+          <para>is a simple utility with <command>wget</command>-like
+          semantics, that can download files from SMB servers. You can specify
+          the files you would like to download on the command-line.</para>
+          <indexterm zone="samba3 smbget">
+            <primary sortas="b-smbget">smbget</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="smbmnt">
         <term><command>smbmnt</command></term>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to