Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    rdc3e235f r0d7f7190  
    88<!ENTITY nss-url "archive.mozilla.org/pub/security/nss/releases">
    99
    10 <!-- micro versions
    11 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->
     10<!-- micro versions-->
     11<!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->
    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">
    15 
     14  <!ENTITY nss-download-http "https://&nss-url;/NSS_&nss-dir;_RTM/src/nss-&nss-version;.tar.gz">
    1615  <!ENTITY nss-download-ftp  " ">
    17   <!ENTITY nss-md5sum        "b4540bf98f6583b3fcf8101f846cf3bb">
    18   <!ENTITY nss-size          "81 MB">
    19   <!ENTITY nss-buildsize     "316 MB (add 158 MB for tests)">
    20   <!ENTITY nss-time          "2.0 SBU (with parallelism=4, add 17 SBU for tests)">
     16  <!ENTITY nss-md5sum        "1f8cb0771f0ee64a4e891745b37f3098">
     17  <!ENTITY nss-size          "69 MB">
     18  <!ENTITY nss-buildsize     "317 MB (add 154 MB for tests)">
     19  <!ENTITY nss-time          "2.3 SBU (with parallelism=4, add less than 20 SBU for tests on AMD ryzens or at least 30 SBU on Intel machines)">
     20  <!-- On my system, I got 64.2 SBU, but Bruce gets 18 SBU. -renodr -->
     21  <!-- On my system, I got 63 SBU, but Xi gets ~18 SBU. -pierre (for 3.78) -->
     22  <!-- On my 3400G for 3.79 I got 16 SBU -ken -->
     23  <!-- Still 17 SBU for 3.81 - bdubbs -->
     24  <!-- 73 SBU but I'm on Intel. -renodr -->
     25  <!-- 3.86 amended the figures -ken
     26   3400G 14 SBU with 6.0.12, but the remeasured SBU has become very slow
     27   and maybe other people would see a ster SBU on a fresh build;
     28   i7-4790 35 SBU with 6.0.12, no failures
     29   Bruce's 3900X 19.3 SBU, his i7-12700K about 30 SBU, 12 failures -->
    2130]>
    2231
    23 <sect1 id="nss" xreflabel="NSS-&nss-version;">
     32<sect1 id="nss" xreflabel="nss-&nss-version;">
    2433  <?dbhtml filename="nss.html"?>
    2534
    26   <sect1info>
    27     <date>$Date$</date>
    28   </sect1info>
    2935
    3036  <title>NSS-&nss-version;</title>
     
    4753    </para>
    4854
    49     &lfs110a_checked;
     55    &lfs112_checked;
    5056
    5157    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    114120    <title>Installation of NSS</title>
    115121
    116     <!-- In 3.53.x, parallel build was possible. See
    117          http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-June/037498.html
    118          for more information. -->
    119 
    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    <!-- In 3.53.x, parallel build was possible.
     123         And with another rebuild of nss-3.54, all is well again, but
     124         broken in 3.60. Fixed again in 3.62. -->
     125<!--
    122126    <note>
    123127      <para>
    124128        This package does not support parallel build.
    125129      </para>
    126     </note>-->
     130    </note>
     131-->
    127132
    128133    <para>
     
    156161      <listitem>
    157162        <para>
    158            HOST=localhost and DOMSUF=localdomain are required
     163           HOST=localhost and DOMSUF=localdomain are required.
    159164           Without these variables, a FQDN is
    160165           required to be specified and this generic way should work for
    161            everyone.
     166           everyone, provided <systemitem>localhost.localdomain</systemitem>
     167           is defined in <filename>/etc/hosts</filename>, as done in
     168           <ulink url="&lfs-root;/chapter09/network.html#ch-config-hosts">the
     169           lfs book</ulink>.
    162170        </para>
    163171      </listitem>
     
    181189           Test suite results (in HTML format!) can be found at
    182190           ../../test_results/security/localhost.1/results.html
     191        </para>
     192      </listitem>
     193      <listitem>
     194        <para>
     195           A few tests might fail on some Intel machines for unknown reasons.
    183196        </para>
    184197      </listitem>
     
    271284      list provided by <filename>/usr/lib/libnssckbi.so</filename>. As the
    272285      <systemitem class="username">root</systemitem> user, execute the following
    273       commands:
     286      command:
    274287    </para>
    275288
     
    282295      <xref linkend="make-ca"/> page can generate a system wide NSS DB with the
    283296      <parameter>-n</parameter> switch, or by modifying the
    284       <filename>/etc/make-ca.conf</filename> file.
     297      <filename>/etc/make-ca/make-ca.conf</filename> file.
    285298    </para>
    286299
Note: See TracChangeset for help on using the changeset viewer.