Changeset 546a1b6


Ignore:
Timestamp:
03/25/2007 02:31:56 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
88fe21d
Parents:
e1c116d
Message:

Updated to cURL-7.16.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    re1c116d r546a1b6  
    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        "d71b2ee8febfde2c7dc30a43638ec0d9">
    10   <!ENTITY curl-size          "1.4 MB">
    11   <!ENTITY curl-buildsize     "27.5 MB">
    12   <!ENTITY curl-time          "0.5 SBU (additional 0.8 SBU to run the test suite)">
     9  <!ENTITY curl-md5sum        "acdab0b0467c55e10ed02d2afed80575">
     10  <!ENTITY curl-size          "1.5 MB">
     11  <!ENTITY curl-buildsize     "32 MB">
     12  <!ENTITY curl-time          "0.5 SBU (additional 0.9 SBU to run the test suite)">
    1313]>
    1414
     
    113113
    114114    <para><command>find docs -name "Makefile*" -o -name "*.1"
    115     -o -name "*.3" | xargs rm</command>: This instruction removes files
    116     that are not needed in /usr/share/doc/curl-&curl-version; to facilitate
    117     copying appropriate files.  The "*.1" and "*.3" files are installed
    118     by the normal <command>make install</command>.</para>
     115    -o -name "*.3" | xargs rm</command>: This command removes man files
     116    from the source tree that have already been installed by the
     117    <command>make install</command> command.</para>
    119118
    120119  </sect2>
  • general.ent

    re1c116d r546a1b6  
    284284
    285285<!-- Chapter 16 -->
    286 <!ENTITY curl-version                 "7.15.3">
     286<!ENTITY curl-version                 "7.16.1">
    287287<!ENTITY wvstreams-version            "4.2.2">
    288288<!ENTITY gnet-version                 "2.0.7">
  • introduction/welcome/changelog.xml

    re1c116d r546a1b6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to cURL-7.16.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Stunnel-4.20.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.