Author: bdubbs
Date: 2012-10-24 18:58:34 -0600 (Wed, 24 Oct 2012)
New Revision: 10774

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/cifsutils.xml
   trunk/BOOK/networking/netprogs/samba3.xml
Log:
Update to cifs-utils-5.7

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-10-24 21:45:32 UTC (rev 10773)
+++ trunk/BOOK/general.ent      2012-10-25 00:58:34 UTC (rev 10774)
@@ -456,7 +456,7 @@
 
 <!-- Chapter 15 -->
 <!ENTITY bridgeutils-version          "1.5">
-<!ENTITY cifsutils-version            "5.3">
+<!ENTITY cifsutils-version            "5.7">
 <!ENTITY ncftp-version                "3.2.5">
 <!ENTITY net-tools-version            "CVS_20101030">
 <!ENTITY nfs-utils-version            "1.2.5">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-10-24 21:45:32 UTC 
(rev 10773)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-10-25 00:58:34 UTC 
(rev 10774)
@@ -47,6 +47,10 @@
       <para>October 24nd, 2012</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to cifs-utils-5.7. Fixes
+          <ulink url="&blfs-ticket-root;3612">#3612</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to dhcpcd-5.6.2. Fixes
           <ulink url="&blfs-ticket-root;3611">#3611</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/netprogs/cifsutils.xml
===================================================================
--- trunk/BOOK/networking/netprogs/cifsutils.xml        2012-10-24 21:45:32 UTC 
(rev 10773)
+++ trunk/BOOK/networking/netprogs/cifsutils.xml        2012-10-25 00:58:34 UTC 
(rev 10774)
@@ -6,9 +6,9 @@
 
   <!ENTITY cifsutils-download-http " ">
   <!ENTITY cifsutils-download-ftp  
"ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-&cifsutils-version;.tar.bz2";>
-  <!ENTITY cifsutils-md5sum        "e1a428558a96d2d28ccdaacdc47ea0b7">
-  <!ENTITY cifsutils-size          "372 KB">
-  <!ENTITY cifsutils-buildsize     "2.5 MB">
+  <!ENTITY cifsutils-md5sum        "4215f12be8663f65d2c21dbbbafbc7f8">
+  <!ENTITY cifsutils-size          "380 KB">
+  <!ENTITY cifsutils-buildsize     "3.8 MB">
   <!ENTITY cifsutils-time          "less than 0.1 SBU">
 ]>
 
@@ -32,7 +32,7 @@
     <para>The <application>cifs-utils</application> provides a means for
     mounting SMB/CIFS shares on a Linux system.</para>
 
-    &lfs70_checked;
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -58,9 +58,16 @@
 
     <bridgehead renderas="sect3">cifs-utils Dependencies</bridgehead>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="samba3"/></para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="mitkrb"/> and
-    <xref linkend="keyutils"/></para>
+    <para role="optional">
+      <xref linkend="keyutils"/>,
+      <xref linkend="libcap2"/>, and
+      <xref linkend="mitkrb"/> and
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/cifsutils"/></para>
@@ -93,7 +100,8 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>cifs.idmap, getcifsacl, mount.cifs, and setcifsacl</seg>
+        <seg>cifs.idmap, cifs.upcall, cifscreds, getcifsacl, mount.cifs, 
+        and setcifsacl</seg>
         <seg>None</seg>
         <seg>None</seg>
       </seglistitem>
@@ -110,13 +118,38 @@
           <para>is a userspace helper program for the linux CIFS client
           filesystem. There are a number of activities that the kernel cannot
           easily do itself. This program is a callout program that does these
-          things for the kernel and then returns the result.</para>
+          things for the kernel and then returns the result. It is not 
intended 
+          to be run from the command-line.</para>
           <indexterm zone="cifsutils cifs.idmap">
             <primary sortas="b-cifs.idmap">cifs.idmap</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="cifs.upcall">
+        <term><command>cifs.upcall</command></term>
+        <listitem>
+          <para>is a userspace helper program for the linux CIFS client
+          filesystem. It is intended to be run when the kernel calls 
+          request-key for a particular key type.  It is not intended to be 
+          run from the command-line.</para>
+          <indexterm zone="cifsutils cifs.upcall">
+            <primary sortas="b-cifs.upcall">cifs.upcall</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="cifscreds">
+        <term><command>cifscreds</command></term>
+        <listitem>
+          <para>is a tool for managing credentials (username and password) 
+          for the purpose of establishing sessions in multiuser mounts.</para>
+          <indexterm zone="cifsutils cifscreds">
+            <primary sortas="b-cifscreds">cifscreds</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="getcifsacl">
         <term><command>getcifsacl</command></term>
         <listitem>

Modified: trunk/BOOK/networking/netprogs/samba3.xml
===================================================================
--- trunk/BOOK/networking/netprogs/samba3.xml   2012-10-24 21:45:32 UTC (rev 
10773)
+++ trunk/BOOK/networking/netprogs/samba3.xml   2012-10-25 00:58:34 UTC (rev 
10774)
@@ -87,8 +87,6 @@
     <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), -->
     <xref linkend="avahi"/>,
     <ulink url="http://www.openafs.org/";>OpenAFS</ulink>,
     and <ulink url="http://valgrind.org/";>Valgrind</ulink> (optionally
@@ -148,6 +146,7 @@
 
 <screen role="root"><userinput>make install &amp;&amp;
 
+cp pkgconfig/wbclient.pc /usr/lib/pkgconfig               &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;
 ln -v -sf libnss_wins.so    /lib/libnss_wins.so.2         &amp;&amp;
@@ -197,6 +196,9 @@
     This command enables the build to complete when using libtirpc instead of
     the deprecated GLibC rpc functions.</para>
 
+    <para><command>cp pkgconfig/wbclient.pc /usr/lib/pkgconfig</command>:
+    Install a file omitted by the install procedure.</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
     winbindd for Windows NT domain authentication, and/or WINS name resolution,
@@ -645,7 +647,7 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>cifs.upcall, eventlogadm, findsmb, ldbadd, ldbdel, ldbedit,
+        <seg>eventlogadm, findsmb, ldbadd, ldbdel, ldbedit,
         ldbmodify, ldbrename, ldbsearch, net, nmbd,
         nmblookup, ntlm_auth, pdbedit, profiles, rpcclient, sharesec, smbcacls,
         smbclient, smbcontrol, smbcquotas, smbd, smbget, smbpasswd, smbspool,
@@ -666,17 +668,6 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <varlistentry id="cifs.upcall">
-        <term><command>cifs.upcall</command></term>
-        <listitem>
-          <para>is a userspace upcall helper for Common Internet File Systems
-           (CIFS)</para>
-          <indexterm zone="samba3 cifs.upcall">
-            <primary sortas="b-cifs.upcall">cifs.upcall</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="eventlogadm">
         <term><command>eventlogadm</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