diff options
author | nectar <nectar@FreeBSD.org> | 2002-09-29 23:20:30 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-09-29 23:20:30 +0800 |
commit | 75b421a6883fc95f2c2306ea49c73c7738cd86f1 (patch) | |
tree | f587a63190e59def102a9afc224d408decb0000e /mail | |
parent | bf212096bc8c8701e998a3ed59c51bd27bd8f683 (diff) | |
download | freebsd-ports-graphics-75b421a6883fc95f2c2306ea49c73c7738cd86f1.tar.gz freebsd-ports-graphics-75b421a6883fc95f2c2306ea49c73c7738cd86f1.tar.zst freebsd-ports-graphics-75b421a6883fc95f2c2306ea49c73c7738cd86f1.zip |
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 601860f0027..ef669584ef6 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 |