summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-09-11 18:59:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-09-11 18:59:56 +0000
commit959a943b344bd9d87e98517ac1c74813f4868585 (patch)
tree446643d974894231ccb1a52d11784ab0a8667c1c
parentOops. The path to the config file ended up missing a /. Bump (diff)
Setuid binary is exploitable.
http://security-archive.merton.ox.ac.uk/bugtraq-200208/0117.html
Notes
Notes: svn path=/head/; revision=66164
-rw-r--r--mail/qmailadmin-devel/Makefile2
-rw-r--r--mail/qmailadmin/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/qmailadmin-devel/Makefile b/mail/qmailadmin-devel/Makefile
index d60d42c3081c..fef213ecb264 100644
--- a/mail/qmailadmin-devel/Makefile
+++ b/mail/qmailadmin-devel/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 \
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 \