Changeset bd38f0a


Ignore:
Timestamp:
08/06/2006 02:08:12 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
0b733006
Parents:
874d663
Message:

Updated to libsoup-2.2.96 and added XMLRPC-EPI as an optional dependency of PHP

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/libsoup.xml

    r874d663 rbd38f0a  
    77  <!ENTITY libsoup-download-http "&gnome-download-http;/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
    88  <!ENTITY libsoup-download-ftp  "&gnome-download-ftp;/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
    9   <!ENTITY libsoup-md5sum        "a242a7c4b874e080f049c8fdf90ea836">
    10   <!ENTITY libsoup-size          "432 KB">
    11   <!ENTITY libsoup-buildsize     "10.9 MB">
    12   <!ENTITY libsoup-time          "0.2 SBU">
     9  <!ENTITY libsoup-md5sum        "2704961ca2b9597819f21b40d4a0e0aa">
     10  <!ENTITY libsoup-size          "487 KB">
     11  <!ENTITY libsoup-buildsize     "11.0 MB">
     12  <!ENTITY libsoup-time          "0.3 SBU">
    1313]>
    1414
     
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para role="optional"><xref linkend="gtk-doc"/>,
    66     <xref linkend="apache"/> (required to run the test suite), and
     66    <xref linkend="apache"/> (required to run the test suite),
     67    <xref linkend="php"/> compiled with
     68    <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
     69    support (only used for the XMLRPC regression tests), and
    6770    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
    6871    (which needs <ulink
  • general.ent

    r874d663 rbd38f0a  
    1 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     1<!ENTITY day          "06">                   <!-- Always 2 digits -->
    22<!ENTITY month        "08">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    273273<!ENTITY wvstreams-version            "4.2.2">
    274274<!ENTITY gnet-version                 "2.0.7">
    275 <!ENTITY libsoup-version              "2.2.94">
     275<!ENTITY libsoup-version              "2.2.96">
    276276<!ENTITY libpcap-version              "0.9.4">
    277277
  • general/prog/php.xml

    r874d663 rbd38f0a  
    8888    <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>,
    8989    <ulink url="http://re2c.org/">re2c</ulink>,
     90    <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>,
    9091    <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    9192    <ulink url="http://www.gnu.org/software/recode/">recode</ulink>, and
  • introduction/welcome/changelog.xml

    r874d663 rbd38f0a  
    4343
    4444    <listitem>
     45      <para>August 6th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libsoup-2.2.96.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[randy] - Added XMLRPC-EPI as an optional dependency of
     52          PHP.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4558      <para>August 5th, 2006</para>
    4659      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.