From 15f79ad2a8e8c93ee3842cfcae0f10b7842a36ba Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Fri, 17 Dec 2021 02:57:37 -0600 Subject: [PATCH] wasm: update V8 to v9.7.106.17. (#19244) Signed-off-by: Piotr Sikora --- bazel/external/wee8.patch | 2 +- bazel/repository_locations.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/external/wee8.patch b/bazel/external/wee8.patch index c7566fe53e2b..3581c8732d67 100644 --- a/bazel/external/wee8.patch +++ b/bazel/external/wee8.patch @@ -113,7 +113,7 @@ - rebase_path("//tools/msan/ignorelist.txt", root_build_dir) + if (!defined(msan_blacklist_path)) { + msan_blacklist_path = -+ rebase_path("//tools/msan/blacklist.txt", root_build_dir) ++ rebase_path("//tools/msan/ignorelist.txt", root_build_dir) } cflags = [ "-fsanitize=memory", diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 9744f630e741..025164a41e81 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -827,15 +827,15 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "V8", project_desc = "Google’s open source high-performance JavaScript and WebAssembly engine, written in C++", project_url = "https://v8.dev", - version = "9.6.180.12", + version = "9.7.106.17", # This archive was created using https://storage.googleapis.com/envoyproxy-wee8/wee8-archive.sh # and contains complete checkout of V8 with all dependencies necessary to build wee8. - sha256 = "b6def6d8c859807e20b1c1c280dd9f30e153f6938b07e1fff38ab26648a7c4f6", + sha256 = "ad7d61662e7f3486544a57c1d963e8dac2a64c4f0e91689d5cbe8d5fb468b3cc", urls = ["https://storage.googleapis.com/envoyproxy-wee8/wee8-{version}.tar.gz"], strip_prefix = "wee8", use_category = ["dataplane_ext"], extensions = ["envoy.wasm.runtime.v8"], - release_date = "2021-11-09", + release_date = "2021-12-10", cpe = "cpe:2.3:a:google:v8:*", ), com_github_google_quiche = dict(