aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-03-15 23:35:56 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-03-15 23:35:56 +0000
commit52c7923dc563fb6a2a264dbeefb4ba373d5900fd (patch)
treebd22cb9139e42a2bb69d7c4c141c72a490c913ca /ftp
parentdaa61d3b11c59fba6164bbfbecffae2378643963 (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)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 9ae70fd5f8ec..da97d80367c4 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 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