Author: bdubbs
Date: Mon May  9 10:26:17 2016
New Revision: 17339

Log:
Update to List-AllUtils-0.10.
Add --disable-avahi to cups filters with explanation. 
Update to Linux-PAM-1.3.0.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/perl-modules.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/linux-pam.xml
   trunk/BOOK/pst/printing/cups-filters.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat May  7 23:47:56 2016        (r17338)
+++ trunk/BOOK/general.ent      Mon May  9 10:26:17 2016        (r17339)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "07">                   <!-- Always 2 digits -->
+<!ENTITY day          "09">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 7th &year;">
+<!ENTITY releasedate  "May 9th &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/prog/perl-modules.xml
==============================================================================
--- trunk/BOOK/general/prog/perl-modules.xml    Sat May  7 23:47:56 2016        
(r17338)
+++ trunk/BOOK/general/prog/perl-modules.xml    Mon May  9 10:26:17 2016        
(r17339)
@@ -61,7 +61,7 @@
   <!ENTITY libwww-perl-md5sum "6888c9d8728cd6f3ea3c9754461c9f94">
 
   <!ENTITY List-AllUtils-download-http 
"http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz";>
-  <!ENTITY List-AllUtils-md5sum "3e2dfeeef80c4e1952443c6b7d48583c">
+  <!ENTITY List-AllUtils-md5sum "a17e4239bd9bdfa272a104954678336a">
 
   <!ENTITY List-MoreUtils-download-http 
"http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz";>
   <!ENTITY List-MoreUtils-md5sum "a8e42767dd4f41f51b96749efe5ef31a">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat May  7 23:47:56 
2016        (r17338)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon May  9 10:26:17 
2016        (r17339)
@@ -44,6 +44,25 @@
 
 -->
     <listitem>
+      <para>May 9th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to List-AllUtils-0.10.  Fixes
+          <ulink url="&blfs-ticket-root;7814">#7814</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Add --disable-avahi to cups filters with
+          explanation.  Fixes
+          <ulink url="&blfs-ticket-root;7805">#7805</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to Linux-PAM-1.3.0.  Fixes
+          <ulink url="&blfs-ticket-root;7704">#7794</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 7th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat May  7 23:47:56 2016        (r17338)
+++ trunk/BOOK/packages.ent     Mon May  9 10:26:17 2016        (r17339)
@@ -320,7 +320,7 @@
 <!ENTITY Glib-perl-version            "1.280">
 <!ENTITY HTML-Parser-version          "3.72">
 <!ENTITY IPC-Run3-version             "0.048">
-<!ENTITY List-AllUtils-version        "0.09">
+<!ENTITY List-AllUtils-version        "0.10">
 <!ENTITY List-MoreUtils-version       "0.415">
 <!ENTITY Log-Log4perl-version         "1.47">
 <!ENTITY LWP-version                  "6.15">

Modified: trunk/BOOK/postlfs/security/linux-pam.xml
==============================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml   Sat May  7 23:47:56 2016        
(r17338)
+++ trunk/BOOK/postlfs/security/linux-pam.xml   Mon May  9 10:26:17 2016        
(r17339)
@@ -6,10 +6,10 @@
 
   <!ENTITY linux-pam-download-http 
"http://linux-pam.org/library/Linux-PAM-&linux-pam-version;.tar.bz2";>
   <!ENTITY linux-pam-download-ftp  " ">
-  <!ENTITY linux-pam-md5sum        "9dc53067556d2dd567808fd509519dd6">
+  <!ENTITY linux-pam-md5sum        "da4b2289b7cfb19583d54e9eaaef1c3a">
   <!ENTITY linux-pam-size          "1.3 MB">
-  <!ENTITY linux-pam-buildsize     "33 MB (with tests)">
-  <!ENTITY linux-pam-time          "0.3 SBU (with tests)">
+  <!ENTITY linux-pam-buildsize     "28 MB (with tests)">
+  <!ENTITY linux-pam-time          "0.5 SBU (with tests)">
 
   <!ENTITY linux-pam-docs-download 
"http://linux-pam.org/documentation/Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2";>
   <!ENTITY linux-pam-docs-md5sum   "558378b8be9b8b5c987326f4529f2130">

Modified: trunk/BOOK/pst/printing/cups-filters.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups-filters.xml    Sat May  7 23:47:56 2016        
(r17338)
+++ trunk/BOOK/pst/printing/cups-filters.xml    Mon May  9 10:26:17 2016        
(r17339)
@@ -137,6 +137,7 @@
         --localstatedir=/var            \
         --without-rcdir                 \
         --disable-static                \
+        --disable-avahi                 \
         --with-gs-path=/usr/bin/gs      \
         --with-pdftops-path=/usr/bin/gs \
         --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
@@ -158,6 +159,13 @@
     <title>Command Explanations</title>
 
     <para>
+      <parameter>--disable-avahi</parameter>: This switch is needed
+      if the optional <xref linkend="avahi"/> is not installed. Remove
+      it if avahi is installed and you need network printer discovery
+      capabilities.
+    </para>
+
+    <para>
       <parameter>--without-rcdir</parameter>: This switch disables
       installation of the bundled bootscript which is not compatible
       with BLFS.
-- 
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