sslsplit 0.5.5

Closes #44129.

Signed-off-by: Igor Kapkov <igasgeek@me.com>
This commit is contained in:
EricFromCanada 2019-09-10 22:27:38 -04:00 committed by Igor Kapkov
parent 1262d3dedf
commit 8317f260fe
No known key found for this signature in database
GPG key ID: D7EEA6CEB7ECBDC7

View file

@ -1,9 +1,8 @@
class Sslsplit < Formula class Sslsplit < Formula
desc "Man-in-the-middle attacks against SSL encrypted network connections" desc "Man-in-the-middle attacks against SSL encrypted network connections"
homepage "https://www.roe.ch/SSLsplit" homepage "https://www.roe.ch/SSLsplit"
url "https://github.com/droe/sslsplit/archive/0.5.4.tar.gz" url "https://github.com/droe/sslsplit/archive/0.5.5.tar.gz"
sha256 "3338256598c0a8af6cc564609f3bce75cf2a9d74c32583bf96253a2ea0ef29fe" sha256 "3a6b9caa3552c9139ea5c9841d4bf24d47764f14b1b04b7aae7fa2697641080b"
revision 2
head "https://github.com/droe/sslsplit.git", :branch => "develop" head "https://github.com/droe/sslsplit.git", :branch => "develop"
bottle do bottle do
@ -21,9 +20,6 @@ class Sslsplit < Formula
depends_on "openssl@1.1" depends_on "openssl@1.1"
def install def install
# Work around https://github.com/droe/sslsplit/issues/251
inreplace "GNUmakefile", "$(DESTDIR)/var/", "$(DESTDIR)$(PREFIX)/var/"
system "make", "test" system "make", "test"
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"
end end