Changeset 42d1ab6 for networking/netlibs


Ignore:
Timestamp:
05/26/2021 10:29:05 PM (3 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f01ae5f
Parents:
8000e557
Message:

Upgrade to curl-7.77.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r8000e557 r42d1ab6  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "5296108646ca7f318b468a7a9d4a0eb2">
     9  <!ENTITY curl-md5sum        "d7df02d3b78b625fee4dd765808a6eb6">
    1010  <!ENTITY curl-size          "2.4 MB">
    11   <!ENTITY curl-buildsize     "101 MB (add 17 MB for tests)">
     11  <!ENTITY curl-buildsize     "103 MB (add 17 MB for tests)">
    1212  <!ENTITY curl-time          "0.3 SBU (add 14 SBU for tests)">
    1313]>
     
    138138
    139139    <para>
    140       Apply a patch to avoid a naming collision when <xref linkend="openldap"/>
    141       is installed:
    142     </para>
    143 
    144 <screen><userinput remap="pre">patch -Np1 -i ../curl-&curl-version;-function_naming-1.patch</userinput></screen>
    145 
    146     <para>
    147140      Install <application>cURL</application> by running the following
    148141      commands:
     
    151144<screen><userinput>./configure --prefix=/usr                           \
    152145            --disable-static                        \
     146            --with-openssl                          \
    153147            --enable-threaded-resolver              \
    154148            --with-ca-path=/etc/ssl/certs &amp;&amp;
     
    373367
    374368    <para>
     369      <option>--with-openssl</option>: This parameter chooses
     370      <application>OpenSSL</application> as SSL/TLS implemtation.
     371      This seems mandadory now.
     372    </para>
     373
     374    <para>
    375375      <option>--with-gssapi</option>: This parameter adds
    376376      <application>Kerberos 5</application> support to
Note: See TracChangeset for help on using the changeset viewer.