From e149772ae330881a091656779cfe8b894c17e950 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 7 May 2012 17:13:26 +0200 Subject: [PATCH] snort: removed old comments regarding FlexResp feature --- security/snort/snort.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/security/snort/snort.conf b/security/snort/snort.conf index 26efe9970..7a85dfad3 100644 --- a/security/snort/snort.conf +++ b/security/snort/snort.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../snort/snort.conf -# Copyright (C) 2007 - 2011 The OpenSDE Project +# Copyright (C) 2007 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -41,16 +41,6 @@ if pkginstalled libprelude; then var_append extraconfopt " " "--with-libprelude-prefix=/$( pkgprefix libprelude )" fi - -# FlexResp feature -# NOTE: At time of writing, FlexResp: -# (a) is considered in Alpha stage and "to be used with caution" -# (b) requires libnet, which is an unmaintained package in ROCK -# (c) does not work with libnet 1.1 (the latest stable release) -# (d) works only with libnet 1.02a, which is deprecated -# For these reasons, FlexResp is not enabled. -# var_append extraconfopt " " "--enable-flexresp" - # 2005-09-21 //morfoh # snort-inline isn't building due to libnet 1.02a dependency # see Note above