diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-29 15:20:30 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-29 15:20:30 +0000 |
commit | 169788a18ef29b926f96c2a22d4a9e9808168b5d (patch) | |
tree | 2a462e852fe2c2567f420aa1fc2c6bd058905a17 | |
parent | Fix build (remove dup declarations) (diff) |
Mark FORBIDDEN due to another buffer overflow.
http://security.e-matters.de/advisories/032002.html
% cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc
3 28 203
-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 601860f0027c..ef669584ef65 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -17,6 +17,8 @@ MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ MAINTAINER= ve@sci.fi +FORBIDDEN= "Yet another remote buffer overflow. http://security.e-matters.de/advisories/032002.html" + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext .if defined(WITH_X11) USE_PYTHON= yes |