diff options
author | remko <remko@FreeBSD.org> | 2008-02-12 16:06:42 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2008-02-12 16:06:42 +0800 |
commit | 5afa95ec836e55d6e5f5fdf90cd897a755a52826 (patch) | |
tree | 3d4e0d8c6e8c614840bea48f67346a2a60c82f2f /mail | |
parent | 8d9d3d6720e359cbbb9a982be60ee6a5818588c9 (diff) | |
download | freebsd-ports-gnome-5afa95ec836e55d6e5f5fdf90cd897a755a52826.tar.gz freebsd-ports-gnome-5afa95ec836e55d6e5f5fdf90cd897a755a52826.tar.zst freebsd-ports-gnome-5afa95ec836e55d6e5f5fdf90cd897a755a52826.zip |
Make claws-mail forbidden due to recent (local) vulnerabilities which could
cause a local user to execute code with elevated privileges (being the user
who runs claws-mail).
Hat: secteam
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index cc6fe4c088f2..7899b39e5290 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= netchild@FreeBSD.org COMMENT= A lightweight and very featureful GTK+ based e-mail and news client +FORBIDDEN= http://VuXML.FreeBSD.org/a59afa47-c930-11dc-810c-0016179b2dd5.html + LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ cairo:${PORTSDIR}/graphics/cairo \ expat:${PORTSDIR}/textproc/expat2 \ |