Changeset ad20138


Ignore:
Timestamp:
12/19/2021 06:31:32 PM (2 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:
c8af588
Parents:
0d754e01
Message:

Package updates.
Update to mesa-21.3.2.
Update to php-8.1.1.
Update to gegl-0.4.34.
Update to librsvg-2.52.5.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r0d754e01 rad20138  
    77  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "d560cc7d5b5b8c610f51b70f0e37a47d">
     9  <!ENTITY gegl-md5sum        "3701f72771d2e8013c6877405cb409fe">
    1010  <!ENTITY gegl-size          "5.4 MB">
    11   <!ENTITY gegl-buildsize     "98 MB (with tests)">
    12   <!ENTITY gegl-time          "0.6 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY gegl-buildsize     "99 MB (with tests)">
     12  <!ENTITY gegl-time          "0.7 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
  • general/graphlib/librsvg.xml

    r0d754e01 rad20138  
    77  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.52/librsvg-&librsvg-version;.tar.xz">
    88  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.52/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "7197aeebed0dd5c36d03fb92a3f5ee1d">
     9  <!ENTITY librsvg-md5sum        "b667b319a33dafa825abf152a00e6c9b">
    1010  <!ENTITY librsvg-size          "22 MB">
    11   <!ENTITY librsvg-buildsize     "870 MB (26 MB installed), add 217 MB for tests">
    12   <!ENTITY librsvg-time          "1.2 SBU (Using parallelism=4), add 1.9 SBU for tests">
     11  <!ENTITY librsvg-buildsize     "865 MB (26 MB installed), add 211 MB for tests">
     12  <!ENTITY librsvg-time          "1.6 SBU (Using parallelism=4), add 1.9 SBU for tests">
    1313]>
    1414
     
    119119      reference files were created. For this reason, running the tests is not
    120120      recommended.
    121       To test the results anyway, issue: <command>make check</command>.
     121      To test the results anyway, issue: <command>make -k check</command>.
    122122    </para>
    123123
  • general/prog/php.xml

    r0d754e01 rad20138  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "552bc63901c6a1bad195e6a47be3c341">
     9  <!ENTITY php-md5sum        "a0cd96c783b1700e5ebf1ebfd1454f80">
    1010  <!ENTITY php-size          "11 MB">
    1111  <!ENTITY php-buildsize     "479 MB (with documentation)">
    12   <!ENTITY php-time          "1.8 SBU (with parallelism=4; add 1.9 SBU for tests)">
     12  <!ENTITY php-time          "1.9 SBU (with parallelism=4; add 1.9 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
    1414       Results were otherwise normal though, so I'm unsure of what caused the
     
    3434
    3535Time taken      :  165 seconds
     36
     37Statst for tests changed slightly for 8.1.1, but not significantly.
    3638
    3739-->
  • introduction/welcome/changelog.xml

    r0d754e01 rad20138  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to mesa-21.3.2. Fixes
     50          <ulink url="&blfs-ticket-root;15873">#15873</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to php-8.1.1. Fixes
     54          <ulink url="&blfs-ticket-root;15871">#15871</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to gegl-0.4.34. Fixes
     58          <ulink url="&blfs-ticket-root;15877">#15877</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to librsvg-2.52.5. Fixes
     62          <ulink url="&blfs-ticket-root;15869">#15869</ulink>.</para>
     63        </listitem>
     64        <listitem>
    4965          <para>[bdubbs] - Update to nspr-4.33. Fixes
    5066          <ulink url="&blfs-ticket-root;15868">#15868</ulink>.</para>
  • packages.ent

    r0d754e01 rad20138  
    210210<!ENTITY fontconfig-version           "2.13.1">  <!-- stable lt .90 micro version -->
    211211<!ENTITY fribidi-version              "1.0.11">
    212 <!ENTITY gegl-version                 "0.4.32">
     212<!ENTITY gegl-version                 "0.4.34">
    213213<!ENTITY giflib-version               "5.2.1">
    214214<!ENTITY glm-version                  "0.9.9.8">
     
    225225<!ENTITY libmypaint-version           "1.6.1"> <!-- version 1 only -->
    226226<!ENTITY libpng-version               "1.6.37">
    227 <!ENTITY librsvg-version              "2.52.4">   <!-- Normally even minors -->
     227<!ENTITY librsvg-version              "2.52.5">   <!-- Normally even minors -->
    228228<!ENTITY libraw-version               "0.20.2">
    229229<!ENTITY libspiro-version             "20200505">
     
    357357<!ENTITY ninja-version                "1.9.0">
    358358<!ENTITY npapi-sdk-version            "0.27.2">
    359 <!ENTITY php-version                  "8.1.0">
     359<!ENTITY php-version                  "8.1.1">
    360360
    361361<!ENTITY python2-majorver             "2.7">
     
    714714<!ENTITY xcb-util-cursor-version      "0.1.3">
    715715<!ENTITY mesa-major-minor             "21.3">
    716 <!ENTITY mesa-version                 "&mesa-major-minor;.1">
     716<!ENTITY mesa-version                 "&mesa-major-minor;.2">
    717717<!ENTITY xbitmaps-version             "1.1.2">
    718718<!ENTITY xcursor-themes-version       "1.0.6">
  • x/installing/mesa.xml

    r0d754e01 rad20138  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "d6efe1ecc0680cd1adb942f05600d884">
     9  <!ENTITY mesa-md5sum        "7f25b99d152b8d4bc50a14811cdf269c">
    1010  <!ENTITY mesa-size          "16 MB">
    1111  <!ENTITY mesa-buildsize     "588 MB (with docs, add 389 MB for tests)">
    12   <!ENTITY mesa-time          "3.4 SBU (Using parallelism=4; with docs, add 0.6 SBU for tests)">
     12  <!ENTITY mesa-time          "3.5 SBU (Using parallelism=4; with docs, add 0.6 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.