diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
commit | 207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch) | |
tree | a498091a932a1bb378d3a0a8f8dcc91f46a54771 /security | |
parent | c96ae66b570729bd8c116293984c253bfe446655 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/Makefile | 4 | ||||
-rw-r--r-- | security/libprelude/Makefile | 3 | ||||
-rw-r--r-- | security/openvas-libnasl/Makefile | 4 | ||||
-rw-r--r-- | security/openvas-libraries/Makefile | 3 | ||||
-rw-r--r-- | security/openvas-plugins/Makefile | 4 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/shishi/Makefile | 4 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 1 |
9 files changed, 17 insertions, 13 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 25d1a5e55a4d..94d7ce05ca4f 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gsasl PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= GNU SASL Library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 29eb26184634..30d79c41fd2e 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -5,6 +5,7 @@ PORTNAME= libprelude PORTVERSION= 0.9.24.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= ports@FreeBSD.org COMMENT= Framework library for Prelude NIDS -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index b2e5bcf4bceb..d1ca3540fb26 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NASL libraries for OpenVAS LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.18:${PORTSDIR}/security/gpgme \ openvas.2:${PORTSDIR}/security/openvas-libraries \ diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 9a17e44d3b60..8318c1978738 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -7,13 +7,14 @@ PORTNAME= openvas-libraries PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for OpenVAS -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 25c73e5f0768..91f7213bed1a 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/588/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ openvasd:${PORTSDIR}/security/openvas-server LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 849f2b5df57b..cca7c1c9138a 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,7 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.14.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 76bdb6a6753e..3a3ad4622dfe 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 711e7392eee6..f5ce62fddb84 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,7 +8,7 @@ PORTNAME= shishi PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNU @@ -18,7 +18,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool USE_PERL5_BUILD= yes diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index c2c2b0441e32..2efb661ab0e8 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.18 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ |