diff options
author | josef <josef@FreeBSD.org> | 2004-11-30 05:03:26 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-11-30 05:03:26 +0800 |
commit | 505c470b69858f19d8cee604bc6fdfd209f9cf8a (patch) | |
tree | fa0322d0e63e739dd41daa0ed0ebdea599258421 /net/opendchub | |
parent | 7514c5d67c021e000ed9eba49189c2aba36f1692 (diff) | |
download | freebsd-ports-gnome-505c470b69858f19d8cee604bc6fdfd209f9cf8a.tar.gz freebsd-ports-gnome-505c470b69858f19d8cee604bc6fdfd209f9cf8a.tar.zst freebsd-ports-gnome-505c470b69858f19d8cee604bc6fdfd209f9cf8a.zip |
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
Diffstat (limited to 'net/opendchub')
-rw-r--r-- | net/opendchub/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |