diff options
author | nectar <nectar@FreeBSD.org> | 2003-08-11 19:57:11 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-08-11 19:57:11 +0800 |
commit | 5cbcfe08a6db859150f42869db35d416c72189cf (patch) | |
tree | abca57325f7f421df4489b370a5b6d0c811a782f /net | |
parent | dc09ec85cd4b83f25120c4a8decd80dff1b74944 (diff) | |
download | freebsd-ports-gnome-5cbcfe08a6db859150f42869db35d416c72189cf.tar.gz freebsd-ports-gnome-5cbcfe08a6db859150f42869db35d416c72189cf.tar.zst freebsd-ports-gnome-5cbcfe08a6db859150f42869db35d416c72189cf.zip |
lmule is very likely to have the same format string vulnerability
as found in xMule
(http://www.xmule.org/geeklog/article.php?story=20030810160606604).
It will not likely be fixed. http://lmule.sourceforge.net/news.php
says, ``We strongly recommend everyone to upgrade to latest xMule
version (http://www.xmule.org) as this project is no longer supported.''
Diffstat (limited to 'net')
-rw-r--r-- | net/lmule/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/lmule/Makefile b/net/lmule/Makefile index 915f0354e386..3a1dae1504d8 100644 --- a/net/lmule/Makefile +++ b/net/lmule/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +FORBIDDEN= "Probable format string bug and no longer maintained" + USE_X_PREFIX= yes USE_GNOME= gnomehier \ gnomehack \ |