Skip to content

Commit

Permalink
deps: bump Boost to 1.84.0 (#31566)
Browse files Browse the repository at this point in the history
Signed-off-by: Xie Zhihao <zhihao.xie@intel.com>
  • Loading branch information
zhxie authored Jan 3, 2024
1 parent 75dc562 commit 0684847
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -700,16 +700,16 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Boost",
project_desc = "Boost C++ source libraries",
project_url = "https://www.boost.org/",
version = "1.78.0",
sha256 = "94ced8b72956591c4775ae2207a9763d3600b30d9d7446562c552f0a14a63be7",
version = "1.84.0",
sha256 = "a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724",
strip_prefix = "boost_{underscore_version}",
urls = ["https://boostorg.jfrog.io/artifactory/main/release/{version}/source/boost_{underscore_version}.tar.gz"],
urls = ["https://archives.boost.io/release/{version}/source/boost_{underscore_version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = [
"envoy.matching.input_matchers.hyperscan",
"envoy.regex_engines.hyperscan",
],
release_date = "2021-12-08",
release_date = "2023-12-13",
cpe = "cpe:2.3:a:boost:boost:*",
license = "Boost",
license_url = "https://github.com/boostorg/boost/blob/boost-{version}/LICENSE_1_0.txt",
Expand Down

0 comments on commit 0684847

Please sign in to comment.