Honor the formula prefix in the install name of `liblua.*.dylib`. Doing
this upfront fixes the library references in `bin/lua` and `bin/luac`
that won't be fixed by the post-install logic in `keg_relocate.rb`.
Also changes the prefix in the `.pc` file for consistency.
ClosesHomebrew/homebrew#45808.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
We move the .app bundles to `libexec/` because we don't want them in
`bin/` and because we want to expose them to `brew linkapps`. We also
rename them (inserting a `-qt5` suffix) to avoid a conflict with the
ones provided by the `qt` formula when using `brew linkapps`.
The move/rename results in a minor breakage in Designer/Linguist. Both
use a hard-coded path to `bin/` to invoke Assistant via their Help menu.
ClosesHomebrew/homebrew#45793.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
The option name seems to suggest that it could be useful for people who
wish to develop with Qt 5. However, it is intended for developers who
work on the framework itself and (among other things) makes warnings
into errors, frequently breaking the build.
Version 1.1.0 (released 2015-11-06)
* Add support for new YubiKey 4.
* Add ykcs11.
ClosesHomebrew/homebrew#45800.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP
SYN, SYN/ACK, ACK) and after-the-fact state comparison between a 2ping
listener and a 2ping client to determine which direction packet loss
occurs.
New formula twoping.rb with a 2ping alias.
ClosesHomebrew/homebrew#45786.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This tool is a command-line client for the SSL Labs APIs, designed for automated and/or bulk testing.
ClosesHomebrew/homebrew#45636.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
We could do a nice network test here but it doesn't work on the CI, so for now
we have a bad version test instead.
ClosesHomebrew/homebrew#45771.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>