From owner-freebsd-ports Tue Jun 19 4:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6479837B403 for ; Tue, 19 Jun 2001 04:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5JBo8j88515; Tue, 19 Jun 2001 04:50:08 -0700 (PDT) (envelope-from gnats) Received: from rtchat.com (r208m27.cybercable.tm.fr [195.132.208.27]) by hub.freebsd.org (Postfix) with ESMTP id C6F1037B403 for ; Tue, 19 Jun 2001 04:47:35 -0700 (PDT) (envelope-from j@rtchat.com) Received: (from root@localhost) by rtchat.com (8.11.4/8.11.3) id f5JBlwB00495; Tue, 19 Jun 2001 13:47:58 +0200 (CEST) (envelope-from j) Message-Id: <200106191147.f5JBlwB00495@rtchat.com> Date: Tue, 19 Jun 2001 13:47:58 +0200 (CEST) From: j@jedi.claranet.fr Reply-To: j@jedi.claranet.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28275: port update : ftp/pure-ftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28275 >Category: ports >Synopsis: port update : ftp/pure-ftpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.3-STABLE i386 >Organization: 42 Networks >Environment: System: FreeBSD tidiable.home.rtchat.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Sat Apr 28 22:04:02 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: diff -urN ports/ftp/pure-ftpd.orig/Makefile ports/ftp/pure-ftpd/Makefile --- ports/ftp/pure-ftpd.orig/Makefile Thu Jun 14 19:18:16 2001 +++ ports/ftp/pure-ftpd/Makefile Tue Jun 19 13:31:19 2001 @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.98.6 +PORTVERSION= 0.98.7 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd diff -urN ports/ftp/pure-ftpd.orig/distinfo ports/ftp/pure-ftpd/distinfo --- ports/ftp/pure-ftpd.orig/distinfo Thu Jun 14 19:18:16 2001 +++ ports/ftp/pure-ftpd/distinfo Tue Jun 19 13:32:02 2001 @@ -1 +1 @@ -MD5 (pure-ftpd-0.98.6.tar.gz) = d7e93f2edd42058c13f1e0ab9b23e8a2 +MD5 (pure-ftpd-0.98.7.tar.gz) = 381169cc31fdebfa2d414cd264d8485b >How-To-Repeat: - >Fix: This new version fixes all known bugs so far :) There were some important fixes like SITE CHMOD that wasn't working under FreeBSD. There will probably be no more 0.98.x release. I have a problem with the current FreeBSD port (help Peter !) . We configure it with PAM support (./configure --with-pam) . That's great, and it works. But after the PAM authentication, we also open a new PAM session. Some users requested that because their PAM configuration does nifty things like creating missing home directories. That's ok. But on a default FreeBSD install, /etc/pam.conf has no default definition for what modules "session" should use. In Pure-FTPd, if opening a PAM session fails, it's not a fatal error. But a warning message is logged by the PAM library ("no module loaded for `pure-ftpd' service"), and users may find it annoying. What do you suggest to solve this ? (and why doesn't FreeBSD use /etc/pam.d instead of the old-fashionned /etc/pam.conf ?) . Tell the user to add entries to pam.conf ? Remove --with-pam from the port ? Thanks a lot for your help. -Frank. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message