FreeBSD Bugzilla – Attachment 207842 Details for
Bug 240835
security/suricata: Restore GEOIP option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Restore GEOIP option
suricata_geoip.diff (text/plain), 1006 bytes, created by
Renato Botelho
on 2019-09-26 11:16:46 UTC
(
hide
)
Description:
Restore GEOIP option
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2019-09-26 11:16:46 UTC
Size:
1006 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 512890) >+++ Makefile (working copy) >@@ -32,7 +32,7 @@ > INSTALL_TARGET= install-strip > TEST_TARGET= check > >-OPTIONS_DEFINE= IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE \ >+OPTIONS_DEFINE= GEOIP IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE \ > PYTHON REDIS RUST TESTS > OPTIONS_DEFINE_amd64= HYPERSCAN > OPTIONS_DEFAULT= IPFW JSON NETMAP PYTHON RUST >@@ -43,6 +43,7 @@ > > SCRIPTS_DESC= Scripting > >+GEOIP_DESC= GeoIP support > HYPERSCAN_DESC= Hyperscan support > IPFW_DESC= IPFW and IP Divert support for inline IDP > JSON_DESC= JSON output support >@@ -57,6 +58,9 @@ > RUST_DESC= Rust parser support > TESTS_DESC= Unit tests in suricata binary > >+GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb >+GEOIP_CONFIGURE_ON= --enable-geoip >+ > HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan > HYPERSCAN_CONFIGURE_ON= --with-libhs-includes=${LOCALBASE}/include \ > --with-libhs-libraries=${LOCALBASE}/lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240835
: 207842