Changeset 8c71f6e
- Timestamp:
- 12/06/2021 08:36:23 PM (22 months ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- be3dd9e
- Parents:
- 2f50f72
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
r2f50f72 r8c71f6e 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 " aeeb772ea8b14a52fd8f709d774f8fcd">9 <!ENTITY nodejs-md5sum "80667c769fd7d12da24d203585cead11"> 10 10 <!ENTITY nodejs-size "32 MB"> 11 <!ENTITY nodejs-buildsize "7 98MB (add 26 MB for tests)">12 <!ENTITY nodejs-time "1 8 SBU (add 2.9SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">11 <!ENTITY nodejs-buildsize "746 MB (add 26 MB for tests)"> 12 <!ENTITY nodejs-time "14 SBU (add 2.3 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
r2f50f72 r8c71f6e 43 43 --> 44 44 <listitem> 45 <para>December 6th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to node-16.13.1. Fixes 49 <ulink url="&blfs-ticket-root;15804">#15804</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to cups-2.4.0. Fixes 53 <ulink url="&blfs-ticket-root;15801">#15801</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>December 3rd, 2021</para> 46 60 <itemizedlist> -
packages.ent
r2f50f72 r8c71f6e 180 180 <!ENTITY lzo-version "2.10"> 181 181 <!ENTITY mtdev-version "1.1.6"> 182 <!ENTITY nodejs-version "16.13. 0">182 <!ENTITY nodejs-version "16.13.1"> 183 183 <!ENTITY npth-version "1.6"> 184 184 <!ENTITY nspr-version "4.32"> … … 1069 1069 <!-- Part XII --> 1070 1070 <!-- Chapter 46 --> 1071 <!ENTITY cups-version "2. 3.3op2">1071 <!ENTITY cups-version "2.4.0"> 1072 1072 <!ENTITY cups-filters-version "1.28.10"> 1073 1073 <!ENTITY gs-version "9.55.0"> -
pst/printing/cups.xml
r2f50f72 r8c71f6e 7 7 <!ENTITY cups-download-http "https://github.com/OpenPrinting/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz"> 8 8 <!ENTITY cups-download-ftp " "> 9 <!ENTITY cups-md5sum " 524266752cf243c968921547b18ee594">10 <!ENTITY cups-size "7. 6MB">11 <!ENTITY cups-buildsize " 80 MB (Add 89MB for tests)">12 <!ENTITY cups-time "0. 5 SBU (Add 0.9SBU for tests)">9 <!ENTITY cups-md5sum "6ce9d3f4f0f79b414f35ab28d185d9f9"> 10 <!ENTITY cups-size "7.7 MB"> 11 <!ENTITY cups-buildsize "60 MB (Add 25 MB for tests)"> 12 <!ENTITY cups-time "0.2 SBU (Add 0.1 SBU for tests)"> 13 13 ]> 14 14 … … 209 209 </para> 210 210 211 <screen><userinput>sed -e "s/ -Wno-format-truncation//" \211 <screen><userinput>sed -e "s/format-truncation//" \ 212 212 -i configure \ 213 -iconfig-scripts/cups-compiler.m4</userinput></screen>213 config-scripts/cups-compiler.m4</userinput></screen> 214 214 215 215 <para> … … 217 217 </para> 218 218 219 220 <!-- This seems to be no longer required with OpenPrinting-cups.221 Remove this comment when switch to OP is settled.222 223 <screen revision="sysv"><userinput>sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&224 225 CC=gcc CXX=g++ \226 -->227 219 <screen revision="sysv"><userinput>./configure --libdir=/usr/lib \ 228 220 --disable-systemd \ … … 232 224 make</userinput></screen> 233 225 234 <!-- same apply here:235 236 <screen revision="systemd"><userinput>sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c &&237 238 CC=gcc CXX=g++ \239 -->240 226 <screen revision="systemd"><userinput>./configure --libdir=/usr/lib \ 241 227 --with-system-groups=lpadmin \ … … 248 234 Make sure that there is not other instance of <application>Cups</application> 249 235 running, otherwise at least 4 tests will fail with "address in use". 250 <!--One test, <filename>httpAddrGetList</filename>, is known to fail.-->236 One test, <filename>httpAddrGetList</filename>, is known to fail. 251 237 </para> 252 238
Note:
See TracChangeset
for help on using the changeset viewer.