summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2005-01-08 23:08:22 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2005-01-08 23:08:22 +0000
commitd12c2931db6c7a4e0374ba6636a351d9679b9e75 (patch)
treed0a99f77a1daa41d37f2085b238f9d3079f37bba /mail
parent* Update to latest, 5.6.2 (diff)
Mark FORBIDDEN and DEPRECATED after discussion with the maintainer (ume)
due to remotely exploitable vulnerabilities. http://vuxml.freebsd.org/114d70f3-3d16-11d9-8818-008088034841.html http://vuxml.freebsd.org/c0a269d5-3d16-11d9-8818-008088034841.html
Notes
Notes: svn path=/head/; revision=125897
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index e9157ed05774..0558fbaaf5fc 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -20,6 +20,12 @@ PATCHFILES= ${DISTNAME}-ipv6-20021205.diff.gz
MAINTAINER= ume@FreeBSD.org
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
+FORBIDDEN= http://vuxml.freebsd.org/114d70f3-3d16-11d9-8818-008088034841.html \
+ http://vuxml.freebsd.org/c0a269d5-3d16-11d9-8818-008088034841.html \
+ '(security)'
+DEPRECATED= ${FORBIDDEN}
+EXPIRATION_DATE=February 8, 2004
+
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^0].*
LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \