Ignore:
Timestamp:
01/29/2021 04:02:03 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1c35e11
Parents:
9bee4858
Message:

Update to cbindgen-0.16.0
and nss-3.61 which once again requires 'make -j1'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    r9bee4858 ra9b40fd  
    99
    1010<!-- 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">
     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">-->
     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        "084443774d09dcb114cbd4a68f89c713">
    18   <!ENTITY nss-size          "78 MB">
    19   <!-- 50 MB increase is due to new test files, see #12187 -->
    20   <!ENTITY nss-buildsize     "304 MB (add 230 MB for tests)">
    21   <!ENTITY nss-time          "2.7 SBU (with parallelism=4, add 30 SBU for tests)">
     17  <!ENTITY nss-md5sum        "e07573e1c0e1e5bef7c05075f8dfa46d">
     18  <!ENTITY nss-size          "79 MB">
     19  <!-- With 3.60, back to only -j1 builds using the 'legacy' build,
     20    (new-style needs 'gyp', tests smaller but imprenetrable. See#14549 -->
     21  <!ENTITY nss-buildsize     "304 MB (add 96 MB for tests)">
     22  <!ENTITY nss-time          "8.1 SBU (add 20 SBU for tests)">
    2223]>
    2324
     
    120121         for more information. -->
    121122
    122     <!-- And with another rebuild of nss-3.54, all is well again
     123    <!-- And with another rebuild of nss-3.54, all is well again, but broken in 3.60 -->
    123124    <note>
    124125      <para>
     
    126127      </para>
    127128    </note>
    128    -->
    129129
    130130    <para>
     
    136136cd nss &amp;&amp;
    137137
    138 make BUILD_OPT=1                      \
     138make -j1 BUILD_OPT=1                  \
    139139  NSPR_INCLUDE_DIR=/usr/include/nspr  \
    140140  USE_SYSTEM_ZLIB=1                   \
     
    147147      <!-- the unittest files get compiled automatically since nss-3.31.0 -->
    148148      <!-- The unit tests were run during the build.-->
    149       To run the tests, execute the following commands:
     149      To run the tests, execute the following commands (5 tests are known to fail):
    150150    </para>
    151151
Note: See TracChangeset for help on using the changeset viewer.