Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 17:12:47 -0400 (EDT)
From:      marcus@marcuscom.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27973: Update net/netatalk to fix a catastrophic problem
Message-ID:  <200106082112.f58LClu25850@shumai.marcuscom.com>

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

>Number:         27973
>Category:       ports
>Synopsis:       Update net/netatalk to fix a catastrophic problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 14:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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




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