From 91809ce5dd11b19eb2ad00e3532e697a0870844c Mon Sep 17 00:00:00 2001 From: Yuchen Dai Date: Fri, 5 Jun 2020 19:02:32 -0700 Subject: [PATCH] build: bump nghttp2 to 1.41.0. (#11412) (#28) See release notes at https://github.com/nghttp2/nghttp2/releases/tag/v1.41.0. This addresses https://github.com/nghttp2/nghttp2/security/advisories/GHSA-q5wr-xfw9-q7xr. Signed-off-by: Harvey Tuch Signed-off-by: Yuchen Dai Co-authored-by: htuch --- bazel/foreign_cc/BUILD | 4 ++-- bazel/repository_locations.bzl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bazel/foreign_cc/BUILD b/bazel/foreign_cc/BUILD index 7450d0cb6212..2658b72e8d2d 100644 --- a/bazel/foreign_cc/BUILD +++ b/bazel/foreign_cc/BUILD @@ -290,8 +290,8 @@ envoy_cmake_external( defines = ["NGHTTP2_STATICLIB"], lib_source = "@com_github_nghttp2_nghttp2//:all", static_libraries = select({ - "//bazel:windows_x86_64": ["nghttp2_static.lib"], - "//conditions:default": ["libnghttp2_static.a"], + "//bazel:windows_x86_64": ["nghttp2.lib"], + "//conditions:default": ["libnghttp2.a"], }), ) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c89bbb25e854..f123f3ce159c 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -126,9 +126,9 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/moonjit/moonjit/archive/2.2.0.tar.gz"], ), com_github_nghttp2_nghttp2 = dict( - sha256 = "eb9d9046495a49dd40c7ef5d6c9907b51e5a6b320ea6e2add11eb8b52c982c47", - strip_prefix = "nghttp2-1.40.0", - urls = ["https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.gz"], + sha256 = "eacc6f0f8543583ecd659faf0a3f906ed03826f1d4157b536b4b385fe47c5bb8", + strip_prefix = "nghttp2-1.41.0", + urls = ["https://github.com/nghttp2/nghttp2/releases/download/v1.41.0/nghttp2-1.41.0.tar.gz"], ), io_opentracing_cpp = dict( sha256 = "015c4187f7a6426a2b5196f0ccd982aa87f010cf61f507ae3ce5c90523f92301",