diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-23 16:14:21 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-23 16:14:21 +0000 |
commit | 8c219421e058ae3eca19ed0489bead01d884e153 (patch) | |
tree | 2cda5c4a12d7ad053df9b38e12e92164a9fefd19 /mail | |
parent | 9dbe94481cfb25d04ac51cd63c6aeb77b4dc7044 (diff) | |
download | FreeBSD-ports-8c219421e058ae3eca19ed0489bead01d884e153.zip FreeBSD-ports-8c219421e058ae3eca19ed0489bead01d884e153.tar.gz |
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>
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 d980880..1df55a3 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) |