aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-05 11:24:52 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-05 11:24:52 +0000
commitef92eb19dddd215db1647a1c544c24cc46d6f20e (patch)
treedb5b584668655c6ecdac183588b272bc56bf0bfc /security
parent10217a168e175d87f85e09a75b3f8931446ac657 (diff)
downloadports-ef92eb19dddd215db1647a1c544c24cc46d6f20e.tar.gz
ports-ef92eb19dddd215db1647a1c544c24cc46d6f20e.zip
- Chase libprelude version
- Bump PORTREVISION PR: ports/96758, ports/96759, ports/96760 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=161417
Diffstat (limited to 'security')
-rw-r--r--security/libpreludedb/Makefile3
-rw-r--r--security/prelude-lml/Makefile4
-rw-r--r--security/prelude-manager/Makefile3
-rw-r--r--security/samhain/Makefile3
-rw-r--r--security/snort/Makefile3
5 files changed, 10 insertions, 6 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index a1e843085de7..446c2e5566c2 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -5,6 +5,7 @@
PORTNAME= libpreludedb
PORTVERSION= 0.9.7.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -12,7 +13,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Framework library for access to Prelude NIDS database
-LIB_DEPENDS= prelude.7:${PORTSDIR}/security/libprelude
+LIB_DEPENDS= prelude.[6-?]:${PORTSDIR}/security/libprelude
USE_GPG= yes
SIG_SUFFIX= .sig
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index e9a8ceb8e9a6..ee5b283d62f9 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -6,7 +6,7 @@
PORTNAME= prelude-lml
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
-LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \
+LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \
pcre.0:${PORTSDIR}/devel/pcre
USE_GPG= yes
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index d0993a798f45..b16fe86ad912 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -6,6 +6,7 @@
PORTNAME= prelude-manager
PORTVERSION= 0.9.4.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
MASTER_SITES= http://www.prelude-ids.org/download/releases/old/
@@ -13,7 +14,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/old/
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Prelude Network Intrusion Detection System central logging point
-LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \
+LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_GPG= yes
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 3a4ccf8981d4..b2d150115c34 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -6,6 +6,7 @@
PORTNAME= samhain
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/
@@ -92,7 +93,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude
.endif
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 6c9305306bf3..56a52e250fc5 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.4.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -73,7 +74,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else