summaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-09-18 07:56:37 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-09-18 07:56:37 +0000
commitec5c2a9cf2549b2fff98af194aceb8aa177ddd13 (patch)
treeb71d28cf80bd4eac35829cbefe0d432038bb724c /ftp/proftpd-devel
parentEnforce random pkg/COMMENT rules, including the one that states Emacs (diff)
Update to pre6 which increases security.
Notes
Notes: svn path=/head/; revision=21710
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile17
-rw-r--r--ftp/proftpd-devel/distinfo3
-rw-r--r--ftp/proftpd-devel/pkg-message7
3 files changed, 14 insertions, 13 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index c905c10c50cf..08933d0e54a5 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -6,15 +6,10 @@
# $FreeBSD$
#
-DISTNAME= proftpd-1.2.0pre3
-PKGNAME= proftpd-1.2.0
+DISTNAME= proftpd-1.2.0pre6
+PKGNAME= proftpd-1.2.0p6
CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.proftpd.org/distrib/ \
- ftp://ftp3.proftpd.org/distrib/
-
-PATCH_SITES= ftp://ftp.tos.net/pub/proftpd/
-PATCHFILES= proftpd-1.2.0pre3a.patch.gz
-PATCH_DIST_STRIP= -p1
+MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/
MAINTAINER= mharo@FreeBSD.org
@@ -22,13 +17,11 @@ MAN1= ftpcount.1
MAN8= proftpd.8 ftpshut.8
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
CONFIGURE_ARGS= --localstatedir=/var/run \
--with-modules=mod_ratio
-FORBIDDEN= security problems
-
post-configure:
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
@${SED} -e 's:/etc:${PREFIX}/etc:' \
@@ -61,4 +54,6 @@ do-install:
${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf; \
fi
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo
index 1b84f6287b27..bfc0d22bff01 100644
--- a/ftp/proftpd-devel/distinfo
+++ b/ftp/proftpd-devel/distinfo
@@ -1,2 +1 @@
-MD5 (proftpd-1.2.0pre3.tar.gz) = 60b8dc1ffd656a0c6823e83dc07aaecb
-MD5 (proftpd-1.2.0pre3a.patch.gz) = 77615026fa30edf24eaa1764ae1272b2
+MD5 (proftpd-1.2.0pre6.tar.gz) = f29634071a39db8572ec0c5c7310cc2b
diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message
new file mode 100644
index 000000000000..f05875e40d90
--- /dev/null
+++ b/ftp/proftpd-devel/pkg-message
@@ -0,0 +1,7 @@
+###
+As of release 1.2.0p5 and later, you need to edit /etc/pam.conf to add
+support for ftp. To do so, add the following two lines to this file:
+
+ftp auth required pam_unix.so try_first_pass
+ftp account required pam_unix.so try_first_pass
+###