diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-05-06 13:44:19 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-05-06 13:44:19 +0000 |
commit | aa87db21bdcc585f0f519abfa2c6e3728057e281 (patch) | |
tree | 28e61ce39d285e037a23c80e196fa74fa492bb70 /mail | |
parent | Update to 2.2 (diff) |
Mark FORBIDDEN due to buffer overflow in set-user-ID root executable.
See Message-ID <005001c313c9$4aee95d0$24029dd9@tuborg> posted to
<vulnwatch@vulnwatch.org>, <full-disclosure@lists.netsys.com>,
<bugtraq@securityfocus.com>.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/youbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 5d7cd7e85247..8a347146941d 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-unix MAINTAINER= max@FreeBSD.org COMMENT= Mail arrival notification service package +FORBIDDEN= Locally exploitable buffer overflow in set-user-ID executable + USE_IMAKE= yes USE_X_PREFIX= no USE_XPM= yes |