diff options
author | marcus <marcus@FreeBSD.org> | 2007-04-03 14:24:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-04-03 14:24:48 +0800 |
commit | a1b9ca57c27e3e5d5be8a906772881653ba8381c (patch) | |
tree | e26d0e455ab991f75d06a4a4cab0b17bce27a6a0 /sysutils | |
parent | 97adf2b07ff73a9f6f8fb767ae34f6c9152439ba (diff) | |
download | freebsd-ports-gnome-a1b9ca57c27e3e5d5be8a906772881653ba8381c.tar.gz freebsd-ports-gnome-a1b9ca57c27e3e5d5be8a906772881653ba8381c.tar.zst freebsd-ports-gnome-a1b9ca57c27e3e5d5be8a906772881653ba8381c.zip |
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]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
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 |