mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
874d6630d3
commit
bd38f0addf
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libsoup-download-http "&gnome-download-http;/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
|
||||
<!ENTITY libsoup-download-ftp "&gnome-download-ftp;/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
|
||||
<!ENTITY libsoup-md5sum "a242a7c4b874e080f049c8fdf90ea836">
|
||||
<!ENTITY libsoup-size "432 KB">
|
||||
<!ENTITY libsoup-buildsize "10.9 MB">
|
||||
<!ENTITY libsoup-time "0.2 SBU">
|
||||
<!ENTITY libsoup-md5sum "2704961ca2b9597819f21b40d4a0e0aa">
|
||||
<!ENTITY libsoup-size "487 KB">
|
||||
<!ENTITY libsoup-buildsize "11.0 MB">
|
||||
<!ENTITY libsoup-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libsoup" xreflabel="libsoup-&libsoup-version;">
|
||||
@ -63,7 +63,10 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/>,
|
||||
<xref linkend="apache"/> (required to run the test suite), and
|
||||
<xref linkend="apache"/> (required to run the test suite),
|
||||
<xref linkend="php"/> compiled with
|
||||
<ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
|
||||
support (only used for the XMLRPC regression tests), and
|
||||
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
|
||||
(which needs <ulink
|
||||
url="http://www.gnupg.org/(en)/download/index.html#libgpg-error">libgpg-error</ulink>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -272,7 +272,7 @@
|
||||
<!ENTITY curl-version "7.15.3">
|
||||
<!ENTITY wvstreams-version "4.2.2">
|
||||
<!ENTITY gnet-version "2.0.7">
|
||||
<!ENTITY libsoup-version "2.2.94">
|
||||
<!ENTITY libsoup-version "2.2.96">
|
||||
<!ENTITY libpcap-version "0.9.4">
|
||||
|
||||
<!-- Chapter 17 -->
|
||||
|
@ -87,6 +87,7 @@
|
||||
<ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
|
||||
<ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>,
|
||||
<ulink url="http://re2c.org/">re2c</ulink>,
|
||||
<ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>,
|
||||
<ulink url="http://dmalloc.com/">Dmalloc</ulink>,
|
||||
<ulink url="http://www.gnu.org/software/recode/">recode</ulink>, and
|
||||
an <xref linkend="server-mail"/> (that provides a
|
||||
|
@ -41,6 +41,19 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>August 6th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to libsoup-2.2.96.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added XMLRPC-EPI as an optional dependency of
|
||||
PHP.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>August 5th, 2006</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user