Changeset 32a8ca3


Ignore:
Timestamp:
12/20/2008 10:06:48 AM (15 years ago)
Author:
Ag Hatzimanikas <ag@…>
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:
81f2343
Parents:
fcb77dd
Message:

Updated to curl-7.19.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    rfcb77dd r32a8ca3  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">
    9   <!ENTITY curl-md5sum        "c299c5e0f20f633791b4c4f7ced4effe">
     9  <!ENTITY curl-md5sum        "3a461b145a4a31fe7d5a44684e7fbdbc">
    1010  <!ENTITY curl-size          "2.1 MB">
    1111  <!ENTITY curl-buildsize     "33 MB">
     
    3131
    3232    <para>The <application>cURL</application> package contains
    33     <command>curl</command> and its support library. This is useful for
    34     transferring files with URL syntax.  This ability to both
    35     download and redirect files can be incorporated into other programs to support
    36     functions like streaming media.</para>
     33    <command>curl</command> and its support library
     34    <filename class="libraryfile">libcurl</filename>. This is useful for
     35    transferring files with URL syntax to any of the following protocols:
     36    FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
     37    This ability to both download and upload files can be incorporated into other
     38    programs to support functions like streaming media.</para>
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6668    <xref linkend="libidn"/>,
    6769    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    68     <ulink url="http://www.libssh2.org/wiki/index.php/Main_Page">libssh2</ulink>,
     70    <ulink url="http://www.libssh2.org/wiki/index.php/Main_Page">libssh2</ulink>
     71    (for secure transfers),
    6972    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    7073    <ulink url="http://www.vintela.com/resources/topics/spnego/">SPNEGO</ulink>, and
     
    118121    <filename class="libraryfile">libcurl</filename>.</para>
    119122
     123    <para><option>--without-ssl --with-gnutls</option>:
     124    To build with GnuTLS support instead of OpenSSL for SSL/TLS.
     125    </para>
     126
    120127    <para><command>find docs -name "Makefile*" -o -name "*.1"
    121128    -o -name "*.3" | xargs rm</command>: This command removes man files
     
    149156        <term><command>curl</command></term>
    150157        <listitem>
    151           <para>is a client that can get documents from or send documents to
    152           any of the following protocols: HTTP, HTTPS (needs <xref
    153           linkend="openssl"/>), FTP, GOPHER, DICT, TELNET, LDAP (needs
    154           <xref linkend="openldap"/> at run time) or FILE.</para>
     158         <para>is a command line tool for transferring files with URL syntax.
     159         </para>
    155160          <indexterm zone="curl curl-prog">
    156161            <primary sortas="b-curl">curl</primary>
  • general.ent

    rfcb77dd r32a8ca3  
    328328
    329329<!-- Chapter 16 -->
    330 <!ENTITY curl-version                 "7.19.0">
     330<!ENTITY curl-version                 "7.19.2">
    331331<!ENTITY wvstreams-version            "4.2.2">
    332332<!ENTITY gnet-version                 "2.0.7">
  • introduction/welcome/changelog.xml

    rfcb77dd r32a8ca3  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[ag] - Updated to curl-7.19.2.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[ag] - Updated to vim-7.2.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.