Commit graph

126226 commits

Author SHA1 Message Date
FX Coudert
daa38cf2ba homebank: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
38987dc2a7 glulxe: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
926c09d480 fwknop: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
08579abc55 eralchemy: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
d11ba3cb10 dex: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
bc122d11d1 curseofwar: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
55df867b46 center-im: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
83563edea0 bwctl: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
9d052974d0 autopsy: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
4d9e769713 aubio: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
47c0808fc4 asio: remove options 2018-09-14 17:10:11 +02:00
FX Coudert
2b0dfee5c0 algol68g: remove options 2018-09-14 17:10:11 +02:00
BrewTestBot
34c78578de webpack: update 4.19.0 bottle. 2018-09-14 17:09:04 +02:00
Chongyu Zhu
c54ca12f01 webpack 4.19.0
Closes #32073.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 17:09:04 +02:00
BrewTestBot
9ce61eaa27 glm: update 0.9.9.2 bottle. 2018-09-14 17:09:04 +02:00
Chongyu Zhu
12720dfcf7 glm 0.9.9.2
Closes #32072.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 17:09:04 +02:00
BrewTestBot
3fd0f5f766 fabric: update 2.4.0 bottle. 2018-09-14 17:09:04 +02:00
Chongyu Zhu
5cd7467b6a fabric 2.4.0
Closes #32071.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 17:09:02 +02:00
Viktor Szakats
1f3e2b6e48 gcc: secure head url (Git)
It's listed as an official, read-only repo mirror:
https://gcc.gnu.org/wiki/GitMirror
2018-09-14 13:51:04 +00:00
Viktor Szakats
1c440d0d82 passwdqc: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
ce7a423ce3 mit-scheme: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
d0feb5135d logstalgia: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
2a5805af0f john: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
8bfef56488 john-jumbo: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
f190f94134 dpkg: secure url(s) 2018-09-14 11:58:43 +00:00
Viktor Szakats
07c5ab0969 bullet: secure url(s) 2018-09-14 11:58:43 +00:00
BrewTestBot
fc356c63a5 wpscan: update 2.9.4 bottle. 2018-09-14 13:49:18 +02:00
Claudia
82ce7dd45b wpscan: now works with multiple Rubies installed
This commit fixes an error that would occur at both post-install and
runtime if the frontmost Ruby in the `PATH` is not Homebrew’s Ruby:

```
/usr/local/Cellar/wpscan/2.9.4/libexec/gems/bundler-1.16.4/lib/bundler/spec_set.rb:91:in `block in materialize': Could not find ffi-1.9.25 in any of the sources (Bundler::GemNotFound)
        from /usr/local/Cellar/wpscan/2.9.4/libexec/gems/bundler-1.16.4/lib/bundler/spec_set.rb:85:in `map!'
        from /usr/local/Cellar/wpscan/2.9.4/libexec/gems/bundler-1.16.4/lib/bundler/spec_set.rb:85:in `materialize'
[…]
/usr/local/Homebrew/Library/Homebrew/utils/fork.rb:49:in `write': Broken pipe (Errno::EPIPE)
        from /usr/local/Homebrew/Library/Homebrew/utils/fork.rb:49:in `puts'
[…]
        from /usr/local/Homebrew/Library/Homebrew/brew.rb:89:in `<main>'
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall wpscan`
```

The error is in the shim script. It executes `bundle exec ruby`,
which causes Bundler to use the frontmost Ruby in the `PATH`,
expecting vendored gems to fit that Ruby version.

Because the formula `depends_on "ruby"`, vendored gems are pinned to
the version of the Homebrew-installed Ruby at install time. If the
Homebrew-installed Ruby is not identical to the frontmost Ruby in the
`PATH`, any invocation of `wpscan` will fail, including the one in
`post_install`. The same happens if a Ruby version manager like
`rbenv` is installed.

The fix is to modify the shim script so it always uses the
Homebrew-installed Ruby.

Closes #31836.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 13:49:16 +02:00
Dongjoon Hyun
492bfa5a91 orc-tools 1.5.2 (#32065) 2018-09-14 13:32:49 +02:00
Alexander Bayandin
66ea71ec7a selenium-server-standalone 3.14 (#32066) 2018-09-14 13:32:15 +02:00
BrewTestBot
7eb2c8e334 carla: add 1.9.9 bottle. 2018-09-14 12:26:49 +02:00
tresf
87849b8e47 carla 1.9.9 (new formula)
Closes #31560.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 12:26:41 +02:00
BrewTestBot
8f3d23f233 hyperkit: add 0.20180403 bottle. 2018-09-14 12:16:52 +02:00
Antoine Lépée
fc557a9334 hyperkit 0.20180403 (new formula)
Closes #25593.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 12:16:52 +02:00
Nick Sieger
12f2a854ca brew-gem 0.9.0 (#31859) 2018-09-14 12:07:03 +02:00
BrewTestBot
9ba8f10ef1 pgbadger: update 10.1 bottle. 2018-09-14 11:59:53 +02:00
Steve Newson
b9d6839248 pgbadger 10.1
Closes #31987.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 11:59:51 +02:00
BrewTestBot
344caeee26 mmark: update 2.0.7 bottle. 2018-09-14 11:04:08 +02:00
Daniel Einspanjer
948d3ab6d3 mmark 2.0.7
Closes #31986.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 11:04:06 +02:00
Sean Reilly
4952bb218a gradle 4.10.1 (#32064) 2018-09-14 11:02:09 +02:00
Yanfei Guo
c72f7f96cd mpich 3.3b3 (devel) (#32059) 2018-09-14 10:11:05 +02:00
BrewTestBot
ba17ca8fa2 php: update 7.2.10 bottle. 2018-09-14 08:29:11 +02:00
Sean Molenaar
35c3d63897 php 7.2.10, 7.3.0RC1 (devel)
Closes #32056.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 08:29:06 +02:00
BrewTestBot
a8fb82fb26 libspectre: update 0.2.8_6 bottle. 2018-09-14 07:59:34 +02:00
BrewTestBot
c9388cfcf6 ghostscript: update 9.25 bottle. 2018-09-14 07:59:34 +02:00
BrewTestBot
d67f015cc1 pqiv: update 2.10.4_3 bottle. 2018-09-14 07:59:34 +02:00
Chongyu Zhu
cebde7bc22 pqiv: revision for ghostscript
Closes #32053.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 07:59:32 +02:00
Chongyu Zhu
1df54a5a02 libspectre: revision for ghostscript 2018-09-14 07:59:32 +02:00
Chongyu Zhu
7fce7fde3c ghostscript 9.25 2018-09-14 07:59:32 +02:00
BrewTestBot
be97c3162f php@7.0: update 7.0.32 bottle. 2018-09-14 07:58:26 +02:00