Changeset 67cd226


Ignore:
Timestamp:
09/03/2022 10:59:57 PM (20 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
720e4cbe
Parents:
5e0e3d79
Message:

Package updates:

Update to gc-8.2.2
Update to mozjs-91.13.0
Update to libqalculate-4.3.0
Update to nghttp2-1.49.0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    r5e0e3d79 r67cd226  
    1414  <!ENTITY js91-download-http "&mozilla-http;/firefox/releases/&JS91-version;esr/source/firefox-&JS91-version;esr.source.tar.xz">
    1515  <!ENTITY js91-download-ftp  " ">
    16   <!ENTITY js91-md5sum        "8887bf394e4caec1af09e7568cfaed9e">
    17   <!ENTITY js91-size          "363 MB">
    18   <!ENTITY js91-buildsize     "3.0 GB (37 MB installed after removing 33MB static lib)">
    19   <!ENTITY js91-time          "1.7 SBU (with parallelism=4)">
     16  <!ENTITY js91-md5sum        "63f84a77e8266256428c77895ecfb481">
     17  <!ENTITY js91-size          "362 MB">
     18  <!ENTITY js91-buildsize     "3.0 GB (38 MB installed after removing 33MB static lib)">
     19  <!ENTITY js91-time          "2.1 SBU (with parallelism=4)">
    2020]>
    2121
     
    301301      Use SSE2 instead of 387 for double-precision floating-point
    302302      operations.  It's needed by GCC to satisfy the expectations of
    303       upstream (Mozilla) developers with floating-point arithmatics.
     303      upstream (Mozilla) developers with floating-point arithmetic.
    304304      Use it if you are building this package on a 32-bit system with
    305305      GCC (if Clang is not installed or GCC is explicitly specified).
  • general/genlib/libqalculate.xml

    r5e0e3d79 r67cd226  
    77  <!ENTITY libqalculate-download-http "https://github.com/Qalculate/libqalculate/releases/download/v&libqalculate-version;/libqalculate-&libqalculate-version;.tar.gz">
    88  <!ENTITY libqalculate-download-ftp  " ">
    9   <!ENTITY libqalculate-md5sum        "81dd76d13ddc0c1aa5d46221a3f2a14f">
     9  <!ENTITY libqalculate-md5sum        "f287dc5b09173b1cab65142f9e5e7f88">
    1010  <!ENTITY libqalculate-size          "2.1 MB">
    11   <!ENTITY libqalculate-buildsize     "180 MB (with tests)">
    12   <!ENTITY libqalculate-time          "1.1 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY libqalculate-buildsize     "179 MB (with tests)">
     12  <!ENTITY libqalculate-time          "1.6 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
     
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required">
    76       <xref linkend="curl"/> and
     76      <xref linkend="curl"/>,
     77      <xref linkend="icu"/>, and
    7778      <xref linkend="libxml2"/>
    7879    </para>
  • general/prog/gc.xml

    r5e0e3d79 r67cd226  
    55  %general-entities;
    66
    7   <!ENTITY gc-download-http "https://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz">
     7  <!ENTITY gc-download-http "https://github.com/ivmai/bdwgc/releases/download/v&gc-version;/gc-&gc-version;.tar.gz">
    88  <!ENTITY gc-download-ftp  " ">
    9   <!ENTITY gc-md5sum        "4878e629f482600f2060f30853c7b415">
     9  <!ENTITY gc-md5sum        "787177b1b15aa19ffa0d61d8f508b69d">
    1010  <!ENTITY gc-size          "1.1 MB">
    1111  <!ENTITY gc-buildsize     "11 MB (with tests)">
    12   <!ENTITY gc-time          "0.2 SBU (with tests)">
     12  <!ENTITY gc-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    148148        <seg>
    149149          libcord.so,
    150           libgc.so, and
    151           libgccpp.so
     150          libgc.so,
     151          libgccpp.so, and
     152          libgctba.so
    152153        </seg>
    153154        <seg>
     
    200201      </varlistentry>
    201202
     203      <varlistentry id="libgctba">
     204        <term><filename class="libraryfile">libgctba.so</filename></term>
     205        <listitem>
     206          <para>
     207            contains a C++ interface to throw bad allocations
     208          </para>
     209          <indexterm zone="gc libgctba">
     210            <primary sortas="c-libgctba">libgctba.so</primary>
     211          </indexterm>
     212        </listitem>
     213      </varlistentry>
     214
    202215    </variablelist>
    203216
  • introduction/welcome/changelog.xml

    r5e0e3d79 r67cd226  
    4545      <para>September 3rd, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to gc-8.2.2. Fixes
     49          <ulink url="&blfs-ticket-root;15732">#15732</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to libqalculate-4.3.0. Fixes
     53          <ulink url="&blfs-ticket-root;16933">#16933</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to nghttp2-1.49.0. Fixes
     57          <ulink url="&blfs-ticket-root;16935">#16935</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to mozjs-91.13.0. Fixes
     61          <ulink url="&blfs-ticket-root;16941">#16941</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[renodr] - Fix building inkscape with poppler-22.09. Fixes
  • networking/netlibs/nghttp2.xml

    r5e0e3d79 r67cd226  
    77  <!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz">
    88  <!ENTITY nghttp2-download-ftp  " ">
    9   <!ENTITY nghttp2-md5sum        "33e6fdef8cc5a52328ebeb62006547a7">
     9  <!ENTITY nghttp2-md5sum        "4030ed6e6c01dcab9418e0008cef424d">
    1010  <!ENTITY nghttp2-size          "3.9 MB">
    11   <!ENTITY nghttp2-buildsize     "22 MB">
     11  <!ENTITY nghttp2-buildsize     "24 MB">
    1212  <!ENTITY nghttp2-time          "0.1 SBU">
    1313]>
  • packages.ent

    r5e0e3d79 r67cd226  
    122122<!ENTITY jansson-version              "2.14">
    123123<!-- temporary, until JS102 is approved for gnome -->
    124 <!ENTITY JS91-version                 "91.12.0">
     124<!ENTITY JS91-version                 "91.13.0">
    125125<!ENTITY json-c-version               "0.16">
    126126<!ENTITY json-glib-version            "1.6.6">
     
    159159<!ENTITY libportal-version            "0.6">
    160160<!ENTITY libptytty-version            "2.0">
    161 <!ENTITY libqalculate-version         "4.2.0">
     161<!ENTITY libqalculate-version         "4.3.0">
    162162<!ENTITY libqmi-version               "1.30.8">
    163163<!ENTITY libseccomp-version           "2.5.4">
     
    351351<!ENTITY expect-version               "5.45.4">
    352352<!ENTITY gcc-version                  "12.2.0">
    353 <!ENTITY gc-version                   "8.0.6">
     353<!ENTITY gc-version                   "8.2.2">
    354354<!ENTITY gdb-version                  "12.1">
    355355<!ENTITY git-version                  "2.37.2">
     
    658658<!ENTITY libtirpc-version             "1.3.3">
    659659<!ENTITY neon-version                 "0.32.2">
    660 <!ENTITY nghttp2-version              "1.48.0">
     660<!ENTITY nghttp2-version              "1.49.0">
    661661<!ENTITY rpcsvc-proto-version         "1.4.3">
    662662<!ENTITY serf-version                 "1.3.9">
Note: See TracChangeset for help on using the changeset viewer.