diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-21 21:37:36 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-21 21:37:36 +0000 |
commit | 200fda1655e364b74b1d1084321c6853cb10f129 (patch) | |
tree | 518100474c36d67cfaede6dc3888c80af9258289 | |
parent | Fix plist for OpenOffice 1.0 (diff) |
Mark FORBIDDEN due to a remotely exploitable buffer overflow.
http://tuxedo.org/~esr/fetchmail/NEWS
http://rhn.redhat.com/errata/RHSA-2002-047.html
Notes
Notes:
svn path=/head/; revision=59658
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index ade45aa14ecc..8bd948fa16d6 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -18,6 +18,8 @@ MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ MAINTAINER= ve@sci.fi +FORBIDDEN= Buffer overflow. http://tuxedo.org/~esr/fetchmail/NEWS + LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext .if defined(WITH_X11) USE_PYTHON= yes |