diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-02 04:34:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-02 04:34:58 +0000 |
commit | ef450eacc5d22392057aa455343c90953ae6d790 (patch) | |
tree | dab31359b1d94447158311f2339fece26ca08865 /sysutils | |
parent | Fix reference in .omf file to html documentation. So it can be navigated (diff) |
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
Notes
Notes:
svn path=/head/; revision=90015
Diffstat (limited to 'sysutils')
-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 |