Changeset adb96dde


Ignore:
Timestamp:
10/26/2002 12:48:49 AM (22 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e085a73
Parents:
b297702
Message:

update to curl-7.10.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl/curl-intro.xml

    rb297702 radb96dde  
    99
    1010<para>The curl package contains curl and its support library. This is
    11 useful for transferring files with URL syntax. For example, curl
     11useful for transferring files with URL syntax. For example, <userinput>curl
    1212http://curl.haxx.se/download/curl-&curl-version;.tar.gz &gt;
    13 curl-&curl-version;.tar.gz
     13curl-&curl-version;.tar.gz</userinput>
    1414would download this programs tarball to the current directory. This
    1515ability to both download and redirect files can be incorporated
  • basicnet/netlibs/curl/curl.ent

    rb297702 radb96dde  
    44<!ENTITY curl-desc SYSTEM "curl-desc.xml">
    55<!ENTITY curl-config SYSTEM "curl-config.xml">
    6 <!ENTITY curl-buildsize "5.8 MB">
    7 <!ENTITY curl-version "7.9.8">
    8 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.9.8.tar.gz">
    9 <!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.8.tar.gz">
    10 <!ENTITY curl-size "720 KB">
     6<!ENTITY curl-buildsize "6.5 MB">
     7<!ENTITY curl-version "7.10.1">
     8<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.10.1.tar.bz2">
     9<!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.10.1.tar.bz2">
     10<!ENTITY curl-size "664 KB">
  • general/prog/librep/librep-intro.xml

    rb297702 radb96dde  
    1515<xref linkend="gmp"/> and <xref linkend="gdbm"/>
    1616librep will utilize:
    17 readline</screen>
     17<xref linkend="readline"/></screen>
    1818
    1919</sect2>
  • index.xml

    rb297702 radb96dde  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20021024">
    6 <!ENTITY releasedate "October 24th, 2002">
     5<!ENTITY version "20021025">
     6<!ENTITY releasedate "October 25th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rb297702 radb96dde  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>October 25th, 2002 [larry]: Basicnet: Update to
     14curl-7.10.1.</para></listitem>
    1215
    1316<listitem><para>October 24th, 2002 [larry]: Xsoft: Edited Galeon for
Note: See TracChangeset for help on using the changeset viewer.