Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Common Expression Language (CEL) C++ library",
project_desc = "Common Expression Language (CEL) C++ library",
project_url = "https://opensource.google/projects/cel",
version = "89d81b2d2c24943b6e4fd5e8fc321099c2ab6d3f",
sha256 = "1408ef31e77ed847b420ff108da9652ad1702401008f2a75b671fba860a9707d",
version = "60c7aeabb4e6fa633b49c14d6c6fc8f0516761b9",
sha256 = "7cb1e8ce293182e1d28321d4d6baecdacbc263cffcd9da1f7ffd25312611a329",
strip_prefix = "cel-cpp-{version}",
urls = ["https://github.com/google/cel-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -879,7 +879,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.stat_sinks.wasm",
"envoy.rbac.matchers.upstream_ip_port",
],
release_date = "2021-10-07",
release_date = "2021-11-08",
cpe = "N/A",
),
com_github_google_flatbuffers = dict(
Expand Down
2 changes: 2 additions & 0 deletions envoy/common/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ constexpr bool win32SupportsOriginalDestination() {
#define be16toh(x) OSSwapBigToHostInt16((x))
#define be32toh(x) OSSwapBigToHostInt32((x))
#define be64toh(x) OSSwapBigToHostInt64((x))

#undef TRUE
#else
#include <endian.h>
#endif
Expand Down