diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 16:14:21 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 16:14:21 +0000 |
commit | 40f05be18ac2c82430d1151c2747a964d194b4c1 (patch) | |
tree | cf4da2093d46f7e3f13a6e10b7004885de931180 /mail | |
parent | Add metacity-setup, a graphical configuration tool for the metacity window (diff) |
Disable building with RFC 1730 by setting FORBIDDEN if WITH_RFC1730
is specified.
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0379>
<URL:http://marc.theaimsgroup.com/?l=bugtraq&m=102107222100529&w=2>
Notes
Notes:
svn path=/head/; revision=59812
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d9808800e7f1..1df55a3063f0 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -38,6 +38,7 @@ USE_OPENSSL= yes # RFC 1730 (IMAP4 as opposed to IMAP4rev1) support .if defined(WITH_RFC1730) MAKE_ARGS+= RFC1730="-DRFC1730" +FORBIDDEN= "RFC 1730 support enables remote buffer overflow." .endif # Define this to get somewhat better interoperability with Netscape. .if defined(WITH_NETSCAPE_BRAIN_DAMAGE) |