diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-12 21:55:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-12 21:55:05 +0000 |
commit | 10d99c2fb291609714112582da9bfbbd349f824b (patch) | |
tree | d0cb1274fdb387198f713ebb69354380b832a8d3 /ftp | |
parent | 8601329c6a63db2eb2f4e4b893095cd152c0a6fa (diff) | |
download | FreeBSD-ports-10d99c2fb291609714112582da9bfbbd349f824b.zip FreeBSD-ports-10d99c2fb291609714112582da9bfbbd349f824b.tar.gz |
add buffer overflow vulnerability reduction patch
Submitted by: Michael <mharo@area51.fremont.ca.us>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 6 | ||||
-rw-r--r-- | ftp/proftpd-devel/distinfo | 1 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 6 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 1 |
4 files changed, 12 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index cd6adba..03808e7 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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 diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo index 5b5a2ce..9fb18dc 100644 --- a/ftp/proftpd-devel/distinfo +++ b/ftp/proftpd-devel/distinfo @@ -1 +1,2 @@ MD5 (proftpd-1.2.0pre1.tar.gz) = cd4456ebcdd19a2eb6e79ef7f4e3e65a +MD5 (proftpd-1.2.0pre1-path_exploit3.patch) = 1271d6ad42175dd94bc2a0607461fd06 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 diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index 5b5a2ce..9fb18dc 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1 +1,2 @@ MD5 (proftpd-1.2.0pre1.tar.gz) = cd4456ebcdd19a2eb6e79ef7f4e3e65a +MD5 (proftpd-1.2.0pre1-path_exploit3.patch) = 1271d6ad42175dd94bc2a0607461fd06 |