Skip to content

Commit

Permalink
[workspace] Upgrade curl_internal to latest release 8.2.1 (#19934)
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyMcPhail authored Aug 4, 2023
1 parent 69947c5 commit 6a2c743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/workspace/curl_internal/cmakedefines.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ CMAKE_DEFINES = [
"HAVE_SIGNAL",
"HAVE_SIGNAL_H",
"HAVE_SIGSETJMP",
"HAVE_SNPRINTF",
"HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID",
"HAVE_SOCKET",
"HAVE_SOCKETPAIR",
Expand Down Expand Up @@ -238,7 +239,6 @@ CMAKE_UNDEFINES = [
"HAVE_TERMIO_H",
"HAVE_UTIMES",
"HAVE_WINDOWS_H",
"HAVE_WINLDAP_H",
"HAVE_WINSOCK2_H",
"HAVE_WS2TCPIP_H",
"HAVE_ZSTD",
Expand Down
1 change: 1 addition & 0 deletions tools/workspace/curl_internal/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ _SRCS = [
"lib/inet_ntop.c",
"lib/inet_pton.c",
"lib/llist.c",
"lib/macos.c",
"lib/md4.c",
"lib/md5.c",
"lib/memdebug.c",
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_1_2",
sha256 = "670d6aee0e32c687f7721a499e716d56fd1985eccb3186fe81a2f8097b4bc1fb", # noqa
commit = "curl-8_2_1",
sha256 = "230d61a4b1eb3346930f2d601cc8fe5237957163e16befbe15e0ef40c56767a2", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 6a2c743

Please sign in to comment.