Author: renodr
Date: Sun Sep 18 23:17:50 2016
New Revision: 17779

Log:
Added PCRE2
Update to grilo-0.3.2
Update to Samba-4.5.0
Added GNOME-3.22 entity
Typo fixes

Added:
   trunk/BOOK/general/genlib/pcre2.xml
      - copied, changed from r17777, trunk/BOOK/template/template.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/general/prog/other-tools.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/grilo.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/samba.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/x7driver-ati.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Sep 18 19:36:50 2016        (r17778)
+++ trunk/BOOK/general.ent      Sun Sep 18 23:17:50 2016        (r17779)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "18">                   <!-- Always 2 digits -->
+<!ENTITY day          "19">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 18th &year;">
+<!ENTITY releasedate  "September 19th &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml        Sun Sep 18 19:36:50 2016        
(r17778)
+++ trunk/BOOK/general/genlib/genlib.xml        Sun Sep 18 23:17:50 2016        
(r17779)
@@ -121,6 +121,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="nspr.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="openobex.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pcre.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pcre2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="popt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pth.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="ptlib.xml"/>

Copied and modified: trunk/BOOK/general/genlib/pcre2.xml (from r17777, 
trunk/BOOK/template/template.xml)
==============================================================================
--- trunk/BOOK/template/template.xml    Sat Sep 17 19:04:35 2016        
(r17777, copy source)
+++ trunk/BOOK/general/genlib/pcre2.xml Sun Sep 18 23:17:50 2016        (r17779)
@@ -4,181 +4,105 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!-- Place this in the packages.ent file
-  <!ENTITY TEMPLATE-version "">
-  -->
-
-  <!ENTITY TEMPLATE-download-http "http://";>
-  <!ENTITY TEMPLATE-download-ftp  "ftp://";>
-  <!ENTITY TEMPLATE-md5sum        "MD5 sum">
-  <!ENTITY TEMPLATE-size          "?? MB">
-  <!ENTITY TEMPLATE-buildsize     "?? MB">
-  <!ENTITY TEMPLATE-time          "?? SBU">
+  <!ENTITY pcre2-download-http " ">
+  <!ENTITY pcre2-download-ftp  
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2";>
+  <!ENTITY pcre2-md5sum        "c0c02517938ee2b0d350d53edf450664">
+  <!ENTITY pcre2-size          "1.5 MB">
+  <!ENTITY pcre2-buildsize     "24 MB (with tests)">
+  <!ENTITY pcre2-time          "0.4 SBU (with tests)">
 ]>
 
-<!-- Try to keep the indentation used in this file-->
-<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
-  <?dbhtml filename="TEMPLATE.html"?>
+<sect1 id="pcre2" xreflabel="pcre2-&pcre2-version;-version;">
+  <?dbhtml filename="pcre2.html"?>
 
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
   </sect1info>
 
-  <!-- No other tags inside any title.
-       Use Title Case in All Titles -->
-  <title>TEMPLATE-&TEMPLATE-version;</title>
+  <title>PCRE2-&pcre2-version;</title>
 
-  <indexterm zone="TEMPLATE">
-    <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+  <indexterm zone="pcre2">
+    <primary sortas="a-pcre2">PCRE2</primary>
   </indexterm>
 
-  <!--Required section-->
   <sect2 role="package">
-    <title>Introduction to TEMPLATE</title>
+    <title>Introduction to PCRE2</title>
 
     <para>
-      The <application>TEMPLATE</application> package contains...
-      This is useful for...
+      The <application>PCRE2</application> package contains a new generation of
+      the <application>Perl Compatible Regular Expression</application>
+      libraries. These are useful for implementing regular expression pattern
+      matching using the same syntax and semantics as 
<application>Perl</application>.
     </para>
 
-    <!-- if it builds but hasn't been tested: -->
-    &lfs71_built;
-    <!-- if it works: -->
-    &lfs71_checked;
+    &lfs7a_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
-          Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+          Download (HTTP): <ulink url="&pcre2-download-http;"/>
         </para>
       </listitem>
       <listitem>
         <para>
-          Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+          Download (FTP): <ulink url="&pcre2-download-ftp;"/>
         </para>
       </listitem>
       <listitem>
         <para>
-          Download MD5 sum: &TEMPLATE-md5sum;
+          Download MD5 sum: &pcre2-md5sum;
         </para>
       </listitem>
       <listitem>
         <para>
-          Download size: &TEMPLATE-size;
+          Download size: &pcre2-size;
         </para>
       </listitem>
       <listitem>
         <para>
-          Estimated disk space required: &TEMPLATE-buildsize;
+          Estimated disk space required: &pcre2-buildsize;
         </para>
       </listitem>
       <listitem>
         <para>
-          Estimated build time: &TEMPLATE-time;
+          Estimated build time: &pcre2-time;
         </para>
       </listitem>
     </itemizedlist>
 
-    <!-- As required -->
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>
-          Required patch:
-          <ulink 
url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+    <bridgehead renderas="sect3">PCRE2 Dependencies</bridgehead>
 
-    <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required">
-      <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
-      a sentence. If there are more than two, they must be separated by commas
-      with the last member having "and" in front of it. The use of a serial
-      comma is preferred (a comma after the next to last member before the
-      "and"). BLFS_DEPENDENCY should be an "id" attribute defined somewhere
-      in the book (usually in a <sect1>). -->
-    </para>
-
-    <!-- As required -->
-    <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended">
-      <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
-      a sentence. See above for the use of "and" and commas. Normally, neither
-      required nor recommended dependencies should be <ulink>. -->
-    </para>
-
-    <!-- As required -->
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="BLFS_DEPENDENCY"/> and
-      <ulink url="http://www.some.url/";>EXTERNAL DEPENDENCY</ulink>
-      <!-- notice no period as this is not a sentence. See above for the use
-      of commas and "and". The order should <xref> before <ulink>.-->
+      <xref linkend="valgrind"/>
     </para>
 
     <para condition="html" role="usernotes">
-      User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
-    </para>
-  </sect2>
-
-  <!-- Optional section for packages that need a specific kernel
-  configuration-->
-  <sect2 role="kernel" id="TEMPLATE-kernel">
-    <title>Kernel Configuration</title>
-
-    <para>
-      Enable the following options in the kernel configuration and recompile 
the
-      kernel if necessary:
-    </para>
-
-<!-- Spaces are significant in <screen> sections -->
-<screen><literal>Master section ---&gt;
-  Subsection ---&gt;
-    [*]     Required parameter                     [CONFIG_REQU_PAR]
-    &lt;*&gt;     Required parameter (not as module)     [CONFIG_REQU_PAR_NMOD]
-    &lt;*/M&gt;   Required parameter (could be a module) [CONFIG_REQU_PAR_MOD]
-    &lt;*/M/ &gt; Optional parameter                     [CONFIG_OPT_PAR]
-    [ ] Incompatible parameter                     [CONFIG_INCOMP_PAR]
-    &lt; &gt; Incompatible parameter (even as module)    
[CONFIG_INCOMP_PAR_MOD]</literal></screen>
-
-    <para>
-      Select the appropriate sub-options that appear when the above options are
-      selected. As much as possible, the layout should be the same as in
-      kernel menus.
+      User Notes: <ulink url="&blfs-wiki;/pcre2"/>
     </para>
-
-    <indexterm zone="TEMPLATE TEMPLATE-kernel">
-      <primary sortas="d-TEMPLATE">TEMPLATE</primary>
-    </indexterm>
   </sect2>
 
-  <!--Required section-->
   <sect2 role="installation">
-    <title>Installation of TEMPLATE</title>
+    <title>Installation of PCRE2</title>
 
     <para>
-      Install <application>TEMPLATE</application> by running the following
+      Install <application>PCRE2</application> by running the following
       commands:
     </para>
 
-<!-- Spaces are significant in <screen> sections -->
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr                       \
+            --docdir=/usr/share/doc/pcre2-&pcre2-version; \
+            --enable-unicode                    \
+            --enable-pcre2-16                   \
+            --enable-pcre2-32                   \
+            --enable-pcre2grep-libz             \
+            --enable-pcre2grep-libbz2           \
+            --enable-pcre2test-libreadline      \
+            --disable-static                    &amp;&amp;
 make</userinput></screen>
 
-    <!-- Optional section. Use one of the two mentions below about a test
-         suite, delete the line that is not applicable. Of course, if the
-         test suite uses syntax other than 'make check', revise the
-         line to reflect the actual syntax to run the test suite -->
-
-    <para>
-      This package does not come with a test suite.
-    </para>
-
     <para>
       To test the results, issue: <command>make check</command>.
     </para>
@@ -190,136 +114,69 @@
 <screen role="root"><userinput>make install</userinput></screen>
   </sect2>
 
-  <!--Optional section-->
   <sect2 role="commands">
     <title>Command Explanations</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/static-libraries.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/gtk-doc-rebuild.xml"/>
+    
+    <para>
+      <parameter>--enable-unicode</parameter>: This switch enables Unicode 
+      support and includes the functions for handling UTF-8/16/32 character 
+      strings in the library.
+    </para>
 
     <para>
-      <command>COMMAND</command>: This command does something.
+      <parameter>--enable-pcre2-16</parameter>: This switch enables 16 bit
+      character support.
     </para>
 
     <para>
-      <parameter>--PARAMETER</parameter>: This parameter does something
-      mandatory for BLFS purposes. It will be in the instructions above. It is
-      not optional and is why it is listed as a parameter and not an option.
+      <parameter>--enable-pcre2-32</parameter>: This switch enables 32 bit
+      character support.
     </para>
 
     <para>
-      <option>--OPTION</option>: This option does something optionally per the
-      user's desires. It is not listed in the instructions above, but instead,
-      is listed here because many (some) readers may want to include it.
+      <parameter>--enable-pcre2grep-libz</parameter>: This switch adds support
+      for reading .gz compressed files to <application>pcre2grep</application>.
     </para>
-  </sect2>
 
-  <sect2 role="using">
-    <title>Using TEMPLATE</title>
+    <para>
+      <parameter>--enable-pcre2grep-libbz2</parameter>: This switch adds
+      support for reading .bz2 compressed files to 
+      <application>pcre2grep</application>.
+    </para>
 
     <para>
-      Stuff about how to use TEMPLATE to do something. This section is rarely
-      used.
+      <parameter>--enable-pcre2test-libreadline</parameter>: This switch adds
+      line editing and history features to the
+      <application>pcre2test</application> program.
     </para>
-  </sect2>
 
-  <!--Optional section-->
-  <sect2 role="configuration">
-    <title>Configuring TEMPLATE</title>
-
-    <sect3 id="TEMPLATE-config">
-      <title>Config Files</title>
-      <para>
-        <filename>~/.Configfilename1</filename> and
-        <filename>/etc/path/Configfilename2</filename> <!-- notice no period 
as this is not a sentence-->
-      </para>
-
-      <indexterm zone="TEMPLATE TEMPLATE-config">
-        <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
-      </indexterm>
-
-      <indexterm zone="TEMPLATE TEMPLATE-config">
-        <primary
-        sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
-      </indexterm>
-    </sect3>
-
-    <sect3><title>Configuration Information</title>
-
-      <para>
-        Blah blah blah about config.
-      </para>
-
-<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
-
-<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
-
-      <!-- File creation. Add the appropriate <indexterm> block if needed.-->
-      <para>
-        Create the file .... for ...
-      </para>
-
-<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
-<literal># Begin FILENAME
-
-TEXT
-
-# End FILENAME</literal>
-EOF</userinput></screen>
-    </sect3>
-
-    <sect3  id="TEMPLATE-init">
-      <title>Boot Script</title>
-
-      <para>
-        To automatically start the <command>TEMPLATE</command> daemon when the
-        system is rebooted, install the
-        <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
-        <xref linkend="bootscripts" revision="sysv"/>
-        <xref linkend="systemd-units" revision="systemd"/> package as the
-        <systemitem class="username">root</systemitem> user:
-      </para>
-
-      <indexterm zone="TEMPLATE TEMPLATE-init">
-        <primary sortas="f-TEMPLATE">TEMPLATE</primary>
-      </indexterm>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
 
-<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
-    </sect3>
   </sect2>
 
-  <!--Required section-->
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Program(s)</segtitle>
-      <segtitle>Installed Librar(y,ies)</segtitle>
-      <segtitle>Installed Director(y,ies)</segtitle>
-
-      <!-- If there were no programs, libraries, or directories created, then
-           we would list the section as "None". However, a decision must have
-           been made to change the "None" to just removing the whole section
-           because I've noticed that many packages have had the "None"
-           removed and the section completely removed as well. The reasoning
-           was that by putting "None", it appears as we know there are none.
-           Without anything it appears as we are not sure. -->
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directory</segtitle>
 
       <seglistitem>
         <seg>
-          PROGRAM1, PROGRAM2 and PROGRAM3.
+          pcre2-config,
+          pcre2grep,
+          and pcre2test.
         </seg>
         <seg>
-          libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+          libpcre2-8.so,
+          libpcre2-16.so,
+          libpcre2-32.so,
+          and libpcre2-posix.so
         </seg>
         <seg>
-          /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
-          /usr/share/TEMPLATE-&TEMPLATE-version;,
-          /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
-          /var/lib/TEMPLATE.
+          /usr/share/doc/pcre2-&pcre2-version;
         </seg>
       </seglistitem>
     </segmentedlist>
@@ -329,45 +186,48 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <!-- If the program or library name conflicts (is the same) as the
-      package name, add -prog or -lib to the varlistentry entity id
-      and the 2nd entry of the indexterm zone entity -->
-
-      <varlistentry id="PROGRAM1">
-        <term><command>PROGRAM1</command></term>
+      <varlistentry id="pcre2grep">
+        <term><command>pcre2grep</command></term>
         <listitem>
           <para>
-            does this ..... (end the sentence with a period).
+            is a version of <application>grep</application>
+            that understands 
+            <application>Perl compatible regular expressions.</application>.
           </para>
-          <indexterm zone="TEMPLATE PROGRAM1">
-            <primary sortas="b-PROGRAM1">PROGRAM1</primary>
+          <indexterm zone="pcre2 pcre2grep">
+            <primary sortas="b-pcre2grep">pcre2grep</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="PROGRAM2">
-        <term><command>PROGRAM2</command></term>
+      <varlistentry id="pcre2test">
+        <term><command>pcre2test</command></term>
         <listitem>
           <para>
-            does this ..... (end the sentence with a period).
+            can test a 
+            <application>Perl compatible regular expression.</application>
           </para>
-          <indexterm zone="TEMPLATE PROGRAM2">
-            <primary sortas="b-PROGRAM2">PROGRAM2</primary>
+          <indexterm zone="pcre2 pcre2test">
+            <primary sortas="b-pcre2test">pcre2</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="libLIBRARY1">
-        <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+      <varlistentry id="pcre2-config">
+        <term><command>pcre2-config</command></term>
         <listitem>
           <para>
-            contains functions that ..... (end the sentence with a period).
+            outputs compilation information to programs linking against the
+            <application>PCRE2</application> libraries.
           </para>
-          <indexterm zone="TEMPLATE libLIBRARY1">
-            <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+          <indexterm zone="pcre2 pcre2-config">
+            <primary sortas="b-pcre2-config">pcre2-config</primary>
           </indexterm>
         </listitem>
       </varlistentry>
+
     </variablelist>
+
   </sect2>
+
 </sect1>

Modified: trunk/BOOK/general/prog/other-tools.xml
==============================================================================
--- trunk/BOOK/general/prog/other-tools.xml     Sun Sep 18 19:36:50 2016        
(r17778)
+++ trunk/BOOK/general/prog/other-tools.xml     Sun Sep 18 23:17:50 2016        
(r17779)
@@ -2177,6 +2177,8 @@
 
     </sect3>
 
+<!--
+    We actually have valgrind now.
     <sect3 role="package">
       <title>Valgrind</title>
 
@@ -2199,6 +2201,7 @@
       </itemizedlist>
 
     </sect3>
+-->
 
   </sect2>
 

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Sun Sep 18 19:36:50 2016        (r17778)
+++ trunk/BOOK/gnome.ent        Sun Sep 18 23:17:50 2016        (r17779)
@@ -7,6 +7,7 @@
 <!ENTITY gnome-minor-16       "3.16">
 <!ENTITY gnome-minor-18       "3.18">
 <!ENTITY gnome-minor-20       "3.20">
+<!ENTITY gnome-minor-22       "3.22">
 
 <!-- Chapter 30 -->
 <!-- Platform -->
@@ -28,7 +29,7 @@
 <!ENTITY geocode-glib-version         "3.20.1">
 <!ENTITY gnome-online-accounts-version "3.20.3">
 <!ENTITY gnome-menus-version          "3.13.3">
-<!ENTITY grilo-version                "0.3.1">
+<!ENTITY grilo-version                "0.3.2">
 <!ENTITY gtkhtml-version              "4.10.0">
 <!ENTITY libchamplain-version         "0.12.14">
 <!ENTITY libgdata-version             "0.17.5">

Modified: trunk/BOOK/gnome/platform/grilo.xml
==============================================================================
--- trunk/BOOK/gnome/platform/grilo.xml Sun Sep 18 19:36:50 2016        (r17778)
+++ trunk/BOOK/gnome/platform/grilo.xml Sun Sep 18 23:17:50 2016        (r17779)
@@ -6,10 +6,10 @@
 
   <!ENTITY grilo-download-http 
"&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz">
   <!ENTITY grilo-download-ftp  
"&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz">
-  <!ENTITY grilo-md5sum        "3b6733633e42143ff90fac1fef34cf42">
+  <!ENTITY grilo-md5sum        "1a8431f2fbf593d7730b3f79947cc439">
   <!ENTITY grilo-size          "624 KB">
-  <!ENTITY grilo-buildsize     "31 MB">
-  <!ENTITY grilo-time          "0.1 SBU">
+  <!ENTITY grilo-buildsize     "26 MB">
+  <!ENTITY grilo-time          "0.2 SBU">
 ]>
 
 <sect1 id="grilo" xreflabel="Grilo-&grilo-version;" revision="systemd">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Sep 18 19:36:50 
2016        (r17778)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Sep 18 23:17:50 
2016        (r17779)
@@ -44,6 +44,24 @@
 
 -->
     <listitem>
+      <para>September 19th, 2016</para>
+      <itemizedlist>
+        <listitem revision="systemd">
+          <para>[renodr] - Update to grilo-0.3.2. Fixes
+          <ulink url="&blfs-ticket-root;8288">#8288</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Add PCRE2. Fixes
+          <ulink url="&blfs-ticket-root;8269">#8269</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to Samba-4.5.0. Fixes
+          <ulink url="&blfs-ticket-root;8276">#8276</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 18th, 2016</para>
       <itemizedlist>
         <listitem revision="systemd">

Modified: trunk/BOOK/networking/netprogs/samba.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/samba.xml    Sun Sep 18 19:36:50 2016        
(r17778)
+++ trunk/BOOK/networking/netprogs/samba.xml    Sun Sep 18 23:17:50 2016        
(r17779)
@@ -6,10 +6,10 @@
 
   <!ENTITY samba-download-http 
"https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz";>
   <!ENTITY samba-download-ftp  " ">
-  <!ENTITY samba-md5sum        "6950c5e9f7bdeb8a610c2ca957a15be4">
+  <!ENTITY samba-md5sum        "723c483d6a4ebebaa3bfd5099dcff5af">
   <!ENTITY samba-size          "20 MB">
-  <!ENTITY samba-buildsize     "348 MB (add 15 MB for quicktest, reputedly up 
to 348 MB additional for all tests)">
-  <!ENTITY samba-time          "5.4 SBU, using parallelism=4 (add 0.3 SBU for 
quicktest, reputedly up to 110 SBU to run all tests)">
+  <!ENTITY samba-buildsize     "509 MB (add 15 MB for quicktest, reputedly up 
to 348 MB additional for all tests)">
+  <!ENTITY samba-time          "5.6 SBU, using parallelism=4 (add 0.3 SBU for 
quicktest, reputedly up to 110 SBU to run all tests)">
 ]>
 
 <sect1 id="samba" xreflabel="Samba-&samba-version;">
@@ -161,7 +161,7 @@
 -->
     <para>To test the results, as the
     <systemitem class="username">root</systemitem> user, issue:
-    <command>make quicktest 2>&amp;1 | tee quicktest.log</command>.  Summary of
+    <command>make quicktest 2>&amp;1 | tee quicktest.log</command>. A summary 
of
     the test results and some other information may be obtained with
     <command>grep -A5 testsuites quicktest.log</command>.  There are other
     targets (test, subunit-test) available, but take a very long time
@@ -552,25 +552,27 @@
           rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
           samba_spnupdate, samba-tool, samba_upgradedns, sharesec,
           smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
-          smbpasswd, smbspool, smbstatus, smbtar, smbta-util,
+          smbpasswd, smbspool, smbstatus, smbtar, <!-- smbta-util, -->
           smbtorture, smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool,
           testparm, wbinfo, and winbindd
         </seg>
 
         <seg>
-          libdcerpc-atsvc.so, libdcerpc-binding.so, libdcerpc-samr.so,
-          libdcerpc-server.so, libdcerpc.so, libgensec.so, libndr-krb5pac.so,
-          libndr-nbt.so, libndr.so, libndr-standard.so, libnetapi.so,
-          libnss_winbind.so, libnss_wins.so, libregistry.so,
-          libsamba-credentials.so, libsamba-errors.so,
+          <!-- libdcerpc-atsvc.so, --> libdcerpc-binding.so, libdcerpc-samr.so,
+          libdcerpc-server.so, libdcerpc.so, <!-- libgensec.so, -->
+          libndr-krb5pac.so, libndr-nbt.so, libndr.so, libndr-standard.so, 
+          libnetapi.so, libnss_winbind.so, libnss_wins.so, 
+          <!-- libregistry.so, --> libsamba-credentials.so, libsamba-errors.so,
           libsamba-hostconfig.so, libsamba-passdb.so,
           libsamba-policy.so, libsamba-util.so, libsamdb.so,
-          libsmbclient-raw.so, libsmbclient.so, libsmbconf.so, libsmbldap.so,
-          libtevent-util.so, libtevent-unix.so, libtorture.so, 
+          <!-- libsmbclient-raw.so, --> libsmbclient.so, libsmbconf.so, 
+          libsmbldap.so, libtevent-util.so, 
+          <!-- libtevent-unix.so, libtorture.so, -->
           libwbclient.so, <!--mit_samba.so,
-          --> and winbind_krb5_locator.so; the pam_winbind.so and 
pam_smbpass.so
-          PAM libraries; and assorted character set, filesystem and support
-          modules under /usr/lib/{python&python2-majorver;,samba}
+          --> and winbind_krb5_locator.so; the pam_winbind.so
+          <!-- pam_smbpass.so --> PAM library; and assorted character set, 
+          filesystem and support modules under 
+          /usr/lib/{python&python2-majorver;,samba}
         </seg>
 
         <seg>
@@ -1058,6 +1060,7 @@
         </listitem>
       </varlistentry>
 
+<!--
       <varlistentry id="smbta-util">
         <term><command>smbta-util</command></term>
         <listitem>
@@ -1068,6 +1071,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
+-->
 
       <varlistentry id="smbtorture">
         <term><command>smbtorture</command></term>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Sep 18 19:36:50 2016        (r17778)
+++ trunk/BOOK/packages.ent     Sun Sep 18 23:17:50 2016        (r17779)
@@ -155,6 +155,7 @@
 <!ENTITY nspr-version                 "4.12">
 <!ENTITY openobex-version             "1.7.2">
 <!ENTITY pcre-version                 "8.39">
+<!ENTITY pcre2-version                "10.22">
 <!ENTITY popt-version                 "1.16">
 <!ENTITY pth-version                  "2.0.7">
 <!ENTITY ptlib-version                "2.10.11">
@@ -393,7 +394,7 @@
 <!ENTITY ntp-version                  "4.2.8p8">
 <!ENTITY rpcbind-version              "0.2.3">
 <!ENTITY rsync-version                "3.1.2">
-<!ENTITY samba-version                "4.4.5">
+<!ENTITY samba-version                "4.5.0">
 <!ENTITY wget-version                 "1.18">
 <!ENTITY wireless-tools-version       "29">
 <!ENTITY wpa_supplicant-version       "2.5">

Modified: trunk/BOOK/x/installing/x7driver-ati.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-ati.xml    Sun Sep 18 19:36:50 2016        
(r17778)
+++ trunk/BOOK/x/installing/x7driver-ati.xml    Sun Sep 18 23:17:50 2016        
(r17779)
@@ -140,9 +140,9 @@
         
<filename><replaceable>&lt;ENGINEERING_NAME&gt;</replaceable>_rlc.bin</filename>,
         etc. Note that for R600 and R700 family, generic
         <filename>R600_rlc.bin</filename> and 
<filename>R700_rlc.bin</filename> are
-        necessary in adition to the model specific firmware, while for later 
generations
+        necessary in addition to the model specific firmware, while for later 
generations
         (Evergreen, "Northern Islands" and probably "Southern Islands") you 
need the
-        <filename>BTC_rlc.bin</filename> in adition to the model specific 
firmware.
+        <filename>BTC_rlc.bin</filename> in addition to the model specific 
firmware.
         Below is an example for Radeon HD6470, which is "Northern Islands" GPU 
with a
         network card that also requires the firmware:
       </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to