commit: 9c28ed7d4e5a874a6221dbf8c27e97a2bf6bcb85
parent 238018da39c5d7c1480b3293992536a9dc44ff8e
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 1 Jan 2024 13:50:46 -0800
curl: Update to 8.5.0
Diffstat:
6 files changed, 6 insertions(+), 7 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -1 +1 @@
-8.4.0 r0
+8.5.0 r0