diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-03-15 23:35:56 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-03-15 23:35:56 +0000 |
commit | 52c7923dc563fb6a2a264dbeefb4ba373d5900fd (patch) | |
tree | bd22cb9139e42a2bb69d7c4c141c72a490c913ca /ftp/proftpd | |
parent | The MAINTAINER must be a simple email address. (diff) |
Mark forbidden
Specefic remote commands will cause the daemon process starts to consume
all CPU and memory resources available to it. Multiple simultaneous
instances will result in faster depletion of resources, causing either
the daemon process or the server to crash.
(http://bugs.proftpd.org/show_bug.cgi?id=1066)
Notes
Notes:
svn path=/head/; revision=39903
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 9ae70fd5f8ec..da97d80367c4 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ MAINTAINER= mharo@FreeBSD.org +FORBIDDEN= "Security vulnerability - check back in a few days" + .if defined(WITH_LDAP) MASTER_SITES+= http://www.horde.net/~jwm/software/proftpd-ldap/ MOD_LDAP= mod_ldap-2.7.4.tar.bz2 |