From e0c93de7b857f44264fa63488dfc45836df63d89 Mon Sep 17 00:00:00 2001 From: mharo Date: Thu, 15 Mar 2001 23:35:56 +0000 Subject: 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) --- ftp/proftpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftp/proftpd') 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 -- cgit v1.1