Changeset c2051dbd for general


Ignore:
Timestamp:
07/13/2022 10:12:03 PM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
0bfec527
Parents:
e0dca41
Message:

Five Security Updates:

Update to node.js-16.16.0
Update to php-8.1.8
Add security patch for Dovecot (fixes CVE-2022-30550)
Update to seamonkey-2.53.13
Update to gnupg-2.3.7
Mark git as a security update

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    re0dca41 rc2051dbd  
    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        "f848ba3f36f9795c67020a2f7e4c1361">
     9  <!ENTITY nodejs-md5sum        "9e8a2d3696168206498434a2943b167c">
    1010  <!ENTITY nodejs-size          "33 MB">
    11   <!ENTITY nodejs-buildsize     "759 MB (add 28 MB for tests)">
    12   <!ENTITY nodejs-time          "15 SBU (add 3.5 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     11  <!ENTITY nodejs-buildsize     "822 MB (add 30 MB for tests)">
     12  <!ENTITY nodejs-time          "15 SBU (add 3.3 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    147147    <para>
    148148      To test the results, issue: <command>make test-only</command>.
    149       Three tests out of over 3500 are known to fail.
     149      <!--Three tests out of over 3500 are known to fail.-->
    150150    </para>
    151151
     
    207207        <seg>
    208208          /usr/include/node,
    209           /usr/lib/node_modules/npm,
     209          /usr/lib/node_modules/{corepack,npm},
    210210          /usr/share/doc/{node,node-&nodejs-version;}, and
    211211          /usr/share/systemtap/tapset
  • general/prog/php.xml

    re0dca41 rc2051dbd  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "f8be7dfca5c241e780f75f3f3ce83b76">
     9  <!ENTITY php-md5sum        "990a6112490b6e43f9501179885e5eef">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "480 MB (with documentation)">
     11  <!ENTITY php-buildsize     "640 MB (with documentation)">
    1212  <!ENTITY php-time          "1.7 SBU (with parallelism=4; add 1.7 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
Note: See TracChangeset for help on using the changeset viewer.