redis: audit fixes

This commit is contained in:
Tomasz Pajor 2016-03-19 21:21:43 +01:00 committed by Xu Cheng
parent b0c2e2b577
commit 137b179c71

View file

@ -3,6 +3,7 @@ class Redis < Formula
homepage "http://redis.io/"
url "http://download.redis.io/releases/redis-3.0.7.tar.gz"
sha256 "b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23"
head "https://github.com/antirez/redis.git", :branch => "unstable"
bottle do
cellar :any_skip_relocation
@ -14,8 +15,6 @@ class Redis < Formula
option "with-jemalloc", "Select jemalloc as memory allocator when building Redis"
head "https://github.com/antirez/redis.git", :branch => "unstable"
fails_with :llvm do
build 2334
cause "Fails with \"reference out of range from _linenoise\""