pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/snort Snort 2.8.x supports IPv6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3da828a7baea
branches:  trunk
changeset: 534771:3da828a7baea
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Oct 31 16:49:17 2007 +0000

description:
Snort 2.8.x supports IPv6

diffstat:

 net/snort/options.mk |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r d3ad0df896cd -r 3da828a7baea net/snort/options.mk
--- a/net/snort/options.mk      Wed Oct 31 15:37:30 2007 +0000
+++ b/net/snort/options.mk      Wed Oct 31 16:49:17 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2007/10/21 00:22:53 adrianp Exp $
+# $NetBSD: options.mk,v 1.5 2007/10/31 16:49:17 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.snort
 
 PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre
 PKG_SUPPORTED_OPTIONS+=        snort-dynamicplugin snort-timestats
-PKG_SUPPORTED_OPTIONS+=        snort-rulestate
+PKG_SUPPORTED_OPTIONS+=        snort-rulestate inet6
 PKG_SUGGESTED_OPTIONS=
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   flex
@@ -36,6 +36,13 @@
 .endif
 
 ###
+### Enable ipv6 support
+###
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif
+
+###
 ### Enable real-time performance statistics
 ###
 .if !empty(PKG_OPTIONS:Msnort-timestats)



Home | Main Index | Thread Index | Old Index