summaryrefslogtreecommitdiff
path: root/pkg/curl
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-01-01 13:50:46 -0800
committerMichael Forney <mforney@mforney.org>2024-01-01 13:51:51 -0800
commit9c28ed7d4e5a874a6221dbf8c27e97a2bf6bcb85 (patch)
tree9a3250132e41b6a6a4f7fa29aa1507d6f0d2135c /pkg/curl
parent238018da39c5d7c1480b3293992536a9dc44ff8e (diff)
curl: Update to 8.5.0
Diffstat (limited to 'pkg/curl')
-rw-r--r--pkg/curl/.gitignore2
-rw-r--r--pkg/curl/curl_config.h4
-rw-r--r--pkg/curl/gen.lua1
-rw-r--r--pkg/curl/sha2562
-rw-r--r--pkg/curl/url2
-rw-r--r--pkg/curl/ver2
6 files changed, 6 insertions, 7 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
index 65261484..0160d609 100644
--- a/pkg/curl/.gitignore
+++ b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-8.4.0.tar.gz
+/curl-8.5.0.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
index 1e3d9173..8c3435c9 100644
--- a/pkg/curl/curl_config.h
+++ b/pkg/curl/curl_config.h
@@ -64,11 +64,11 @@
/* #undef HAVE_CLOSESOCKET */
/* #undef HAVE_CLOSESOCKET_CAMEL */
/* #undef HAVE_CRYPTO_H */
+#define HAVE_DECL_FSEEKO 1
#define HAVE_DECL_GETPWUID_R 1
/* #undef HAVE_DECL_GETPWUID_R_MISSING */
#define HAVE_DLFCN_H 1
/* #undef HAVE_ERR_H */
-#define HAVE_FCHMOD 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FCNTL_O_NONBLOCK 1
@@ -237,8 +237,6 @@
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
-#define HAVE_VARIADIC_MACROS_C99 1
-#define HAVE_VARIADIC_MACROS_GCC 1
/* #undef HAVE_WINDOWS_H */
/* #undef HAVE_WINSOCK2_H */
/* #undef HAVE_WOLFSSH_SSH_H */
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
index 41614655..8185d6aa 100644
--- a/pkg/curl/gen.lua
+++ b/pkg/curl/gen.lua
@@ -102,6 +102,7 @@ exe('curl', [[
tool_getpass.c
tool_help.c
tool_helpers.c
+ tool_ipfs.c
tool_libinfo.c
tool_listhelp.c
tool_main.c
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
index 1b0bc2af..b8d1a5ea 100644
--- a/pkg/curl/sha256
+++ b/pkg/curl/sha256
@@ -1 +1 @@
-816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427 curl-8.4.0.tar.gz
+05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add curl-8.5.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
index 06c10227..007f71f1 100644
--- a/pkg/curl/url
+++ b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.se/download/curl-8.4.0.tar.gz"
+url = "https://curl.se/download/curl-8.5.0.tar.gz"
diff --git a/pkg/curl/ver b/pkg/curl/ver
index 02b61240..ea32112e 100644
--- a/pkg/curl/ver
+++ b/pkg/curl/ver
@@ -1 +1 @@
-8.4.0 r0
+8.5.0 r0