diff options
author | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
commit | 5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch) | |
tree | 683ed62f664c817907d3fab5b672f06abba3433f /security | |
parent | 83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff) | |
download | freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.gz freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.zst freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.zip |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Diffstat (limited to 'security')
-rw-r--r-- | security/libprelude/Makefile | 3 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 3 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 30bdc6b343dd..78f191472d18 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -5,6 +5,7 @@ PORTNAME= libprelude PORTVERSION= 0.9.16.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 Prelude NIDS -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 41e0a5b7d0b9..7d3342fb8043 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,6 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -14,7 +15,7 @@ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 6695d5ef273a..d13999083235 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.1.4 +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.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 27177aeb6e36..77aadb75e9ff 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ |