From j@rtchat.com  Tue Sep 18 04:43:15 2001
Return-Path: <j@rtchat.com>
Received: from pureftpd.org (r209m215.cybercable.tm.fr [195.132.209.215])
	by hub.freebsd.org (Postfix) with SMTP id 81B3737B415
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Sep 2001 04:43:13 -0700 (PDT)
Received: (qmail 84721 invoked by uid 1000); 18 Sep 2001 10:37:07 -0000
Message-Id: <20010918103707.84720.qmail@>
Date: 18 Sep 2001 10:37:07 -0000
From: Frank DENIS <j@pureftpd.org>
Reply-To: Frank DENIS <j@pureftpd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ports update : ftp/pure-ftpd (roam)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30643
>Category:       ports
>Synopsis:       ports update : ftp/pure-ftpd (roam)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 04:50:01 PDT 2001
>Closed-Date:    Wed Oct 3 08:41:19 PDT 2001
>Last-Modified:  Wed Oct 03 08:41:31 PDT 2001
>Originator:     Frank DENIS
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Carpe Diem
>Environment:
System: FreeBSD tidiable.home.rtchat.com 4.4-STABLE FreeBSD 4.4-STABLE #24: Sat Sep 15 12:00:41 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/JEDI i386
>Description:

diff -urN ports/ftp/pure-ftpd.old/Makefile ports/ftp/pure-ftpd/Makefile
--- ports/ftp/pure-ftpd.old/Makefile	Thu Aug 23 19:18:23 2001
+++ ports/ftp/pure-ftpd/Makefile	Tue Sep 18 12:24:03 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	0.99.1b
+PORTVERSION=	0.99.2a
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pureftpd
@@ -73,7 +73,7 @@
 
 DOCS=		AUTHORS CONTACT COPYING HISTORY NEWS \
 		README README.Configuration-File README.Contrib README.LDAP \
-		README.Netfilter README.MySQL \
+		README.Netfilter README.MySQL README.Virtual-Users \
 		THANKS
 
 CONTRIB=	xml_python_processors.txt
@@ -84,7 +84,7 @@
 	@${ECHO} "WITH_LDAP=1           - Store users in LDAP directories;"	
 	@${ECHO} "WITH_MYSQL=1          - Store users in MySQL databases;"		
 	@${ECHO} "WITH_LANG=lang        - enable compilation of language support, lang is one of"
-	@${ECHO} "  english, german, romanian, french, polish, spanish or danish."
+	@${ECHO} "  english, german, romanian, french, polish, spanish, dutch or danish."
 	@${ECHO}
 
 post-install:
diff -urN ports/ftp/pure-ftpd.old/distinfo ports/ftp/pure-ftpd/distinfo
--- ports/ftp/pure-ftpd.old/distinfo	Thu Aug 23 19:18:23 2001
+++ ports/ftp/pure-ftpd/distinfo	Tue Sep 18 12:27:54 2001
@@ -1 +1 @@
-MD5 (pure-ftpd-0.99.1b.tar.gz) = dfd34d5347c403108de296ea8e4a5858
+MD5 (pure-ftpd-0.99.2a.tar.gz) = 8022d030423940648ab6d73cffa3f051
diff -urN ports/ftp/pure-ftpd.old/pkg-descr ports/ftp/pure-ftpd/pkg-descr
--- ports/ftp/pure-ftpd.old/pkg-descr	Tue Aug 21 13:23:34 2001
+++ ports/ftp/pure-ftpd/pkg-descr	Tue Sep 18 12:25:35 2001
@@ -9,6 +9,6 @@
 domains, built-in 'ls', anti-warez system, bounded 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, and more.
+/ XML real-time status report, virtual users, virtual quotas and more.
 
 WWW: http://www.pureftpd.org
diff -urN ports/ftp/pure-ftpd.old/pkg-plist ports/ftp/pure-ftpd/pkg-plist
--- ports/ftp/pure-ftpd.old/pkg-plist	Thu Aug 23 19:18:23 2001
+++ ports/ftp/pure-ftpd/pkg-plist	Tue Sep 18 12:26:50 2001
@@ -2,7 +2,9 @@
 sbin/pure-ftpd
 sbin/pure-ftpwho
 sbin/pure-uploadscript
-sbin/pure-statsdecode
+bin/pure-statsdecode
+bin/pure-pw
+bin/pure-pwconvert
 sbin/pure-config.pl
 etc/pureftpd-ldap.conf.sample
 etc/pureftpd-mysql.conf.sample
@@ -13,6 +15,7 @@
 %%PORTDOCS%%share/doc/pure-ftpd/HISTORY
 %%PORTDOCS%%share/doc/pure-ftpd/NEWS
 %%PORTDOCS%%share/doc/pure-ftpd/README
+%%PORTDOCS%%share/doc/pure-ftpd/README.Virtual-Users
 %%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File
 %%PORTDOCS%%share/doc/pure-ftpd/README.Contrib
 %%PORTDOCS%%share/doc/pure-ftpd/README.LDAP


>How-To-Repeat:

-

>Fix:

This is a major release.

It fixes bugs with upload+throttling and MySQL.

It also adds virtual users (puredb indexed local files) and virtual quotas.

Also, authentication modules are now enabled at run-time, not only at
compile-time. They can be chained in any order (try LDAP, fallback to SQL,
fallback to PAM...) .
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Wed Oct 3 08:41:19 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30643 
>Unformatted:
