diff options
author | nectar <nectar@FreeBSD.org> | 2002-08-02 21:21:41 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-08-02 21:21:41 +0800 |
commit | c38a4d04ab7e91fe71092dae85b387fb9d17b373 (patch) | |
tree | 19698f41d3c8c94684c571f92fc6dc3f39feb136 /security/super/Makefile | |
parent | e71cf06ca1ecc34772735f8336ddc14d00b2e8de (diff) | |
download | freebsd-ports-gnome-c38a4d04ab7e91fe71092dae85b387fb9d17b373.tar.gz freebsd-ports-gnome-c38a4d04ab7e91fe71092dae85b387fb9d17b373.tar.zst freebsd-ports-gnome-c38a4d04ab7e91fe71092dae85b387fb9d17b373.zip |
Mark FORBIDDEN due to local root exploit.
Diffstat (limited to 'security/super/Makefile')
-rw-r--r-- | security/super/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 39f2760ab9a9..124ce7336a51 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ MAINTAINER= obrien@FreeBSD.org +FORBIDDEN= "Local root exploit. http://online.securityfocus.com/archive/1/285241" + .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 |