diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-11-29 21:03:26 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-11-29 21:03:26 +0000 |
commit | e516c5f20e9ffac20ae3a6ed3f76333daeeeaec6 (patch) | |
tree | de190600a9ff82e412ca420179447797296c2943 | |
parent | o) Client part after split of bacula port into a -server and -client (diff) |
Mark port forbidden, due to security vulnerability[1].
There is a patch available but it has not been verified yet.
With hat: secteam
[1] http://www.vuxml.org/freebsd/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html
-rw-r--r-- | net-p2p/opendchub/Makefile | 2 | ||||
-rw-r--r-- | net/opendchub/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 902c617cf73e..a326f604adfc 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +FORBIDDEN= "http://vuxml.freebsd.org/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html" + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index 902c617cf73e..a326f604adfc 100644 --- a/net/opendchub/Makefile +++ b/net/opendchub/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +FORBIDDEN= "http://vuxml.freebsd.org/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html" + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |