Changeset 16e43a1e for networking


Ignore:
Timestamp:
03/27/2018 07:22:49 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
aeae4f6d
Parents:
dbeb77f
Message:

Update to glib-networking-2.56.0.
Revert to stable to gnutls-3.5.18.

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

File:
1 edited

Legend:

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

    rdbeb77f r16e43a1e  
    99  <!ENTITY glib-networking-download-ftp
    1010    "&gnome-download-ftp;/glib-networking/2.54/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "99867463f182c2767bce0c74bc9cc981">
    12   <!ENTITY glib-networking-size          "432 KB">
    13   <!ENTITY glib-networking-buildsize     "8.9 MB (with tests)">
     11  <!ENTITY glib-networking-md5sum        "f9e720a79014cc7d07eabd02ade0ae4e">
     12  <!ENTITY glib-networking-size          "164 KB">
     13  <!ENTITY glib-networking-buildsize     "4.7 MB (with tests)">
    1414  <!ENTITY glib-networking-time          "0.1 SBU (with tests)">
    1515]>
     
    7878    <para role="required">
    7979      <xref linkend="glib2"/>, <!-- needed because version is important -->
    80       <xref linkend="gnutls"/> and
     80      <xref linkend="gnutls"/>, and
    8181      <xref linkend="gsettings-desktop-schemas"/>
    8282    </para>
     
    106106    </para>
    107107
    108 <screen><userinput>./configure --prefix=/usr             \
    109             --without-ca-certificates \
    110             --disable-static          &amp;&amp;
    111 make</userinput></screen>
     108<screen><userinput>meson --prefix=/usr            \
     109      -Dlibproxy_support=false \
     110      -Dca_certificates_path=/etc/ssl/ca-bundle.crt &amp;&amp;
     111ninja</userinput></screen>
    112112
    113113    <para>
    114       To test the results, issue: <command>make -k check</command>.
     114      To test the results, issue: <command>ninja test</command>.
    115115    </para>
    116116
     
    119119    </para>
    120120
    121 <screen role="root"><userinput>make install</userinput></screen>
     121<screen role="root"><userinput>ninja install</userinput></screen>
    122122
    123123  </sect2>
    124 
     124<!--
    125125  <sect2 role="commands">
    126126    <title>Command Explanations</title>
    127127
    128128    <para>
    129       <parameter>--without-ca-certificates</parameter>: This parameter forces
     129      <parameter>- -without-ca-certificates</parameter>: This parameter forces
    130130      use of PKCS #11 modules for TLS certificate validation instead of a
    131131      bundle of certificates.
     
    136136
    137137  </sect2>
    138 
     138-->
    139139  <sect2 role="configuration">
    140140    <title>Configuring Glib-networking</title>
Note: See TracChangeset for help on using the changeset viewer.