Skip to content

Commit

Permalink
build: bump nghttp2 to 1.41.0. (envoyproxy#11412)
Browse files Browse the repository at this point in the history
See release notes at
https://github.com/nghttp2/nghttp2/releases/tag/v1.41.0.

This addresses
GHSA-q5wr-xfw9-q7xr.

Signed-off-by: Harvey Tuch <[email protected]>
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
htuch authored and PiotrSikora committed Jun 5, 2020
1 parent de8d584 commit c9a8ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bazel/foreign_cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,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"],
}),
)

Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c9a8ccc

Please sign in to comment.