From 169788a18ef29b926f96c2a22d4a9e9808168b5d Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sun, 29 Sep 2002 15:20:30 +0000 Subject: [PATCH] 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 --- mail/fetchmail/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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