mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
suricata: bumped to 0.9.2, CUDA support is currently broken, disabled it
This commit is contained in:
parent
f66f76fe95
commit
e2c73d627e
2 changed files with 3 additions and 6 deletions
|
|
@ -1,2 +1,2 @@
|
|||
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
|
||||
DIST suricata-0.9.2.tar.gz 1545389 RMD160 1afdb5ff2dbb5ef51c10aab7b0af814f5fb0f9e6 SHA1 5238efbfe279a2fc411b14458f01a48759e29ad7 SHA256 c9ba465cbb5fa29ae52700694ea0bfaa04d728c4c3c3120171e759822102661e
|
||||
EBUILD suricata-0.9.2.ebuild 848 RMD160 3c3ea77471945d3483506b96f54be0d4a54efc64 SHA1 c3152c1e813a0582bd7e5cc4200a653b750b2714 SHA256 cbde667139b1960ee24ef183c7bd43b4396eae3c8e7c18c716b1e61c698f833a
|
||||
|
|
|
|||
|
|
@ -11,20 +11,18 @@ SRC_URI="http://www.openinfosecfoundation.org/download/${P}.tar.gz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="cuda hardened caps +netfilter"
|
||||
IUSE="hardened caps +netfilter"
|
||||
|
||||
RDEPEND="dev-libs/libyaml
|
||||
dev-libs/libpcre
|
||||
net-libs/libpcap
|
||||
net-libs/libnet
|
||||
cuda? ( dev-util/nvidia-cuda-toolkit )
|
||||
sys-libs/libcap-ng"
|
||||
|
||||
DEPEND="dev-libs/libyaml
|
||||
dev-libs/libpcre
|
||||
net-libs/libpcap
|
||||
net-libs/libnet
|
||||
cuda? ( dev-util/nvidia-cuda-sdk )
|
||||
sys-libs/libcap-ng
|
||||
netfilter? ( net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink )"
|
||||
|
|
@ -32,7 +30,6 @@ DEPEND="dev-libs/libyaml
|
|||
src_configure() {
|
||||
econf \
|
||||
$(use_enable hardened gccprotect) \
|
||||
$(use_enable cuda) \
|
||||
$(use_enable iptables nfqueue)
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue