From 3d5aa2126de0fcd416651a17a157d2a43380183d Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Wed, 29 Mar 2017 14:54:52 -0700 Subject: [PATCH 1/2] Update Envoy This is to pick up https://github.com/lyft/envoy/pull/648 --- src/envoy/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envoy/repositories.bzl b/src/envoy/repositories.bzl index bb150928ba0..28dad532ad3 100644 --- a/src/envoy/repositories.bzl +++ b/src/envoy/repositories.bzl @@ -738,6 +738,6 @@ cc_test( native.new_git_repository( name = "envoy_git", remote = "https://github.com/lyft/envoy.git", - commit = "09f078b016da908ba8b861857f2a12a43933ba40", # Mar 21 2017 + commit = "168764479000909930a0c9764a43904b4e276fef", # Mar 29 2017 build_file_content = BUILD, ) From ab2b87d7693bd095c04b3db359b7b9c34bde9aa9 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Wed, 29 Mar 2017 15:35:27 -0700 Subject: [PATCH 2/2] update boringssl --- repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.bzl b/repositories.bzl index 31fe15ffb63..1ef1f60b645 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -17,7 +17,7 @@ def boringssl_repositories(bind=True): native.git_repository( name = "boringssl", - commit = "12c35d69008ae6b8486e435447445240509f7662", # 2016-10-24 + commit = "16efcb2dba4690b9940d9b95ef703f1bbd07494d", # 2017-03-20 remote = "https://boringssl.googlesource.com/boringssl", )