diff options
author | clement <clement@FreeBSD.org> | 2004-06-12 05:27:28 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-12 05:27:28 +0800 |
commit | d877d5c7bec2d378a4d8938bed9668a5a68d90f9 (patch) | |
tree | 2fec5a594f9242d6498452480c41b96dc1c3e92b /mail | |
parent | 7af0d925e9884a5e7511af1060f06fc945ec2a8d (diff) | |
download | freebsd-ports-gnome-d877d5c7bec2d378a4d8938bed9668a5a68d90f9.tar.gz freebsd-ports-gnome-d877d5c7bec2d378a4d8938bed9668a5a68d90f9.tar.zst freebsd-ports-gnome-d877d5c7bec2d378a4d8938bed9668a5a68d90f9.zip |
- Mark as forbidden due to security issue:
http://0xbadc0ded.org/advisories/0402.txt
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpproxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile index fa6dbd26b3fc..da9e376a643f 100644 --- a/mail/smtpproxy/Makefile +++ b/mail/smtpproxy/Makefile @@ -18,6 +18,8 @@ MAKEFILE= makefile MAN1= smtp.proxy.1 +FORBIDDEN= "format string vulnerability" + post-patch: @${REINPLACE_CMD} -e 's,CC =,CC ?=,; s,CFLAGS =,CFLAGS +=,; \ s,/usr/local/sbin,${PREFIX}/libexec,; s,/usr/local,${PREFIX},' \ |