Author: igor
Date: Wed Oct  2 02:50:58 2013
New Revision: 11905

Log:
update to nspr-4.10.1

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/nspr.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Oct  2 02:39:34 2013        (r11904)
+++ trunk/BOOK/general.ent      Wed Oct  2 02:50:58 2013        (r11905)
@@ -258,7 +258,7 @@
 <!ENTITY libzeitgeist-version         "0.3.18">
 <!ENTITY LZO-version                  "2.06">
 <!ENTITY mtdev-version                "1.1.4">
-<!ENTITY nspr-version                 "4.10">
+<!ENTITY nspr-version                 "4.10.1">
 <!ENTITY openobex-version             "1.7.1">
 <!ENTITY pcre-version                 "8.33">
 <!ENTITY popt-version                 "1.16">

Modified: trunk/BOOK/general/genlib/nspr.xml
==============================================================================
--- trunk/BOOK/general/genlib/nspr.xml  Wed Oct  2 02:39:34 2013        (r11904)
+++ trunk/BOOK/general/genlib/nspr.xml  Wed Oct  2 02:50:58 2013        (r11905)
@@ -8,10 +8,10 @@
            
"http://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-md5sum        "f5466def95726b3c900d8a0227bdd034">
+  <!ENTITY nspr-md5sum        "2e354084ca2bc5fbbb820762597f3890">
   <!ENTITY nspr-size          "1.1 MB">
-  <!ENTITY nspr-buildsize     "13 MB">
-  <!ENTITY nspr-time          "less than 0.1 SBU">
+  <!ENTITY nspr-buildsize     "11 MB">
+  <!ENTITY nspr-time          "0.2 SBU">
 ]>
 
 <sect1 id="nspr" xreflabel="NSPR-&nspr-version;">
@@ -109,36 +109,36 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>--with-mozilla</option>: This parameter adds Mozilla support
+      <command>sed -ri 's#^(RELEASE_BINS =).*#\1#'
+      pr/src/misc/Makefile.in</command>: This sed disables installing two 
unneeded
+      scripts.
+    </para>
+
+    <para>
+      <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This sed 
disables
+      installing the static libraries.
+    </para>
+
+    <para>
+      <parameter>--with-mozilla</parameter>: This parameter adds Mozilla 
support
       to the libraries (required if you want to build any other Mozilla
       products and link them to these libraries).
     </para>
 
     <para>
-      <option>--with-pthreads</option>: This parameter forces use of the
+      <parameter>--with-pthreads</parameter>: This parameter forces use of the
       system pthread library.
     </para>
 
     <para>
-      <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
-      --enable-64bit)</option>: The --enable-64bit option is
+      <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
+      --enable-64bit)</parameter>: The --enable-64bit parameter is
       <emphasis>required</emphasis> on an x86_64 system to prevent
       <command>configure</command> failing with a claim that this is a system
       without pthread support. The [ $(uname -m) = x86_64 ] test ensures it has
       no effect on a 32 bit system.
     </para>
 
-    <para>
-      <command>sed -ri 's#^(RELEASE_BINS =).*#\1#'
-      pr/src/misc/Makefile.in</command>: This sed disables installing two 
unneeded
-      scripts.
-    </para>
-
-    <para>
-      <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This sed 
disables
-      installing the static libraries.
-    </para>
-
   </sect2>
 
   <sect2 role="content">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct  2 02:39:34 
2013        (r11904)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct  2 02:50:58 
2013        (r11905)
@@ -47,6 +47,10 @@
       <para>October 2nd, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[igor] - Update to nspr-4.10.1. Fixes
+          <ulink url="&blfs-ticket-root;4127">#4127</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to sudo-1.8.8. Fixes
           <ulink url="&blfs-ticket-root;4126">#4126</ulink>.</para>
         </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