This reverts commit 9d5754dc1aa89454eb812b5153df3f7e6a1b6b65.
This reverts commit 9ea07518291c510332757aa573549bc47672d401.
ClosesHomebrew/homebrew#39127.
This test starts an etcd process as a single-node cluster, stores a test
string in the key-value store, retrieves it, and compares it against the
original string. This tests whether etcd can start properly, select
itself as a leader, accept a PUT request, store the value, then return
it on a GET. We kill the etcd process once we are done.
ClosesHomebrew/homebrew#39095.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This *will* land in 1.0.2b, but it's a better solution than us
applying an old, outdated, weak Equifax cert till that point.
I've pinged OpenSSL to check I'm not being stupid to cherry-pick these
patches, but they should be fine - I pulled both related patches,
so it's not like we're being overly selective. I also asked whether
there was a release schedule for the 1.0.2b release with these fixes,
but I don't particularly expect to be given an answer given OpenSSL's
often (understandably) sensitive release schedule.
FixesHomebrew/homebrew#38495FixesHomebrew/homebrew#38491
Upstream discussion:
https://www.mail-archive.com/openssl-dev@openssl.org/msg38674.htmlClosesHomebrew/homebrew#38897.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
The `-95` in the version is significant. Calabash offers 2 releases—(`x.x.x-95`, and `x.x.x-96`)—each of which is built to run with a specific version of the `saxon` dependency.
Since Homebrew currently offers only the Saxon 9.5 dependency, that’s why this commit uses the `-95` suffix on the release. If Homebrew ever offers Saxon 9.6, this formula should be updated accordingly.
ClosesHomebrew/homebrew#39089.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Bump. Turned the caveats into a plist, since we can control that
whole process and actually write the plist for the user and tell
them where to put it automatically.
ClosesHomebrew/homebrew#39091.
Signed-off-by: Brett Koonce <koonce@gmail.com>