Ignore:
Timestamp:
09/17/2021 07:59:29 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a7aeed0
Parents:
fed4c8c4
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.