summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/libprelude/Makefile4
-rw-r--r--security/xmlsec1/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 3af7d1f6c863..792d5f4c7136 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -5,14 +5,14 @@
PORTNAME= libprelude
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/
MAINTAINER= sergei@FreeBSD.org
COMMENT= Framework library for Prelude NIDS
-LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
USE_GPG= yes
SIG_SUFFIX= .sig
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 3b2a42746bd3..e3b39bc34501 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmlsec1
PORTVERSION= 1.2.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
@@ -31,7 +31,7 @@ MAN1= xmlsec1.1 xmlsec1-config.1
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif