Changeset 67bd6fe4 for postlfs


Ignore:
Timestamp:
10/26/2012 11:12:02 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3caf72a
Parents:
91be7ab
Message:

NSS and NSPR updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10800 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    r91be7ab r67bd6fe4  
    66
    77  <!ENTITY nss-download-http
    8            "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     8           "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_RTM/src/nss-&nss-version;.tar.gz">
    99  <!ENTITY nss-download-ftp
    10            "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
    11   <!ENTITY nss-md5sum        "15ea0e3b63cd0d18b5b75619afc46c3e">
    12   <!ENTITY nss-size          "5.9 MB">
    13   <!ENTITY nss-buildsize     "73 MB">
     10           "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_RTM/src/nss-&nss-version;.tar.gz">
     11  <!ENTITY nss-md5sum        "3918d5f9eb2996271cf62d52f084fd45">
     12  <!ENTITY nss-size          "5.8 MB">
     13  <!ENTITY nss-buildsize     "70 MB">
    1414  <!ENTITY nss-time          "0.8 SBU">
    1515]>
     
    9999      <xref linkend="sqlite"/>
    100100    </para>
    101 
    102101
    103102    <para condition="html" role="usernotes">
     
    122121  $([ -f /usr/include/sqlite3.h ] &amp;&amp; echo NSS_USE_SYSTEM_SQLITE=1)</userinput></screen>
    123122
    124     <para>This package does not come with a test suite.</para>
    125 <!--
    126     <para>
    127       If you wish to test the results, you'll need to set the domain name of
    128       your system in the <envar>DOMSUF</envar> environment variable. Most of the
    129       tests will fail if you don't provide the correct domain name. The
    130       voluminous output will report how many of the several thousand tests
    131       passed, and if any failed.  To review the details of any failures, you may
    132       wish to capture stdout and stderr in a file.
    133     </para>
    134 
    135     <para>
    136       To run the tests, ensure you change the <command>export DOMSUF</command>
    137       command below to an appropriate value, e.g.,
    138       <parameter>mydomain.com</parameter> or, if you do not have any domain in
    139       your <filename>/etc/hosts</filename> replace this with the developers'
    140       recommendation of
    141       <command>"export HOST=localhost DOMSUF=localdomain"</command> and issue
    142       the following commands:
    143     </para>
    144 
    145 <screen><userinput>bash
    146 
    147 export NSS_LINUXDIR=$(basename `ls -d $PWD/mozilla/dist/Linux*`) &amp;&amp;
    148 export DOMSUF=<replaceable>&lt;validdomain.name&gt;</replaceable> &amp;&amp;
    149 export PATH=$PATH:$PWD/mozilla/dist/$NSS_LINUXDIR/bin &amp;&amp;
    150 export TEST_RESULTSDIR=$PWD/mozilla/tests_results/security &amp;&amp;
    151 
    152 cd mozilla/security/nss/tests &amp;&amp;
    153 sed -i 's/gmake/make/' common/init.sh &amp;&amp;
    154 ./all.sh &amp;&amp;
    155 
    156 grep Passed $TEST_RESULTSDIR/$(hostname).1/results.html | wc -l &amp;&amp;
    157 
    158 exit</userinput></screen>
    159 -->
     123    <para>
     124      This package does not come with a test suite.
     125    </para>
     126
    160127    <para>
    161128      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.