From owner-cvs-all@FreeBSD.ORG Tue Apr 3 06:24:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CE4816A402; Tue, 3 Apr 2007 06:24:49 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F214313C455; Tue, 3 Apr 2007 06:24:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l336OmDE099106; Tue, 3 Apr 2007 06:24:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l336OmQW099105; Tue, 3 Apr 2007 06:24:48 GMT (envelope-from marcus) Message-Id: <200704030624.l336OmQW099105@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Apr 2007 06:24:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/hal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 06:24:49 -0000 marcus 2007-04-03 06:24:48 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20070403. * Add a new utility function, hf_str_no_slashes(), that converts '/' into '_' for purposes of UDI constructions. UDI path components cannot contain embedded slashes, and a trailing slash will cause hald to crash. [1] * Ensure that UDIs of ATA and SCSI devices are unique. [2] * Do not re-probe disks that are managed by hald-addon-storage since that will result in a double-probe and data corruption. In particular, this fixes a problem with CD unmounting when ATAPICAM is enabled. [3] Reported by: Chess Griffin [1] sajd on #freebsd-gnome [3] Submitted by: jylefort [2] Reviewed by: jylefort [3] Revision Changes Path 1.21 +1 -1 ports/sysutils/hal/Makefile 1.11 +3 -3 ports/sysutils/hal/distinfo