diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-24 15:38:33 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-24 15:44:28 +0100 |
commit | 896a277b7c4f6cca0c4a9ca8c7452d813c3d3b38 (patch) | |
tree | ee272d3c4f2cbd647d19f58e435b0107e581d903 | |
parent | 5f4209de650cc8247a350f0c97c1897ddbc90125 (diff) | |
download | justbuild-896a277b7c4f6cca0c4a9ca8c7452d813c3d3b38.tar.gz |
external: Update libcurl to v8.0.1
Major version release, with important fixes for our use-case.
-rw-r--r-- | etc/import/lib/TARGETS.curl | 5 | ||||
-rw-r--r-- | etc/repos.json | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/etc/import/lib/TARGETS.curl b/etc/import/lib/TARGETS.curl index 055bd217..1c93c50d 100644 --- a/etc/import/lib/TARGETS.curl +++ b/etc/import/lib/TARGETS.curl @@ -385,7 +385,6 @@ , ["HAVE_SSL_H", "ssl.h"] , ["HAVE_STDATOMIC_H", "stdatomic.h"] , ["HAVE_STDBOOL_H", "stdbool.h"] - , ["HAVE_STDINT_H", "stdint.h"] , ["HAVE_STDLIB_H", "stdlib.h"] , ["HAVE_STRING_H", "string.h"] , ["HAVE_STRINGS_H", "strings.h"] @@ -396,7 +395,6 @@ , ["HAVE_UNISTD_H", "unistd.h"] , ["HAVE_UTIME_H", "utime.h"] , ["HAVE_STDDEF_H", "stddef.h"] - , ["HAVE_STDINT_H", "stdint.h"] , ["HAVE_SYS_UTSNAME_H", "sys/utsname.h"] , ["HAVE_ATOMIC", "stdatomic.h"] ] @@ -601,9 +599,6 @@ , [ "HAVE_STRTOLL" , ["strtoll", {"type": "var", "name": "sys_hdrs"}] ] - , [ "HAVE__STRTOI64" - , ["_strtoi64", {"type": "var", "name": "sys_hdrs"}] - ] , [ "HAVE_STRERROR_R" , ["strerror_r", {"type": "var", "name": "sys_hdrs"}] ] diff --git a/etc/repos.json b/etc/repos.json index 3b25b34c..31975cc8 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -416,11 +416,11 @@ , "com_github_curl_curl": { "repository": { "type": "archive" - , "content": "23ecab2d4e4d9f35aabb15d361f4fcb2c55febb8" - , "fetch": "https://github.com/curl/curl/releases/download/curl-7_88_1/curl-7.88.1.tar.gz" - , "sha256": "cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7" - , "sha512": "67701d458548712bbfaa55f2ebefbf87cdbba01b7b1200f608b1c3af67e8dd8e243fa89f256446d217d658a5a1242331d8b0168ab600351e74ee0e2511e79dae" - , "subdir": "curl-7.88.1" + , "content": "540b4de2edfa015b894ad86d51b33a55f451ac99" + , "fetch": "https://github.com/curl/curl/releases/download/curl-8_0_1/curl-8.0.1.tar.gz" + , "sha256": "5fd29000a4089934f121eff456101f0a5d09e2a3e89da1d714adf06c4be887cb" + , "sha512": "87d945e65176613c6296f8b130bd6c5355e3ca3c62ee4010edd481950cad9760482fd3be8a84e51501c118c29ebc284b8f87c49b06f9d248e9da5819fda38f8f" + , "subdir": "curl-8.0.1" } , "target_root": "import targets" , "target_file_name": "TARGETS.curl" |