Changeset a9b40fd


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9bee4858 ra9b40fd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 27th, &year;">
     9<!ENTITY releasedate  "January 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/cbindgen.xml

    r9bee4858 ra9b40fd  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "396f97c1d79ee5307611e7d586b4b011">
    10   <!ENTITY cbindgen-size          "188 KB">
    11   <!ENTITY cbindgen-buildsize     "122 MB (add 446 MB for tests)">
    12   <!ENTITY cbindgen-time          "0.8 SBU (add 0.5 SBU for tests)">
     9  <!ENTITY cbindgen-md5sum        "30e49f2ce800363785126ea729891b34">
     10  <!ENTITY cbindgen-size          "185 KB">
     11  <!ENTITY cbindgen-buildsize     "122 MB (add 530 MB for tests)">
     12  <!ENTITY cbindgen-time          "0.8 SBU (add 0.4 SBU for tests), both on a 4-core machine">
    1313]>
    1414
     
    102102
    103103    <para>
     104      <!-- 0.16.0 log shows 2 suites where both tests pass, in the third
     105           3 of 6 fail. The suite names are impenetrable. -->
    104106      To test the results, issue: <command>cargo test</command>.
    105       Six tests, test_expand*, are known to fail.
     107      Three tests in the final suite are known to fail.
    106108    </para>
    107109
  • introduction/welcome/changelog.xml

    r9bee4858 ra9b40fd  
    4343    -->
    4444   <listitem>
     45      <para>January 29th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to nss-3.61. Fixes
     49          <ulink url="&blfs-ticket-root;14549">#14549</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to cbindgen-0.16.0. Fixes
     53          <ulink url="&blfs-ticket-root;14414">#14414</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58   <listitem>
    4559      <para>January 26th, 2021</para>
    4660      <itemizedlist>
  • packages.ent

    r9bee4858 ra9b40fd  
    2828<!ENTITY nettle-version               "3.7">
    2929
    30 <!ENTITY nss-minor-version            "60">
    31 <!ENTITY nss-micro-version            "1">
    32 <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    33 <!--<!ENTITY nss-version                  "3.&nss-minor-version;">-->
     30<!ENTITY nss-minor-version            "61">
     31<!ENTITY nss-micro-version            "0">
     32<!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
     33<!ENTITY nss-version                  "3.&nss-minor-version;">
    3434<!ENTITY openssh-version              "8.4p1">
    3535<!-- <!ENTITY openssl-version              "1.1.0g"> -->
     
    325325<!ENTITY autoconf213-version          "2.13">
    326326<!ENTITY bazaar-version               "2.5.1">
    327 <!ENTITY cbindgen-version             "0.15.0">
     327<!ENTITY cbindgen-version             "0.16.0">
    328328<!ENTITY check-version                "0.12.0">
    329329<!ENTITY clisp-version                "2.49">
  • 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.