diff options
author | trevor <trevor@FreeBSD.org> | 2003-03-31 15:14:03 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-03-31 15:14:03 +0000 |
commit | 3d4572f99791d77c0cefb9b29a0a0a82b837bd9b (patch) | |
tree | 1a2b9009d9b0930ae5281239a20cdb9bec9a286f /net/dclib | |
parent | b39b27a87c7e8f2cea7ac60614614fffa240fdd8 (diff) | |
download | FreeBSD-ports-3d4572f99791d77c0cefb9b29a0a0a82b837bd9b.zip FreeBSD-ports-3d4572f99791d77c0cefb9b29a0a0a82b837bd9b.tar.gz |
Davide Lemma reports that "With all versions prior to 0.2.3 [it]
is possible due to a bug to see all the content of the whole
filesystem and not just the configured directories."
PR: 47590, 47591
Diffstat (limited to 'net/dclib')
-rw-r--r-- | net/dclib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dclib/Makefile b/net/dclib/Makefile index 80890d6..b2d7d5d 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -19,6 +19,7 @@ DISTNAME= dclib-0.1beta11 MAINTAINER= e96sv@yahoo.se COMMENT= Direct connect interface library for dcgui +FORBIDDEN= "security bug--see <URL:http://dc.ketelhot.de/news.php>" LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ xml2.5:${PORTSDIR}/textproc/libxml2 |