Changeset 8c71f6e


Ignore:
Timestamp:
12/06/2021 08:36:23 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
be3dd9e
Parents:
2f50f72c
Message:

Package updates.
Update to node-16.13.1.
Update to cups-2.4.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r2f50f72c r8c71f6e  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "aeeb772ea8b14a52fd8f709d774f8fcd">
     9  <!ENTITY nodejs-md5sum        "80667c769fd7d12da24d203585cead11">
    1010  <!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)">
     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)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r2f50f72c r8c71f6e  
    4343    -->
    4444    <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>
    4559      <para>December 3rd, 2021</para>
    4660      <itemizedlist>
  • packages.ent

    r2f50f72c r8c71f6e  
    180180<!ENTITY lzo-version                  "2.10">
    181181<!ENTITY mtdev-version                "1.1.6">
    182 <!ENTITY nodejs-version               "16.13.0">
     182<!ENTITY nodejs-version               "16.13.1">
    183183<!ENTITY npth-version                 "1.6">
    184184<!ENTITY nspr-version                 "4.32">
     
    10691069<!-- Part XII -->
    10701070<!-- Chapter 46 -->
    1071 <!ENTITY cups-version                 "2.3.3op2">
     1071<!ENTITY cups-version                 "2.4.0">
    10721072<!ENTITY cups-filters-version         "1.28.10">
    10731073<!ENTITY gs-version                   "9.55.0">
  • pst/printing/cups.xml

    r2f50f72c r8c71f6e  
    77  <!ENTITY cups-download-http "https://github.com/OpenPrinting/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "524266752cf243c968921547b18ee594">
    10   <!ENTITY cups-size          "7.6 MB">
    11   <!ENTITY cups-buildsize     "80 MB (Add 89 MB for tests)">
    12   <!ENTITY cups-time          "0.5 SBU (Add 0.9 SBU 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)">
    1313]>
    1414
     
    209209    </para>
    210210
    211 <screen><userinput>sed -e "s/-Wno-format-truncation//" \
     211<screen><userinput>sed -e "s/format-truncation//" \
    212212    -i configure \
    213     -i config-scripts/cups-compiler.m4</userinput></screen>
     213      config-scripts/cups-compiler.m4</userinput></screen>
    214214
    215215    <para>
     
    217217    </para>
    218218
    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 &lt;asm-generic/ioctls.h&gt;' tools/ipptool.c  &amp;&amp;
    224 
    225 CC=gcc CXX=g++ \
    226 -->
    227219<screen revision="sysv"><userinput>./configure --libdir=/usr/lib            \
    228220            --disable-systemd            \
     
    232224make</userinput></screen>
    233225
    234 <!-- same apply here:
    235 
    236 <screen revision="systemd"><userinput>sed -i '/stat.h/a #include &lt;asm-generic/ioctls.h&gt;' tools/ipptool.c   &amp;&amp;
    237 
    238 CC=gcc CXX=g++ \
    239 -->
    240226<screen revision="systemd"><userinput>./configure --libdir=/usr/lib            \
    241227            --with-system-groups=lpadmin \
     
    248234      Make sure that there is not other instance of <application>Cups</application>
    249235      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.
    251237    </para>
    252238
Note: See TracChangeset for help on using the changeset viewer.