bro 2.4.1
Fixes Homebrew/homebrew#44979. Closes Homebrew/homebrew#44984. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
a5ef180e00
commit
e9eda74557
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Bro < Formula
|
||||
desc "Network security monitor"
|
||||
homepage "https://www.bro.org"
|
||||
url "https://www.bro.org/downloads/release/bro-2.4.tar.gz"
|
||||
sha256 "740c0d0b0bec279c2acef5e1b6b4d0016c57cd02a729f5e2924ae4a922e208b2"
|
||||
url "https://www.bro.org/downloads/release/bro-2.4.1.tar.gz"
|
||||
sha256 "d8b99673a5024630f6bae820c4f8c3ca9029f1167f9e5729c914c66e1fc7c8f6"
|
||||
head "https://github.com/bro/bro.git"
|
||||
|
||||
bottle do
|
||||
|
@ -18,8 +18,10 @@ class Bro < Formula
|
|||
depends_on "geoip" => :recommended
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--with-openssl=#{Formula["openssl"].opt_prefix}",
|
||||
"--localstatedir=#{var}", "--conf-files-dir=#{etc}"
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--with-openssl=#{Formula["openssl"].opt_prefix}",
|
||||
"--localstatedir=#{var}",
|
||||
"--conf-files-dir=#{etc}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue