Update to latest stable release, use HTTPS on homepage and mirror,
change single quotes to double.
ClosesHomebrew/homebrew#30946.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Change url to new sourceforge.jp scheme to avoid infinite redirects preventing the patch from being downloaded
ClosesHomebrew/homebrew#30928.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
As was noted in Homebrew/homebrew#30187, when a dependency is default, there shouldn't
be a with-<option> specification as it would conflict, so change them
all to "without".
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
ClosesHomebrew/homebrew#30933.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Socat: Updates to the latest available packages. The developer’s website
has been unavailable for me on multiple connections, inside & outside of
Homebrew multiple times so I’ve added a mirror to both links.
One of the patches was out of date, having been written into the source
code natively and consequently has been removed.
OpenSSL has been a dependency on the various Linux branches for a while
now, and given that socat seems to have been built against the newer
versions of OpenSSL than Apple ships with OS X I have included that
dependency here.
Both socat 1.7.2.2 & 2.0.0-b6 were revealed to contain security flaws,
[CVE-2014-0019](http://www.openwall.com/lists/oss-security/2014/01/28/7),
and the latest versions included have been patched against those.
ClosesHomebrew/homebrew#30925.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
socat 1.7.2.4 & 2.0.0-b7.
Added a HTTP mirror to the devel build.
ClosesHomebrew/homebrew#30925.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Version bump to 1.3.2. Also added a code comment highlighting the need for the patch to remain in place permanently, as rehash’s dev has said there’s no chance of this patch being accepted upstream due to it breaking FreeBSD build support.
ClosesHomebrew/homebrew#30924.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Add cereal 1.0.0, a C++11 header-only library for serialization. This
formula includes a "with-tests" option, which can be used to build and
run cereal's internal unit test suite before installation. Note that
these tests are broken for tag 1.0.0, but are not (currently) broken for
the "develop" branch.
ClosesHomebrew/homebrew#29438.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
vit-commands is installed into 'etc', but it needs to go in
`$prefix/etc`, not in `$HOMEBREW_PREFIX/etc`. It's not actually a
configuration file, and vit looks for it in its keg prefix.
Ideally the file wouldn't even be symlinked into `$HOMEBREW_PREFIX/etc`
but I don't see any way to avoid that.
ClosesHomebrew/homebrew#30886.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>