Author: randy
Date: 2006-10-10 17:12:56 -0600 (Tue, 10 Oct 2006)
New Revision: 6334
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/nss.xml
Log:
Updated to NSS-3.11.3
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-10-08 20:55:56 UTC (rev 6333)
+++ trunk/BOOK/general.ent 2006-10-10 23:12:56 UTC (rev 6334)
@@ -1,4 +1,4 @@
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -64,7 +64,7 @@
<!ENTITY cyrus-sasl-version "2.1.21">
<!ENTITY stunnel-version "4.15">
<!ENTITY sudo-version "1.6.8p12">
-<!ENTITY nss-version "3.11">
+<!ENTITY nss-version "3.11.3">
<!-- Chapter 5 -->
<!ENTITY reiser-version "3.6.19">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-08 20:55:56 UTC
(rev 6333)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-10 23:12:56 UTC
(rev 6334)
@@ -42,18 +42,27 @@
-->
<listitem>
+ <para>October 11th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to NSS-3.11.3.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 8th, 2006</para>
<itemizedlist>
<listitem>
- <para>[dnicholson] - Updated to firefox-1.5.0.7. Fixes
+ <para>[dnicholson] - Updated to Firefox-1.5.0.7. Fixes
#2150.</para>
</listitem>
<listitem>
- <para>[dnicholson] - Updated to thunderbird-1.5.0.7 and
- enigmail-0.94.1. Fixes #2151 and #2171.</para>
+ <para>[dnicholson] - Updated to Thunderbird-1.5.0.7 and
+ Enigmail-0.94.1. Fixes #2151 and #2171.</para>
</listitem>
<listitem>
- <para>[dnicholson] - Updated to links-2.1pre23. Installed some
+ <para>[dnicholson] - Updated to Links-2.1pre23. Installed some
user documentation from the tarball. Closes #2042.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/security/nss.xml
===================================================================
--- trunk/BOOK/postlfs/security/nss.xml 2006-10-08 20:55:56 UTC (rev 6333)
+++ trunk/BOOK/postlfs/security/nss.xml 2006-10-10 23:12:56 UTC (rev 6334)
@@ -4,24 +4,13 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- 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> -->
-
- <!ENTITY nss-download-http
"http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/nss-&nss-version;.tar.gz">
- <!ENTITY nss-download-ftp
"ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/nss-&nss-version;.tar.gz">
- <!ENTITY nss-md5sum "9be73bd73e361e5e36edf77f456fa20a">
- <!ENTITY nss-size "5.0 MB">
- <!ENTITY nss-buildsize "67.6 MB">
- <!ENTITY nss-time "1.0 SBU (additional 0.5 SBU to run the test
suite)">
+ <!ENTITY nspr-version "4.6.3">
+ <!ENTITY nss-download-http
"http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_3_RTM/src/nss-&nss-version;-with-nspr-&nspr-version;.tar.gz">
+ <!ENTITY nss-download-ftp
"ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_3_RTM/src/nss-&nss-version;-with-nspr-&nspr-version;.tar.gz">
+ <!ENTITY nss-md5sum "e50f0e1ccb964ed02c22eec02e4d30d2">
+ <!ENTITY nss-size "4.9 MB">
+ <!ENTITY nss-buildsize "65.2 MB">
+ <!ENTITY nss-time "0.8 SBU (additional 0.9 SBU to run the test
suite)">
]>
<sect1 id="nss" xreflabel="NSS-&nss-version;">
@@ -84,21 +73,10 @@
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
- url="&patch-root;/nss-&nss-version;-fedora_fixes-1.patch"/></para>
+
url="&patch-root;/nss-&nss-version;-with-nspr-&nspr-version;-fedora_fixes-1.patch"/></para>
</listitem>
</itemizedlist>
- <!--
- <bridgehead renderas="sect3">NSS Dependencies</bridgehead>
-
- <bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend=""/></para>
-
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><ulink
- url="http://www.some.url/">DEPENDENCY</ulink></para>
- -->
-
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/nss"/></para>
@@ -115,7 +93,7 @@
export WORKINGDIR=$PWD &&
export BUILD_OPT=1 &&
-patch -Np1 -i ../nss-&nss-version;-fedora_fixes-1.patch &&
+patch -Np1 -i
../nss-&nss-version;-with-nspr-&nspr-version;-fedora_fixes-1.patch &&
cd mozilla/security/nss &&
make nss_build_all &&
@@ -127,7 +105,7 @@
system in the <envar>DOMSUF</envar> environment variable. Most of the tests
will fail if you don't provide the correct domain name. A self-generated
log file will be parsed at the end of the test to display how many tests
- passed. It should return 770. To run the tests, ensure you change the
+ passed. It should return 800. To run the tests, ensure you change the
<command>export DOMSUF</command> command below to an appropriate value,
e.g., <parameter>mydomain.com</parameter> and issue the following
commands:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page