Author: fernando
Date: Sat Oct 24 07:43:19 2015
New Revision: 16560

Log:
• Update to ntp-4.2.8p4 - Security update.
• graphviz-2.38.0 fails to build with ghostscript-9.18.
• audiofile-0.3.6: tests DO pass with --disable-static.
• Update to gnutls-3.4.6.
• Update to nss-3.20.1.
• Update to nspr-4.10.10.
• libmpeg2-0.5.1: install only shared libraries.
• libquicktime-1.2.4: rephase one paragrah about doxygen.
• libcanberra-0.30: include some "Command Explanations and fix one
  directory.
• Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to
  remember to fix profile for user or glogal one.
• ghostscript-9.16: fix instruction for symlink to docs, for eventual
  reinstal.
• libogg-1.3.2: reformat.
• FAAD2-2.7: reformat.
• faac-1.28: reformat.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/nspr.xml
   trunk/BOOK/general/genutils/graphviz.xml
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/audiofile.xml
   trunk/BOOK/multimedia/libdriv/faac.xml
   trunk/BOOK/multimedia/libdriv/faad2.xml
   trunk/BOOK/multimedia/libdriv/libcanberra.xml
   trunk/BOOK/multimedia/libdriv/libmpeg2.xml
   trunk/BOOK/multimedia/libdriv/libogg.xml
   trunk/BOOK/multimedia/libdriv/libquicktime.xml
   trunk/BOOK/networking/netprogs/ntp.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/gnutls.xml
   trunk/BOOK/postlfs/security/nss.xml
   trunk/BOOK/pst/printing/gs.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/general.ent      Sat Oct 24 07:43:19 2015        (r16560)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "23">                   <!-- Always 2 digits -->
+<!ENTITY day          "24">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 23rd &year;">
+<!ENTITY releasedate  "October 24th &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/nspr.xml
==============================================================================
--- trunk/BOOK/general/genlib/nspr.xml  Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/general/genlib/nspr.xml  Sat Oct 24 07:43:19 2015        (r16560)
@@ -7,7 +7,7 @@
   <!ENTITY nspr-download-http 
"https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz";>
 <!--  <!ENTITY nspr-download-ftp 
"ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz";>-->
   <!ENTITY nspr-download-ftp " ">
-  <!ENTITY nspr-md5sum        "86769a7fc3b4c30f7fdcb45ab284c452">
+  <!ENTITY nspr-md5sum        "cf43d04668ab20f12cd0b5fa24315354">
   <!ENTITY nspr-size          "1.1 MB">
   <!ENTITY nspr-buildsize     "12 MB">
   <!ENTITY nspr-time          "less than 0.1 SBU">

Modified: trunk/BOOK/general/genutils/graphviz.xml
==============================================================================
--- trunk/BOOK/general/genutils/graphviz.xml    Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/general/genutils/graphviz.xml    Sat Oct 24 07:43:19 2015        
(r16560)
@@ -134,8 +134,12 @@
       commands:
     </para>
 
-<screen><userinput>sed "s:ruby-1.9:ruby-2.2:g" -i configure &amp;&amp;
-./configure --prefix=/usr &amp;&amp;
+<screen><userinput>sed -e "s:ruby-1.9:ruby-2.2:g" \
+    -i configure                  &amp;&amp;
+sed -e 's/ e_/ gs_error_/' \
+    -i plugin/gs/gvloadimage_gs.c &amp;&amp;
+
+./configure --prefix=/usr         &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -166,11 +170,19 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed "s:ruby-1.9:ruby-2.2:g" -i configure</command>: Use this
-      command, if ruby-2.2.0 is installed and you wish
+      <command>sed -e "s:ruby-1.9:ruby-2.2:g" -i configure</command>:
+      Use this command, if ruby-2.2.0 is installed and you wish
       <application>Graphviz</application> built with support for it.
     </para>
 
+    <para>
+      <command>sed -e 's/ e_/ gs_error_/' ...</command>: Use this
+      command, if ghostscript-9.18 or later is installed and you wish
+      <application>Graphviz</application> built with support for it, or
+      else the build fails because some identifiers have been renamed in
+      ghostscript-9.18's headers.
+    </para>
+
   </sect2>
 
   <sect2 role="configuration">
@@ -235,7 +247,7 @@
         <seg>
           /usr/include/graphviz,
           /usr/lib/graphviz,
-          /usr/lib/tcl8.6/graphviz, 
+          /usr/lib/tcl8.6/graphviz,
           /usr/share/doc/graphviz-&graphviz-version;, and
           /usr/share/graphviz
         </seg>
@@ -446,7 +458,7 @@
         <term><command>graphml2gv</command></term>
         <listitem>
           <para>
-            converts a graph specified in the GRAPHML format to a graph in 
+            converts a graph specified in the GRAPHML format to a graph in
             the GV (formerly DOT) format.
           </para>
           <indexterm zone="graphviz graphml2gv">

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/general/prog/python3.xml Sat Oct 24 07:43:19 2015        (r16560)
@@ -180,7 +180,7 @@
 
     <para>
       <option>--with-system-expat</option>: This switch enables linking against
-      system version of <application>Expat</application>. 
+      system version of <application>Expat</application>.
     </para>
 
     <para>
@@ -214,11 +214,13 @@
 
     <para>
       In order for <command>python3</command> to find the installed
-      documentation, you must add the following environment variable to
-      individual user's or the system's profile:
+      documentation, define the following environment version
+      independent variable and add to the individual user's or system's
+      profile:
     </para>
 
-<screen role="root"><userinput>export 
PYTHONDOCS=/usr/share/doc/python-&python3-version;/html</userinput></screen>
+<screen role="root"><userinput>ln -svfn python--&python3-version; 
/usr/share/doc/python-3 &amp;&amp;
+export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
 
   </sect2>
 
@@ -246,7 +248,7 @@
           python&python3-majorver;m-config,
 
           pyvenv (symlink),
-          pyvenv&python3-majorver;,
+          pyvenv-&python3-majorver;,
 
           idle3 (symlink), and
           idle&python3-majorver;

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct 23 20:22:27 
2015        (r16559)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 24 07:43:19 
2015        (r16560)
@@ -45,6 +45,42 @@
 -->
 
     <listitem>
+      <para>October 24th, 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[fernando] - libmpeg2-0.5.1: install only shared libraries.
+          Fixes <ulink url="&blfs-ticket-root;7045">#7045</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - Update nspr-4.10.10. Fixes
+          <ulink url="&blfs-ticket-root;7041">#7041</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - Update to nss-3.20.1. Fixes
+          <ulink url="&blfs-ticket-root;7040">#7040</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - Update to gnutls-3.4.6. Fixes
+          <ulink url="&blfs-ticket-root;7039">#7039</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - audiofile-0.3.6: tests DO pass with
+          --disable-static. Fixes
+          <ulink url="&blfs-ticket-root;7038">#7038</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - graphviz-2.38.0 fails to build with
+          ghostscript-9.18. Fixes
+          <ulink url="&blfs-ticket-root;7037">#7037</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - Update to ntp-4.2.8p4 - Security update. Fixes
+          <ulink url="&blfs-ticket-root;7042">#7042</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 23rd, 2015</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/audiofile.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/audiofile.xml Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/multimedia/libdriv/audiofile.xml Sat Oct 24 07:43:19 2015        
(r16560)
@@ -102,20 +102,38 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>. 
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command>.
       Note that the tests will fail if the --disable-static
-      option is used.
+      option is used and tests are executed before
+      <command>make install</command>. You have three options:
     </para>
 
     <para>
-      Now, as the <systemitem class="username">root</systemitem> user:
+     (a) configure without --disable-static, run the tests, but do not
+     install, then start a fresh build using --disable-static just for
+     installing the package.
     </para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+    <para>
+     (b) configure with --disable-static, but only run the tests after the
+     package is installed.
+    </para>
+
+    <para>
+     (b) configure with --disable-static, but only run the tests after a
+     DESTDIR install.
+    </para>
 
   </sect2>
 

Modified: trunk/BOOK/multimedia/libdriv/faac.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/faac.xml      Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/multimedia/libdriv/faac.xml      Sat Oct 24 07:43:19 2015        
(r16560)
@@ -88,7 +88,9 @@
     following commands:</para>
 
 <screen><userinput>patch -Np1 -i ../faac-&faac-version;-glibc_fixes-1.patch 
&amp;&amp;
+
 sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
+
 ./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/multimedia/libdriv/faad2.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/faad2.xml     Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/multimedia/libdriv/faad2.xml     Sat Oct 24 07:43:19 2015        
(r16560)
@@ -91,9 +91,12 @@
     following commands:</para>
 
 <screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch 
&amp;&amp;
+
 sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in &amp;&amp;
-sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am &amp;&amp;
+sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am         &amp;&amp;
+
 autoreconf -fi &amp;&amp;
+
 ./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/multimedia/libdriv/libcanberra.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libcanberra.xml       Fri Oct 23 20:22:27 
2015        (r16559)
+++ trunk/BOOK/multimedia/libdriv/libcanberra.xml       Sat Oct 24 07:43:19 
2015        (r16560)
@@ -125,6 +125,14 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><parameter>--disable-oss</parameter>: disable optional deprecated OSS
+    support</para>
+
+    <para><option>--disable-gtk</option>: disable optional GTK+ 2 
support</para>
+
+    <para><option>--disable-gtk3</option>: disable optional GTK+ 3
+    support</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/gtk-doc-rebuild.xml"/>
 
@@ -148,7 +156,7 @@
         </seg>
         <seg>
           /usr/lib/libcanberra-&libcanberra-version;,
-          /usr/share/doc/libcanberra and
+          /usr/share/doc/libcanberra-&libcanberra-version; and
           /usr/share/gtk-doc/html/libcanberra
         </seg>
       </seglistitem>

Modified: trunk/BOOK/multimedia/libdriv/libmpeg2.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libmpeg2.xml  Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/multimedia/libdriv/libmpeg2.xml  Sat Oct 24 07:43:19 2015        
(r16560)
@@ -36,7 +36,7 @@
     This is useful for programs and applications needing to decode MPEG-2 and
     MPEG-1 video streams.</para>
 
-    &lfs78_checked; 
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -78,7 +78,10 @@
     commands:</para>
 
 <screen><userinput>sed -i 's/static const/static/' libmpeg2/idct_mmx.c 
&amp;&amp;
-./configure --prefix=/usr                           &amp;&amp;
+
+./configure --prefix=/usr    \
+            --enable-shared  \
+            --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>. To
@@ -88,6 +91,7 @@
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install &amp;&amp;
+
 install -v -m755 -d /usr/share/doc/mpeg2dec-&libmpeg2-version; &amp;&amp;
 install -v -m644 README doc/libmpeg2.txt \
                     
/usr/share/doc/mpeg2dec-&libmpeg2-version;</userinput></screen>
@@ -99,6 +103,10 @@
 
     <para><command>sed -i ...</command>: This <command>sed</command> fixes
     problems with recent GCC compilers.</para>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
   </sect2>
 
   <sect2 role="content">
@@ -111,9 +119,11 @@
 
       <seglistitem>
         <seg>corrupt_mpeg2, extract_mpeg2 and mpeg2dec</seg>
-        <seg>libmpeg2.{so,a} and libmpeg2convert.{so,a}</seg>
-        <seg>/usr/include/mpeg2dec and
-        /usr/share/doc/mpeg2dec-&libmpeg2-version;</seg>
+        <seg>libmpeg2.so and libmpeg2convert.so</seg>
+        <seg>
+          /usr/include/mpeg2dec and
+          /usr/share/doc/mpeg2dec-&libmpeg2-version;
+        </seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/multimedia/libdriv/libogg.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libogg.xml    Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/multimedia/libdriv/libogg.xml    Sat Oct 24 07:43:19 2015        
(r16560)
@@ -68,7 +68,9 @@
     <para>Install <application>libogg</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr 
--docdir=/usr/share/doc/libogg-&libogg-version; --disable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr    \
+            --disable-static \
+            --docdir=/usr/share/doc/libogg-&libogg-version; &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>

Modified: trunk/BOOK/multimedia/libdriv/libquicktime.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libquicktime.xml      Fri Oct 23 20:22:27 
2015        (r16559)
+++ trunk/BOOK/multimedia/libdriv/libquicktime.xml      Sat Oct 24 07:43:19 
2015        (r16560)
@@ -135,6 +135,7 @@
     </para>
 
 <screen role="root"><userinput>make install &amp;&amp;
+
 install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; 
&amp;&amp;
 install -v -m644    README doc/{*.txt,*.html,mainpage.incl} \
                     
/usr/share/doc/libquicktime-&libquicktime-version;</userinput></screen>
@@ -150,8 +151,9 @@
     </para>
 
     <para>
-      <parameter>--without-doxygen</parameter>: This is necessary if you do
-      not have <application>Doxygen</application>, omit this if installed.
+      <parameter>--without-doxygen</parameter>: This is necessary if you do not
+      have <application>Doxygen</application>, omit this if it is installed and
+      you wish the API documentation installed.
     </para>
 
     <para>

Modified: trunk/BOOK/networking/netprogs/ntp.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/ntp.xml      Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/networking/netprogs/ntp.xml      Sat Oct 24 07:43:19 2015        
(r16560)
@@ -7,10 +7,10 @@
   <!ENTITY ntp-download-http 
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz";>
 <!--  <!ENTITY ntp-download-ftp  
"&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
   <!ENTITY ntp-download-ftp  " ">
-  <!ENTITY ntp-md5sum        "b98b0cbb72f6df04608e1dd5f313808b">
+  <!ENTITY ntp-md5sum        "6af96862b09324a8ef965ca76b759c8b">
   <!ENTITY ntp-size          "6.8 MB">
-  <!ENTITY ntp-buildsize     "68 MB">
-  <!ENTITY ntp-time          "0.5 SBU">
+  <!ENTITY ntp-buildsize     "116 MB (with tests)">
+  <!ENTITY ntp-time          "1 SBU (with tests)">
 ]>
 
 <sect1 id="ntp" xreflabel="ntp-&ntp-version;">

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/packages.ent     Sat Oct 24 07:43:19 2015        (r16560)
@@ -13,7 +13,7 @@
 <!ENTITY cracklib-version             "2.9.6">
 <!ENTITY cyrus-sasl-version           "2.1.26">
 <!ENTITY gnupg2-version               "2.1.9">
-<!ENTITY gnutls-version               "3.4.5">
+<!ENTITY gnutls-version               "3.4.6">
 <!ENTITY gpgme-version                "1.6.0">
 <!ENTITY haveged-version              "1.9.1">
 <!ENTITY iptables-version             "1.4.21">
@@ -24,11 +24,11 @@
 <!ENTITY mitkrb-version               "&mitkrb-major-version;.2">
 <!ENTITY nettle-version               "3.1.1">
 <!ENTITY nss-minor-version            "20">
-<!-- normal
-<!ENTITY nss-micro-version            "0">
-<!ENTITY nss-version                  
"3.&nss-minor-version;.&nss-micro-version;"> -->
-<!-- major and minor only -->
-<!ENTITY nss-version                  "3.&nss-minor-version;">
+<!-- normal -->
+<!ENTITY nss-micro-version            "1">
+<!ENTITY nss-version                  
"3.&nss-minor-version;.&nss-micro-version;">
+<!-- major and minor only
+<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
 <!ENTITY openssh-version              "7.1p1">
 <!ENTITY openssl-version              "1.0.2d">
 <!ENTITY p11-kit-version              "0.23.1">    <!-- Even minors only -->
@@ -137,7 +137,7 @@
 <!ENTITY lzo-version                  "2.09">
 <!ENTITY mtdev-version                "1.1.5">
 <!ENTITY npth-version                 "1.2">
-<!ENTITY nspr-version                 "4.10.9">
+<!ENTITY nspr-version                 "4.10.10">
 <!ENTITY openobex-version             "1.7.1">
 <!ENTITY pcre-version                 "8.37">
 <!ENTITY popt-version                 "1.16">
@@ -353,7 +353,7 @@
 <!ENTITY ncftp-version                "3.2.5">
 <!ENTITY net-tools-version            "CVS_20101030">
 <!ENTITY nfs-utils-version            "1.3.3">
-<!ENTITY ntp-version                  "4.2.8p3">
+<!ENTITY ntp-version                  "4.2.8p4">
 <!ENTITY rpcbind-version              "0.2.3">
 <!ENTITY rsync-version                "3.1.1">
 <!ENTITY samba-version                "4.2.3">

Modified: trunk/BOOK/postlfs/security/gnutls.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnutls.xml      Fri Oct 23 20:22:27 2015        
(r16559)
+++ trunk/BOOK/postlfs/security/gnutls.xml      Sat Oct 24 07:43:19 2015        
(r16560)
@@ -6,10 +6,10 @@
 
   <!ENTITY gnutls-download-http " ">
   <!ENTITY gnutls-download-ftp  
"ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz";>
-  <!ENTITY gnutls-md5sum        "f5dae0e0ecda28aab12386e6c0705d4c">
+  <!ENTITY gnutls-md5sum        "4f2c4b4483da65de7edfeb050911fafb">
   <!ENTITY gnutls-size          "6.3 MB">
-  <!ENTITY gnutls-buildsize     "110 MB (126 MB, with tests)">
-  <!ENTITY gnutls-time          "0.9 SBU (5.0 SBU, with tests)">
+  <!ENTITY gnutls-buildsize     "128 MB or 144 MB, with tests (all with 
bundled API docs)">
+  <!ENTITY gnutls-time          "0.9 SBU or 4.3 SBU, with tests  (all with 
bundled API docs)">
 ]>
 
 <sect1 id="gnutls" xreflabel="GnuTLS-&gnutls-version;">

Modified: trunk/BOOK/postlfs/security/nss.xml
==============================================================================
--- trunk/BOOK/postlfs/security/nss.xml Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/postlfs/security/nss.xml Sat Oct 24 07:43:19 2015        (r16560)
@@ -7,17 +7,17 @@
 <!-- for when .0 is not part of the new tarball name -->
   <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases">
 
-<!--<!ENTITY nss-download-http 
"https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz";>-->
+<!ENTITY nss-download-http 
"https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz";>
 <!-- <!ENTITY nss-download-ftp 
"ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz";>-->
 <!ENTITY nss-download-ftp " ">
 <!-- no micro versions -->
-<!ENTITY nss-download-http 
"https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz";>
+<!--<!ENTITY nss-download-http 
"https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz";>-->
 <!--<!ENTITY nss-download-ftp 
"ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz";> 
-->
 
-  <!ENTITY nss-md5sum        "db83988499d1eb3b623d77ecf495b0f5">
+  <!ENTITY nss-md5sum        "c285ef92de0031cb0a8caa60d396d618">
   <!ENTITY nss-size          "6.7 MB">
   <!ENTITY nss-buildsize     "84 MB">
-  <!ENTITY nss-time          "0.7 SBU">
+  <!ENTITY nss-time          "0.8 SBU">
 ]>
 
 <sect1 id="nss" xreflabel="NSS-&nss-version;">

Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml      Fri Oct 23 20:22:27 2015        (r16559)
+++ trunk/BOOK/pst/printing/gs.xml      Sat Oct 24 07:43:19 2015        (r16560)
@@ -217,7 +217,7 @@
 
     <para>Now make the documentation accessible from the normal place:</para>
 
-<screen role="root"><userinput>ln -sfv ../ghostscript/&gs-version;/doc 
/usr/share/doc/ghostscript-&gs-version;</userinput></screen>
+<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc 
/usr/share/doc/ghostscript-&gs-version;</userinput></screen>
 
     <para>
       If you have downloaded any fonts, unpack them to
-- 
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