Skip to content

Commit

Permalink
deps: Bump com_github_curl -> 8.4.0 (envoyproxy#30088)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Narasimhamurthy <[email protected]>
  • Loading branch information
suniltheta authored Oct 19, 2023
1 parent d678383 commit 0a85643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "curl",
project_desc = "Library for transferring data with URLs",
project_url = "https://curl.haxx.se",
version = "8.2.1",
sha256 = "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42",
version = "8.4.0",
sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
strip_prefix = "curl-{version}",
urls = ["https://github.com/curl/curl/releases/download/curl-{underscore_version}/curl-{version}.tar.gz"],
use_category = ["dataplane_ext", "observability_ext"],
Expand All @@ -1084,7 +1084,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.grpc_credentials.aws_iam",
"envoy.tracers.opencensus",
],
release_date = "2023-07-26",
release_date = "2023-10-11",
cpe = "cpe:2.3:a:haxx:libcurl:*",
license = "curl",
license_url = "https://github.com/curl/curl/blob/curl-{underscore_version}/COPYING",
Expand Down
1 change: 0 additions & 1 deletion test/dependencies/curl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ TEST(CurlTest, BuiltWithExpectedFeatures) {
EXPECT_EQ(0, info->features & CURL_VERSION_KERBEROS4);
EXPECT_EQ(0, info->features & CURL_VERSION_SSL);
EXPECT_NE(0, info->features & CURL_VERSION_LIBZ);
EXPECT_EQ(0, info->features & CURL_VERSION_NTLM);
EXPECT_EQ(0, info->features & CURL_VERSION_GSSNEGOTIATE);
EXPECT_NE(0, info->features & CURL_VERSION_ASYNCHDNS);
EXPECT_EQ(0, info->features & CURL_VERSION_SPNEGO);
Expand Down

0 comments on commit 0a85643

Please sign in to comment.