Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snort: update formula and dependencies #205531

Merged
merged 2 commits into from
Jan 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/s/snort.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Snort < Formula
desc "Flexible Network Intrusion Detection System"
homepage "https://www.snort.org"
url "https://github.com/snort3/snort3/archive/refs/tags/3.6.1.0.tar.gz"
mirror "https://fossies.org/linux/misc/snort3-3.6.1.0.tar.gz"
botantony marked this conversation as resolved.
Show resolved Hide resolved
sha256 "aba1c8d1dd099bf7abfeac7f073413ce4b6bd527d8ecaa92aa47726c753c3a89"
url "https://github.com/snort3/snort3/archive/refs/tags/3.6.2.0.tar.gz"
mirror "https://fossies.org/linux/misc/snort3-3.6.2.0.tar.gz"
sha256 "26cb2d06de9f9575e62087869fbb6fc52a409ce8cdf2da85c287e1f27e3da4d6"
license "GPL-2.0-only"
head "https://github.com/snort3/snort3.git", branch: "master"

Expand Down Expand Up @@ -34,7 +34,7 @@ class Snort < Formula
depends_on "libpcap" # macOS version segfaults
depends_on "luajit"
depends_on "openssl@3"
depends_on "pcre" # PCRE2 issue: https://github.com/snort3/snort3/issues/254
depends_on "pcre2"
depends_on "vectorscan"
depends_on "xz" # for lzma.h

Expand Down
Loading