diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-02 13:21:41 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-02 13:21:41 +0000 |
commit | af39f30747d2416b8d3a2dad263a86c3d35e5d60 (patch) | |
tree | c17dd0d92ed22af183bfa6004b59cfdd9903d53b /security/super | |
parent | a0caaced6f484165d97a0d78df229f9cedf84fb1 (diff) |
Mark FORBIDDEN due to local root exploit.
Notes
Notes:
svn path=/head/; revision=63868
Diffstat (limited to 'security/super')
-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 |