diff options
author | nectar <nectar@FreeBSD.org> | 2002-09-12 02:59:56 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-09-12 02:59:56 +0800 |
commit | 0fc984497ae9a8f9f1448b7c542e4a4dfebd8be0 (patch) | |
tree | b132a8f1ee293fe25dbceb06bb966b67f7a4e1d4 /mail/qmailadmin | |
parent | dbc0097e6f1e2ba039259ad013c613e0da48e6f4 (diff) | |
download | freebsd-ports-gnome-0fc984497ae9a8f9f1448b7c542e4a4dfebd8be0.tar.gz freebsd-ports-gnome-0fc984497ae9a8f9f1448b7c542e4a4dfebd8be0.tar.zst freebsd-ports-gnome-0fc984497ae9a8f9f1448b7c542e4a4dfebd8be0.zip |
Setuid binary is exploitable.
http://security-archive.merton.ox.ac.uk/bugtraq-200208/0117.html
Diffstat (limited to 'mail/qmailadmin')
-rw-r--r-- | mail/qmailadmin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index d60d42c3081c..fef213ecb264 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.inter7.com/qmailadmin/ MAINTAINER= roam@FreeBSD.org +FORBIDDEN= "setuid to vpopmail exploitable: http://security-archive.merton.ox.ac.uk/bugtraq-200208/0117.html" + BUILD_DEPENDS= \ ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ autorespond:${PORTSDIR}/mail/autorespond \ |