88 "new_git_repository" ,
99)
1010
11+ # This version contains a patch that fixes things on FreeBSD.
1112git_repository (
1213 name = "rules_foreign_cc" ,
1314 commit = "38358597f9380e9098eb5642169ad23c169df98e" ,
@@ -39,21 +40,22 @@ http_archive(
3940http_archive (
4041 name = "httpparser" ,
4142 build_file = "@//:httpparser.build" ,
42- sha256 = "5199500e352584852c95c13423edc5f0cb329297c81dd69c3c8f52a75496da08 " ,
43- strip_prefix = "http-parser-2.9.2 " ,
44- urls = ["https://github.com/nodejs/http-parser/archive/v2.9.2 .tar.gz" ],
43+ sha256 = "467b9e30fd0979ee301065e70f637d525c28193449e1b13fbcb1b1fab3ad224f " ,
44+ strip_prefix = "http-parser-2.9.4 " ,
45+ urls = ["https://github.com/nodejs/http-parser/archive/v2.9.4 .tar.gz" ],
4546)
4647
48+ # Take a commit from the "build-with-bazel" branch
4749git_repository (
4850 name = "boringssl" ,
49- commit = "e0c35d6c06fd800de1092f0b4d4326570ca2617a " ,
51+ commit = "24193678fd35f7f4f8b9be216cc4e7a76f056081 " ,
5052 remote = "https://boringssl.googlesource.com/boringssl" ,
51- shallow_since = "1566966435 +0000" ,
53+ shallow_since = "1586447192 +0000"
5254)
5355
5456http_archive (
5557 name = "absl" ,
56- sha256 = "8100085dada279bf3ee00cd064d43b5f55e5d913be0dfe2906f06f8f28d5b37e " ,
57- strip_prefix = "abseil-cpp-20190808 " ,
58- urls = ["https://github.com/abseil/abseil-cpp/archive/20190808 .tar.gz" ],
58+ sha256 = "0db0d26f43ba6806a8a3338da3e646bb581f0ca5359b3a201d8fb8e4752fd5f8 " ,
59+ strip_prefix = "abseil-cpp-20200225.1 " ,
60+ urls = ["https://github.com/abseil/abseil-cpp/archive/20200225.1 .tar.gz" ],
5961)
0 commit comments