Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    r88fdf09 rf59814c  
    1212
    1313<!-- no micro versions -->
    14 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     14  <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
    1515
    1616  <!ENTITY nss-download-ftp  " ">
    17   <!ENTITY nss-md5sum        "df451e99d09589da6c3d4f103de877bc">
    18   <!ENTITY nss-size          "79 MB">
    19   <!ENTITY nss-buildsize     "305 MB (add 122 MB for tests)">
    20   <!ENTITY nss-time          "5.8 SBU (with parallelism=4, add 17 SBU for tests)">
     17  <!ENTITY nss-md5sum        "afbbb03ae4034a55d28de658ba4e18ff">
     18  <!ENTITY nss-size          "78 MB">
     19  <!-- 50 MB increase is due to new test files, see #12187 -->
     20  <!ENTITY nss-buildsize     "294 MB (add 139 MB for tests)">
     21  <!ENTITY nss-time          "2.6 SBU (with parallelism=4, add 24 SBU for tests)">
    2122]>
    2223
     
    2526
    2627  <sect1info>
     28    <othername>$LastChangedBy$</othername>
    2729    <date>$Date$</date>
    2830  </sect1info>
     
    4749    </para>
    4850
    49     &lfs110a_checked;
     51    &lfs10_checked;
    5052
    5153    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118120         for more information. -->
    119121
    120     <!-- And with another rebuild of nss-3.54, all is well again, but broken in 3.60 -->
    121     <!-- fixed again in 3.62
     122    <!-- And with another rebuild of nss-3.54, all is well again
    122123    <note>
    123124      <para>
    124125        This package does not support parallel build.
    125126      </para>
    126     </note>-->
     127    </note>
     128   -->
    127129
    128130    <para>
     
    134136cd nss &amp;&amp;
    135137
    136 make BUILD_OPT=1                  \
     138make BUILD_OPT=1                      \
    137139  NSPR_INCLUDE_DIR=/usr/include/nspr  \
    138140  USE_SYSTEM_ZLIB=1                   \
     
    144146    <para>
    145147      <!-- the unittest files get compiled automatically since nss-3.31.0 -->
    146       To run the tests, execute the following commands (1 test is known to fail):
     148      <!-- The unit tests were run during the build.-->
     149      To run the tests, execute the following commands:
    147150    </para>
    148151
    149152<screen remap="test"><userinput>cd tests &amp;&amp;
    150 HOST=localhost DOMSUF=localdomain ./all.sh
     153HOST=localhost DOMSUF=localdomain ./all.sh &amp;&amp;
    151154cd ../</userinput></screen>
    152155   
    153     <note> 
    154       <para>Some information about the tests:</para>
    155       <itemizedlist spacing="compact">
    156       <listitem>
    157         <para>
    158            HOST=localhost and DOMSUF=localdomain are required
    159            Without these variables, a FQDN is
    160            required to specified and this generic way should work for
     156    <!--   Some information about the tests:
     157         - HOST=localhost and DOMSUF=localdomain require the changes done to
     158           /etc/hosts in r11892 (LFS). Without these variables, a FQDN is
     159           required to specified, and this generic way should work for
    161160           everyone.
    162         </para>
    163       </listitem>
    164       <listitem>
    165         <para>
    166            The tests take an extremely long time to run. If desired there is
    167            information in the all.sh script about running subsets of the
    168            total test suite.
    169         </para>
    170       </listitem>
    171       <listitem>
    172         <para>
    173            When interrupting the tests, the test suite
     161         - With NSS-3.53, there were 53,866 tests. The tests take an
     162           extremely long time to run.
     163         - Another interesting discovery has to do with interrupting the tests.
     164           It was discovered that, when interrupting the tests, the test suite
    174165           fails to spin down test servers that are run. This leads to an
    175166           infinite loop in the tests where the test suite tries to kill a server
    176167           that doesn't exist anymore because it pulls the wrong PID.
    177         </para>
    178       </listitem>
    179       <listitem>
    180         <para>
    181            Test suite results (in HTML format!) can be found at
    182            ../../test_results/security/localhost.1/results.html
    183         </para>
    184       </listitem>
    185       </itemizedlist>
    186      </note>
     168         - Test suite results (in HTML format!) can be found at
     169           ../../test_results/security/localhost.1/
     170     -->
    187171
    188172    <para>
     
    327311            or change the password, generate new public and private key pairs,
    328312            display the contents of the key database, or delete key pairs within
    329             the key3.db file
     313            the key3.db file.
    330314          </para>
    331315          <indexterm zone="nss certutil">
     
    340324          <para>
    341325            is used to determine the NSS library settings of the installed NSS
    342             libraries
     326            libraries.
    343327          </para>
    344328          <indexterm zone="nss nss-config">
     
    354338            is a tool for importing certificates and keys from pkcs #12 files
    355339            into NSS or exporting them. It can also list certificates and keys
    356             in such files
     340            in such files.
    357341          </para>
    358342          <indexterm zone="nss pk12util">
Note: See TracChangeset for help on using the changeset viewer.