Changeset f518066
- Timestamp:
- 06/03/2020 12:17:51 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 52e582c9
- Parents:
- 6535a6d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r6535a6d rf518066 7 7 <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> 8 8 <!ENTITY nodejs-download-ftp " "> 9 <!ENTITY nodejs-md5sum " 337bec5ba5d31cc65f9bc5f5d4f9a565">9 <!ENTITY nodejs-md5sum "9e140f97f434a41fff8392ecc6852db2"> 10 10 <!ENTITY nodejs-size "23 MB"> 11 <!ENTITY nodejs-buildsize "6 77 MB (add 155 MB for tests)">12 <!ENTITY nodejs-time "8. 1 SBU (using parallelism=4; add 4.2SBU for tests)">13 <!-- timing is significantly longer on a Ryzen-->11 <!ENTITY nodejs-buildsize "660 MB (add 55 MB for tests)"> 12 <!ENTITY nodejs-time "8.3 SBU (using parallelism=4; add 2.7 SBU for tests)"> 13 <!-- timing may be shorter on intel --> 14 14 ]> 15 15 … … 93 93 <para role="recommended"> 94 94 <xref linkend="c-ares"/>, 95 <xref linkend="icu"/>, 96 <xref linkend="libuv"/>, and 97 <xref linkend="nghttp2"/> 95 <xref linkend="icu"/>, and 96 <xref linkend="libuv"/> 97 <!-- currently FTBFS with system nghttp2, g++ scope error 98 <xref linkend="nghttp2"/>--> 98 99 </para> 99 100 … … 118 119 commands: 119 120 </para> 121 <!-- with gcc-10.1 and v12.18.0, this fails to build with system nghttp2 122 \-\-shared-nghttp2 \--> 120 123 121 124 <screen><userinput>./configure --prefix=/usr \ 122 125 --shared-cares \ 123 126 --shared-libuv \ 124 --shared-nghttp2 \125 127 --shared-openssl \ 126 128 --shared-zlib \ … … 157 159 158 160 <para> 159 <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: 161 <!-- FIXME : reinstate nghttp2 in this if build is fixed 162 <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: --> 163 <parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: 160 164 use the system installed libraries instead of local copies. 161 165 </para> -
introduction/welcome/changelog.xml
r6535a6d rf518066 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to node.js-12.18.0 (security fixes). Fixes 49 <ulink url="&blfs-ticket-root;13628">#13628</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to gnome-shell-3.36.3. Fixes 49 53 <ulink url="&blfs-ticket-root;13632">#13632</ulink>.</para> -
packages.ent
r6535a6d rf518066 176 176 <!ENTITY lzo-version "2.10"> 177 177 <!ENTITY mtdev-version "1.1.6"> 178 <!ENTITY nodejs-version "12.1 7.0">178 <!ENTITY nodejs-version "12.18.0"> 179 179 <!ENTITY npth-version "1.6"> 180 180 <!ENTITY nspr-version "4.25">
Note:
See TracChangeset
for help on using the changeset viewer.