File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 11class Snort < Formula
22 desc "Flexible Network Intrusion Detection System"
33 homepage "https://www.snort.org"
4- url "https://github.com/snort3/snort3/archive/refs/tags/3.7.2 .0.tar.gz"
5- mirror "https://fossies.org/linux/misc/snort3-3.7.2 .0.tar.gz"
6- sha256 "5dc9beb0e115b6c33ce3cc8bd4a38decfb82c199761233e9ee21401a047e0f27 "
4+ url "https://github.com/snort3/snort3/archive/refs/tags/3.8.1 .0.tar.gz"
5+ mirror "https://fossies.org/linux/misc/snort3-3.8.1 .0.tar.gz"
6+ sha256 "adbd958bd0f9b2c78997bfda5a36cbbc843f07a71712db0b56f085e2cd124164 "
77 license "GPL-2.0-only"
88 head "https://github.com/snort3/snort3.git" , branch : "master"
99
@@ -45,12 +45,6 @@ class Snort < Formula
4545 depends_on "libunwind"
4646 end
4747
48- # support cmake 4.0, upstream pr ref, https://github.com/snort3/snort3/pull/409
49- patch do
50- url "https://github.com/snort3/snort3/commit/565f3ee1fc9c62a8943a82f0f52a7973530f9a18.patch?full_index=1"
51- sha256 "bcd3ce2d90e98c55e57aba85be879a290976c232e9ab2ee9d45b295eb61178af"
52- end
53-
5448 def install
5549 # These flags are not needed for LuaJIT 2.1 (Ref: https://luajit.org/install.html).
5650 # On Apple ARM, building with flags results in broken binaries and they need to be removed.
You can’t perform that action at this time.
0 commit comments