diff options
author | mharo <mharo@FreeBSD.org> | 2001-03-15 23:35:56 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-03-15 23:35:56 +0000 |
commit | e0c93de7b857f44264fa63488dfc45836df63d89 (patch) | |
tree | 10726bdb48b192900729e3e93e0c66f441c32cd8 /ftp | |
parent | 685bbd57e9c70d94b79f74d4a8ec62910d0503e6 (diff) | |
download | FreeBSD-ports-e0c93de7b857f44264fa63488dfc45836df63d89.zip FreeBSD-ports-e0c93de7b857f44264fa63488dfc45836df63d89.tar.gz |
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)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 9ae70fd..da97d80 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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 diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 9ae70fd..da97d80 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 |