diff options
author | Remko Lodder <remko@FreeBSD.org> | 2006-04-25 21:26:51 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2006-04-25 21:26:51 +0000 |
commit | f3207f1745c0d49283824f757b490fe8bf8355ab (patch) | |
tree | 2b3d626e4e38eecde28056ac46d1b1a2b814cc00 /net/asterisk10 | |
parent | 5448df2de3459a7a44ced41952fe404865659be8 (diff) | |
download | ports-f3207f1745c0d49283824f757b490fe8bf8355ab.tar.gz ports-f3207f1745c0d49283824f757b490fe8bf8355ab.zip |
Mark the port as forbidden due to a security issue which could lead to
unauthorized system access.
With hat: secteam
Notes
Notes:
svn path=/head/; revision=160476
Diffstat (limited to 'net/asterisk10')
-rw-r--r-- | net/asterisk10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 9f36afcfb1af..2da6e746d05f 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -23,6 +23,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit +FORBIDDEN= http://vuxml.freebsd.org/8b683bea-d49c-11da-a672-000e0c2e438a.html + BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ |