diff options
author | nectar <nectar@FreeBSD.org> | 2002-09-29 15:20:30 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-09-29 15:20:30 +0000 |
commit | 75b421a6883fc95f2c2306ea49c73c7738cd86f1 (patch) | |
tree | f587a63190e59def102a9afc224d408decb0000e /mail | |
parent | bf212096bc8c8701e998a3ed59c51bd27bd8f683 (diff) | |
download | FreeBSD-ports-75b421a6883fc95f2c2306ea49c73c7738cd86f1.zip FreeBSD-ports-75b421a6883fc95f2c2306ea49c73c7738cd86f1.tar.gz |
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
Diffstat (limited to 'mail')
-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 601860f..ef66958 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 |