Skip to content

Commit

Permalink
Update envoy to PR553 (envoyproxy#156)
Browse files Browse the repository at this point in the history
* Update envoy to PR553

* Update libevent to 2.1.8
  • Loading branch information
qiwzhang committed Mar 10, 2017
1 parent c0c317d commit 25f43e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/envoy/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ event_srcs = [
"evthread.c",
"evutil.c",
"evutil_rand.c",
"evutil_time.c",
"http.c",
"listener.c",
"log.c",
Expand All @@ -86,9 +87,7 @@ cc_library(
"defer-internal.h",
"evbuffer-internal.h",
"event-internal.h",
"event.h",
"evthread-internal.h",
"evutil.h",
"http-internal.h",
"iocp-internal.h",
"ipv6-internal.h",
Expand Down Expand Up @@ -134,8 +133,8 @@ cc_library(

native.new_http_archive(
name = "libevent_git",
url = "https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz",
strip_prefix = "libevent-2.0.22-stable",
url = "https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz",
strip_prefix = "libevent-2.1.8-stable",
build_file_content = BUILD,
)

Expand Down Expand Up @@ -752,6 +751,6 @@ cc_test(
native.new_git_repository(
name = "envoy_git",
remote = "https://github.com/lyft/envoy.git",
commit = "70e5d651b55d356770529e5bee9c6b2707d9cf21", # 3/1/2017
commit = "9679c08a21988a8e95a4e9b2ba65712ec25eadc1", # https://github.com/lyft/envoy/pull/553
build_file_content = BUILD,
)

0 comments on commit 25f43e3

Please sign in to comment.