diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-08 23:15:25 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-08 23:15:25 +0000 |
commit | 062e7539d65ddb698192d3e6c9a91481dbe7b5ef (patch) | |
tree | 2da0d87a9ba304ae0d11a48d081fcd382488f70f /mail | |
parent | Fix build on 5.x (diff) |
mark FORBIDDEN:
<http://www.securityfocus.com/archive/1/301864>
<http://www.securityfocus.com/bid/6298>
<http://www.kb.cert.org/vuls/id/740169>
<http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=19349>
<http://asg.web.cmu.edu/cyrus/download/>
"The 1.x series of Cyrus IMAPd [...] should be considered unsafe to use."
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index bca2c76dc363..40e841beaacd 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-imapd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3, KPOP, and IMAP4 protocols +FORBIDDEN= remote exploitable buffer overflow (US-CERT VU#740169, SecurityFocus BID 6298) + CONFLICTS= cyrus-imapd-* LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 |