Changeset ccec040c
- Timestamp:
- 10/29/2021 04:00:18 AM (3 years ago)
- Branches:
- 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:
- 51ba03e
- Parents:
- 2dffe71
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r2dffe71 rccec040c 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 " b8452ba11063ff7d9d70044778ec0e2f">10 <!ENTITY nodejs-size "3 3MB">11 <!ENTITY nodejs-buildsize "7 48 MB (add 27MB for tests)">12 <!ENTITY nodejs-time "1 1 SBU (add 3.1SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">9 <!ENTITY nodejs-md5sum "aeeb772ea8b14a52fd8f709d774f8fcd"> 10 <!ENTITY nodejs-size "32 MB"> 11 <!ENTITY nodejs-buildsize "798 MB (add 26 MB for tests)"> 12 <!ENTITY nodejs-time "18 SBU (add 2.9 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)"> 13 13 ]> 14 14 … … 136 136 </para> 137 137 138 <screen><userinput> sed -i 's|ares_nameser.h|arpa/nameser.h|' src/cares_wrap.h &&139 ./configure --prefix=/usr 140 --shared-cares 141 --shared-libuv 142 --shared-openssl 143 --shared-nghttp2 144 --shared-zlib 145 --with-intl=system-icu 138 <screen><userinput> 139 ./configure --prefix=/usr \ 140 --shared-cares \ 141 --shared-libuv \ 142 --shared-openssl \ 143 --shared-nghttp2 \ 144 --shared-zlib \ 145 --with-intl=system-icu && 146 146 make</userinput></screen> 147 147 148 148 <para> 149 149 To test the results, issue: <command>make test-only</command>. 150 One test in test/parallel/test-uv-errno.js is known to fail with151 libuv-1.42.0.152 150 </para> 153 151 … … 162 160 <sect2 role="commands"> 163 161 <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>169 162 170 163 <para> -
introduction/welcome/changelog.xml
r2dffe71 rccec040c 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to node.js-v16.13.0. Fixes 49 <ulink url="&blfs-ticket-root;15702">#15702</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[ken] - Update to c-ares-1.18.1. Fixes 53 <ulink url="&blfs-ticket-root;15700">#15700</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[pierre] - Update to asciidoc-10.0.0 (move to python modules). 49 57 Fixes <ulink url="&blfs-ticket-root;15682">#15682</ulink>.</para> -
networking/netlibs/c-ares.xml
r2dffe71 rccec040c 7 7 <!ENTITY c-ares-download-http "https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz"> 8 8 <!ENTITY c-ares-download-ftp " "> 9 <!ENTITY c-ares-md5sum " 3802264830c6886411dac606c66fdbf8">9 <!ENTITY c-ares-md5sum "bf770c0d3131ec0dd0575a0d2dcab226"> 10 10 <!ENTITY c-ares-size "1.5 MB"> 11 <!ENTITY c-ares-buildsize "1 1MB">11 <!ENTITY c-ares-buildsize "12 MB"> 12 12 <!ENTITY c-ares-time "less than 0.1 SBU"> 13 13 ]> -
packages.ent
r2dffe71 rccec040c 179 179 <!ENTITY lzo-version "2.10"> 180 180 <!ENTITY mtdev-version "1.1.6"> 181 <!ENTITY nodejs-version "1 4.18.1">181 <!ENTITY nodejs-version "16.13.0"> 182 182 <!ENTITY npth-version "1.6"> 183 183 <!ENTITY nspr-version "4.32"> … … 625 625 626 626 <!-- Chapter 17 --> 627 <!ENTITY c-ares-version "1.1 7.2">627 <!ENTITY c-ares-version "1.18.1"> 628 628 <!ENTITY curl-version "7.79.1"> 629 629 <!ENTITY geoclue2-version "2.5.7">
Note:
See TracChangeset
for help on using the changeset viewer.