summaryrefslogtreecommitdiff
path: root/security/prelude-manager
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-27 01:16:41 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-27 01:16:41 +0000
commit86e10e595b1c52850d29d70198a3fc4bbd49c3f3 (patch)
tree452419bf1c91329c585668bf479816231f62ee7a /security/prelude-manager
parentFix typo in IGNORE message. (diff)
- Update to 0.9.11
- library version update of related ports Changelog libprelude: - Hook class comparison function. Accept NULL, equal, not equal operator. - Introduce better error checking in the idmef-class API, which is now considered public and might be used by external application. Rename error code to reflect the API. - Change to the way IDMEF listed element are handled. Specifying negative number as the position of the element from the low level API now allow to position the element at the specified (reversed) index. Using the high level API a negative index permit to address a list of element backward (replace an element). - Build fixes for SWIG > 1.3.27. - Modify idmef_value_match() so that it always unroll listed value (do it for both val1 and val2. Remove assertion, and let idmef_value_type_compare() return an error code in case there is an issue. - Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as path using an undefined list index on idmef_path_get() call. - Make criteria parser accept (*) list index. - Implement comparison function for all IDMEF object. PR: ports/104328 Submitted by: maintainer (Robin Gruyters) Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=178081
Diffstat (limited to 'security/prelude-manager')
-rw-r--r--security/prelude-manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index bc388ddacf24..60a09b90adb6 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Prelude Network Intrusion Detection System central logging point
-LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \
+LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude \
gnutls.13:${PORTSDIR}/security/gnutls
USE_GPG= yes