diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-29 00:26:16 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-29 00:26:16 +0000 |
commit | 7089c0f338db0e0c827dc6aa1e8dfbd671014903 (patch) | |
tree | fef3f072e644a736f2e83ddf4d9501ef09bf56e1 | |
parent | Add a security warning about the many local buffer overflows in this (diff) |
Mark FORBIDDEN due to exploitable buffer overflows.
Due to the age of this software (circa 1990) and it's reliance
on being suid, this port needs a thorough audit before clearing.
-rw-r--r-- | japanese/xklock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/xklock/Makefile b/japanese/xklock/Makefile index 7c58344b00e4..775255bc6764 100644 --- a/japanese/xklock/Makefile +++ b/japanese/xklock/Makefile @@ -16,6 +16,8 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}+lx.diff.gz PATCH_DIST_STRIP= -p1 +FORBIDDEN= "Exploitable buffer overflows" + MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes |