Skip to content

Commit

Permalink
[workspace] Upgrade curl_internal to latest release 8.11.1 (#22376)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Nimmer <[email protected]>
  • Loading branch information
nicolecheetham and jwnimmer-tri authored Jan 3, 2025
1 parent d0f2b13 commit 3620cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/workspace/curl_internal/cmakedefines.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ CMAKE_UNDEFINES = [
"HAVE_WOLFSSL_DES_ECB_ENCRYPT",
"HAVE_WOLFSSL_FULL_BIO",
"HAVE_ZSTD",
"HAVE__FSEEKI64",
"HAVE__SETMODE",
"NEED_MALLOC_H",
"NEED_REENTRANT",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/curl_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def curl_internal_repository(
In case of a cmake_configure_file build error when upgrading curl,
update cmakedefines.bzl to match the new upstream definitions.
""",
commit = "curl-8_11_0",
sha256 = "5a231145114589491fc52da118f9c7ef8abee885d1cb1ced99c7290e9a352f07", # noqa
commit = "curl-8_11_1",
sha256 = "78baef817c33a0a11b990d031a706dc1486f614b581e22949fc101add32c4cc8", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 3620cf6

Please sign in to comment.