diff options
author | Warner Losh <imp@FreeBSD.org> | 2000-12-11 06:58:09 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2000-12-11 06:58:09 +0000 |
commit | 239dd2a9d998fc94fbd2c055fc24938ecbac7df4 (patch) | |
tree | 47365d6896a298a00ec68728dc4a962c65c4d9c7 | |
parent | Oops, forgot to change the permission. (diff) |
Mark FORBIDDEN due to buffer overflows on butraq. Kris asked me to
disable this port since he doesn't have the connectivity to do so.
Approved by: kris
Notes
Notes:
svn path=/head/; revision=35884
-rw-r--r-- | irc/bitchx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 6128374d4988..d6a2264f751a 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ MAINTAINER= cj@vallcom.net WRKSRC= ${WRKDIR}/BitchX +FORBIDDEN= "Buffer overflow in bugtraq" USE_AUTOCONF= yes USE_GMAKE= yes |