proftpd has released 1.2.7. The ports should reflect this. Fix: apply the attached patch: @@ -16,6 +16,7 @@ -<Anonymous ~ftp> - User ftp - Group ftp +- - # We want clients to be able to login with "anonymous" as well as "ftp" - UserAlias anonymous ftp - @@ -31,6 +32,8 @@ - <Limit WRITE> - DenyAll - </Limit> + +-</Anonymous> +######################################################################### +# # +# Uncomment lines with only one # to allow basic anonymous access # @@ -62,6 +65,4 @@ + # <Limit WRITE> + # DenyAll + # </Limit> - --</Anonymous> +# </Anonymous> PORTNAME= proftpd -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \ ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/ -DISTNAME= ${PORTNAME}-1.2.6 +DISTNAME= ${PORTNAME}-1.2.7 MAINTAINER= mharo@FreeBSD.org _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus--M0AwKqEEtMAiXAC2p2V1P8g4GiPVGdsr2RZlQwz9C5qOxmuE Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- files/patch-aa.old Wed Mar 7 08:32:00 2001 +++ files/patch-aa Wed Dec 11 20:38:42 2002 @@ -1,5 +1,5 @@ ---- sample-configurations/basic.conf.old Sun Mar 4 15:08:09 2001 -+++ sample-configurations/basic.conf Sun Mar 4 15:13:29 2001 +--- sample-configurations/basic.conf.old Wed Dec 11 20:33:12 2002 ++++ sample-configurations/basic.conf Wed Dec 11 20:36:47 2002 @@ -1,3 +1,7 @@ +# +# To have more informations about Proftpd configuration @@ -8,7 +8,7 @@ # This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group -@@ -30,24 +34,36 @@ +@@ -31,25 +35,36 @@ AllowOverwrite on </Directory>
Responsible Changed From-To: freebsd-ports->mharo Over to maintainer.
State Changed From-To: open->feedback Seems the enclosed patch is garbled with spaces. Please follow up with an encoded format.
State Changed From-To: feedback->closed superseded by ports/50031