Changeset f25b43cb


Ignore:
Timestamp:
06/27/2013 10:03:22 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
18785f8
Parents:
f12d348
Message:

Update to curl-7.31.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf12d348 rf25b43cb  
    464464
    465465<!-- Chapter 17 -->
    466 <!ENTITY curl-version                 "7.30.0">
     466<!ENTITY curl-version                 "7.31.0">
    467467<!ENTITY geoclue-version              "0.12.0">
    468468<!ENTITY glib-networking-version      "2.34.2">
  • introduction/welcome/changelog.xml

    rf12d348 rf25b43cb  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Updated to curl-7.31.0.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[bdubbs] - Updated to Berkeley db-6.0.19.</para>
    5154        </listitem>
  • networking/netlibs/curl.xml

    rf12d348 rf25b43cb  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "0db5ec03a5001b42a2edc03bf63b5ceb">
     9  <!ENTITY curl-md5sum        "b7bea20579ac2f696338ae03f2c19ba5">
    1010  <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "35 MB (additional 4 MB for tests)">
    12   <!ENTITY curl-time          "0.5 SBU (additional 3.5 SBU for tests)">
     11  <!ENTITY curl-buildsize     "35 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 3.1 SBU for tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>sed -i '/--static-libs)/{N;s#echo .*#echo #;}' curl-config.in &amp;&amp;
    117 ./configure --prefix=/usr              \
     116<screen><userinput>./configure --prefix=/usr              \
    118117            --disable-static           \
    119118            --enable-threaded-resolver \
     
    122121
    123122    <para>
    124       To test the results, issue: <command>make check</command>.
     123      To test the results, issue:
     124      <command>sed -i 's/^#LDADD/LDADD/' docs/examples/Makefile; make check</command>.
    125125    </para>
    126126
     
    139139    <title>Command Explanations</title>
    140140
    141     <para>
    142       <command>sed -i '/--static-libs)/{N;s#echo .*#echo #;}'
     141    <!--
     142    <para>
     143      <command>sed -i '/- -static-libs)/{N;s#echo .*#echo #;}'
    143144      curl-config.in</command>: Since the static libraries have not been installed,
    144145      this <command>sed</command> removes the static libs line from
     
    146147      applications.
    147148    </para>
    148 
     149    -->
    149150    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    150151      href="../../xincludes/static-libraries.xml"/>
    151 
     152 
    152153    <para>
    153154      <parameter>--enable-threaded-resolver</parameter>: This switch enables
Note: See TracChangeset for help on using the changeset viewer.