summaryrefslogtreecommitdiff
blob: 292ad174ce59e49a694cefcb5d09a0f8b8974b7b (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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
# ChangeLog for sys-kernel/gentoo-dev-sources
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.157 2004/12/26 09:43:05 eradicator Exp $

  26 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.10-r1.ebuild:
  Added ~sparc.

  26 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r13.ebuild:
  Stable on x86

  25 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.10-r1.ebuild:
  Mark testing on x86

*gentoo-dev-sources-2.6.9-r13 (25 Dec 2004)

  25 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r13.ebuild:
  Add i810 DRM DoS fix

*gentoo-dev-sources-2.6.10-r1 (25 Dec 2004)

  25 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +gentoo-dev-sources-2.6.10-r1.ebuild:
  Fixed user memory handling in snd-ioctl32. Catch some previously uncaught
  copy_*_mem calls. Added sparc patches. Marked ~amd64.

  25 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.10.ebuild:
  excluding speakup as the patch doesn't quite work on 2.6.10. It will be back
  in -r1.

*gentoo-dev-sources-2.6.10 (25 Dec 2004)

  25 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.10.ebuild:
  Initial 2.6.10 release. inotify upgraded to 0.17, squashfs to 2.1, new
  versions of fbsplash and vesafb-tng, and some other patches slimmed.

  24 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.9-r12.ebuild:
  Added amd64 and ~sparc for security fixes.

  23 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r12.ebuild:
  Stable on x86

*gentoo-dev-sources-2.6.9-r12 (23 Dec 2004)

  23 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r12.ebuild:
  Fix SHM DoS patch, add DVD-mounting fix.

  22 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r11.ebuild:
  Stable on x86

*gentoo-dev-sources-2.6.9-r11 (21 Dec 2004)

  21 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r11.ebuild:
  Add more AF_UNIX security fixes, and a SHM_LOCK DoS fix.

  16 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.9-r10.ebuild:
  Added to ~amd64.

*gentoo-dev-sources-2.6.9-r10 (16 Dec 2004)

  16 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r10.ebuild:
  Fix oom-killer, add IGMP and scm_send security fixes, plus a gazillion sparc
  fixes thanks to eradicator

  13 Dec 2004; Michael Hanselmann <hansmi@gentoo.org>
  gentoo-dev-sources-2.6.9-r9.ebuild:
  Stable on ppc. See bug #72930.

  08 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.9-r9.ebuild:
  Stable amd64.

*gentoo-dev-sources-2.6.8-r12 (06 Dec 2004)

  06 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +gentoo-dev-sources-2.6.8-r12.ebuild:
  For sparc. Added hypersparc DMA fix, bigkernel smp boot fix, and nanosleep
  restart fix.  Marking ~sparc.

  04 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.7-r19.ebuild, gentoo-dev-sources-2.6.8-r11.ebuild:
  Added note about sparc SMP borkate.

*gentoo-dev-sources-2.6.8-r11 (04 Dec 2004)

  04 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +gentoo-dev-sources-2.6.8-r11.ebuild:
  Speakup patch removed as it doesn't work on sparc and causes keyboard
  lockups sometimes. All missing security patches have been forward ported
  from 2.6.7-r19. All sparc patches have been forward ported from 2.6.7-r19.
  Added sparc patch to properly detect stop-a over sunsab serial console.

  03 Dec 2004; Markus Rothe <corsair@gentoo.org>
  gentoo-dev-sources-2.6.9-r9.ebuild:
  Bumb on ppc64 for security reasons; bug #72931

  03 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r9.ebuild:
  Stable on x86 for security reasons

*gentoo-dev-sources-2.6.7-r19 (03 Dec 2004)

  03 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r19.ebuild:
  Add VMA/aout security fixes from bug 72452

*gentoo-dev-sources-2.6.9-r9 (03 Dec 2004)

  03 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r9.ebuild:
  Add poweroff fix, and VMA/aout security fixes from bug 72452

  02 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.7-r18.ebuild:
  excluding speakup patch which breaks some keyboards due to serio
  initialization before char in drivers/Makefile

  02 Dec 2004; Markus Rothe <corsair@gentoo.org>
  gentoo-dev-sources-2.6.9-r8.ebuild:
  Stable once again.. didn't see the security fix in -r8

  02 Dec 2004; Markus Rothe <corsair@gentoo.org>
  gentoo-dev-sources-2.6.9-r6.ebuild:
  Stable on ppc64; bug #72931

  02 Dec 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r8.ebuild:
  Stable on x86

*gentoo-dev-sources-2.6.9-r8 (02 Dec 2004)

  02 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r8.ebuild:
  Add AF_UNIX security fix

*gentoo-dev-sources-2.6.7-r18 (02 Dec 2004)

  02 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r18.ebuild:
  For sparcs: Add AF_UNIX security fix

*gentoo-dev-sources-2.6.9-r7 (01 Dec 2004)

  01 Dec 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r7.ebuild:
  Add x86_64 buffer overrun fix

  30 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.7-r17.ebuild:
  Marked ~sparc.

*gentoo-dev-sources-2.6.7-r17 (30 Nov 2004)

  30 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r17.ebuild:
  For sparcs: Fixes for emu10k1, syslog, udelay, atyfb, serial console

  27 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.9-r6.ebuild:
  Stable amd64.

*gentoo-dev-sources-2.6.7-r16 (27 Nov 2004)

  27 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r16.ebuild:
  For sparcs: ELF security fixes, NFS lockup workaround, ALSA ioctl fixes

  24 Nov 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r6.ebuild:
  Stable on x86

*gentoo-dev-sources-2.6.9-r6 (24 Nov 2004)

  24 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r6.ebuild:
  Add smbfs security fix, bug 65877

  23 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  gentoo-dev-sources-2.6.7-r15.ebuild:
  dsd added the patch for smbfs vulnerability, and it's working great for me,
  so marking ~sparc.

  23 Nov 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.9-r5.ebuild:
  oops, properly fixing it this time :)

  23 Nov 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.9-r5.ebuild:
  fixing ultra unipatch line, shouldnt use UNIPATCH_EXCLUDE from the ebuild.

*gentoo-dev-sources-2.6.7-r15 (23 Nov 2004)

  23 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r15.ebuild:
  For sparcs who can't really run newer kernels. Security fixes and ALSA
  backport. Bugs 62524, 68375, 68421, 72006

*gentoo-dev-sources-2.6.9-r5 (23 Nov 2004)

  23 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r5.ebuild:
  Fix another ELF security issue. Fix smbfs permissions. Another DVD writing
  tweak.

  22 Nov 2004; Mike Doty <kingtaco@gentoo.org>
  gentoo-dev-sources-2.6.9-r4.ebuild:
  stable on amd64.

  13 Nov 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r4.ebuild:
  stable on x86

*gentoo-dev-sources-2.6.9-r4 (13 Nov 2004)

  13 Nov 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r4.ebuild:
  Fix binfmt_elf security vulnerability, bug #70681.

*gentoo-dev-sources-2.6.9-r3 (05 Nov 2004)

  05 Nov 2004; <dsd@gentoo.org> +gentoo-dev-sources-2.6.9-r3.ebuild:
  New cd writing fix approach, needs testing

*gentoo-dev-sources-2.6.9-r2 (01 Nov 2004)

  01 Nov 2004; <dsd@gentoo.org> +gentoo-dev-sources-2.6.9-r2.ebuild:
  vesafb-tng and fbsplash updates. parport/lp printing and kswapd/vm fixes.

  21 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
  gentoo-dev-sources-2.6.9-r1.ebuild:
  Marking stable on amd64.

  21 Oct 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.9-r1.ebuild:
  Stable on x86

*gentoo-dev-sources-2.6.9-r1 (21 Oct 2004)

  21 Oct 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.9-r1.ebuild:
  Fix amd64 compilation, revoltec usb-storage, and readd speakup.

  20 Oct 2004; Daniel Drake <dsd@gentoo.org> gentoo-dev-sources-2.6.9.ebuild:
  Mark broken on amd64

*gentoo-dev-sources-2.6.9 (19 Oct 2004)

  19 Oct 2004; Daniel Drake <dsd@gentoo.org> +gentoo-dev-sources-2.6.9.ebuild:
  Update to 2.6.9. Speakup patch not included yet.

  16 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> :
  Fixed digest for amd64 users (amd64 patch was missing in the digest).

*gentoo-dev-sources-2.6.8-r10 (15 Oct 2004)

  15 Oct 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.8-r10.ebuild:
  Added inotify patch so that all gnome users can feel the love...

  15 Oct 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.8-r9.ebuild:
  Stable on x86. Other arch's, please follow suit!

*gentoo-dev-sources-2.6.8-r9 (14 Oct 2004)

  14 Oct 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.8-r9.ebuild:
  squashfs and nvidia SATA fixes.

  13 Oct 2004; Michal Januszewski <spock@gentoo.org>
  -gentoo-dev-sources-2.6.3-r1.ebuild, -gentoo-dev-sources-2.6.3-r2.ebuild,
  -gentoo-dev-sources-2.6.4-r1.ebuild, -gentoo-dev-sources-2.6.4.ebuild,
  -gentoo-dev-sources-2.6.5-r1.ebuild, -gentoo-dev-sources-2.6.5.ebuild:
  Removed old ebuilds.

  12 Oct 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.8-r8.ebuild:
  Stable on x86. Other arch's who will be building a 2004.3 LiveCD on this 
  kernel, please mark stable for your arch!

*gentoo-dev-sources-2.6.8-r8 (11 Oct 2004)

  11 Oct 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.8-r8.ebuild:
  APIC fix. Please test this release, as it will be run on 2004.3 livecd.

*gentoo-dev-sources-2.6.8-r7 (06 Oct 2004)

  06 Oct 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.8-r7.ebuild:
  Add megaraid data corruption fix.

  06 Oct 2004; Daniel Drake <dsd@gentoo.org>
  gentoo-dev-sources-2.6.8-r6.ebuild:
  Stable on x86.

*gentoo-dev-sources-2.6.8-r6 (02 Oct 2004)

  04 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>:
  PPC stable (see -r4 comment)

  02 Oct 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.8-r6.ebuild:
  New speakup patch (now works on amd64 and ppc). Readd mouseclick and wacom
  fixes from eradicator. Add devicemapper fixes to fix DM-BBR.

*gentoo-dev-sources-2.6.8-r5 (30 Sep 2004)

  04 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>:
  PPC stable (see -r4 comment)

  30 Sep 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.8-r5.ebuild:
  Remove floppy patch. Fix megaraid, dl2k, acpi. Add dm-bbr from EVMS.

  24 Sep 2004; Sven Wegener <swegener@gentoo.org>
  gentoo-dev-sources-2.6.5.ebuild:
  Fixed CVS keyword replacement.

*gentoo-dev-sources-2.6.8-r4 (08 Sep 2004)

  04 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>: 
  Masking everything > -r4 stable on ppc - fixes bug 60615

  26 Sep 2004; Luca Barbato <lu_zero@gentoo.org>
  gentoo-dev-sources-2.6.8-r4.ebuild:
  Tested, should work fine on ppc again.

  08 Sep 2004; Travis Tilley <lv@gentoo.org>
  +gentoo-dev-sources-2.6.8-r4.ebuild:
  added back in x86_64.org patch and marked stable on amd64

*gentoo-dev-sources-2.6.8-r3 (26 Aug 2004)

  26 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.8-r3.ebuild:
  fix bugs 60874, 61269, and 60779. This is needed for anyone who actually burns
  cds.

*gentoo-dev-sources-2.6.8-r2 (24 Aug 2004)

  24 Aug 2004; Michal Januszewski <spock@gentoo.org>
  +gentoo-dev-sources-2.6.8-r2.ebuild:
  New release featuring fbsplash and vesafb-tng fixes. It also includes a patch
  that will allow non-privileged users to use cdrecord (bug #60756). Note that
  this will be dropped once 2.6.9 is out. Prepare you suid'ed cdrecord before
  this time comes :)

  20 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.8(-r1).ebuild:
  Masked until 60615 is fixed upstream. /dev/null is removed and replaced
  with a regular file.

  19 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  gentoo-dev-sources-2.6.8-r1.ebuild, gentoo-dev-sources-2.6.8.ebuild:
  Removing sparc keywords until we can get the Kconfig patch ported forwards

*gentoo-dev-sources-2.6.8-r1 (18 Aug 2004)

  18 Aug 2004; Michal Januszewski <spock@gentoo.org>
  +gentoo-dev-sources-2.6.8-r1.ebuild:
  Added fbsplash and vesafb-tng patches. Please refer to
  http://dev.gentoo.org/~spock/ for information on bootsplash replacement.

  17 Aug 2004; Aron Griffis <agriffis@gentoo.org>
  gentoo-dev-sources-2.6.8.ebuild:
  add ~alpha keyword #60071

*gentoo-dev-sources-2.6.8 (14 Aug 2004)

  14 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.8.ebuild:
  initial 2.6.8 release - contains the 2.6.8.1 patch, so don't worry. 
  - had to remove the x86-64 patchset, am waiting for an updated one of these to
    mark this stable on x86-64. 
  - had to remove some sparc Kconfig patches. If any sparc developer wants to
    add the proper ones back to the release, feel free to. 
  - Removed bootsplash patch, am waiting for bootsplash-nextgen release to add
    this back. 
  - Removed supermount patch, am told that udev makes this obsolete now. Also,
    it didn't apply to 2.6.8 anymore, so that made for a good reason to drop 
    it :)

*gentoo-dev-sources-2.6.7-r14 (12 Aug 2004)

  12 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r14.ebuild:
  Fix bug 59984 for sparc builds
  Fix bug 60029 for ppc builds
  All other arches don't have to update as there is nothing new for them in here.

  11 Aug 2004; Ferris McCormick <fmccor@gentoo.org>
  gentoo-dev-sources-2.6.7-r13.ebuild:
  Remove ~sparc keyword.  This version will not build on sparc using the
  default configuration parameter 'CONFIG_OBP_FLASH=m' for the reasons given
  below concerning '-r12' and as described in more detail at bug 59984.
  Because 2.6.7-r11 builds and runs without incident and because a correction
  for this problem is expected, it seems cleanest just to remove this version
  from consideration for sparc. (Instead of playing with configurations or with
  kernel source to force a clean but nonstandard build.)

  10 Aug 2004; Ferris McCormick <fmccor@gentoo.org>
  gentoo-dev-sources-2.6.7-r12.ebuild:
  Remove ~sparc keyword.  Will not build on sparc because of a problem compiling
  flash.c: At line 128, in preparation for an error exit, the code wants
  to "up(s)", but s is undeclared.  It looks as if what it should be doing is
  "up(flash_mutex);" but I do not know for sure.

*gentoo-dev-sources-2.6.7-r13 (09 Aug 2004)

  09 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r13.ebuild:
  Fix security bug #59905 (affects all archs).
  Fix input driver bugs #57741

*gentoo-dev-sources-2.6.7-r12 (06 Aug 2004)

  06 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r12.ebuild:
  2 kernel security issues fixed: 59378 and 57826

  27 Jul 2004; <agriffis@gentoo.org> gentoo-dev-sources-2.6.7-r11.ebuild:
  Add ia64 keyword

*gentoo-dev-sources-2.6.7-r11 (13 Jul 2004)

  13 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r11.ebuild:
  Fix bug 56729
  Fix bug 56832
  Only apply sparc ultra patch if ultra1 is set
  Update squashfs to 2.0 (users must also upgrade the userspace tools.)

*gentoo-dev-sources-2.6.7-r10 (12 Jul 2004)

  12 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r10.ebuild:
  This update is only for amd64 and sparc users, all other arches
  can successfully ignore it.
  
  Fix bug 55155 for amd64
  Add sparc patchset so that sparc can now use this kernel.

*gentoo-dev-sources-2.6.7-r9 (09 Jul 2004)

  09 Jul 2004; Michal Januszewski <spock@gentoo.org>
  -gentoo-dev-sources-2.6.7-r1.ebuild, -gentoo-dev-sources-2.6.7-r2.ebuild,
  -gentoo-dev-sources-2.6.7-r3.ebuild, -gentoo-dev-sources-2.6.7-r4.ebuild,
  -gentoo-dev-sources-2.6.7-r5.ebuild, -gentoo-dev-sources-2.6.7-r6.ebuild,
  +gentoo-dev-sources-2.6.7-r9.ebuild, -gentoo-dev-sources-2.6.7.ebuild:
  Added a new revision which includes updated Bootsplash patch and a minor
  speakup fix (closes bug #56135). Removed old 2.6.7 ebuilds.

  04 Jul 2004; Tom Gall <tgall@gentoo.org> gentoo-dev-sources-2.6.7-r8.ebuild:
  marking stable on ppc64, this also represents a move from use of 
  ppc64-sources to gentoo-dev-sources

*gentoo-dev-sources-2.6.7-r8 (02 Jul 2004)

  02 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r8.ebuild:
  security update for CAN-2004-0497 and other proc security problem.

*gentoo-dev-sources-2.6.7-r7 (30 Jun 2004)

  30 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r7.ebuild:
  2 new patches:
  	compile fix for bug 55501
  	ip_tables DoS fix for bug 55694

*gentoo-dev-sources-2.6.7-r6 (24 Jun 2004)

  24 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r6.ebuild:
  added squashfs to close bug #54884

*gentoo-dev-sources-2.6.7-r5 (22 Jun 2004)

  22 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r5.ebuild:
  Updated bootsplash patch to work on x86-64

*gentoo-dev-sources-2.6.7-r4 (22 Jun 2004)

  22 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r4.ebuild:
  added x86-64 latest patch, as that arch needs it.

*gentoo-dev-sources-2.6.7-r3 (21 Jun 2004)

  21 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r3.ebuild:
  New release, adding patch to close bug #54684

*gentoo-dev-sources-2.6.7-r2 (21 Jun 2004)

  21 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r2.ebuild:
  Removed 2710_amd76x-acpi.patch as it can be a standalone package
  Removed 4720_gcloop-2.6-20040510.patch as it can be a standalone package
  	(and the code style was horrible...)
  Updated the speakup patch to the latest cvs tree version.

*gentoo-dev-sources-2.6.7-r1 (21 Jun 2004)

  21 Jun 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r1.ebuild:
  supermount readded to patchset

*gentoo-dev-sources-2.6.7 (18 Jun 2004)

  18 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7.ebuild:
  version bump for 2.6.7
  Removed a lot of patches from the previous kernels, feel free
  to file bugs if you object...

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild, gentoo-dev-sources-2.6.4-r1.ebuild,
  gentoo-dev-sources-2.6.4.ebuild:
  Masked gentoo-dev-sources-2.6.4.ebuild testing for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild, gentoo-dev-sources-2.6.4-r1.ebuild:
  Masked gentoo-dev-sources-2.6.4-r1.ebuild testing for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild:
  Masked gentoo-dev-sources-2.6.3-r2.ebuild broken for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild:
  Masked gentoo-dev-sources-2.6.3-r1.ebuild broken for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  Masked gentoo-dev-sources-2.6.1-r2.ebuild broken for ppc

*gentoo-dev-sources-2.6.6 (22 May 2004)

  23 May 2004; <dostrow@gentoo.org> gentoo-dev-sources-2.6.6.ebuild:
  Masked for x86, ppc, and amd64 due to missconfiguration in patch.
  Notified commiter and relevent arch's.

  22 May 2004; <coxj@gentoo.org> gentoo-dev-sources-2.6.6.ebuild:
  Version Bump, new patches

  17 Apr 2004; Michal Januszewski <spock@gentoo.org>
  gentoo-dev-sources-2.6.4-r1.ebuild, gentoo-dev-sources-2.6.4.ebuild,
  gentoo-dev-sources-2.6.5-r1.ebuild, gentoo-dev-sources-2.6.5.ebuild:
  Updated the warning messages in ebuilds for 2.6.4 and 2.6.5 kernels. Closes
  bug #47348.

  16 Apr 2004; Brian Harring <ferringb@gentoo.org> :
  Transfered mips's CAN-2004-0109 patch in, since it was missed in the previous
  commit for 2.6.5-r1

*gentoo-dev-sources-2.6.5-r1 (15 Apr 2004)

  15 Apr 2004; <plasmaroo@gentoo.org> +gentoo-dev-sources-2.6.5-r1.ebuild:
  Version bump for the CAN-2004-0109 issue; bug #47881.

  12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  Add IUSE=

  09 Apr 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.5.ebuild:
  pushing 2.6.5 to stable

*gentoo-dev-sources-2.6.5 (07 Apr 2004)

  07 Apr 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.5.ebuild:
  2.6.5 commit, check the readme for full patchlist please.

*gentoo-dev-sources-2.6.4-r1 (15 Mar 2004)

  15 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  gentoo-dev-sources-2.6.4-r1.ebuild:
  fixing up amd64 compat work and some other minor changes

*gentoo-dev-sources-2.6.4 (14 Mar 2004)

  14 Mar 2004; John Mylchreest <johnm@gentoo.org> :
  2.6.4 initial commit. added SMT for am9 and other misc. updates, for more info
  check the README

  07 Mar 2004; Joshua Kinard <kumba@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  ~mips shouldn't be in these ebuilds.  No idea how it got here, removing.

*gentoo-dev-sources-2.6.3-r2 (22 Feb 2004)

  22 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.3-r2.ebuild:
  bump for 2004.0 release for amd64, amd64 specific patches, plus alsa update

  21 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.3-r1.ebuild:
  stable on amd64

*gentoo-dev-sources-2.6.1-r2 (19 Feb 2004)
*gentoo-dev-sources-2.6.3-r1 (19 Feb 2004)

  19 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3-r1.ebuild:
  2.6.3-r1 comitted to fix e1000, bootsplash (albeit with traceback) and several
  other minors

  19 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild, gentoo-dev-sources-2.6.2-r1.ebuild,
  files/2.6-do_munmap.patch:
  security bump for soon to be dropped sources.

*gentoo-dev-sources-2.6.3 (18 Feb 2004)

  18 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3.ebuild, gentoo-dev-sources-2.6.3_rc3.ebuild,
  gentoo-dev-sources-2.6.3_rc4.ebuild:
  bump to 2.6.3 stable and fix for munmap vulnerability

*gentoo-dev-sources-2.6.3_rc4 (17 Feb 2004)

  17 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild,
  gentoo-dev-sources-2.6.3_rc4.ebuild:
  bump to 2.6.3-rc4, should fix all ieee issues and bootsplash

*gentoo-dev-sources-2.6.2-r1 (15 Feb 2004)

  15 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2-r1.ebuild, gentoo-dev-sources-2.6.3_rc3.ebuild:
  fixing dnotify problem in 2.6.2-r1, added squashfs support and marked stable
  on x86

*gentoo-dev-sources-2.6.3_rc3 (15 Feb 2004)

  15 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc3.ebuild:
  2.6.3_rc3 include; fixes ieee1934 and other problems. needs further testing
  for bootsplash

  14 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild:
  add ucl dep for gcloop support

  10 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2_rc1.ebuild, gentoo-dev-sources-2.6.3_rc1.ebuild:
  small tidyup

  10 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild:
  amd64 keywording

*gentoo-dev-sources-2.6.3_rc2 (10 Feb 2004)

  10 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc2.ebuild:
  bump to 2.6.3_rc2

*gentoo-dev-sources-2.6.3_rc1 (09 Feb 2004)

  09 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc1.ebuild:
  bump to latest rc release. fixes several alsa issues, mass arch compat fixes.

  05 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild:
  looks good, marking ~x86 and ~amd64

*gentoo-dev-sources-2.6.2 (05 Feb 2004)

  05 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild:
  initial commit of 2.6.2, hardmasked until verified amd64 worthy

  05 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild, gentoo-dev-sources-2.6.1.ebuild:
  tidy up ready for 2.6.2, marking stable 2.6.1-r1

*gentoo-dev-sources-2.6.2_rc1 (24 Jan 2004)

  24 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2_rc1.ebuild:
  test version, bump to _rc1

  12 Jan 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild:
  committing -r1 to testing x86/amd64and for kernel-2.eclass testing

*gentoo-dev-sources-2.6.1-r1 (12 Jan 2004)

  12 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild:
  Genpatches experimental changes. KEYWORDed -* for now until further testing is
  complete

  11 Jan 2004; John Mylchreest <johnm@gentoo.org> :
  cleanup in prep for eclass migration

*gentoo-dev-sources-2.6.1 (09 Jan 2004)

  09 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1.ebuild:
  bump to official version of 2.6.1

  08 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc3.ebuild:
  mark stable because of kernel vuln in previous releases

*gentoo-dev-sources-2.6.1_rc3 (08 Jan 2004)

  08 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc3.ebuild:
  bump version. Apparently that kernel vuln wasn't solved by _rc2 :/

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc2.ebuild:
  mark stable for amd64 and x86. This release resolves all AMD64 nvidia driver
  problems

*gentoo-dev-sources-2.6.1_rc2 (06 Jan 2004)

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc2.ebuild:
  ok, they release versions too fast.  Here's 2.6.1_rc2
  for testing only, KEYWORDed -*

  05 Jan 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  Quick update of the postinst

*gentoo-dev-sources-2.6.1_rc1-r1 (06 Jan 2004)

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1-r1.ebuild:
  compile error on libata fixed. added acpi patches

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r1.ebuild, gentoo-dev-sources-2.6.0.ebuild,
  gentoo-dev-sources-2.6.0_beta10-r1.ebuild,
  gentoo-dev-sources-2.6.0_beta10.ebuild,
  gentoo-dev-sources-2.6.0_beta11-r1.ebuild,
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild,
  gentoo-dev-sources-2.6.0_beta11.ebuild,
  gentoo-dev-sources-2.6.0_beta9.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  remove deprecated ebuilds and fix copyrights

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  mark as testing

*gentoo-dev-sources-2.6.0-r2 (05 Jan 2004)

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild:
  mark -r2 stable for security patch

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  bump versions for security vulnerabilities

  04 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  give location of experimental genpatches

  04 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  add idiot check to this ebuild. Too many people are reporting errors because
  they're not thinking. When an ebuild is KEYWORDed -*, don't report errors on
  it

*gentoo-dev-sources-2.6.1_rc1 (02 Jan 2004)

  02 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  initial import of ebuild that can support -bk and -rc kernels, as well as
  applying genpatches to them. Do not use yet as a compatible genpatches is not
  yet available for the current release

*gentoo-dev-sources-2.6.0-r1 (28 Dec 2003)

  28 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r1.ebuild:
  version bump, check
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-0.10/ for
  updates

*gentoo-dev-sources-2.6.0 (18 Dec 2003)

  18 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0.ebuild:
  version bump to 2.6.0 view patches at
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-2.6-0.9.tar.b
  z2

  14 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild:
  mark stable on amd64

*gentoo-dev-sources-2.6.0_beta11-r2 (07 Dec 2003)

  07 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild:
  Bump alsa-driver version to 1.0.0rc2 in-kernel. Added agpgart updates 
  from Dave jones. IEEE1394 updates also added. Please see
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-0.8/README
  for more info...

*gentoo-dev-sources-2.6.0_beta11-r1 (01 Dec 2003)

  01 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r1.ebuild:
  'amd64' agpgart fixes have been added to this release as well as 
  additional amd64 specific fixes...

*gentoo-dev-sources-2.6.0_beta11 (26 Nov 2003)

  26 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11.ebuild:
  Bump to _beta11 and genpatches to 0.6.

*gentoo-dev-sources-2.6.0_beta10-r1 (24 Nov 2003)

  24 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta10-r1.ebuild:
  Bump genpatches to 0.5, and make a workaround for a bug
  in kernel.eclass when modifying the EXTRAVERSION in the Makefile.

*gentoo-dev-sources-2.6.0_beta10 (23 Nov 2003)

  23 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta10.ebuild:
  Sync with -test10, inc to genpatches-0.4/

  20 Nov 2003; Brandon Low <lostlogic@gentoo.org>
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Move version handling logic to after inherit kernel, or insert it where
  necessary.

  04 Nov 2003; John Mylchreest <johnm@gentoo.org>;
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Updating ebuild to support kernel.eclass properly.

  02 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Having distfiles/ in mirror:// can cause problems with older portage versions.
  Remove it as it works fine on all version without it. The old version can
  cause a lookup to happen in distfiles/distfiles/ which is improper. Luke-Jr
  found this problem.

*gentoo-dev-sources-2.6.0_beta9 (30 Oct 2003)

  30 Oct 2003; John Mylchreest <johnm@gentoo.org>;
  gentoo-dev-sources-2.6.0_beta9.ebuild, metadata.xml:
  Adding gentoo-dev-sources into the repository. this is the next series of
  gentoo test kernels running under 2.6.