Changeset 41aad3e3 for networking


Ignore:
Timestamp:
07/05/2013 05:07:29 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e7f42de3
Parents:
345e378
Message:

Package updates.

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

Location:
networking/netlibs
Files:
2 edited

Legend:

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

    r345e378 r41aad3e3  
    66
    77  <!ENTITY glib-networking-download-http
    8            "&gnome-download-http;/glib-networking/2.34/glib-networking-&glib-networking-version;.tar.xz">
     8           "&gnome-download-http;/glib-networking/2.36/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp
    10            "&gnome-download-ftp;/glib-networking/2.34/glib-networking-&glib-networking-version;.tar.xz">
    11   <!ENTITY glib-networking-md5sum        "7c95f09884d563e27937ac6185b03a8d">
    12   <!ENTITY glib-networking-size          "340 KB">
    13   <!ENTITY glib-networking-buildsize     "8.0 MB">
     10           "&gnome-download-ftp;/glib-networking/2.36/glib-networking-&glib-networking-version;.tar.xz">
     11  <!ENTITY glib-networking-md5sum        "fb9121742ed36d1723f296eea19dbb3c">
     12  <!ENTITY glib-networking-size          "348 KB">
     13  <!ENTITY glib-networking-buildsize     "8.5 MB">
    1414  <!ENTITY glib-networking-time          "0.1 SBU">
    1515]>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
     85      <xref linkend="cacerts"/> and
    8586      <xref linkend="p11-kit"/>
    8687    </para>
     
    8889    <bridgehead renderas="sect4">Optional</bridgehead>
    8990    <para role="optional">
    90       <xref linkend="libgcrypt"/> and
    9191      <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>
    9292    </para>
     
    112112
    113113    <para>
    114       To test the results, issue: <command>make check</command>.
     114      To test the results, issue: <command>make -k check</command>.
     115      Note that some tests fail due to recent changes in
     116      <application>GnuTLS</application>.
    115117    </para>
    116118
  • networking/netlibs/libsoup.xml

    r345e378 r41aad3e3  
    66
    77  <!ENTITY libsoup-download-http
    8            "&gnome-download-http;/libsoup/2.40/libsoup-&libsoup-version;.tar.xz">
     8           "&gnome-download-http;/libsoup/2.42/libsoup-&libsoup-version;.tar.xz">
    99  <!ENTITY libsoup-download-ftp
    10            "&gnome-download-ftp;/libsoup/2.40/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "ee111c5cf9f95b4a7aa24afe13dddb98">
    12   <!ENTITY libsoup-size          "696 KB">
    13   <!ENTITY libsoup-buildsize     "32 MB">
     10           "&gnome-download-ftp;/libsoup/2.42/libsoup-&libsoup-version;.tar.xz">
     11  <!ENTITY libsoup-md5sum        "7d19a84f9eecba53187f5c2ae13fd83e">
     12  <!ENTITY libsoup-size          "716 KB">
     13  <!ENTITY libsoup-buildsize     "35 MB">
    1414  <!ENTITY libsoup-time          "0.3 SBU">
    1515]>
     
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="glib-networking"/> and
    82       <xref linkend="libxml2"/>
     81      <xref linkend="glib-networking"/>,
     82      <xref linkend="libxml2"/> and
     83      <xref linkend="sqlite"/>
    8384    </para>
    8485
    8586    <bridgehead renderas="sect4">Recommended</bridgehead>
    8687    <para role="recommended">
    87       <xref linkend="gobject-introspection"/>,
    88       <xref linkend="libgnome-keyring"/> and
    89       <xref linkend="sqlite"/>
     88      <xref linkend="gobject-introspection"/>
    9089    </para>
    9190
     
    125124
    126125<screen role="root"><userinput>make install</userinput></screen>
     126
    127127  </sect2>
    128128
     
    132132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133133      href="../../xincludes/static-libraries.xml"/>
    134 
    135     <para>
    136       <option>--without-gnome</option>: This switch prevents
    137       <command>configure</command> looking for GNOME specific
    138       dependencies. Use this switch if you have not installed
    139       <xref linkend="libgnome-keyring"/>.
    140     </para>
    141134
    142135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.