Changeset 642e43d
- Timestamp:
- 09/17/2021 07:59:29 PM (21 months ago)
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
rfed4c8c4 r642e43d 7 7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz"> 8 8 <!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. 8MB">11 <!ENTITY glib2-buildsize "1 04MB (add 6 MB for tests)">12 <!ENTITY glib2-time "0. 6 SBU (add 1.0SBU 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)"> 13 13 ]> 14 14 … … 214 214 To test the results, after having installed the package, issue: 215 215 <command>ninja test</command>. One test named 216 <literal>gio / file</literal> is known to fail if the test is r an as216 <literal>gio / file</literal> is known to fail if the test is run as 217 217 the <systemitem class="username">root</systemitem> user. 218 218 <!-- glib issue #1954: --> … … 229 229 <!-- with 2.60.4 on systemd, all tests pass. --> 230 230 <!-- with 2.64.1 on sysV, all tests pass. --> 231 <!-- with 2.70.0 on sysV, all tests pass. --> 231 232 </para> 232 233 -
introduction/welcome/changelog.xml
rfed4c8c4 r642e43d 46 46 <itemizedlist> 47 47 <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> 48 56 <para>[bdubbs] - Update to bind9-9.16.21. Fixes 49 57 <ulink url="&blfs-ticket-root;15541">#15541</ulink>.</para> -
networking/netlibs/glib-networking.xml
rfed4c8c4 r642e43d 6 6 7 7 <!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"> 9 9 <!ENTITY glib-networking-download-ftp " "> 10 10 <!-- <!ENTITY glib-networking-download-ftp 11 11 "&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 "2 36 KB">14 <!ENTITY glib-networking-buildsize " 5.2MB (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)"> 15 15 <!ENTITY glib-networking-time "less than 0.1 SBU (with tests)"> 16 16 ]> … … 116 116 to use the GnuTLS backend on Linux, we will continue using the GnuTLS 117 117 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 -->125 118 126 119 <para> … … 132 125 cd build && 133 126 134 meson --prefix=/usr 135 --buildtype=release 127 meson --prefix=/usr \ 128 --buildtype=release && 136 129 ninja</userinput></screen> 137 130 … … 139 132 To test the results, issue: <command>ninja test</command>. 140 133 </para> 141 142 <!-- glib-networking/#70 -->143 <!-- The patch fixes this problem, and the connection-gnutls failure was144 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 -->151 134 152 135 <para> … … 166 149 </sect2> 167 150 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 <primary181 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> variable189 should be set in the environment. This can be added to the Bash Startup190 Files (as the <systemitem class="username">root</systemitem> user):191 </para>192 193 <screen role="root"><userinput>cat > /etc/profile.d/gio.sh << "EOF"194 <literal># Begin gio.sh195 196 export GIO_USE_TLS=gnutls-pkcs11197 198 # End gio.sh</literal>199 EOF</userinput></screen>200 </sect3>201 </sect2>202 -->203 151 <sect2 role="content"> 204 152 <title>Contents</title> -
packages.ent
rfed4c8c4 r642e43d 95 95 <!ENTITY fftw-version "3.3.10"> 96 96 <!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"> 99 99 <!ENTITY glibmm-version "2.66.1"> 100 100 <!ENTITY gmime-version "2.6.23"> … … 626 626 <!ENTITY curl-version "7.79.0"> 627 627 <!ENTITY geoclue2-version "2.5.7"> 628 <!ENTITY glib-networking-version "2. 68.2">628 <!ENTITY glib-networking-version "2.70.0"> 629 629 <!ENTITY ldns-version "1.7.1"> 630 630 <!ENTITY libevent-version "2.1.12">
Note:
See TracChangeset
for help on using the changeset viewer.