mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
suricata: bumped version to 0.9.1
This commit is contained in:
parent
bbd66043c9
commit
47f642e710
2 changed files with 8 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST suricata-0.9.0.tar.gz 1409166 RMD160 1e85cec9af3a18382ad6f5bc1fb08682bfebcff2 SHA1 adb45087a38a00983fc26afd5d84e9c3b4f286b1 SHA256 c0a57492bf7f6fcdd32a24167ac7c78d7c04df8e1435faf2cb8a9147ddc94e0e
|
||||
EBUILD suricata-0.9.0.ebuild 839 RMD160 a1e3205ee742b93477abf6299801a8c8b34eac09 SHA1 8407cd08c6ebc6da56f3bddaeb06f50243d4491f SHA256 58eb840be5f2fb425ba89ab42d42e753a6024012195ea4691b0d7789a917786f
|
||||
DIST suricata-0.9.1.tar.gz 1453057 RMD160 db298387f357dacc6e65521a477b4ac2df3404db SHA1 6fffcd336137a303843caa098bd509d5c4a9485f SHA256 77f88b303a65624d2a996fe7feee93cab266b626ea164852420ed8162af30f86
|
||||
EBUILD suricata-0.9.1.ebuild 952 RMD160 d0d0611df0f7978d2766df1cc4b59b3e8dc0fa3c SHA1 832af40ae06afbc97c135c7396aad0fc18b89bad SHA256 9f61d28fa009c05f12153544b966f1dd2833275a99a29d33bc6e493f62b56537
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ SRC_URI="http://www.openinfosecfoundation.org/download/${P}.tar.gz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="cuda hardened caps"
|
||||
IUSE="cuda hardened caps +netfilter"
|
||||
|
||||
RDEPEND="dev-libs/libyaml
|
||||
dev-libs/libpcre
|
||||
|
|
@ -25,12 +25,15 @@ DEPEND="dev-libs/libyaml
|
|||
net-libs/libpcap
|
||||
net-libs/libnet
|
||||
cuda? ( dev-util/nvidia-cuda-sdk )
|
||||
sys-libs/libcap-ng"
|
||||
sys-libs/libcap-ng
|
||||
netfilter? ( net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink )"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable hardened gccprotect) \
|
||||
$(use_enable cuda)
|
||||
$(use_enable cuda) \
|
||||
$(use_enable iptables nfqueue)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Loading…
Reference in a new issue