summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-03-20 07:37:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-03-20 07:37:02 +0000
commite0febedaa394b483fbebcf078a10d84631b81028 (patch)
treeef9be0fab0b94e8090a01daf455785a5cd7fe55a /ftp/wu-ftpd
parentupgrade to 0.3 (diff)
Upgrade to 2.6.2
Notes
Notes: svn path=/head/; revision=56373
Diffstat (limited to 'ftp/wu-ftpd')
-rw-r--r--ftp/wu-ftpd/Makefile10
-rw-r--r--ftp/wu-ftpd/distinfo5
-rw-r--r--ftp/wu-ftpd/files/patch-ak11
3 files changed, 2 insertions, 24 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile
index fbf972387f26..087cd9187eae 100644
--- a/ftp/wu-ftpd/Makefile
+++ b/ftp/wu-ftpd/Makefile
@@ -8,17 +8,9 @@
# it is changed from previous versions
PORTNAME= wu-ftpd
-PORTVERSION= 2.6.1
-PORTREVISION= 10
+PORTVERSION= 2.6.2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
-DIST_SUBDIR= wu-ftpd
-
-PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/patches/apply_to_2.6.1/
-# Due to error pasv-port-allow-correction.patch copied locally as patch-ak
-PATCHFILES= ftpglob.patch \
- missing_format_strings.patch \
- nlst-shows-dirs.patch
MAINTAINER= ache@FreeBSD.org
diff --git a/ftp/wu-ftpd/distinfo b/ftp/wu-ftpd/distinfo
index 86bada90de74..943113cf49e9 100644
--- a/ftp/wu-ftpd/distinfo
+++ b/ftp/wu-ftpd/distinfo
@@ -1,4 +1 @@
-MD5 (wu-ftpd/wu-ftpd-2.6.1.tar.gz) = 857ab8504998a753195eb94ac2dc39a4
-MD5 (wu-ftpd/ftpglob.patch) = 85f6ce5ab6e0d29d439c19b0582e20f8
-MD5 (wu-ftpd/missing_format_strings.patch) = ddf252d05e01931b4f985cdcf6f5f106
-MD5 (wu-ftpd/nlst-shows-dirs.patch) = 58c002ad680fae0d0caba45b2ead30aa
+MD5 (wu-ftpd-2.6.2.tar.gz) = b3c271f02aadf663b8811d1bff9da3f6
diff --git a/ftp/wu-ftpd/files/patch-ak b/ftp/wu-ftpd/files/patch-ak
deleted file mode 100644
index ba65587542a6..000000000000
--- a/ftp/wu-ftpd/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ftpd.c 2000/07/07 22:17:38 1.113
-+++ src/ftpd.c 2000/08/29 17:26:23
-@@ -7274,7 +7274,7 @@
- int which;
- struct aclmember *entry = NULL;
- (void) acl_getclass(class);
-- while (getaclentry("port-allow", &entry)) {
-+ while (getaclentry("pasv-allow", &entry)) {
- if ((ARG0 != NULL) && (strcasecmp(class, ARG0) == 0))
- for (which = 1; (which < MAXARGS) && (ARG[which] != NULL); which++) {
- if (hostmatch(ARG[which], remoteaddr, NULL))