Skip to content

Commit

Permalink
main/suricata: new package (7.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Oct 4, 2024
1 parent ee590a6 commit 23598c0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions main/suricata-devel
41 changes: 41 additions & 0 deletions main/suricata/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
pkgname = "suricata"
pkgver = "7.0.7"
pkgrel = 0
build_style = "gnu_configure"
configure_args = [
"--disable-gccmarch-native",
"--enable-bundled-htp",
"--enable-gccprotect",
"--enable-geoip",
"--enable-hiredis",
"--enable-luajit",
"--enable-nspr",
"--enable-nss",
]
hostmakedepends = ["automake", "cargo", "libtool", "pkgconf"]
makedepends = [
"hiredis-devel",
"jansson-devel",
"libevent-devel",
"libmaxminddb-devel",
"libpcap-devel",
"libyaml-devel",
"luajit-devel",
"lz4-devel",
"nspr-devel",
"nss-devel",
"pcre2-devel",
]
pkgdesc = "High Performance Network IDS, IPS and Security Monitoring engine"
maintainer = "Renato Botelho do Couto <[email protected]>"
license = "GPL-2.0-or-later"
url = "https://suricata.io"
source = (
f"https://www.openinfosecfoundation.org/download/suricata-{pkgver}.tar.gz"
)
sha256 = "26d0a36194d53080fc8b09b999b2b5a83c4049f40ad07ef6ae69c7225a728b86"


@subpackage("suricata-devel")
def _(self):
return self.default_devel()

0 comments on commit 23598c0

Please sign in to comment.