| 1 |
# ChangeLog for sys-apps/hal |
| 2 |
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.160 2007/04/11 21:40:25 cardoe Exp $ |
| 4 |
|
| 5 |
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 6 |
files/0.5.9/06_freebsd_backend_fix.patch: |
| 7 |
Fix FreeBSD backend some more |
| 8 |
|
| 9 |
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 10 |
files/0.5.9/07_malloc_h_for_stdlib_h.patch, |
| 11 |
-files/0.5.9/08_hald-mallopt-include-malloc.patch: |
| 12 |
Merge compnerd's patch into previous |
| 13 |
|
| 14 |
11 Apr 2007; Saleem Abdulrasool <compnerd@gentoo.org> |
| 15 |
+files/0.5.9/08_hald-mallopt-include-malloc.patch: |
| 16 |
Add patch to fix compiling on Linux |
| 17 |
|
| 18 |
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 19 |
files/0.5.9/04_cache_regen_return_fix.patch, |
| 20 |
files/0.5.9/05_freebsd_partutil_make_fix.patch, |
| 21 |
+files/0.5.9/06_freebsd_backend_fix.patch, |
| 22 |
+files/0.5.9/07_malloc_h_for_stdlib_h.patch, files/0.5.9/series: |
| 23 |
FreeBSD backend fixes. malloc.h -> stdlib.h |
| 24 |
|
| 25 |
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 26 |
+files/0.5.9/05_freebsd_partutil_make_fix.patch, files/0.5.9/series, |
| 27 |
hal-0.5.9.ebuild: |
| 28 |
Fix partutil compile for FreeBSD. Make pkg_setup stuff not run on FreeBSD |
| 29 |
since it's Linux specific. |
| 30 |
|
| 31 |
11 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 32 |
cryptsetup-luks marked as Linux only |
| 33 |
|
| 34 |
10 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 35 |
+files/0.5.9/04_cache_regen_return_fix.patch, files/0.5.9/series: |
| 36 |
Fixed logic issue in cache regen check. Submitted upstream. |
| 37 |
|
| 38 |
10 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 39 |
Fix up access violations with the sed |
| 40 |
|
| 41 |
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 42 |
Gentoo/FreeBSD dep on libvolume_id. udev is only Linux as well |
| 43 |
|
| 44 |
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 45 |
INOTIFY -> INOTIFY_USER |
| 46 |
|
| 47 |
09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 48 |
add Inotify support warning |
| 49 |
|
| 50 |
07 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 51 |
+files/0.5.9/95_gentoo_man_page.patch, |
| 52 |
+files/0.5.9/96_plugdev_allow_send.patch, files/0.5.9/series, |
| 53 |
hal-0.5.9.ebuild: |
| 54 |
man page changes for Gentoo. migrate plugdev policy patch to new patchset. |
| 55 |
|
| 56 |
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 57 |
Fix up SELinux support |
| 58 |
|
| 59 |
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> files/0.5.9-hald.rc, |
| 60 |
hal-0.5.9.ebuild: |
| 61 |
util-linux is only for Linux. init script depends on acpid now if the person |
| 62 |
uses acpid. So we don't grab the /proc/acpi/event before acpid. |
| 63 |
|
| 64 |
06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: |
| 65 |
Adding kernel_linux and kernel_FreeBSD to IUSE |
| 66 |
|
| 67 |
05 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 68 |
+files/0.5.9/02_acpi_repeated_property_change.patch, |
| 69 |
+files/0.5.9/03_crasher_fix_fail_to_return_value.patch, |
| 70 |
files/0.5.9/series, hal-0.5.9.ebuild: |
| 71 |
Re-work acpi USE flag usage. Add pam USE flag for sys-auth/consolekit. |
| 72 |
Remove mactel USE flag since it will auto build and that's how it should. |
| 73 |
Added linux-sources depend on having a Linux kernel. Check for Linux or |
| 74 |
FreeBSD kernel to support both Gentoo/Linux and Gentoo/FreeBSD. Add building |
| 75 |
of dell utilies based on dell USE flag so we don't have an automagical |
| 76 |
depend. 2 upstream fixes. One for duplicate acpi messages. One for a |
| 77 |
possible crasher. |
| 78 |
|
| 79 |
05 Apr 2007; Doug Goldstein <cardoe@gentoo.org> +files/0.5.9-hald.rc, |
| 80 |
+files/0.5.9/series, -files/hald, hal-0.5.9.ebuild: |
| 81 |
Adding 0.5.9 init script which uses consolekit. Removing 0.4.x series init |
| 82 |
script. Remove uneeded dodir calls. Add keepdir /var/lib/cache/hald since |
| 83 |
HAL bombs without that directory. Adding quilt series file so we can use |
| 84 |
quilt to maintain patches. |
| 85 |
|
| 86 |
03 Apr 2007; Doug Goldstein <cardoe@gentoo.org> |
| 87 |
+files/0.5.9/01_luks_mount_fix.patch, hal-0.5.9.ebuild: |
| 88 |
add support for Gentoo Patchset applying via versioned directories (to use |
| 89 |
quilt). Fix from upstream for LUKS mounting |
| 90 |
|
| 91 |
*hal-0.5.9 (03 Apr 2007) |
| 92 |
|
| 93 |
03 Apr 2007; Steev Klimaszewski <steev@gentoo.org> -hal-0.5.9_rc2.ebuild, |
| 94 |
-hal-0.5.9_rc3.ebuild, +hal-0.5.9.ebuild: |
| 95 |
Hal 0.5.9 release. remove the release candidates. |
| 96 |
|
| 97 |
02 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9_rc3.ebuild: |
| 98 |
Change linux-headers depend to 2.6.17 or higher. Remove mips-headers since |
| 99 |
newest they have is 2.6.16. Add -mips since it won't work with their |
| 100 |
headers. |
| 101 |
|
| 102 |
02 Apr 2007; Steev Klimaszewski <steev@gentoo.org> |
| 103 |
+files/hal-0.5.9-update_dtd.patch, hal-0.5.9_rc3.ebuild: |
| 104 |
Update dtd for hal as well. |
| 105 |
|
| 106 |
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org> |
| 107 |
-files/hal-0.5.9-button_capabilities.patch, hal-0.5.9_rc3.ebuild: |
| 108 |
Back out the last commit. |
| 109 |
|
| 110 |
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org> |
| 111 |
+files/hal-0.5.9-button_capabilities.patch, hal-0.5.9_rc3.ebuild: |
| 112 |
Add patch to 0.5.9_rc3 for keyboard button capabilities. |
| 113 |
|
| 114 |
*hal-0.5.9_rc3 (01 Apr 2007) |
| 115 |
|
| 116 |
01 Apr 2007; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.9_rc3.ebuild: |
| 117 |
New upstream release, again, please test this one, 0.5.9 is around the corner. |
| 118 |
|
| 119 |
30 Mar 2007; Steev Klimaszewski <steev@gentoo.org> |
| 120 |
+files/fix-scsi-fake-host-event.patch, hal-0.5.9_rc2.ebuild: |
| 121 |
Patch for scsi devices that don't have parents... this will fix the "hald |
| 122 |
won't start" errors. |
| 123 |
|
| 124 |
30 Mar 2007; Doug Goldstein <cardoe@gentoo.org> metadata.xml, |
| 125 |
-hal-0.5.7-r3.ebuild, -hal-0.5.7.1-r4.ebuild: |
| 126 |
remove old version. metadata fixes. |
| 127 |
|
| 128 |
*hal-0.5.9_rc2 (30 Mar 2007) |
| 129 |
|
| 130 |
30 Mar 2007; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.9_rc2.ebuild: |
| 131 |
New upstream release - this is a release candidate, and the final should be |
| 132 |
released within the next few days. Package.masked, please test. |
| 133 |
|
| 134 |
19 Feb 2007; <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 135 |
Add back hal_unmount that was accidently removed |
| 136 |
|
| 137 |
15 Feb 2007; Jeroen Roovers <jer@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 138 |
Stable for HPPA (bug #166790). |
| 139 |
|
| 140 |
15 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 141 |
Stable on sparc wrt #166790 |
| 142 |
|
| 143 |
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 144 |
Fix issue with newer pciutils that uses gzipped pci.ids, which HAL can not |
| 145 |
handle |
| 146 |
|
| 147 |
14 Feb 2007; Markus Rothe <corsair@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 148 |
Stable on ppc64; bug #166790 |
| 149 |
|
| 150 |
14 Feb 2007; Christian Faulhammer <opfer@gentoo.org> |
| 151 |
hal-0.5.7.1-r5.ebuild: |
| 152 |
stable x86; bug 166790 |
| 153 |
|
| 154 |
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 155 |
HAL does not read gzipped pci.ids data. |
| 156 |
|
| 157 |
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 158 |
Retain current dmidecode behavior |
| 159 |
|
| 160 |
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 161 |
Changing kernel checks from eerror to ewarn for the 2007.0 release media |
| 162 |
|
| 163 |
14 Feb 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: |
| 164 |
ACPI stuff didn't work for -r5. Waiting until 0.5.8.1 |
| 165 |
|
| 166 |
13 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 167 |
Stable on Alpha + IA64. |
| 168 |
|
| 169 |
30 Jan 2007; Doug Goldstein <cardoe@gentoo.org> |
| 170 |
+files/hal-0.5.7.1-ctype-fix.patch, hal-0.5.7.1-r4.ebuild: |
| 171 |
Fix undefined ctype.h include so everyone can stop getting their panties in |
| 172 |
a bundle. |
| 173 |
|
| 174 |
*hal-0.5.7.1-r4 (30 Jan 2007) |
| 175 |
|
| 176 |
30 Jan 2007; Doug Goldstein <cardoe@gentoo.org> |
| 177 |
+files/hal-0.5.7.1-autofs-subfs.patch, |
| 178 |
+files/hal-0.5.7.1-floppies-fix.patch, |
| 179 |
+files/hal-0.5.7.1-hald-scripts.patch, |
| 180 |
-files/hal-0.5.7.1-hibernate-fix-r1.patch, |
| 181 |
+files/hal-0.5.7.1-ipod-nano.patch, -hal-0.5.5.1-r3.ebuild, |
| 182 |
-hal-0.5.7.1-r2.ebuild, hal-0.5.7.1-r3.ebuild, +hal-0.5.7.1-r4.ebuild: |
| 183 |
Fixed hotplug depend. Fixed installing old unused udev rule. Fix for bug |
| 184 |
#133743 from Gilles Dartiguelongue <dartigug@esiee.fr>. Fix bug #154648. Fix |
| 185 |
bug #158304. Fix bug #163233. |
| 186 |
|
| 187 |
29 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 188 |
Stable on sparc wrt #162942 |
| 189 |
|
| 190 |
23 Jan 2007; Jeroen Roovers <jer@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 191 |
Stable for HPPA (bug #162942). |
| 192 |
|
| 193 |
22 Jan 2007; Olivier Crête <tester@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 194 |
Stable on amd64 per bug #162942 |
| 195 |
|
| 196 |
21 Jan 2007; Markus Rothe <corsair@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 197 |
Stable on ppc64; bug #162942 |
| 198 |
|
| 199 |
21 Jan 2007; nixnut <nixnut@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 200 |
Stable on ppc wrt bug 162942 |
| 201 |
|
| 202 |
21 Jan 2007; Andrej Kacian <ticho@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 203 |
Stable on x86, bug #162942. |
| 204 |
|
| 205 |
18 Jan 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r3.ebuild: |
| 206 |
Undo fixing bug #133743 since none of the patches actually work |
| 207 |
|
| 208 |
*hal-0.5.7.1-r3 (18 Jan 2007) |
| 209 |
|
| 210 |
18 Jan 2007; Doug Goldstein <cardoe@gentoo.org> |
| 211 |
+files/hal-0.5.7.1-hibernate-fix-r1.patch, -hal-0.5.7.1-r1.ebuild, |
| 212 |
hal-0.5.7.1-r2.ebuild, +hal-0.5.7.1-r3.ebuild: |
| 213 |
Fixed bug #133743 and bug #161057 |
| 214 |
|
| 215 |
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> hal-0.5.5.1-r3.ebuild, |
| 216 |
hal-0.5.7-r3.ebuild, hal-0.5.7.1-r1.ebuild, hal-0.5.7.1-r2.ebuild: |
| 217 |
Remove debug.eclass usage. |
| 218 |
|
| 219 |
04 Dec 2006; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r1.ebuild, |
| 220 |
hal-0.5.7.1-r2.ebuild: |
| 221 |
Some depend fixes for the new udev |
| 222 |
|
| 223 |
30 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; |
| 224 |
+files/hal-0.5.5.1-RBC.patch, +files/hal-unmount.dev: |
| 225 |
Restore a couple of files needed for 0.5.5.1-r3 that must've been |
| 226 |
accidentally removed. |
| 227 |
|
| 228 |
20 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.7-r3.ebuild: |
| 229 |
Fix dbus dependencies for dbus-1.0 release |
| 230 |
|
| 231 |
19 Nov 2006; Doug Goldstein <cardoe@gentoo.org> |
| 232 |
files/hal-0.5.7.1-hibernate-fix.patch: |
| 233 |
patch didn't work for some people |
| 234 |
|
| 235 |
*hal-0.5.7.1-r2 (15 Nov 2006) |
| 236 |
|
| 237 |
15 Nov 2006; Doug Goldstein <cardoe@gentoo.org> |
| 238 |
+files/hal-0.5.7.1-hibernate-fix.patch, |
| 239 |
+files/hal-0.5.7.1-ignored-volumes.patch, hal-0.5.7.1-r1.ebuild, |
| 240 |
+hal-0.5.7.1-r2.ebuild: |
| 241 |
Fixing bug #155275, bug #147867, bug #140666 (the HAL parts not the KDE |
| 242 |
parts of it), bug #133743, and refactored patch from bug #146910 so I don't |
| 243 |
have to kill Ivan and Fabio. |
| 244 |
|
| 245 |
31 Oct 2006; <christel@gentoo.org> hal-0.5.7-r3.ebuild: |
| 246 |
Alpha stable |
| 247 |
|
| 248 |
16 Oct 2006; Stefan Schweizer <genstef@gentoo.org> hal-0.5.7-r3.ebuild, |
| 249 |
-hal-0.5.7.1.ebuild, hal-0.5.7.1-r1.ebuild: |
| 250 |
Handle no kernel sources with eerror instead of die, thanks to Chris |
| 251 |
Gianelloni <wolf31o2@gentoo.org> in bug 129811 |
| 252 |
|
| 253 |
22 Sep 2006; Doug Goldstein <cardoe@gentoo.org> |
| 254 |
-files/hal-0.4.1-old_storage_policy.patch, |
| 255 |
-files/hal-0.4.5-gentoo_gphoto2_usermap.patch, |
| 256 |
-files/hal-0.4.7-sys_floppy_detection.patch, |
| 257 |
-files/hal-0.4.7-vfat_mount_utf8.patch, -files/hal-0.4.8-fix_dvdram.patch, |
| 258 |
-files/hal-unmount.dev, -hal-0.4.8.ebuild: |
| 259 |
Remove old hal-0.4x series\! |
| 260 |
|
| 261 |
17 Sep 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.1-r1.ebuild: |
| 262 |
Added split dependency on either dbus-glib *or* dbus, that way, those people |
| 263 |
who have unmasked dbus-glib it will depend on that first, and if not, fall |
| 264 |
back on dbus monolithic. |
| 265 |
|
| 266 |
*hal-0.5.7.1-r1 (16 Sep 2006) |
| 267 |
|
| 268 |
16 Sep 2006; Doug Goldstein <cardoe@gentoo.org> |
| 269 |
+files/hal-0.5.7.1-sr-driver.patch, +hal-0.5.7.1-r1.ebuild: |
| 270 |
patch to fix sr driver based drives. bug #147598 |
| 271 |
|
| 272 |
04 Sep 2006; Doug Goldstein <cardoe@gentoo.org> |
| 273 |
-files/hal-0.4.7-dont_add_device_twice-r1.patch, files/0.5-hald.rc, |
| 274 |
-files/hal-0.4.7-device_info_leak.patch, -files/hal-0.5.5.1-RBC.patch, |
| 275 |
-files/hal-0.5.7-drop-privs.patch, -files/hal-0.5.7-unclean-unmount.patch, |
| 276 |
-hal-0.4.7-r2.ebuild, -hal-0.5.7.ebuild, -hal-0.5.7-r1.ebuild, |
| 277 |
-hal-0.5.7-r2.ebuild: |
| 278 |
Fixing HAL initscript. Removing oldness and some cleaning. |
| 279 |
|
| 280 |
04 Sep 2006; Roy Marples <uberlord@gentoo.org> files/0.5-hald.rc, |
| 281 |
files/hald: |
| 282 |
hald init script dependencies updated, #125938. |
| 283 |
|
| 284 |
29 Aug 2006; Joshua Jackson <tsunam@gentoo.org> hal-0.5.7-r3.ebuild: |
| 285 |
stable x86; bug #144344 |
| 286 |
|
| 287 |
19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.7-r3.ebuild: |
| 288 |
Stable on ia64. |
| 289 |
|
| 290 |
18 Aug 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.7-r3.ebuild: |
| 291 |
Stable on ppc64 |
| 292 |
|
| 293 |
16 Aug 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.7-r1.ebuild: |
| 294 |
Stable on ppc64 |
| 295 |
|
| 296 |
16 Aug 2006; Steev Klimaszewski <steev@gentoo.org> |
| 297 |
+files/hal-0.5.7.1-dbus-close.patch: |
| 298 |
And add the missing patch, closes bug #144075, thanks to Courtney Oliver for |
| 299 |
reporting. |
| 300 |
|
| 301 |
*hal-0.5.7.1 (16 Aug 2006) |
| 302 |
|
| 303 |
16 Aug 2006; Steev Klimaszewski <steev@gentoo.org> +hal-0.5.7.1.ebuild: |
| 304 |
New upstream release, with fixes for sysfs changes with kernels > 2.6.17. |
| 305 |
Closes bug #141950. Thanks to David Watzke for reporting. |
| 306 |
|
| 307 |
17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> hal-0.5.7-r3.ebuild: |
| 308 |
Marked stable on amd64 for bug #139612 |
| 309 |
|
| 310 |
16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> hal-0.5.7-r3.ebuild: |
| 311 |
hppa stable, bug #139612 |
| 312 |
|
| 313 |
14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> hal-0.5.7-r3.ebuild: |
| 314 |
ppc stable, bug #139612 |
| 315 |
|
| 316 |
12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> hal-0.5.7-r1.ebuild: |
| 317 |
Stable on x86 wrt bug #139612. |
| 318 |
|
| 319 |
10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.7-r3.ebuild: |
| 320 |
Stable on sparc wrt #139612 |
| 321 |
|
| 322 |
*hal-0.5.7-r3 (06 Jun 2006) |
| 323 |
|
| 324 |
06 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org> |
| 325 |
+files/hal-0.5.7-hibernate.patch, +hal-0.5.7-r3.ebuild: |
| 326 |
Revision bump for patch to suspend (bug #133743) from b_kopete@hotmail.com |
| 327 |
|
| 328 |
18 May 2006; Bryan Østergaard <kloeri@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 329 |
Stable on alpha, bug 113818. |
| 330 |
|
| 331 |
*hal-0.5.7-r2 (08 May 2006) |
| 332 |
|
| 333 |
08 May 2006; Saleem Abdulrasool <compnerd@gentoo.org> |
| 334 |
+files/hal-0.5.7-unclean-unmount-r1.patch, +hal-0.5.7-r2.ebuild: |
| 335 |
Change the install location for hal-unmount.sh, update the udev rules, and |
| 336 |
change notifications to not die. Bug #131376, 129811. |
| 337 |
|
| 338 |
01 May 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.4.7-r2.ebuild, |
| 339 |
hal-0.4.8.ebuild, hal-0.5.5.1-r3.ebuild, hal-0.5.7.ebuild, |
| 340 |
hal-0.5.7-r1.ebuild: |
| 341 |
Don't install the INSTALL or COPYING files. They are available elsewhere and |
| 342 |
just take up disk space. No revbump just to remove 2 files. |
| 343 |
|
| 344 |
29 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7-r1.ebuild: |
| 345 |
We now keepdir /media in hal as both gnome-mount and pmount can use it - Bug |
| 346 |
130795 |
| 347 |
|
| 348 |
27 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.ebuild, |
| 349 |
hal-0.5.7-r1.ebuild: |
| 350 |
hal 0.5.7 depends on /proc/mounts which is in 2.6.15, so we require at least |
| 351 |
that version now. Closes bug #127692. Thanks to Peter Clifton for reporting. |
| 352 |
|
| 353 |
*hal-0.5.7-r1 (27 Apr 2006) |
| 354 |
|
| 355 |
27 Apr 2006; Saleem Abdulrasool <compnerd@gentoo.org> |
| 356 |
+files/hal-0.5.7-rescan-on-resume.patch, +hal-0.5.7-r1.ebuild: |
| 357 |
Adding patch for rescan on resume for gnome-power-manager |
| 358 |
|
| 359 |
19 Mar 2006; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.ebuild: |
| 360 |
autoreconf is not needed. fix doexec to doexe |
| 361 |
|
| 362 |
*hal-0.5.7 (19 Mar 2006) |
| 363 |
|
| 364 |
19 Mar 2006; Doug Goldstein <cardoe@gentoo.org> |
| 365 |
+files/hal-0.5.7-drop-privs.patch, +files/hal-0.5.7-hald-scripts.patch, |
| 366 |
+files/hal-0.5.7-ignored-volumes.patch, +files/hal-0.5.7-part-table.patch, |
| 367 |
+files/hal-0.5.7-plugdev-allow-send.patch, +files/hal-0.5.7-pmu-fix.patch, |
| 368 |
+files/hal-0.5.7-sony-brightness.patch, |
| 369 |
+files/hal-0.5.7-unclean-unmount.patch, +hal-0.5.7.ebuild: |
| 370 |
rev bump but include a bunch of patches with the aim to make this our best |
| 371 |
HAL yet |
| 372 |
|
| 373 |
03 Feb 2006; Guy Martin <gmsoft@gentoo.org> hal-0.4.8.ebuild: |
| 374 |
Stable on hppa. |
| 375 |
|
| 376 |
03 Feb 2006; Guy Martin <gmsoft@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 377 |
Stable on hppa. |
| 378 |
|
| 379 |
02 Feb 2006; Aron Griffis <agriffis@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 380 |
Mark 0.5.5.1-r3 ~alpha |
| 381 |
|
| 382 |
02 Feb 2006; Aron Griffis <agriffis@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 383 |
Mark 0.5.5.1-r3 stable on ia64 |
| 384 |
|
| 385 |
22 Jan 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 386 |
Stable on ppc64 |
| 387 |
|
| 388 |
22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> |
| 389 |
hal-0.5.5.1-r3.ebuild: |
| 390 |
ppc stable, bug #113818 |
| 391 |
|
| 392 |
22 Jan 2006; <dang@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 393 |
Marked stable on amd64 per bug#113818 |
| 394 |
|
| 395 |
22 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> |
| 396 |
hal-0.5.5.1-r3.ebuild: |
| 397 |
stable on x86 as per bug #113818 |
| 398 |
|
| 399 |
20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 400 |
Stable on sparc wrt #119634 |
| 401 |
|
| 402 |
07 Jan 2006; Doug Goldstein <cardoe@gentoo.org> files/0.5-hald.rc: |
| 403 |
adding after coldplug |
| 404 |
|
| 405 |
06 Jan 2006; Chris PeBenito <pebenito@gentoo.org> hal-0.5.5.1-r3.ebuild: |
| 406 |
Add explicit handling of SELinux support. |
| 407 |
|
| 408 |
02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.8.ebuild: |
| 409 |
Stable on ppc. |
| 410 |
|
| 411 |
01 Jan 2006; <plasmaroo@gentoo.org> hal-0.4.8.ebuild: |
| 412 |
Stable on IA64. |
| 413 |
|
| 414 |
31 Dec 2005; Simon Stelling <blubb@gentoo.org> hal-0.4.8.ebuild: |
| 415 |
stable on amd64 |
| 416 |
|
| 417 |
31 Dec 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.8.ebuild: |
| 418 |
Stable on ppc64 |
| 419 |
|
| 420 |
31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hal-0.4.7-r2.ebuild: |
| 421 |
Change /bin/false to -1 in enewuser call. |
| 422 |
|
| 423 |
30 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.4.8.ebuild: |
| 424 |
stable on x86 |
| 425 |
|
| 426 |
30 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> files/0.5-hald.rc: |
| 427 |
Fix hal initscript so it can really start |
| 428 |
|
| 429 |
*hal-0.5.5.1-r3 (29 Dec 2005) |
| 430 |
|
| 431 |
29 Dec 2005; Doug Goldstein <cardoe@gentoo.org> |
| 432 |
-files/hal-0.4.5-vat_ntfs_labels.patch, files/0.5-hald.rc, |
| 433 |
-files/hal-0.4.5-net_lockup.patch, -hal-0.5.5.1-r2.ebuild, |
| 434 |
+hal-0.5.5.1-r3.ebuild: |
| 435 |
Change initscript to handle possible permission problem. Make note about |
| 436 |
acpid in the ebuild. |
| 437 |
|
| 438 |
29 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org> |
| 439 |
hal-0.5.5.1-r2.ebuild: |
| 440 |
Fixing KOBJECT_UEVENT check for 2.6.15 kernels. |
| 441 |
|
| 442 |
24 Dec 2005; Stefan Schweizer <genstef@gentoo.org> hal-0.5.5.1-r1.ebuild: |
| 443 |
Fix if-statement thanks to Michail A.Baikov <rusxakep@mail.ru> in bug 116376 |
| 444 |
|
| 445 |
21 Dec 2005; Doug Goldstein <cardoe@gentoo.org> files/0.5-hald.rc, |
| 446 |
-hal-0.4.5-r2.ebuild, -hal-0.5.4.ebuild, -hal-0.5.5.1.ebuild, |
| 447 |
hal-0.5.5.1-r1.ebuild: |
| 448 |
ebuild clean ups |
| 449 |
|
| 450 |
*hal-0.5.5.1-r1 (16 Dec 2005) |
| 451 |
|
| 452 |
16 Dec 2005; Spider <spider@gentoo.org> hal-0.5.5.1-r1.ebuild, |
| 453 |
files/hal-0.5.5.1-RBC.patch: |
| 454 |
Adding the patch from |
| 455 |
http://thread.gmane.org/gmane.comp.freedesktop.hal/3915 which unbreaks old |
| 456 |
iPods (gen3 and below) on firewire. |
| 457 |
|
| 458 |
14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.4.8.ebuild, |
| 459 |
hal-0.5.4.ebuild, hal-0.5.5.1.ebuild: |
| 460 |
Fixed old typo in ||() |
| 461 |
|
| 462 |
29 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild: |
| 463 |
Adding a revdep-rebuild warning as per comment on bug #113818 |
| 464 |
|
| 465 |
27 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild: |
| 466 |
Backporting kernel check to origival reported version. |
| 467 |
|
| 468 |
27 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.5.1.ebuild: |
| 469 |
Adding check for CONFIG_KOBJECT_UEVENT to resolve Bug #112186. Thanks to |
| 470 |
Marcel Martin for diagnosing the bug. |
| 471 |
|
| 472 |
*hal-0.5.5.1 (22 Nov 2005) |
| 473 |
|
| 474 |
22 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> +hal-0.5.5.1.ebuild: |
| 475 |
Version bumping with upstream. Resolves bug #112881 |
| 476 |
|
| 477 |
08 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.5.4.ebuild: |
| 478 |
Fixing the deps for doc building. Resolves bug #108994 |
| 479 |
|
| 480 |
19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> hal-0.4.8.ebuild: |
| 481 |
fixed RDEPEND for mips-headers, added ~mips keyword |
| 482 |
|
| 483 |
17 Oct 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.4.ebuild: |
| 484 |
added usb to HAL groups. Added optional supported depend on mips-headers |
| 485 |
|
| 486 |
15 Sep 2005; <dang@gentoo.org> hal-0.4.8.ebuild: |
| 487 |
Make hal not pass /bin/false as a shell to ecommit. Bug #103421 |
| 488 |
|
| 489 |
07 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org> hal-0.5.4.ebuild: |
| 490 |
Added to ~sparc. |
| 491 |
|
| 492 |
05 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.4.8.ebuild: |
| 493 |
Keyworded ~sparc for the experimental profile |
| 494 |
|
| 495 |
05 Sep 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.4.ebuild: |
| 496 |
${D} -> ${ROOT} clean up ebuild |
| 497 |
|
| 498 |
*hal-0.5.4 (27 Aug 2005) |
| 499 |
|
| 500 |
27 Aug 2005; Doug Goldstein <cardoe@gentoo.org> -files/hal-udev-63.patch, |
| 501 |
-hal-0.5.2.ebuild, +hal-0.5.4.ebuild: |
| 502 |
rev bump to 0.5.4, yay for the Gnome herd and mobile herd for new features |
| 503 |
|
| 504 |
26 Aug 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.2.ebuild: |
| 505 |
-m Fixing bug #103421 |
| 506 |
|
| 507 |
23 Aug 2005; Aron Griffis <agriffis@gentoo.org> hal-0.4.7-r2.ebuild: |
| 508 |
stable on ia64 |
| 509 |
|
| 510 |
*hal-0.5.2 (18 Aug 2005) |
| 511 |
|
| 512 |
18 Aug 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml, |
| 513 |
+hal-0.5.2.ebuild, +hal-unmount.dev, +0.5-hald.rc, |
| 514 |
+hal-0.5.1-old_storage_policy.patch: |
| 515 |
added HAL 0.5.2, but masked, as per Gnome herd's request. |
| 516 |
Added self to maintainership so I can work out 0.5.x issues |
| 517 |
|
| 518 |
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.7-r2.ebuild: |
| 519 |
Stable on ppc. |
| 520 |
|
| 521 |
13 Jun 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.7-r2.ebuild: |
| 522 |
stable on amd64 |
| 523 |
|
| 524 |
07 Jun 2005; Elfyn McBratney <beu@gentoo.org> hal-0.4.5-r2.ebuild, |
| 525 |
hal-0.4.7-r2.ebuild: |
| 526 |
Fix DEPEND (sys-kernel/linux26-headers is no longer in the tree). |
| 527 |
|
| 528 |
06 Jun 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.7-r2.ebuild: |
| 529 |
Stable on ppc64 |
| 530 |
|
| 531 |
*hal-0.4.8 (27 May 2005) |
| 532 |
|
| 533 |
27 May 2005; foser <foser@gentoo.org> hal-0.4.8.ebuild : |
| 534 |
New release, add sanity back to pkg_setup |
| 535 |
Fixed headers dep (#89550) |
| 536 |
Add patch to fix dvdram detection |
| 537 |
|
| 538 |
09 May 2005; Aron Griffis <agriffis@gentoo.org> hal-0.4.5-r2.ebuild: |
| 539 |
stable on ia64 |
| 540 |
|
| 541 |
24 Apr 2005; Daniel Drake <dsd@gentoo.org> hal-0.4.5-r2.ebuild, |
| 542 |
hal-0.4.7-r2.ebuild: |
| 543 |
Add sanity to pkg_setup.. also fixes usage with portage-HEAD |
| 544 |
|
| 545 |
*hal-0.4.7-r2 (17 Apr 2005) |
| 546 |
|
| 547 |
17 Apr 2005; foser <foser@gentoo.org> hal-0.4.7-r2.ebuild : |
| 548 |
Fix floppy detection with newer kernels |
| 549 |
Change policy on mounting removable drives (#83025) |
| 550 |
Keepdir some policy dirs (#87167) |
| 551 |
|
| 552 |
09 Apr 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.5-r2.ebuild: |
| 553 |
Stable on ppc64 |
| 554 |
|
| 555 |
07 Apr 2005; Simon Stelling <blubb@gentoo.org> hal-0.4.5-r2.ebuild: |
| 556 |
stable on amd64 |
| 557 |
|
| 558 |
28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> hal-0.4.5-r2.ebuild: |
| 559 |
Stable on ppc. |
| 560 |
|
| 561 |
*hal-0.4.7-r1 (21 Mar 2004) |
| 562 |
|
| 563 |
21 Mar 2005; foser <foser@gentoo.org> hal-0.4.7-r1.ebuild : |
| 564 |
Add memleak fix & coldplug double add of devices patches |
| 565 |
|
| 566 |
20 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild: |
| 567 |
move back to testing, it requires a 2.6.10 kernel which is not yet stable on |
| 568 |
amd64 |
| 569 |
|
| 570 |
19 Feb 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.5-r2.ebuild: |
| 571 |
stable on amd64 |
| 572 |
|
| 573 |
*hal-0.4.7 (06 Feb 2005) |
| 574 |
|
| 575 |
06 Feb 2005; foser <foser@gentoo.org> hal-0.4.7.ebuild : |
| 576 |
New release (#79968) |
| 577 |
|
| 578 |
*hal-0.4.5-r2 (18 Jan 2005) |
| 579 |
|
| 580 |
18 Jan 2005; foser <foser@gentoo.org> hal-0.4.5-r2.ebuild : |
| 581 |
Add fix for #78564, requires some ugly checks for having a 2.6.10 kernel |
| 582 |
Added some further ntfs/fat label detection fixes |
| 583 |
|
| 584 |
*hal-0.4.5-r1 (17 Jan 2005) |
| 585 |
|
| 586 |
17 Jan 2005; foser <foser@gentoo.org> hal-0.4.5-r1.ebuild : |
| 587 |
Add patch to find the gphoto2 usermap (#75799) |
| 588 |
|
| 589 |
*hal-0.4.5 (13 Jan 2005) |
| 590 |
|
| 591 |
13 Jan 2005; foser <foser@gentoo.org> hal-0.4.5.ebuild : |
| 592 |
Fresh release (bugfixes) |
| 593 |
|
| 594 |
12 Jan 2005; foser <foser@gentoo.org> hal-0.4.4-r1.ebuild : |
| 595 |
Change the iso label patch for a somewhat cleaner one |
| 596 |
|
| 597 |
12 Jan 2005; foser <foser@gentoo.org> hal-0.4.2-r1.ebuild : |
| 598 |
Fix SRC_URI (#77478) thnx to Gudleik Rasch for noticing |
| 599 |
|
| 600 |
11 Jan 2005; John Mylchreest <johnm@gentoo.org> hal-0.2.98-r1.ebuild, |
| 601 |
hal-0.4.1-r1.ebuild, hal-0.4.2-r1.ebuild, hal-0.4.4-r1.ebuild: |
| 602 |
fixing linux-headers DEPEND for 2005.0. can we get away with a virtual? |
| 603 |
|
| 604 |
*hal-0.4.4-r1 (09 Jan 2005) |
| 605 |
|
| 606 |
09 Jan 2005; foser <foser@gentoo.org> hal-0.4.4-r1.ebuild : |
| 607 |
Add patch to fix #77140 & another patch from the mailinglist |
| 608 |
|
| 609 |
08 Jan 2005; Tom Martin <slarti@gentoo.org> hal-0.4.1-r1.ebuild: |
| 610 |
Stable on amd64. |
| 611 |
|
| 612 |
*hal-0.4.4 (08 Jan 2005) |
| 613 |
|
| 614 |
08 Jan 2005; foser <foser@gentoo.org> hal-0.4.4.ebuild : |
| 615 |
New release, dep fixes & add USE doc for doxygen docs |
| 616 |
Add patch for zip as floppy drive detection |
| 617 |
|
| 618 |
*hal-0.4.2-r1 (22 Dec 2004) |
| 619 |
|
| 620 |
22 Dec 2004; foser <foser@gentoo.org> hal-0.4.2-r1.ebuild : |
| 621 |
Add some minor bugfixing patches |
| 622 |
|
| 623 |
20 Dec 2004; Joe McCann <joem@gentoo.org> hal-0.4.1-r1.ebuild, |
| 624 |
hal-0.4.1.ebuild, hal-0.4.2.ebuild: |
| 625 |
Adding intltool depend to 0.4.x releases |
| 626 |
|
| 627 |
19 Dec 2004; Mike Gardiner <obz@gentoo.org> hal-0.4.1-r1.ebuild: |
| 628 |
Keyworded x86 and ppc for GNOME 2.8.1 |
| 629 |
|
| 630 |
17 Dec 2004; Markus Rothe <corsair@gentoo.org> hal-0.4.1-r1.ebuild: |
| 631 |
Stable on ppc64 |
| 632 |
|
| 633 |
*hal-0.4.2 (02 Dec 2004) |
| 634 |
|
| 635 |
02 Dec 2004; foser <foser@gentoo.org> hal-0.4.2.ebuild : |
| 636 |
New release, add proper debug & pcmcia USE flags |
| 637 |
Up glib dep to 2.4 because of #71316 |
| 638 |
|
| 639 |
*hal-0.4.1-r1 (30 Nov 2004) |
| 640 |
|
| 641 |
30 Nov 2004; foser <foser@gentoo.org> hal-0.4.1-r1.ebuild : |
| 642 |
Make use of managed keyword, with updated util-linux dep |
| 643 |
|
| 644 |
11 Nov 2004; Mike Gardiner <obz@gentoo.org> hal-0.2.98-r1.ebuild: |
| 645 |
Keyworded ppc for GNOME 2.8 |
| 646 |
|
| 647 |
08 Nov 2004; Markus Rothe <corsair@gentoo.org> hal-0.4.1.ebuild: |
| 648 |
Marked ~ppc64 |
| 649 |
|
| 650 |
*hal-0.4.1 (02 Nov 2004) |
| 651 |
|
| 652 |
02 Nov 2004; foser <foser@gentoo.org> hal-0.4.1.ebuild : |
| 653 |
New release |
| 654 |
Add patch for device manager |
| 655 |
|
| 656 |
*hal-0.4.0 (29 Oct 2004) |
| 657 |
|
| 658 |
29 Oct 2004; foser <foser@gentoo.org> hal-0.4.0.ebuild : |
| 659 |
New release (#68243) |
| 660 |
Fix LICENSE |
| 661 |
Add a few patches from RH & some fixes to counter them |
| 662 |
|
| 663 |
*hal-0.2.98-r1 (02 Oct 2004) |
| 664 |
|
| 665 |
02 Oct 2004; <peter@gentoo.org> +hal-0.2.98-r1.ebuild: |
| 666 |
Revision bump. hal-device-manager now comes from a seperate package. |
| 667 |
|
| 668 |
28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/hald: |
| 669 |
Gentoo Technologies, Inc. -> Gentoo Foundation |
| 670 |
|
| 671 |
21 Sep 2004; foser <foser@gentoo.org> hal-0.2.98.ebuild : |
| 672 |
Add kernel26-headers dep, because of several reports (#64851) |
| 673 |
|
| 674 |
*hal-0.2.98 (21 Sep 2004) |
| 675 |
|
| 676 |
21 Sep 2004; foser <foser@gentoo.org> hal-0.2.98.ebuild : |
| 677 |
New release, fix up the init script to work with the new pid handling |
| 678 |
Update dbus dep to keep hal-dev-manager working |
| 679 |
Add libcap dep |
| 680 |
|
| 681 |
18 Sep 2004; Travis Tilley <lv@gentoo.org> hal-0.2.97.ebuild: |
| 682 |
added ~amd64 keyword |
| 683 |
|
| 684 |
30 Aug 2004; David Holm <dholm@gentoo.org> hal-0.2.97.ebuild: |
| 685 |
Added to ~ppc. |
| 686 |
|
| 687 |
*hal-0.2.97 (17 Aug 2004) |
| 688 |
|
| 689 |
17 Aug 2004; foser <foser@gentoo.org> hal-0.2.97.ebuild, metadata.xml, Changelog : |
| 690 |
Initial commit of hal (Hardware Abstraction Layer), a layer on top of udev to get hardware info |
| 691 |
Added init script for Gentoo |
| 692 |
Added to the gnome herd for now, maintained by foser <foser@gentoo.org> |