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
Jan Viljanen
6affdf01c3
php@7.0 7.0.32
...
Closes #32057 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 07:58:24 +02:00
BrewTestBot
f875a15428
git-secret: update 0.2.4 bottle.
2018-09-14 07:57:58 +02:00
FX Coudert
edea86a344
git-secret: adjust patch checksum
...
Closes #32060 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 07:57:56 +02:00
BrewTestBot
45cd344a37
picat: add 2.4.8 bottle.
2018-09-14 00:05:58 +02:00
Song Li
7e4a9d943c
picat 2.4.8 (new formula)
...
Closes #32011 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-14 00:05:49 +02:00
BrewTestBot
ba0800a352
stlink: update 1.5.1 bottle.
2018-09-13 23:57:33 +02:00
FX Coudert
d213a4d215
stlink 1.5.1
...
Closes #32061 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 23:57:31 +02:00
BrewTestBot
fe8acf6822
erlang: update 21.0.9 bottle.
2018-09-13 23:48:13 +02:00
Chongyu Zhu
c49c5df0a7
erlang 21.0.9
...
Closes #32052 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 23:48:12 +02:00
BrewTestBot
fa55ac1102
xqilla: update 2.3.4 bottle.
2018-09-13 23:30:35 +02:00
FX Coudert
526f2db97f
xqilla: update checksum
...
Closes #32042 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 23:30:34 +02:00
BrewTestBot
2af531b82a
bat: update 0.7.0 bottle.
2018-09-13 23:01:27 +02:00
Chongyu Zhu
e7bb7fbee5
bat 0.7.0
...
Closes #32051 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 23:01:25 +02:00
BrewTestBot
8252f2e247
webpack: update 4.18.1 bottle.
2018-09-13 22:37:34 +02:00
Chongyu Zhu
2c237a4a1a
webpack 4.18.1
...
Closes #32055 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 22:37:33 +02:00
BrewTestBot
e60c030735
swift-protobuf: update 1.1.2 bottle.
2018-09-13 22:37:29 +02:00
Chongyu Zhu
275b804349
swift-protobuf 1.1.2
...
Closes #32054 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 22:37:27 +02:00
BrewTestBot
3a227feb3b
php@7.1: update 7.1.22 bottle.
2018-09-13 22:31:35 +02:00
Jan Viljanen
e2f07f8b0f
php@7.1 7.1.22
...
Closes #32050 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 22:31:32 +02:00
BrewTestBot
a5ff21bb22
rust: update 1.29.0 bottle.
2018-09-13 22:02:16 +02:00
Chongyu Zhu
127dbf6693
rust 1.29.0
...
Closes #32048 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 22:02:14 +02:00
BrewTestBot
d83284165f
nuttcp: update 8.1.4 bottle.
2018-09-13 21:40:07 +02:00
FX Coudert
43dc2d9d8b
nuttcp: fix checksum
...
Closes #32043 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2018-09-13 21:40:05 +02:00