Commit graph

69887 commits

Author SHA1 Message Date
BrewTestBot
a46433d8ee jemalloc: update 4.3.0 bottle. 2016-11-06 06:37:50 -08:00
ilovezfs
1b6714cc67 jemalloc 4.3.0
Closes #6625.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 06:37:50 -08:00
BrewTestBot
8fde13fd26 swig: update 3.0.10_1 bottle. 2016-11-06 06:27:38 -08:00
ilovezfs
dba21f2fc5 swig: fix code generated for R
R header includes must be outside the C extern block or C++ goes splat

Fixes #6526.

Closes #6658.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 06:27:27 -08:00
BrewTestBot
39271f79ef glm: update 0.9.8.2 bottle. 2016-11-06 02:00:40 -08:00
ilovezfs
445ba98152 glm 0.9.8.2
Closes #6652.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 02:00:38 -08:00
BrewTestBot
09ea84cd47 freetds: update 1.00.16 bottle. 2016-11-06 01:13:34 -08:00
ilovezfs
0d42060839 freetds 1.00.16
Closes #6646.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 01:13:33 -08:00
BrewTestBot
afd58ac595 gegl: update 0.3.10 bottle. 2016-11-06 00:47:52 -07:00
ilovezfs
7332eeca63 gegl 0.3.10
Closes #6647.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 00:47:52 -07:00
BrewTestBot
6cd0e2fbe7 acpica: update 20160930 bottle. 2016-11-06 00:43:24 -07:00
ilovezfs
d37e44a026 acpica 20160930
Closes #6648.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 00:43:22 -07:00
BrewTestBot
e59f20a578 jasper: update 1.900.21 bottle. 2016-11-06 00:42:44 -07:00
ilovezfs
01bf57ec03 jasper 1.900.21
Closes #6649.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 00:42:42 -07:00
BrewTestBot
e47fa58548 asio: update 1.10.8 bottle. 2016-11-06 00:42:05 -07:00
ilovezfs
9a80cad3a1 asio 1.10.8
Closes #6650.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-06 00:42:03 -07:00
BrewTestBot
e497f3d98f babl: update 0.1.20 bottle. 2016-11-05 18:48:42 -07:00
ilovezfs
c5cc3e4b9f babl 0.1.20
Closes #6643.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 18:48:40 -07:00
BrewTestBot
30341ac912 vim: update 8.0.0066 bottle. 2016-11-05 18:45:32 -07:00
Alexander Hamann
887c852973 vim 8.0.0066
Closes #6639.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 18:45:30 -07:00
BrewTestBot
4ed6206136 pmd: update 5.5.2 bottle. 2016-11-05 18:35:19 -07:00
ilovezfs
a5ffc10a98 pmd 5.5.2
Closes #6644.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 18:35:17 -07:00
BrewTestBot
226a6d9f08 curl: update 7.51.0 bottle. 2016-11-05 15:39:56 -04:00
Chongyu Zhu
845bdfa465 curl: always be explicit with both ca-bundle and ca-path
Otherwise, automatic detection of ca-bundle and/or ca-path may become
problematic.

For example, `/etc/ssl` does not exist prior to macOS Sierra 10.12.2.
Starting with macOS Sierra 10.12.2 (16C32f), `/etc/ssl/cert.pem` has
been shipped together with LibreSSL (see `/usr/lib/libssl.35.dylib` &
`/usr/lib/libcrypto.35.dylib`), cURL will pick up `/etc/ssl/cert.pem`
as the default ca bundle via automatic detection.  When building cURL
with Secure Transport, the default ca bundle will provide anchor
certificates exclusively, this will cause all user trust settings
become ineffective.

Closes #6598.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-11-05 15:39:54 -04:00
BrewTestBot
18746eb715 prometheus: update 1.3.1 bottle. 2016-11-05 11:21:44 -07:00
ilovezfs
6d64def8e4 prometheus 1.3.1
Closes #6627.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 11:21:42 -07:00
BrewTestBot
ad0f962f90 vim: update 8.0.0062 bottle. 2016-11-05 11:20:54 -07:00
ilovezfs
152f45de1e vim 8.0.0062
Closes #6628.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 11:20:52 -07:00
ilovezfs
77f667e4de jenkins 2.28
Closes #6629.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 11:20:02 -07:00
BrewTestBot
244629780c fstar: update 0.9.2.0_2 bottle. 2016-11-05 10:49:46 -07:00
ilovezfs
0e6655755b fstar: unpin ocamlfind version to fix the build
let opam choose the ocamlfind version to use (it picks 1.6.2 not 1.5.5)
use `opam install` to download the tarballs
unpin versions when building the head spec
replace the GNU-only `-Iseconds` with a BSD `date` compatible equivalent

Closes #6635.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 10:49:44 -07:00
BrewTestBot
858727a011
syncthing-inotify: update 0.8.4 bottle. 2016-11-05 08:37:08 -07:00
ilovezfs
e5d01d3c2d
syncthing-inotify: set GOROOT to go's opt_libexec
Closes #6029.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-11-05 08:37:08 -07:00
Clete Blackwell II
7ace4e0405
syncthing-inotify 0.8.4 2016-11-05 08:37:04 -07:00
BrewTestBot
36a931eadf ocamlbuild: update 0.9.3 bottle. 2016-11-05 07:36:14 -07:00
ilovezfs
ac5d200a42 ocamlbuild 0.9.3
Closes #6632.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 07:36:12 -07:00
Tom Payne
688ee73bdf go-app-engine-64 1.9.46
Closes #6631.

Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
2016-11-05 14:27:55 +01:00
Tom Payne
817d509f61 go-app-engine-32 1.9.46 2016-11-05 14:27:55 +01:00
BrewTestBot
a5b930513f libdap: update 3.18.2 bottle. 2016-11-05 04:13:55 -07:00
ilovezfs
1024abe8f6 libdap 3.18.2
Closes #6626.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 04:13:53 -07:00
ilovezfs
1d5d814e64 distribution 1.3
Closes #6624.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 04:07:42 -07:00
ilovezfs
b9bb69ebe0 cmake 3.7.0-rc3 (devel) (#6623) 2016-11-05 04:03:05 -07:00
BrewTestBot
9d892944b7 knot: update 2.3.2 bottle. 2016-11-05 04:02:22 -07:00
ilovezfs
c95d3c5838 knot 2.3.2
Closes #6616.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 04:02:20 -07:00
BrewTestBot
b0ef1aa261 google-benchmark: update 1.1.0 bottle. 2016-11-05 04:01:16 -07:00
ilovezfs
6f188f31e6 google-benchmark 1.1.0
Closes #6615.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 04:01:15 -07:00
BrewTestBot
4bd6168957 godep: update 75 bottle. 2016-11-05 04:00:18 -07:00
ilovezfs
f93df33522 godep 75
Closes #6614.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 04:00:17 -07:00
BrewTestBot
cc8b2d53b7 fluent-bit: update 0.9.0 bottle. 2016-11-05 03:59:23 -07:00
ilovezfs
b089b1a83f fluent-bit 0.9.0
Closes #6613.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-05 03:59:21 -07:00