From marcus@shumai.marcuscom.com  Fri Jun  8 14:12:43 2001
Return-Path: <marcus@shumai.marcuscom.com>
Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58])
	by hub.freebsd.org (Postfix) with ESMTP id 9B67937B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Jun 2001 14:12:42 -0700 (PDT)
	(envelope-from marcus@shumai.marcuscom.com)
Received: (from marcus@localhost)
	by shumai.marcuscom.com (8.11.3/8.11.3) id f58LClu25850;
	Fri, 8 Jun 2001 17:12:47 -0400 (EDT)
	(envelope-from marcus)
Message-Id: <200106082112.f58LClu25850@shumai.marcuscom.com>
Date: Fri, 8 Jun 2001 17:12:47 -0400 (EDT)
From: marcus@marcuscom.com
Reply-To: marcus@marcuscom.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update net/netatalk to fix a catastrophic problem
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27973
>Category:       ports
>Synopsis:       Update net/netatalk to fix a catastrophic problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 14:20:00 PDT 2001
>Closed-Date:    Fri Jun 8 15:52:44 PDT 2001
>Last-Modified:  Fri Jun 08 16:04:57 PDT 2001
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
MarcusCom
>Environment:
System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386


	
>Description:
	Under certain circumstances, netatalk can delete files on the server
if DIDs conflict.  See netatalk bug #421127 on Sourceforge.
>How-To-Repeat:
	It's not clear, but renaming directories contributes to this.
>Fix:
	Apply this patch to the ports Makefile, and rebuild the port.

--- Makefile.orig	Fri Jun  8 17:09:01 2001
+++ Makefile	Fri Jun  8 17:09:33 2001
@@ -18,11 +18,11 @@
 LIB_DEPENDS=	wrap.7:${PORTSDIR}/security/tcp_wrapper
 .endif
 
-CONFIGURE_ARGS+=	--with-tcp-wrappers
+CONFIGURE_ARGS+=	--with-tcp-wrappers \
+			--enable-lastdid
 # CONFIGURE_ARGS+=	--disable-admin-group
 # CONFIGURE_ARGS+=	--disable-ddp
 # CONFIGURE_ARGS+=	--with-shadow
-# CONFIGURE_ARGS+=	--enable-lastdid
 .if defined(NETATALK_WITH_PAM)
 CONFIGURE_ARGS+=	--with-pam # broken
 PLIST_SUB+=             NETATALKPAM=""
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Fri Jun 8 15:52:44 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

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