blob: 388b8a3f8e74dd720e0e3f11de434f23b94e1b2e [file] [log] [blame]
Name: curl
URL: https://curl.haxx.se/
License: MIT/X derivate
License File: COPYING
Upstream Git: https://github.com/curl/curl
CPEPrefix: cpe:/a:haxx:curl:8.6.0
Description:
Curl is a command-line tool for transferring data specified with URL
syntax.
How to upgrade the version of curl:
* `git tag` to look for the latest version.
* `git merge curl-7_84_0`, resolve any conflict.
* `autoreconf -fi`
* `./configure --with-openssl --with-sysroot=$PWD/../../prebuilt/third_party/sysroot/linux`
* `cp lib/curl_config.h lib/curl_config.h.host` and modify accordingly. Mostly we want to only
add or remove configs, not change any. Note that the same config file is used on both macOS and
Linux.
* `cp lib/curl_config.h.host lib/curl_config.h.fuchsia` and modify accordingly.