Changes in / [c8115f33:0c42066]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc8115f33 r0c42066  
    5050        </listitem>
    5151        <listitem>
    52           <para>[bdubbs] - Update to nss-3.65. Fixes
    53           <ulink url="&blfs-ticket-root;15044">#15044</ulink>.</para>
    54         </listitem>
    55         <listitem>
    5652          <para>[bdubbs] - Update to libidn-1.37. Fixes
    5753          <ulink url="&blfs-ticket-root;15048">#15048</ulink>.</para>
  • packages.ent

    rc8115f33 r0c42066  
    2626<!ENTITY nettle-version               "3.7.2">
    2727
    28 <!ENTITY nss-minor-version            "65">
     28<!ENTITY nss-minor-version            "64">
    2929<!ENTITY nss-micro-version            "0">
    3030<!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
  • postlfs/security/nss.xml

    rc8115f33 r0c42066  
    1515
    1616  <!ENTITY nss-download-ftp  " ">
    17   <!ENTITY nss-md5sum        "0f162efc4e587b0a37f05d5d438cfc0c">
     17  <!ENTITY nss-md5sum        "2b042b68ec53e99f8f91f37c0c842ee3">
    1818  <!ENTITY nss-size          "79 MB">
    19   <!ENTITY nss-buildsize     "304 MB (add 99 MB for tests)">
    20   <!ENTITY nss-time          "2.9 SBU (with parallelism=4, add 35 SBU for tests)">
     19  <!ENTITY nss-buildsize     "306 MB (add 99 MB for tests)">
     20  <!ENTITY nss-time          "2.9 SBU (with parallelism=4, add 20 SBU for tests)">
    2121]>
    2222
     
    151151cd ../</userinput></screen>
    152152   
    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
     153    <!--   Some information about the tests:
     154         - HOST=localhost and DOMSUF=localdomain require the changes done to
     155           /etc/hosts in r11892 (LFS). Without these variables, a FQDN is
     156           required to specified, and this generic way should work for
    161157           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 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
     158         - With NSS-3.53, there were 53,866 tests. The tests take an
     159           extremely long time to run.
     160         - Another interesting discovery has to do with interrupting the tests.
     161           It was discovered that, when interrupting the tests, the test suite
    174162           fails to spin down test servers that are run. This leads to an
    175163           infinite loop in the tests where the test suite tries to kill a server
    176164           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>
     165         - Test suite results (in HTML format!) can be found at
     166           ../../test_results/security/localhost.1/
     167     -->
    187168
    188169    <para>
Note: See TracChangeset for help on using the changeset viewer.