summaryrefslogtreecommitdiff
blob: 426aa1adfe4e3b5925b0b8ff243f8a6929affacb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
# ChangeLog for sys-fs/udev
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.71 2004/10/12 21:08:52 gregkh Exp $

*udev-036 (12 Oct 2004)

  12 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-036.ebuild:
  036 bump.
  Hopefully get a bit better error reporting out of wait_for_sysfs now.

*udev-035 (11 Oct 2004)

  11 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-035.ebuild:
  035 bump
  Lots more wait_for_sysfs warnings fixed.  If anyone sees any on their boxes,
  please send them to the address that the message tells you to.

  09 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org> udev-034-r1.ebuild:
  oops, missed HOMEPAGE change for udev...

*udev-034-r1 (09 Oct 2004)

  09 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-034-r1.ebuild:
  Fix bug 66634 and 66930 at the same time.
  (udevinfo and udevtest were getting placed in /bin/ instead of /usr/bin/)

*udev-034 (07 Oct 2004)

  07 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-034.ebuild:
  034 release bump, which fixes a lot of the wait_for_sysfs log messages
  
  If people see any more of them, please send them to the email address
  in the log message.

*udev-033 (06 Oct 2004)

  06 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +files/udev.hotplug.empty, +udev-033.ebuild:
  033 upstream release
  added volume_id back to the package, as it works again
  new program, wait_for_sysfs is now run before udev.
  udev is now 10-udev.hotplug in /etc/hotplug.d/default so that HAL
  is happier.
  Please feel free to delete the /etc/hotplug.d/default/udev.hotplug file.

*udev-032 (13 Sep 2004)

  13 Sep 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-032.ebuild:
  032 release which fixes a number of 031 reported bugs.

  13 Sep 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  -files/udev-015-no-wait-for-sleep.patch,
  -files/udev-016-logging-config-option.patch,
  -files/udev-017-no-wait-for-sleep.patch,
  -files/udev-018-sysfs-build-fix.patch,
  -files/udev-019-unlink-existing.patch:
  deleted a lot of old patches from the tree

*udev-031 (10 Sep 2004)

  10 Sep 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-031.ebuild:
  031 release
  No more udev_volume_id as it doesn't build :(

  03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> udev-025-r1.ebuild,
  udev-030.ebuild:
  Masked udev-030.ebuild stable for ppc

  03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> udev-025-r1.ebuild:
  Masked udev-025-r1.ebuild stable for ppc

  21 Aug 2004; Joshua Kinard <kumba@gentoo.org> udev-030.ebuild:
  Marked stable on mips.

  11 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org> udev-030.ebuild:
  mark 030 stable on x86

  28 Jul 2004; Travis Tilley <lv@gentoo.org> udev-030.ebuild:
  marking stable on amd64 for misc bugfixes

  22 Jul 2004; Tom Gall <tgall@gentoo.org> udev-030.ebuild:
  stable, ppc64, let the brave new world start!

  10 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> udev-029.ebuild:
  -sparc, see bug #55959

*udev-030 (09 Jul 2004)

  09 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-030.ebuild:
  version bump to 030
  Should fix bug 55959 for amd64 (actually the bug was there for all arches
  the others just got lucky...)

*udev-029 (02 Jul 2004)

  02 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-029.ebuild:
  029 version bump.
  Another stab at fixing the dm udevstart issue.

  30 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org> -udev-016-r2.ebuild:
  removed old ebuilds, closing bug #4900

  28 Jun 2004; Joshua Kinard <kumba@gentoo.org> udev-026-r1.ebuild:
  Marked stable on mips.

*udev-028 (25 Jun 2004)

  25 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-028.ebuild:
  version bump, hopefully will fix the lvm issue

  19 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> udev-024-r1.ebuild,
  udev-025-r1.ebuild:
  Marked stable on amd64.

*udev-027 (14 Jun 2004)

  14 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-027.ebuild:
  027 version bump.
  Fixes the /dev/tty and /dev/misc/* permission problems.

*udev-026-r1 (07 Jun 2004)

  07 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-026-r1.ebuild:
  026 version bump
  Added udev_volume_id to built files for people who want to use it.

  07 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  files/udev.conf.post_024:
  fix http://bugs.gentoo.org/show_bug.cgi?id=48740 by changing the default
  perms to 0660

*udev-023-r1 (07 May 2004)

  07 May 2004; Greg Kroah-Hartman <gregkh@gentoo.org> -udev-021-r1.ebuild,
  -udev-022-r1.ebuild, -udev-023-r1.ebuild, udev-025-r1.ebuild:
  removed 021-r1, 022-r1, and 023-r1 release as they are not needed anymore.

*udev-025-r1 (21 Apr 2004)

  21 Apr 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +files/udev.conf.post_024, +udev-025-r1.ebuild:
  version bump.
  
  Changed the configs to look in /etc/udev/rules.d/ for udev rules
  and in /etc/udev/permissions.d/ for permission files.  Put the
  default files in those directories with the 50- prefix to allow
  users to override anything they don't like much easier.

  07 Apr 2004; Will Woods <wwoods@gentoo.org> udev-024-r1.ebuild:
  added ~alpha to KEYWORDS

  12 Apr 2004; Greg Kroah-Hartman <gregkh@gentoo.org> udev-024-r1.ebuild:
  Marked stable on x86   (crosses his fingers...)

*udev-024-r1 (02 Apr 2004)

  02 Apr 2004; Greg Kroah-Hartman <gregkh@gentoo.org> udev-024-r1.ebuild:
  024 release bump
  
  Use the udev.rules.gentoo and udev.permissions.gentoo files from the main
  udev tarball now, as they are synced up properly.
  
  Add the etc/dev.d/net/hotplug.dev script to properly handle renaming network
  devices with udev.

  24 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org> :
  Took k the sysfsutils dependancy off, as it is onot needed.
  
  Bump to 023 release
  Remove DBUS support as it is currently broken in 023

  22 Mar 2004; Joshua Kinard <kumba@gentoo.org> udev-022-r1.ebuild:
  Added ~mips to KEYWORDS.

*udev-022-r1 (20 Mar 2004)

  20 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org> metadata.xml,
  udev-022-r1.ebuild:
  Updated to version 022 of uevdev

*udev-016-r2 (16 Mar 2004)
*udev-017-r1 (16 Mar 2004)
*udev-018-r3 (16 Mar 2004)
*udev-018-r4 (16 Mar 2004)
*udev-018-r5 (16 Mar 2004)
*udev-019-r2 (16 Mar 2004)
*udev-019-r3 (16 Mar 2004)
*udev-021-r1 (16 Mar 2004)

  16 Mar 2004; Seemant Kulleen <seemant@gentoo.org> udev-016-r1.ebuild,
  udev-016-r2.ebuild, udev-017-r1.ebuild, udev-017.ebuild, udev-018-r1.ebuild,
  udev-018-r2.ebuild, udev-018-r3.ebuild, udev-018-r4.ebuild,
  udev-018-r5.ebuild, udev-018.ebuild, udev-019-r1.ebuild, udev-019-r2.ebuild,
  udev-019-r3.ebuild, udev-019.ebuild, udev-021-r1.ebuild, udev-021.ebuild:
  bumps to PROVIDE virtual/dev-manager

*udev-021 (04 Mar 2004)

  06 Mar 2004; Mike Frysinger <vapier@gentoo.org>
  Add gcc-2.x compat patch.

  04 Mar 2004; Martin Schlemmer <azarah@gentoo.org> udev-021.ebuild:
  Update version.  Add udevstart and manpage to be installed.

  29 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-019-r1.ebuild:
  Fix it to use udev.rules-018.

  29 Feb 2004; Martin Schlemmer <azarah@gentoo.org> files/udev.rules-018:
  Fix missing comma, reported by floam.

*udev-019-r1 (29 Feb 2004)

  29 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-019-r1.ebuild,
  files/udev-019-unlink-existing.patch:
  Remove existing file first before creating node/symlink (bug #43151).

*udev-019 (29 Feb 2004)

  29 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-019.ebuild:
  Update version.

*udev-018-r2 (26 Feb 2004)

  26 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-018-r2.ebuild,
  files/udev-018-sysfs-build-fix.patch:
  Fix build error, bug #42377, thanks Greg KH <greg@kroah.com>.

  26 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> udev-018-r1.ebuild:
  Works on (most) sparc kit, adding ~sparc to the keywords

*udev-018-r1 (20 Feb 2004)

  20 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-018-r1.ebuild:
  Give udevsend and udevd a go, as it seems previous issues are solved (missing
  events, etc).

*udev-018 (20 Feb 2004)

  20 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-017.ebuild,
  udev-018.ebuild, files/udev.rules-018:
  Update version.

*udev-017 (13 Feb 2004)

  13 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-017.ebuild,
  files/udev-017-no-wait-for-sleep.patch:
  Update version.

*udev-016-r1 (08 Feb 2004)

  08 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-016-r1.ebuild,
  files/udev.rules.post_012:
  Comment examples in udev.rules as they cause issues. Bump version to propagate
  this change. Closes bug #40758.

*udev-016 (03 Feb 2004)

  03 Feb 2004; Martin Schlemmer <azarah@gentoo.org> udev-016.ebuild,
  files/udev-016-logging-config-option.patch:
  Update version.

  30 Jan 2004; Mike Frysinger <vapier@gentoo.org>
  udev-015-sysbus-missing-include.patch :
  Add patch to include missing header file #39792 by Simon Watson.

  30 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
  files/udev-015-logging-config-option.patch:
  Tweak patch to use #define and not a string.

*udev-015 (29 Jan 2004)

  29 Jan 2004; Martin Schlemmer <azarah@gentoo.org> udev-015.ebuild,
  files/udev-015-logging-config-option.patch,
  files/udev-015-no-wait-for-sleep.patch,
  files/udev.conf, files/udev.rules.post_012
  Update version.  Update no-wait-for-sleep.patch to apply again.  Add
  logging-config-option.patch to toggle logging via a udev.conf option,
  and add it to udev.conf.  Update udev.rules.post_012 with some misc
  rules to extend devfs compat.  Should close bug #39517.

*udev-013-r1 (16 Jan 2004)

  16 Jan 2004; Martin Schlemmer <azarah@gentoo.org> udev-013-r1.ebuild,
  files/udev.rules.post_012:
  Add sound/OSS and input devfs rules from Christophe Saout <christophe@saout.de>.
  Bump revision to make sure previous and ide-devfs.sh changes gets in.

  16 Jan 2004; Martin Schlemmer <azarah@gentoo.org> files/udev.rules.post_012:
  Fix calling of ide-devfs.sh.

*udev-013 (16 Jan 2004)

  16 Jan 2004; Martin Schlemmer <azarah@gentoo.org> udev-013.ebuild,
  files/udev.rules.post_012:
  Update version.  Update config files to suite new rules syntax.

*udev-012 (01 Jan 2004)

  04 Jan 2004; Mike Frysinger <vapier@gentoo.org> udev-012-udev_c-gcc295-compat.patch :
  Another gcc-2.x compatible patch.  I thought these guys wrote C, not C++ :).

  01 Jan 2004; Martin Schlemmer <azarah@gentoo.org> udev-012.ebuild,
  files/udev.permissions:
  Update version. Update udev.permissions (According to changes to Debian config
  file). Closes bug #36925.

  27 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-011.ebuild,
  files/udev-011-namedev_c-gcc295-compat.patch:
  Fix gcc-2.95.3 compat, bug #36556.

*udev-011 (27 Dec 2003)

  27 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-011.ebuild,
  files/udev-011-ide-devfs-form-fixes.patch, files/udev-011-ide-devfs.patch,
  files/udev-011-no-wait-for-sleep.patch,
  files/udev-011-unlink-before-symlink.patch, files/udev.conf,
  files/udev.permissions, files/udev.rules:
  Update version. Fix udev_db path to point to /dev, else it is not writable
  early during boot. Fix permissions on /dev/ptmx, else we use old style PTYs.
  Update udev.permissions to also include devfs paths. Update udev.rules to use
  some devfs layout for easy initial transition. Update included script
  (udev-011-ide-devfs*.patch) that handles ide devfs symlinks to also generate
  /dev/{cdroms,discs} ones. Fix udev to first remove any existing
  nodes/fifo's/sockets/etc before trying to create a symlink, else it silently
  fails without debugging enabled (udev-011-unlink-before-symlink.patch). Add
  hack so that we can disable the sleep period udev have (its there so that udev
  do not try to access the sysfs info before the kernel created the entries) -
  we do not need it when we disable sleep, as the entries are already created
  (udev-011-no-wait-for-sleep.patch).

*udev-009 (17 Dec 2003)

  17 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-009.ebuild,
  files/udev-009-scsi_id-new-sysfs.patch:
  New version.

*udev-008 (14 Dec 2003)

  14 Dec 2003; Martin Schlemmer <azarah@gentoo.org> udev-008.ebuild,
  files/udev.conf:
  Update version.

*udev-007 (24 Nov 2003)

  24 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-007.ebuild,
  files/namedev.permissions, files/udev-007-check-valid-mode.patch,
  files/udev.permissions:
  Update version. Add patch to stop udev segfault due to my type-o's that was in
  udev.permissions. Move namedev.permissions to udev.permissions and update it
  with more nodes.

*udev-006 (19 Nov 2003)

  19 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-006.ebuild:
  Update version. Make it easier to choose between internal and external
  libsysfs; also make possible to enable kglibc support. Note that there were
  some libsysfs changes again, so we cannot use external libsysfs for this
  release ...

*udev-005-r1 (07 Nov 2003)

  07 Nov 2003; Martin Schlemmer <azarah@gentoo.org> udev-005-r1.ebuild:
  Update to build against external libsysfs.

*udev-005 (23 Oct 2003)

  23 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-005.ebuild:
  Update version.

*udev-004 (22 Oct 2003)

  22 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-004.ebuild,
  files/udev-004-disk-loop-fix.patch, files/udev-004-label-fixes.patch,
  files/udev-004-manpage-update.patch:
  New version.

  21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.2.ebuild,
  udev-0.3.ebuild, files/udev-0.2-major_minor-in-decimal.patch,
  files/udev-0.3-fix-partition-support.patch:
  Cleanup.

*udev-003 (21 Oct 2003)

  21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-003.ebuild,
  files/udev-003-fix-partition-support.patch:
  Ok, according to Greg KH 003, 004, etc is going to be the new versioning
  scheme, so revert my version fix.

  21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.3.ebuild:
  Update DEPEND with hotplug, as we should be able to start using udev without
  modifying /proc/sys/kernel/hotplug.

*udev-0.3 (21 Oct 2003)

  21 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.3.ebuild,
  files/udev-0.3-fix-partition-support.patch:
  Update version.

*udev-0.2 (14 Oct 2003)

  14 Oct 2003; Martin Schlemmer <azarah@gentoo.org> udev-0.2.ebuild,
  files/namedev.permissions, files/udev-0.2-major_minor-in-decimal.patch:
  Initial version submitted by myself.