update to curl-7.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@354 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-10-26 00:48:49 +00:00
parent b297702f30
commit adb96dde60
5 changed files with 13 additions and 10 deletions

View File

@ -8,9 +8,9 @@ Package size: &curl-size;
Estimated Disk space required: &curl-buildsize;</screen> Estimated Disk space required: &curl-buildsize;</screen>
<para>The curl package contains curl and its support library. This is <para>The curl package contains curl and its support library. This is
useful for transferring files with URL syntax. For example, curl useful for transferring files with URL syntax. For example, <userinput>curl
http://curl.haxx.se/download/curl-&curl-version;.tar.gz &gt; http://curl.haxx.se/download/curl-&curl-version;.tar.gz &gt;
curl-&curl-version;.tar.gz curl-&curl-version;.tar.gz</userinput>
would download this programs tarball to the current directory. This would download this programs tarball to the current directory. This
ability to both download and redirect files can be incorporated ability to both download and redirect files can be incorporated
into other programs to support functions like streaming media.</para> into other programs to support functions like streaming media.</para>

View File

@ -3,8 +3,8 @@
<!ENTITY curl-inst SYSTEM "curl-inst.xml"> <!ENTITY curl-inst SYSTEM "curl-inst.xml">
<!ENTITY curl-desc SYSTEM "curl-desc.xml"> <!ENTITY curl-desc SYSTEM "curl-desc.xml">
<!ENTITY curl-config SYSTEM "curl-config.xml"> <!ENTITY curl-config SYSTEM "curl-config.xml">
<!ENTITY curl-buildsize "5.8 MB"> <!ENTITY curl-buildsize "6.5 MB">
<!ENTITY curl-version "7.9.8"> <!ENTITY curl-version "7.10.1">
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.9.8.tar.gz"> <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.10.1.tar.bz2">
<!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.8.tar.gz"> <!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.10.1.tar.bz2">
<!ENTITY curl-size "720 KB"> <!ENTITY curl-size "664 KB">

View File

@ -14,6 +14,6 @@ extension language.</para>
<screen>librep depends on: <screen>librep depends on:
<xref linkend="gmp"/> and <xref linkend="gdbm"/> <xref linkend="gmp"/> and <xref linkend="gdbm"/>
librep will utilize: librep will utilize:
readline</screen> <xref linkend="readline"/></screen>
</sect2> </sect2>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20021024"> <!ENTITY version "20021025">
<!ENTITY releasedate "October 24th, 2002"> <!ENTITY releasedate "October 25th, 2002">
<!ENTITY % book SYSTEM "book/book.ent"> <!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent"> <!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist> <itemizedlist>
<listitem><para>October 25th, 2002 [larry]: Basicnet: Update to
curl-7.10.1.</para></listitem>
<listitem><para>October 24th, 2002 [larry]: Xsoft: Edited Galeon for <listitem><para>October 24th, 2002 [larry]: Xsoft: Edited Galeon for
Mozilla changes.</para></listitem> Mozilla changes.</para></listitem>