Author: dj
Date: 2009-08-31 18:13:57 -0600 (Mon, 31 Aug 2009)
New Revision: 8001

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/nss.xml
Log:
Updated to corrected NSS Standalone patch.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-08-30 21:15:15 UTC (rev 8000)
+++ trunk/BOOK/general.ent      2009-09-01 00:13:57 UTC (rev 8001)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "29">                   <!-- Always 2 digits -->
-<!ENTITY month        "08">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "August &day;th, &year;">
+<!ENTITY releasedate  "September &day;st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-08-30 21:15:15 UTC 
(rev 8000)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-09-01 00:13:57 UTC 
(rev 8001)
@@ -41,6 +41,16 @@
 
 -->
     <listitem>
+      <para>September 1st, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Corrected broken NSS patch - updated to
+          nss-3.12.4-standalone-2.patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 29th, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/security/nss.xml
===================================================================
--- trunk/BOOK/postlfs/security/nss.xml 2009-08-30 21:15:15 UTC (rev 8000)
+++ trunk/BOOK/postlfs/security/nss.xml 2009-09-01 00:13:57 UTC (rev 8001)
@@ -63,7 +63,7 @@
     <itemizedlist spacing="compact">
       <listitem>
         <para>Required patch: <ulink
-        url="&patch-root;/nss-&nss-version;-standalone-1.patch"/></para>
+        url="&patch-root;/nss-&nss-version;-standalone-2.patch"/></para>
       </listitem>
     </itemizedlist>
 
@@ -95,7 +95,7 @@
 export NSPR_INCLUDE_DIR=/usr/include/nspr &amp;&amp;
 export USE_SYSTEM_ZLIB=1 &amp;&amp;
 export ZLIB_LIBS=-lz &amp;&amp;
-patch -Np1 -i ../nss-&nss-version;-standalone-1.patch &amp;&amp;
+patch -Np1 -i ../nss-&nss-version;-standalone-2.patch &amp;&amp;
 make -C mozilla/security/nss nss_build_all</userinput></screen>
 
     <para>To test the results, you'll need to set the domain name of your

-- 
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