Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 11:27:38 +0059
From:      Frank Denis <j@pureftpd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47727: port update : ftp/pure-ftpd
Message-ID:  <20030131102800.GA14379@c9x.org>

next in thread | raw e-mail | index | archive | help

>Number:         47727
>Category:       ports
>Synopsis:       port update : ftp/pure-ftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 02:30:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frank
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
42 Networks
>Environment:
System: FreeBSD syndrom.stdc.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Jan 22 10:50:05 CET 2003 j@syndrom.stdc.org:/usr/obj/usr/src/sys/J i386
>Description:

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/

>How-To-Repeat:

-

>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.

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131102800.GA14379>