diff options
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index cd6adba..03808e7 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,7 +3,7 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.5 1998/12/14 22:13:37 billf Exp $ +# $Id: Makefile,v 1.6 1998/12/17 10:43:52 asami Exp $ # DISTNAME= proftpd-1.2.0pre1 @@ -11,6 +11,10 @@ PKGNAME= proftpd-1.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/ +PATCH_SITES= ftp://ftp.proftpd.org/patches/ +PATCHFILES= proftpd-1.2.0pre1-path_exploit3.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= stephane@lituus.fr MAN1= ftpcount.1 |