Skip to content

Commit 7c25e37

Browse files
BrewTestBotchenrui333
authored andcommitted
snort 3.8.1.0
snort: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent e6a55e7 commit 7c25e37

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Formula/s/snort.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class 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.

0 commit comments

Comments
 (0)