Changeset 2b8421c


Ignore:
Timestamp:
08/13/2009 02:54:24 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
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:
bc40324
Parents:
de197a5d
Message:

Updated to cURL-7.19.6.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    rde197a5d r2b8421c  
    66
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    8   <!ENTITY curl-download-ftp  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">
    9   <!ENTITY curl-md5sum        "3a461b145a4a31fe7d5a44684e7fbdbc">
    10   <!ENTITY curl-size          "2.1 MB">
     8  <!--<!ENTITY curl-download-ftp  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">-->
     9  <!ENTITY curl-download-ftp  " ">
     10  <!ENTITY curl-md5sum        "8402c1f654c51ad7287aad57c3aa79be">
     11  <!ENTITY curl-size          "2.3 MB">
    1112  <!ENTITY curl-buildsize     "33 MB">
    1213  <!ENTITY curl-time          "0.5 SBU (additional 0.9 SBU to run the test suite)">
     
    3738    This ability to both download and upload files can be incorporated into other
    3839    programs to support functions like streaming media.</para>
     40
     41    &lfs65_checked;
    3942
    4043    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    122125
    123126    <para><option>--without-ssl --with-gnutls</option>:
    124     To build with GnuTLS support instead of OpenSSL for SSL/TLS.
    125     </para>
     127    To build with <application>GnuTLS</application>
     128    support instead of <application>OpenSSL</application> for SSL/TLS.</para>
    126129
    127130    <para><command>find docs -name "Makefile*" -o -name "*.1"
  • basicnet/netprogs/net-tools.xml

    rde197a5d r2b8421c  
    3333    of programs for controlling the network subsystem of the Linux
    3434    kernel.</para>
     35
     36    &lfs65_checked;
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general.ent

    rde197a5d r2b8421c  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    355355
    356356<!-- Chapter 16 -->
    357 <!ENTITY curl-version                 "7.19.2">
     357<!ENTITY curl-version                 "7.19.6">
    358358<!ENTITY wvstreams-version            "4.2.2">
    359359<!ENTITY gnet-version                 "2.0.7">
  • introduction/welcome/changelog.xml

    rde197a5d r2b8421c  
    4242-->
    4343    <listitem>
     44      <para>Auguest 13th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Updated to cURL-7.19.6.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>August 12th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.