Changeset 642e43d


Ignore:
Timestamp:
09/17/2021 07:59:29 PM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
9a7aeed0
Parents:
fed4c8c4
Message:

Package updates.
Update to glib-networking-2.70.0.
Update to glib-2.70.0.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rfed4c8c4 r642e43d  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "07ba0e946bf6dcad36388675d2f2876f">
    10   <!ENTITY glib2-size          "4.8 MB">
    11   <!ENTITY glib2-buildsize     "104 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.6 SBU (add 1.0 SBU for tests; both using parallelism=4)">
     9  <!ENTITY glib2-md5sum        "4b08228707d28a9f23f7369902f4b166">
     10  <!ENTITY glib2-size          "4.6 MB">
     11  <!ENTITY glib2-buildsize     "130 MB (add 6 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    214214      To test the results, after having installed the package, issue:
    215215      <command>ninja test</command>. One test named
    216       <literal>gio / file</literal> is known to fail if the test is ran as
     216      <literal>gio / file</literal> is known to fail if the test is run as
    217217      the <systemitem class="username">root</systemitem> user.
    218218      <!-- glib issue #1954: -->
     
    229229      <!-- with 2.60.4 on systemd, all tests pass. -->
    230230      <!-- with 2.64.1 on sysV, all tests pass. -->
     231      <!-- with 2.70.0 on sysV, all tests pass. -->
    231232    </para>
    232233
  • introduction/welcome/changelog.xml

    rfed4c8c4 r642e43d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to glib-networking-2.70.0. Fixes
     49          <ulink url="&blfs-ticket-root;15552">#15552</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to glib-2.70.0. Fixes
     53          <ulink url="&blfs-ticket-root;15556">#15556</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to bind9-9.16.21. Fixes
    4957          <ulink url="&blfs-ticket-root;15541">#15541</ulink>.</para>
  • networking/netlibs/glib-networking.xml

    rfed4c8c4 r642e43d  
    66
    77  <!ENTITY glib-networking-download-http
    8     "&gnome-download-http;/glib-networking/2.68/glib-networking-&glib-networking-version;.tar.xz">
     8    "&gnome-download-http;/glib-networking/2.70/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp " ">
    1010<!--  <!ENTITY glib-networking-download-ftp
    1111    "&gnome-download-ftp;/glib-networking/2.66/glib-networking-&glib-networking-version;.tar.xz"> -->
    12   <!ENTITY glib-networking-md5sum        "5c3b020db7d0937f75aac7654c38343f">
    13   <!ENTITY glib-networking-size          "236 KB">
    14   <!ENTITY glib-networking-buildsize     "5.2 MB (with tests)">
     12  <!ENTITY glib-networking-md5sum        "1b3c94e2c7d5c61756cbf2a4750e47f7">
     13  <!ENTITY glib-networking-size          "256 KB">
     14  <!ENTITY glib-networking-buildsize     "6.1 MB (with tests)">
    1515  <!ENTITY glib-networking-time          "less than 0.1 SBU (with tests)">
    1616]>
     
    116116    to use the GnuTLS backend on Linux, we will continue using the GnuTLS
    117117    backend and not mention the OpenSSL backend to prevent confusion. -->
    118     <!--
    119     <para>
    120       First, apply a patch to fix a problem introduced by API changes in GnuTLS:
    121     </para>
    122 
    123 <screen><userinput remap="pre">patch -Np1 -i ../glib-networking-&glib-networking-version;-upstream_fixes-1.patch</userinput></screen>
    124 -->
    125118
    126119    <para>
     
    132125cd    build &amp;&amp;
    133126
    134 meson --prefix=/usr          \
    135       --buildtype=release    &amp;&amp;
     127meson --prefix=/usr       \
     128      --buildtype=release &amp;&amp;
    136129ninja</userinput></screen>
    137130
     
    139132      To test the results, issue: <command>ninja test</command>.
    140133    </para>
    141 
    142     <!-- glib-networking/#70 -->
    143     <!-- The patch fixes this problem, and the connection-gnutls failure was
    144     indicative of a complete failure of the GnuTLS backend to use certificates.
    145     This broke WebKit and libsoup, and has since been patched. -->
    146     <!--
    147     <para>
    148       The test <emphasis>connection-gnutls</emphasis> is known to fail.
    149     </para>
    150     -->
    151134
    152135    <para>
     
    166149  </sect2>
    167150
    168   <!-- This isn't needed anymore and breaks applications which use it.
    169   <sect2 role="configuration">
    170     <title>Configuring Glib-networking</title>
    171     <!- - This breaks the libsoup tests - ->
    172 
    173     <sect3 id="glib-networking-config">
    174       <title>Config Files</title>
    175       <para>
    176         <filename>/etc/profile.d/gio.sh</filename>
    177       </para>
    178 
    179       <indexterm zone="glib-networking glib-networking-config">
    180         <primary
    181         sortas="e-etc-profile.d-gio.sh">/etc/profile.d/gio.sh</primary>
    182       </indexterm>
    183     </sect3>
    184 
    185     <sect3><title>Configuration Information</title>
    186 
    187       <para>
    188         For using the PKCS #11 modules, the <envar>GIO_USE_TLS</envar> variable
    189         should be set in the environment. This can be added to the Bash Startup
    190         Files (as the <systemitem class="username">root</systemitem> user):
    191       </para>
    192 
    193 <screen role="root"><userinput>cat &gt; /etc/profile.d/gio.sh &lt;&lt; "EOF"
    194 <literal># Begin gio.sh
    195 
    196 export GIO_USE_TLS=gnutls-pkcs11
    197 
    198 # End gio.sh</literal>
    199 EOF</userinput></screen>
    200     </sect3>
    201   </sect2>
    202 -->
    203151  <sect2 role="content">
    204152    <title>Contents</title>
  • packages.ent

    rfed4c8c4 r642e43d  
    9595<!ENTITY fftw-version                 "3.3.10">
    9696<!ENTITY gcab-version                 "0.7">
    97 <!ENTITY glib2-minor                  "2.68">
    98 <!ENTITY glib2-version                "&glib2-minor;.4">
     97<!ENTITY glib2-minor                  "2.70">
     98<!ENTITY glib2-version                "&glib2-minor;.0">
    9999<!ENTITY glibmm-version               "2.66.1">
    100100<!ENTITY gmime-version                "2.6.23">
     
    626626<!ENTITY curl-version                 "7.79.0">
    627627<!ENTITY geoclue2-version             "2.5.7">
    628 <!ENTITY glib-networking-version      "2.68.2">
     628<!ENTITY glib-networking-version      "2.70.0">
    629629<!ENTITY ldns-version                 "1.7.1">
    630630<!ENTITY libevent-version             "2.1.12">
Note: See TracChangeset for help on using the changeset viewer.