Bug 46189 - [update] ports/ftp/proftpd should be updated to 1.2.7
Summary: [update] ports/ftp/proftpd should be updated to 1.2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Haro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 13:00 UTC by 鼛 燠
Modified: 2003-03-24 13:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (100 bytes, patch)
2002-12-11 13:00 UTC, 鼛 燠
no flags Details | Diff
file.diff (220 bytes, patch)
2002-12-11 13:00 UTC, 鼛 燠
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 鼛 燠 2002-12-11 13:00:10 UTC
	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>
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2002-12-11 13:06:24 UTC
Responsible Changed
From-To: freebsd-ports->mharo

Over to maintainer.
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2003-03-06 03:44:50 UTC
State Changed
From-To: open->feedback

Seems the enclosed patch is garbled with spaces. 
Please follow up with an encoded format.
Comment 3 Jacques Vidrine freebsd_committer freebsd_triage 2003-03-24 13:34:57 UTC
State Changed
From-To: feedback->closed

superseded by ports/50031