diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-02 12:34:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-02 12:34:58 +0800 |
commit | c83ad2d14662b2d3547d992c076412966ae20d60 (patch) | |
tree | d35e5f919ceffa44cdd84e584019bbd79939d62e /sysutils/cfengine2 | |
parent | ee323cb8081263700a7629d492bc7e95107e7c54 (diff) | |
download | freebsd-ports-gnome-c83ad2d14662b2d3547d992c076412966ae20d60.tar.gz freebsd-ports-gnome-c83ad2d14662b2d3547d992c076412966ae20d60.tar.zst freebsd-ports-gnome-c83ad2d14662b2d3547d992c076412966ae20d60.zip |
Mark this port forbidden due to a stack overflow which may lead to
arbitrary code execution.
Advisories:
http://www.securityfocus.com/archive/1/339083
http://packetstormsecurity.nl/0309-advisories/cfengine.txt
http://www.securityfocus.com/bid/8699/
http://mail.gnu.org/archive/html/bug-cfengine/2003-08/msg00014.html
PR: 57470
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r-- | sysutils/cfengine2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 0d7390376e25..e7ae8b9dd05f 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -18,6 +18,8 @@ COMMENT= GNU cfengine - a systems administration tool for networks LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 +FORBIDDEN= "Stack overflow; http://www.securityfocus.com/archive/1/339083" + USE_OPENSSL= yes # if we use GNU_CONFIGURE=yes then the binaries get installed with weird names |