proftpd is full of holes, as recent bugtraq shows.

We're much too close to release to be sure all holes have been plugged,
and to let unwitting users be compromised.

Mark as BROKEN
This commit is contained in:
espie 1999-09-28 18:43:29 +00:00
parent c145f02628
commit eafeef41b0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 1999/09/28 17:34:20 brad Exp $
# $OpenBSD: Makefile,v 1.14 1999/09/28 18:43:29 espie Exp $
# $FreeBSD: Makefile,v 1.7 1999/02/12 21:55:04 obrien Exp $
DISTNAME= proftpd-1.2.0pre7
@ -8,6 +8,16 @@ MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/ \
NEED_VERSION= 1.73
# If you remove that BROKEN line, the port will build.
#
# But there have been a series of holes and exploits posted recently,
# so using proftpd is a sure way to let yourself be vulnerable.
#
# It is recommended that you don't use proftpd for now,
# unless you're really sure you know what you are doing.
#
BROKEN="Needs a security audit. Use at your own risk"
MAINTAINER= brad@openbsd.org
USE_GMAKE= yes