Changeset dd1d0c08
- Timestamp:
- 03/01/2021 11:19:19 PM (4 years ago)
- Branches:
- 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:
- 9f0a469
- Parents:
- b62222b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb62222b rdd1d0c08 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 1st, &year;">9 <!ENTITY releasedate "March 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rb62222b rdd1d0c08 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to nss-3.62. Fixes 49 <ulink url="&blfs-ticket-root;14684">#14684</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to xorgproto-2021.3. Fixes 49 53 <ulink url="&blfs-ticket-root;14711">#14711</ulink>.</para> -
packages.ent
rb62222b rdd1d0c08 28 28 <!ENTITY nettle-version "3.7.1"> 29 29 30 <!ENTITY nss-minor-version "6 1">30 <!ENTITY nss-minor-version "62"> 31 31 <!ENTITY nss-micro-version "0"> 32 32 <!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">--> -
postlfs/security/nss.xml
rb62222b rdd1d0c08 15 15 16 16 <!ENTITY nss-download-ftp " "> 17 <!ENTITY nss-md5sum " e07573e1c0e1e5bef7c05075f8dfa46d">17 <!ENTITY nss-md5sum "00573eaf97be1580c32ad967ed221784"> 18 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)"> 19 <!ENTITY nss-buildsize "303 MB (add 95 MB for tests)"> 20 <!ENTITY nss-time "2.9 SBU (with parallelism=4, add 18 SBU for tests)"> 23 21 ]> 24 22 … … 122 120 123 121 <!-- And with another rebuild of nss-3.54, all is well again, but broken in 3.60 --> 122 <!-- fixed again in 3.62 124 123 <note> 125 124 <para> 126 125 This package does not support parallel build. 127 126 </para> 128 </note> 127 </note>--> 129 128 130 129 <para> … … 136 135 cd nss && 137 136 138 make -j1BUILD_OPT=1 \137 make BUILD_OPT=1 \ 139 138 NSPR_INCLUDE_DIR=/usr/include/nspr \ 140 139 USE_SYSTEM_ZLIB=1 \ … … 146 145 <para> 147 146 <!-- the unittest files get compiled automatically since nss-3.31.0 --> 148 <!-- The unit tests were run during the build.-->149 147 To run the tests, execute the following commands (5 tests are known to fail): 150 148 </para>
Note:
See TracChangeset
for help on using the changeset viewer.