Skip to content

Commit b423c48

Browse files
authored
Merge pull request #110 from pubref/boringssl-chromium-stable
Update boringssl to latest on chromium-stable-with-bazel branch
2 parents 300ed77 + ec14d54 commit b423c48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cpp/deps.bzl

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ DEPS = {
99
#"tag": "v1.0.1",
1010
},
1111

12-
# Hooray! The boringssl team provides a "master-with-bazel" branch
13-
# with all BUILD files ready to go. To update, pick the
14-
# newest-ish commit-id off that branch.
12+
# Hooray! The boringssl team provides "master-with-bazel" and
13+
# "chromium-stable-with-bazel" branches with the BUILD files ready
14+
# to go. To update, pick the newest-ish commit-id off that
15+
# branch.
1516
"boringssl": {
1617
"rule": "git_repository",
1718
"remote": "https://boringssl.googlesource.com/boringssl",
18-
"commit": "14443198abcfc48f0420011a636b220e58e18610", # Nov 11 2016
19+
"commit": "8d8d1ca8e1f1a34a2167f59e2b0ca09c623b160f", # Jun 07 2017
1920
},
2021

2122
# libssl is required for c++ grpc where it is expected in

0 commit comments

Comments
 (0)