Changeset a9b40fd
- Timestamp:
- 01/29/2021 04:02:03 PM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1c35e11
- Parents:
- 9bee4858
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9bee4858 ra9b40fd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2 7th, &year;">9 <!ENTITY releasedate "January 29th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/cbindgen.xml
r9bee4858 ra9b40fd 7 7 <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> 8 8 <!ENTITY cbindgen-download-ftp " "> 9 <!ENTITY cbindgen-md5sum "3 96f97c1d79ee5307611e7d586b4b011">10 <!ENTITY cbindgen-size "18 8KB">11 <!ENTITY cbindgen-buildsize "122 MB (add 446MB 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"> 13 13 ]> 14 14 … … 102 102 103 103 <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. --> 104 106 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. 106 108 </para> 107 109 -
introduction/welcome/changelog.xml
r9bee4858 ra9b40fd 43 43 --> 44 44 <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> 45 59 <para>January 26th, 2021</para> 46 60 <itemizedlist> -
packages.ent
r9bee4858 ra9b40fd 28 28 <!ENTITY nettle-version "3.7"> 29 29 30 <!ENTITY nss-minor-version "6 0">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;"> 34 34 <!ENTITY openssh-version "8.4p1"> 35 35 <!-- <!ENTITY openssl-version "1.1.0g"> --> … … 325 325 <!ENTITY autoconf213-version "2.13"> 326 326 <!ENTITY bazaar-version "2.5.1"> 327 <!ENTITY cbindgen-version "0.1 5.0">327 <!ENTITY cbindgen-version "0.16.0"> 328 328 <!ENTITY check-version "0.12.0"> 329 329 <!ENTITY clisp-version "2.49"> -
postlfs/security/nss.xml
r9bee4858 ra9b40fd 9 9 10 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">11 <!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">--> 12 12 13 13 <!-- 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"> 15 15 16 16 <!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)"> 22 23 ]> 23 24 … … 120 121 for more information. --> 121 122 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 --> 123 124 <note> 124 125 <para> … … 126 127 </para> 127 128 </note> 128 -->129 129 130 130 <para> … … 136 136 cd nss && 137 137 138 make BUILD_OPT=1\138 make -j1 BUILD_OPT=1 \ 139 139 NSPR_INCLUDE_DIR=/usr/include/nspr \ 140 140 USE_SYSTEM_ZLIB=1 \ … … 147 147 <!-- the unittest files get compiled automatically since nss-3.31.0 --> 148 148 <!-- 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): 150 150 </para> 151 151
Note:
See TracChangeset
for help on using the changeset viewer.