Changeset 85465d9 for networking


Ignore:
Timestamp:
03/20/2019 07:09:21 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
0a561d8
Parents:
daf08a9
Message:

Update to glib-networking-2.60.0.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21363 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/glib-networking.xml

    rdaf08a9 r85465d9  
    66
    77  <!ENTITY glib-networking-download-http
    8     "&gnome-download-http;/glib-networking/2.58/glib-networking-&glib-networking-version;.tar.xz">
     8    "&gnome-download-http;/glib-networking/2.60/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp
    10     "&gnome-download-ftp;/glib-networking/2.58/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "75b14b7e73a67753be9ce307751c661d">
    12   <!ENTITY glib-networking-size          "172 KB">
    13   <!ENTITY glib-networking-buildsize     "6.4 MB (with tests)">
     10    "&gnome-download-ftp;/glib-networking/2.60/glib-networking-&glib-networking-version;.tar.xz">
     11  <!ENTITY glib-networking-md5sum        "b41b94a3f84e63437760fe49774431bb">
     12  <!ENTITY glib-networking-size          "184 KB">
     13  <!ENTITY glib-networking-buildsize     "5.8 MB (with tests)">
    1414  <!ENTITY glib-networking-time          "0.1 SBU (with tests)">
    1515]>
     
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="make-ca"/> and
    87       <xref linkend="p11-kit"/>
     86      <xref linkend="make-ca"/>
     87      <!-- p11-kit option no longer exists, and is pulled in by GnuTLS anyway -->
    8888    </para>
    8989
     
    101101    <title>Installation of GLib Networking</title>
    102102
     103    <!-- 2.60.0 of glib-networking introduced an experimental OpenSSL backend.
     104    Since it is not tested well upstream yet, and it is recommended by upstream
     105    to use the GnuTLS backend on Linux, we will continue using the GnuTLS
     106    backend and not mention the OpenSSL backend to prevent confusion. -->
    103107    <para>
    104108      Install <application>GLib Networking</application> by running the following
     
    109113cd    build &amp;&amp;
    110114
    111 meson --prefix=/usr            \
    112       -Dlibproxy_support=false \
    113       -Dpkcs11_support=true .. &amp;&amp;
     115meson --prefix=/usr     \
     116      -Dlibproxy=false  .. &amp;&amp;
    114117ninja</userinput></screen>
    115118
Note: See TracChangeset for help on using the changeset viewer.