Skip to content

Commit

Permalink
ettercap: switch to openssl@3
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>

ettercap: needs bison for build

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jun 22, 2023
1 parent fe0a054 commit 5cda1f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/ettercap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Ettercap < Formula
url "https://github.com/Ettercap/ettercap/archive/v0.8.3.1.tar.gz"
sha256 "d0c3ef88dfc284b61d3d5b64d946c1160fd04276b448519c1ae4438a9cdffaf3"
license "GPL-2.0-or-later"
revision 1
head "https://github.com/Ettercap/ettercap.git", branch: "master"

bottle do
Expand All @@ -23,11 +24,12 @@ class Ettercap < Formula
depends_on "gtk+3"
depends_on "libnet"
depends_on "ncurses" if DevelopmentTools.clang_build_version >= 1000
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "pcre"

uses_from_macos "bison" => :build
uses_from_macos "flex" => :build
uses_from_macos "curl"
uses_from_macos "flex"
uses_from_macos "libpcap"
uses_from_macos "ncurses"
uses_from_macos "zlib"
Expand Down

0 comments on commit 5cda1f6

Please sign in to comment.