Changeset 62c6ab79
- Timestamp:
- 08/12/2021 09:13:45 PM (22 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- decb4415
- Parents:
- 7f142f7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r7f142f7 r62c6ab79 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 " 15f38c92b383f663ba0ba084aa4aa01f">9 <!ENTITY nodejs-md5sum "8ec7b05141efe9de286a78506e116735"> 10 10 <!ENTITY nodejs-size "32 MB"> 11 <!ENTITY nodejs-buildsize "7 48MB">12 <!ENTITY nodejs-time "11 SBU (using parallelism=4; add 2. 3SBU for tests)">11 <!ENTITY nodejs-buildsize "751 MB"> 12 <!ENTITY nodejs-time "11 SBU (using parallelism=4; add 2.6 SBU for tests)"> 13 13 ]> 14 14 … … 136 136 </para> 137 137 138 <screen><userinput>./configure --prefix=/usr \ 138 <screen><userinput>sed -i 's%ares_\(nameser.h\)%arpa/\1%' src/cares_wrap.h && 139 ./configure --prefix=/usr \ 139 140 --shared-cares \ 140 141 --shared-libuv \ … … 161 162 <sect2 role="commands"> 162 163 <title>Command Explanations</title> 164 165 <para> 166 <parameter>sed -i 's%ares_\(nameser.h\)%arpa/\1%' ...</parameter>: 167 This fixes building with the system version of c-ares. 168 </para> 163 169 164 170 <para> -
introduction/welcome/changelog.xml
r7f142f7 r62c6ab79 45 45 <para>August 12th, 2021</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to node.js-v14.17.5 (security update). Fixes 49 <ulink url="&blfs-ticket-root;15382">#15382</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[renodr] - Update to pango-1.48.8. Fixes -
packages.ent
r7f142f7 r62c6ab79 177 177 <!ENTITY lzo-version "2.10"> 178 178 <!ENTITY mtdev-version "1.1.6"> 179 <!ENTITY nodejs-version "14.17. 4">179 <!ENTITY nodejs-version "14.17.5"> 180 180 <!ENTITY npth-version "1.6"> 181 181 <!ENTITY nspr-version "4.32">
Note:
See TracChangeset
for help on using the changeset viewer.