From a1b9ca57c27e3e5d5be8a906772881653ba8381c Mon Sep 17 00:00:00 2001
From: marcus <marcus@FreeBSD.org>
Date: Tue, 3 Apr 2007 06:24:48 +0000
Subject: 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 <chessg@gmail.com> [1]
		sajd on #freebsd-gnome [3]
Submitted by:	jylefort [2]
Reviewed by:	jylefort [3]
---
 sysutils/hal/Makefile | 2 +-
 sysutils/hal/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'sysutils/hal')

diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index c43f0551fe1b..37805f8f5714 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		GTKDOC="false"
 
 HALVERSION=	0.5.8
-SNAPVERSION=	20070324
+SNAPVERSION=	20070403
 
 .if !defined(HAL_SLAVE)
 USE_RC_SUBR=	hald
diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo
index eea19a43179f..ef22bda7f5aa 100644
--- a/sysutils/hal/distinfo
+++ b/sysutils/hal/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-0.5.8.20070324.tar.bz2) = b07a77e0b716deef159a87fd7f93c996
-SHA256 (hal-0.5.8.20070324.tar.bz2) = 68ff62a975066b82c0e196e2e6378c111a045e86aa3fcdf1a8f192df15450b1f
-SIZE (hal-0.5.8.20070324.tar.bz2) = 1373209
+MD5 (hal-0.5.8.20070403.tar.bz2) = 40406f14d1ec1ba813a6d8ad5c6a37e0
+SHA256 (hal-0.5.8.20070403.tar.bz2) = fd895cb4e813c8a41e451b45cb8b4a5407467c840dd7218b1930050a9a9f07f0
+SIZE (hal-0.5.8.20070403.tar.bz2) = 1365463
-- 
cgit