aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:39:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:39:00 +0800
commitecdcc15cc3908adf526114f35a6feedf36298e19 (patch)
tree9546a01ce04313ed40ab1ea9889f1a2ca6a4b1b1 /security
parentee2e4ea3e31486880c883062223a2719abb89687 (diff)
downloadfreebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.tar.gz
freebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.tar.zst
freebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.zip
- Chase security/libprelude shlib version bump
PR: 131286, 131585 (partial) Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru>
Diffstat (limited to 'security')
-rw-r--r--security/libpreludedb/Makefile3
-rw-r--r--security/samhain/Makefile3
-rw-r--r--security/snort/Makefile4
3 files changed, 6 insertions, 4 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index 254b2e516869..f5199419ac12 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -5,6 +5,7 @@
PORTNAME= libpreludedb
PORTVERSION= 0.9.15.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= r.gruyters@snow.nl
COMMENT= Framework library for access to Prelude NIDS database
-LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index c5e82d5135bf..c70a1f07843d 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -6,6 +6,7 @@
PORTNAME= samhain
PORTVERSION= 2.5.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/
@@ -96,7 +97,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude
.endif
diff --git a/security/snort/Makefile b/security/snort/Makefile
index c35883120ecf..739397ed810a 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.8.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else