Bug 47727 - port update : ftp/pure-ftpd
Summary: port update : ftp/pure-ftpd
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 10:30 UTC by Frank DENIS
Modified: 2003-02-11 03:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank DENIS 2003-01-31 10:30:07 UTC
diff -u ftp/pure-ftpd.orig/Makefile ftp/pure-ftpd/Makefile
--- ftp/pure-ftpd.orig/Makefile	Wed Jan 22 10:40:20 2003
+++ ftp/pure-ftpd/Makefile	Fri Jan 31 11:09:54 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	1.0.13a
+PORTVERSION=	1.0.14
 PORTREVISION=	1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
@@ -45,21 +45,26 @@
 CONFIGURE_ARGS+=	--with-language="${WITH_LANG}"
 .endif
 
-# ldap support requested ?
+# ldap support requested?
 .if defined(WITH_LDAP)
 CONFIGURE_ARGS+=	--with-ldap
 .endif
 
-# mysql support requested ?
+# mysql support requested?
 .if defined(WITH_MYSQL)
 CONFIGURE_ARGS+=	--with-mysql
 .endif
 
-# mysql support requested ?
+# mysql support requested?
 .if defined(WITH_PGSQL)
 CONFIGURE_ARGS+=	--with-pgsql
 .endif
 
+# privilege separation requested?
+.if defined(WITH_PRIVSEP)
+CONFIGURE_ARGS+=	--with-privsep
+.endif
+
 # if mysql or ldap are disabled, enable pam
 .if !defined(WITH_LDAP) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL)
 CONFIGURE_ARGS+=	--with-pam
@@ -96,6 +101,7 @@
 	@${ECHO_CMD} "WITH_LDAP=1           - Support for users in LDAP directories"
 	@${ECHO_CMD} "WITH_MYSQL=1          - Support for users in MySQL databases"
 	@${ECHO_CMD} "WITH_PGSQL=1          - Support for users in PostgreSQL databases"
+	@${ECHO_CMD} "WITH_PRIVSEP=1        - Enable privilege separation"
 	@${ECHO_CMD} "WITH_LANG=lang        - Enable compilation of language support, lang is one of"
 	@${ECHO_CMD} "  english, german, romanian, french, french-funny, polish, spanish,"
 	@${ECHO_CMD} "  dutch, italian, brazilian-portuguese, danish, slovak, korean,"
diff -u ftp/pure-ftpd.orig/distinfo ftp/pure-ftpd/distinfo
--- ftp/pure-ftpd.orig/distinfo	Wed Jan 22 10:40:20 2003
+++ ftp/pure-ftpd/distinfo	Fri Jan 31 11:12:52 2003
@@ -1 +1 @@
-MD5 (pure-ftpd-1.0.13a.tar.gz) = fff0af13cb65148918aa06bbd715a7d6
+MD5 (pure-ftpd-1.0.14.tar.gz) = 20a1231e701d6d78fd754b712016f3df
Common subdirectories: ftp/pure-ftpd.orig/files and ftp/pure-ftpd/files
diff -u ftp/pure-ftpd.orig/pkg-descr ftp/pure-ftpd/pkg-descr
--- ftp/pure-ftpd.orig/pkg-descr	Wed Nov 21 00:29:01 2001
+++ ftp/pure-ftpd/pkg-descr	Fri Jan 31 11:14:40 2003
@@ -6,9 +6,10 @@
 and it is especially designed for modern kernels.
 
 Features include PAM support, IPv6, chroot()ed home directories, virtual
-domains, built-in 'ls', anti-warez system, bounded ports for passive
+domains, built-in 'ls', anti-warez system, configurable ports for passive
 downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable
 SQL, fortune files, Apache-like log files, fast standalone mode, text / HTML
-/ XML real-time status report, virtual users, virtual quotas and more.
+/ XML real-time status report, virtual users, virtual quotas, privilege
+separation and more.
 
 WWW: http://www.pureftpd.org/

Fix: 

This version adds optional privilege separation, the ability to deal with
gateways whoose IP address is dynamic (-P <hostname>), and a bunch of bug
fixes, optimizations and cosmetic changes.
How-To-Repeat: 
-
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-02-11 03:45:26 UTC
State Changed
From-To: open->closed

committed, thanks