Browse Source

snort: removed old comments regarding FlexResp feature

user/chris/next/master
Christian Wiese 13 years ago
parent
commit
e149772ae3
  1. 12
      security/snort/snort.conf

12
security/snort/snort.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../snort/snort.conf # 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -41,16 +41,6 @@ if pkginstalled libprelude; then
var_append extraconfopt " " "--with-libprelude-prefix=/$( pkgprefix libprelude )" var_append extraconfopt " " "--with-libprelude-prefix=/$( pkgprefix libprelude )"
fi 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 # 2005-09-21 //morfoh
# snort-inline isn't building due to libnet 1.02a dependency # snort-inline isn't building due to libnet 1.02a dependency
# see Note above # see Note above

Loading…
Cancel
Save