Commit graph

43524 commits

Author SHA1 Message Date
Alex Dunn
8e24985158 duck 4.8.18026
The duck tarball is ~275MB so it's silly to use it for the test.

Closes Homebrew/homebrew#43193.
2015-08-22 23:03:14 -07:00
BrewTestBot
d69ff6e8c8 dropbear: update 2015.68 bottle. 2015-08-22 19:50:46 -07:00
Alex Dunn
c7ba8838f9 dropbear 2015.68
Closes Homebrew/homebrew#43191.
2015-08-22 19:50:43 -07:00
BrewTestBot
4464cbc681 dnscrypt-wrapper: update 0.2 bottle. 2015-08-22 17:20:37 -07:00
Alex Dunn
71c2cd1627 dnscrypt-wrapper 0.2
Closes Homebrew/homebrew#43187.
2015-08-22 17:20:35 -07:00
BrewTestBot
9bedcc9361 di: add 4.36 bottle. 2015-08-22 17:19:23 -07:00
Alex Dunn
9a11fa84d4 di 4.36
Closes Homebrew/homebrew#43186.
2015-08-22 17:19:21 -07:00
Dominyk Tiller
3e718ccfe8 libharu: fix no-clt build
Closes Homebrew/homebrew#42683.
2015-08-22 23:35:25 +01:00
BrewTestBot
b6f7afbd9c deheader: add 1.2 bottle. 2015-08-22 14:41:45 -07:00
Alex Dunn
94c5ca0aba deheader 1.2
Closes Homebrew/homebrew#43179.
2015-08-22 14:41:42 -07:00
Dominyk Tiller
67bf649376 logstash 1.5.4
Fixes the CVE-2015-5619 potential vulnerability.

Closes Homebrew/homebrew#42288.

Closes Homebrew/homebrew#43176.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 20:07:06 +01:00
BrewTestBot
da651b42e6 depqbf: update 4.01 bottle. 2015-08-22 11:42:08 -07:00
Alex Dunn
acfb21def5 depqbf 4.01
Closes Homebrew/homebrew#43168.
2015-08-22 11:42:08 -07:00
BrewTestBot
0ca97b77a8 tomcat: update 8.0.26 bottle. 2015-08-22 19:39:09 +01:00
Dan
ec4e627673 tomcat 8.0.26
Closes Homebrew/homebrew#43174.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 19:39:05 +01:00
Dominyk Tiller
15b4118389 artifactory: use pipe_output 2015-08-22 19:37:27 +01:00
Stuart Williams
7472beb31b artifactory 4.0.2
Closes Homebrew/homebrew#43175.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 19:26:45 +01:00
BrewTestBot
06c0ecb9d0 tarsnap: update 1.0.36.1 bottle. 2015-08-22 15:42:57 +01:00
Alex Dunn
f43ce6e9c5 tarsnap 1.0.36.1
Closes Homebrew/homebrew#43157.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 15:42:52 +01:00
Andrew Regan
2a19f73e40 rabbitmq 3.5.4
Update RabbitMQ from 3.5.3 to 3.5.4

Closes Homebrew/homebrew#43151.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 15:40:03 +01:00
BrewTestBot
38f3dea2c1 libuv: update 1.7.1 bottle. 2015-08-22 15:34:00 +01:00
Dominyk Tiller
6a248ed90b libuv 1.7.1
Closes Homebrew/homebrew#38138.

Closes Homebrew/homebrew#43130.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 15:33:56 +01:00
BrewTestBot
20413bf085 tesseract: update 3.04.00 bottle. 2015-08-22 15:31:54 +01:00
Ryan Baumann
4e9de3087a tesseract 3.04.00
Tesseract 3.04.00

Remove revision line

Add "needs :cxx11"

Always needs cxx11

Closes Homebrew/homebrew#43141.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-22 15:31:50 +01:00
BrewTestBot
c9734876cf opencc: update 1.0.3 bottle. 2015-08-22 15:43:08 +08:00
Stuart Williams
48bb5555b5 opencc 1.0.3
Closes Homebrew/homebrew#42951.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-22 15:43:00 +08:00
David Holm
8dc28a14ae wine 1.7.50 (devel)
Closes Homebrew/homebrew#43159.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-22 13:23:51 +08:00
Ernie Hershey
e590bc5776 mongodb 3.1.7 (devel)
Closes Homebrew/homebrew#43163.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-22 13:22:18 +08:00
Matthias Nüßler
e78be6dbde riemann 0.2.10
Closes Homebrew/homebrew#43044.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-08-21 15:59:33 -07:00
Misty De Meo
313359f74c Merge bottle install without Xcode branch
Merge branch 'bottle_hooks'
2015-08-21 11:04:22 -07:00
William Woodruff
cd7b7ffadd Add guards to calls that would trigger Xcode install requests
add guard in Formula#file_modified? to prevent git popup

add guard in Superenv.bin before calling MacOS::Xcode.version

add guard against missing Xcode/CLT in Xcode.uncached_version

return nil instread of 0 in uncached_version when Xcode/CLT are not present, to distinguish from linuxbrew behavior

checks against pour_bottle? and needs_relocation?, add guard around keg.relocate_install_names to check pour_bottle?/needs_relocation? as well

needs_relocation? becomes skip_relocation?, use cellar attr to indicate relocation instead of does_not_need_relocation

MacOS.can_build? becomes MacOS.has_apple_developer_tools?
2015-08-21 11:02:33 -07:00
William Woodruff
02d416d701 Formula_installer: only attempt relocation install once
Check @@attempted for cctools so that we only attempt the relocation
install once, skip cxxstdlib check in cctools to prevent otool
execution prior to installation, skip fixing install names if
relocation is not required
2015-08-21 10:57:48 -07:00
William Woodruff
e50b1550e5 BottleSpecification: add does_not_need_relocation field
Toggled with does_not_need_relocation method in bottle block.
Also declare needs_relocation? accessors in software/bottle specs.
2015-08-21 10:56:23 -07:00
BrewTestBot
b4a9d0574a nanomsg: update 0.6-beta bottle. 2015-08-21 17:56:20 +01:00
Dominyk Tiller
03c0bcebd8 nanomsg: install manpages by default
Closes Homebrew/homebrew#43138.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-21 17:56:17 +01:00
BrewTestBot
1ce737ca97 smlnj: update 110.78 bottle. 2015-08-21 17:40:26 +01:00
Dominyk Tiller
f73fd0394e smlnj: fix 10.11 build
Closes Homebrew/homebrew#43100.

Closes Homebrew/homebrew#43142.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-08-21 17:40:22 +01:00
Bart Leusink
8d468a65e3 Chromedriver 2.18
Update chromedriver from 2.17 to 2.18

Closes Homebrew/homebrew#43150.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-21 20:10:22 +08:00
Xu Cheng
602e9f3224 dcd: use bin 2015-08-21 20:09:30 +08:00
John Colvin
8b8f432745 dcd 0.7.0-rc1 (devel)
Closes Homebrew/homebrew#43149.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-21 20:08:29 +08:00
BrewTestBot
9772b535ac gdal: update 1.11.2_3 bottle. 2015-08-21 08:26:11 +01:00
Larry Shaffer
38593f3f4c gdal: switch PDF driver linking to libpodofo
Closes Homebrew/homebrew#43071.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-21 08:24:22 +01:00
Dan
328f430671 antlr 4.5.1
Closes Homebrew/homebrew#42079.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-21 08:23:17 +01:00
Cameron Sparr
30074fb9fc telegraf: add a more useful test
Closes Homebrew/homebrew#43119.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-21 08:21:43 +01:00
BrewTestBot
00f8f0b371 fleetctl: update 0.11.4 bottle. 2015-08-21 08:21:43 +01:00
Edwin Hermans
52a51cf046 fleetctl 0.11.4
I could add a simple --version test.
Since this application is a utility to talk to a service, I'd have to write a mock service to test more of it, which might be overkill.

If you want the --version test, reply to this comment and I'll update the PR. If you want more extensive testing, could you point me to examples doing client -> server testing with a mock server?

Closes Homebrew/homebrew#43117.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-21 08:21:43 +01:00
BrewTestBot
333ab10805 pipes-sh: add 1.1.0 bottle. 2015-08-21 08:21:42 +01:00
Kentaro Wada
1531cdb3d2 pipes-sh 1.1.0 (new formula)
Closes Homebrew/homebrew#43120.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-21 08:21:42 +01:00
BrewTestBot
d048e6345a extract_url: update 1.6 bottle. 2015-08-21 14:54:50 +08:00
chdiza
f8d14dd00f extract_url 1.6
Also, the project has moved to GitHub.

Closes Homebrew/homebrew#43137.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-21 14:54:42 +08:00