diff options
author | sergei <sergei@FreeBSD.org> | 2005-10-21 17:09:52 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-10-21 17:09:52 +0800 |
commit | 058d14b99ecd4ed54d6f1e0c7da18edf594206fa (patch) | |
tree | aa065935a19a2947b0388ad1cae71d9ba3693f56 /security | |
parent | fed5265b0d3671fdae165cb87cc8570e1d0d20d4 (diff) | |
download | freebsd-ports-gnome-058d14b99ecd4ed54d6f1e0c7da18edf594206fa.tar.gz freebsd-ports-gnome-058d14b99ecd4ed54d6f1e0c7da18edf594206fa.tar.zst freebsd-ports-gnome-058d14b99ecd4ed54d6f1e0c7da18edf594206fa.zip |
- Mark the port DEPRECATED with expiration in a month:
Prelude project has stopped development of its own NIDS sensor
in favor of using Snort (security/snort) which has native support
for integration with Prelude as of version 2.4.1
See http://www.prelude-ids.org/article.php3?id_article=124 for details.
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-nids/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/prelude-nids/Makefile b/security/prelude-nids/Makefile index e2fa237db3fa..fa8ff9c08e72 100644 --- a/security/prelude-nids/Makefile +++ b/security/prelude-nids/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sergei@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System sensor +DEPRECATED= Prelude 0.9.0 and later is using Snort as its default NIDS sensor +EXPIRATION_DATE= 2005-11-21 + LIB_DEPENDS= prelude.1:${PORTSDIR}/security/libprelude USE_GMAKE= yes |