summaryrefslogtreecommitdiff
blob: fd598c35861925100f50d883cb5268c09cba5b50 (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
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.220 2008/10/05 13:59:55 klausman Exp $

  05 Oct 2008; Tobias Klausmann <klausman@gentoo.org> dhcpcd-4.0.2.ebuild:
  Stable on alpha, bug #238731

  05 Oct 2008; Raúl Porcel <armin76@gentoo.org> dhcpcd-4.0.2.ebuild:
  ia64 stable wrt #238731

  04 Oct 2008; Markus Meier <maekke@gentoo.org> dhcpcd-4.0.2.ebuild:
  x86 stable, bug #238731

  04 Oct 2008; Thomas Anderson <gentoofan23@gentoo.org> dhcpcd-4.0.2.ebuild:
  stable amd64, bug 238731

  02 Oct 2008; Jeroen Roovers <jer@gentoo.org> dhcpcd-4.0.2.ebuild:
  Stable for HPPA (bug #238731).

  02 Oct 2008; Brent Baude <ranger@gentoo.org> dhcpcd-4.0.2.ebuild:
  Marking dhcpcd-4.0.2 ppc64 and ppc for bug 238731

  02 Oct 2008; Ferris McCormick <fmccor@gentoo.org> dhcpcd-4.0.2.ebuild:
  Sparc stable --- Bug #238731 --- Immediate stable because of missed problems
  with previous.

*dhcpcd-4.0.2 (01 Oct 2008)

  01 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> +dhcpcd-4.0.2.ebuild:
  Version bump to solve bug #239098 with no file generation with compat
  mode.

  01 Oct 2008; Brent Baude <ranger@gentoo.org> dhcpcd-4.0.1-r1.ebuild:
  stable ppc64, bug 238731

  29 Sep 2008; Ferris McCormick <fmccor@gentoo.org> dhcpcd-4.0.1-r1.ebuild:
  Sparc stable, Bug #238731.

  28 Sep 2008; Jeroen Roovers <jer@gentoo.org> dhcpcd-4.0.1-r1.ebuild:
  Stable for HPPA (bug #238731).

  28 Sep 2008; Dawid Węgliński <cla@gentoo.org> dhcpcd-4.0.1-r1.ebuild:
  Stable on amd64/x86 (bug #238731)

  27 Sep 2008; nixnut <nixnut@gentoo.org> dhcpcd-4.0.1-r1.ebuild:
  Stable on ppc wrt bug 238731

*dhcpcd-4.99.2 (25 Sep 2008)

  25 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
  +files/dhcpcd-4.99.2-no-empty-clientid.patch, +dhcpcd-4.99.2.ebuild:
  Include the alpha 4.99.2 for 5.x fun testing. Please note the 3.x
  compatibility is no longer supported by the codebase as it was during 4.0
  versions.

*dhcpcd-4.0.1-r1 (25 Sep 2008)

  25 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
  +files/dhcpcd-4.0.1-no-empty-clientid.patch, +dhcpcd-4.0.1-r1.ebuild:
  Minor bugfix to 4.0.1, restoring the old -I behavior better. Stable
  candidate now.

  25 Aug 2008; Rémi Cardona <remi@gentoo.org> Manifest:
  wrong tarball...

*dhcpcd-4.0.1 (25 Aug 2008)

  25 Aug 2008; Rémi Cardona <remi@gentoo.org> +dhcpcd-4.0.1.ebuild:
  bump to 4.0.1 as per Roy's comments in bug #235643

*dhcpcd-4.0.0 (24 Aug 2008)

  24 Aug 2008; Raúl Porcel <armin76@gentoo.org> -dhcpcd-4.0.0_beta9.ebuild,
  -dhcpcd-4.0.0_rc1.ebuild, -dhcpcd-4.0.0_rc2.ebuild,
  -dhcpcd-4.0.0_rc3.ebuild, -dhcpcd-4.0.0_rc4.ebuild, +dhcpcd-4.0.0.ebuild:
  Version bump

*dhcpcd-4.0.0_rc5 (15 Aug 2008)

  15 Aug 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_rc5.ebuild:
  Version bump

*dhcpcd-4.0.0_rc4 (28 Jul 2008)

  28 Jul 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_rc4.ebuild:
  Version bump

*dhcpcd-4.0.0_rc3 (27 Jul 2008)

  27 Jul 2008; Mike Auty <ikelos@gentoo.org> +dhcpcd-4.0.0_rc3.ebuild:
  Version bump, fixes loop with infinite leases.

*dhcpcd-4.0.0_rc2 (23 Jul 2008)

  23 Jul 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_rc2.ebuild:
  Version bump

*dhcpcd-4.0.0_rc1 (22 Jul 2008)

  22 Jul 2008; Raúl Porcel <armin76@gentoo.org> -dhcpcd-4.0.0_beta1.ebuild,
  -dhcpcd-4.0.0_beta2.ebuild, -dhcpcd-4.0.0_beta3.ebuild,
  -dhcpcd-4.0.0_beta4.ebuild, -dhcpcd-4.0.0_beta5.ebuild,
  -dhcpcd-4.0.0_beta6.ebuild, -dhcpcd-4.0.0_beta7.ebuild,
  -dhcpcd-4.0.0_beta8.ebuild, +dhcpcd-4.0.0_rc1.ebuild:
  Version bump

*dhcpcd-4.0.0_beta9 (08 Jul 2008)

  08 Jul 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta9.ebuild:
  Version bump

*dhcpcd-4.0.0_beta8 (05 Jul 2008)

  05 Jul 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta8.ebuild:
  Version bump

*dhcpcd-4.0.0_beta7 (20 Jun 2008)

  20 Jun 2008; Javier Villavicencio <the_paya@gentoo.org>
  +dhcpcd-4.0.0_beta7.ebuild:
  Version Bump

*dhcpcd-4.0.0_beta6 (18 Jun 2008)

  18 Jun 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta6.ebuild:
  Version bump

*dhcpcd-4.0.0_beta5 (25 May 2008)

  25 May 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta5.ebuild:
  Version bump

*dhcpcd-4.0.0_beta4 (19 May 2008)

  19 May 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta4.ebuild:
  Version bump

  19 May 2008; Raúl Porcel <armin76@gentoo.org> dhcpcd-4.0.0_beta3.ebuild:
  Add keepdir /var/lib/dhcpcd, per Uberlord's request

*dhcpcd-4.0.0_beta3 (19 May 2008)

  19 May 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta3.ebuild:
  Version bump

*dhcpcd-4.0.0_beta2 (08 May 2008)

  08 May 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-4.0.0_beta2.ebuild:
  Version bump

*dhcpcd-4.0.0_beta1 (06 May 2008)

  06 May 2008; Samuli Suominen <drac@gentoo.org> +dhcpcd-4.0.0_beta1.ebuild:
  Version bump wrt #219321 by Roy Marples, closes also #218898

  02 May 2008; Doug Goldstein <cardoe@gentoo.org> dhcpcd-2.0.5-r1.ebuild:
  bug #218657 berlios mirror

  08 Apr 2008; Raúl Porcel <armin76@gentoo.org> dhcpcd-3.2.3.ebuild:
  ia64/sparc stable wrt #214754

  02 Apr 2008; Tobias Klausmann <klausman@gentoo.org> dhcpcd-3.2.3.ebuild:
  Stable on alpha, bug #214754

  29 Mar 2008; Brent Baude <ranger@gentoo.org> dhcpcd-3.2.3.ebuild:
  stable ppc, bug 214754

  27 Mar 2008; Jeroen Roovers <jer@gentoo.org> dhcpcd-3.2.3.ebuild:
  Stable for HPPA (bug #214754).

  27 Mar 2008; Markus Meier <maekke@gentoo.org> dhcpcd-3.2.3.ebuild:
  amd64/x86 stable, bug #214754

  26 Mar 2008; Markus Rothe <corsair@gentoo.org> dhcpcd-3.2.3.ebuild:
  Stable on ppc64; bug #214754

*dhcpcd-3.2.3 (25 Feb 2008)

  25 Feb 2008; <welp@gentoo.org> +dhcpcd-3.2.3.ebuild:
  Bump

*dhcpcd-3.2.2 (20 Feb 2008)

  20 Feb 2008; <welp@gentoo.org> +dhcpcd-3.2.2.ebuild:
  Bump to 3.2.2

*dhcpcd-3.2.1 (29 Jan 2008)

  29 Jan 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-3.2.1.ebuild:
  Version bump

  26 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> dhcpcd-3.2.0.ebuild:
  Upgrade the duid file to the new format if needed. Proxying for Roy.

*dhcpcd-3.2.0 (25 Jan 2008)

  25 Jan 2008; Raúl Porcel <armin76@gentoo.org> +dhcpcd-3.2.0.ebuild:
  Version bump

  09 Jan 2008; <welp@gentoo.org> dhcpcd-3.1.9.ebuild:
  Replace all instances of ewarn and einfo with elog

*dhcpcd-3.1.9 (09 Jan 2008)

  09 Jan 2008; <welp@gentoo.org> +dhcpcd-3.1.9.ebuild:
  Bump

  25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
  Removing uberlord from metadata.xml as per #199318.

*dhcpcd-3.1.8 (26 Nov 2007)

  26 Nov 2007; Joe Peterson <lavajoe@gentoo.org> +dhcpcd-3.1.8.ebuild:
  Bump version

  22 Oct 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.7.ebuild:
  einfo -> elog, #196662

*dhcpcd-3.1.7 (21 Oct 2007)

  21 Oct 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.7.ebuild:
  Release new version, should fix #196178 and a few link local issues.

  17 Oct 2007; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-3.1.6-zeroconf.patch, dhcpcd-3.1.6-r1.ebuild:
  Allow -zeroconf to actually work, #196718

  17 Oct 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.6-r1.ebuild:
  Add zeroconf use flag and document behaviour, #196088

*dhcpcd-3.1.6-r1 (11 Oct 2007)
*dhcpcd-3.1.5-r1 (11 Oct 2007)

  11 Oct 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.5-r1.ebuild,
  +dhcpcd-3.1.6-r1.ebuild:
  Fix ntp drift file location, #195441

*dhcpcd-3.1.6 (04 Oct 2007)

  04 Oct 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.6.ebuild:
  Bumpage.

  01 Oct 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.5.ebuild:
  Add a warning about DUID behaviour vs buggy servers.

  29 Sep 2007; Raúl Porcel <armin76@gentoo.org> dhcpcd-3.1.5.ebuild:
  alpha/ia64/sparc stable wrt #188284

  28 Sep 2007; Markus Meier <maekke@gentoo.org> dhcpcd-3.1.5.ebuild:
  x86 stable, bug #188284

  28 Sep 2007; nixnut <nixnut@gentoo.org> dhcpcd-3.1.5.ebuild:
  Stable on ppc wrt bug 188284

  28 Sep 2007; Joshua Kinard <kumba@gentoo.org> dhcpcd-3.1.5.ebuild:
  Stable on mips, per #188284.

  27 Sep 2007; Brent Baude <ranger@gentoo.org> dhcpcd-3.1.5.ebuild:
  Marking dhcpcd-3.1.5 ppc64 for bug#188284

  27 Sep 2007; Jeroen Roovers <jer@gentoo.org> dhcpcd-3.1.5.ebuild:
  Stable for HPPA (bug #188284).

  27 Sep 2007; Christoph Mende <angelos@gentoo.org> dhcpcd-3.1.5.ebuild:
  Stable on amd64 wrt bug #188284

*dhcpcd-3.1.5 (21 Aug 2007)

  21 Aug 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.5.ebuild:
  Bumpage

  11 Aug 2007; Roy Marples <uberlord@gentoo.org> dhcpcd-3.1.4.ebuild:
  Fix linker error when coreutils is statically built, #188333.

*dhcpcd-3.1.4 (09 Aug 2007)

  09 Aug 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.4.ebuild:
  New version to fix ARP flooding, #187753

*dhcpcd-3.1.3 (31 Jul 2007)

  31 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.3.ebuild:
  Bump to fix the addition of link routes.

*dhcpcd-3.1.2 (31 Jul 2007)

  31 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.2.ebuild:
  New version, fixes #158867, #186385 and #186801.

*dhcpcd-3.1.1 (26 Jul 2007)

  26 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.1.ebuild:
  New release, should fix segfaults some people where seeing with 3.1.0

*dhcpcd-3.1.0 (23 Jul 2007)

  23 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.1.0.ebuild:
  New version.
  LiveCD builders *should* enable the vram USE flag.

*dhcpcd-3.0.19 (10 Jul 2007)

  10 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.19.ebuild:
  New version to fix compat with old stlye BOOTP servers, #184694

*dhcpcd-3.0.18 (28 Jun 2007)

  28 Jun 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.18.ebuild:
  Bump with a few misc fixes.

  20 Jun 2007; Raúl Porcel <armin76@gentoo.org> dhcpcd-3.0.16-r1.ebuild:
  alpha stable wrt #166921, thanks to Tobias Klausmann for testing

  18 Apr 2007; Alexander H. Færøy <eroyf@gentoo.org>
  dhcpcd-3.0.16-r1.ebuild:
  Stable on MIPS; bug #166921

*dhcpcd-3.0.17 (14 Apr 2007)

  14 Apr 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.17.ebuild:
  New version, including moer MTU fixes for #173350 and #173791.

*dhcpcd-3.0.16-r1 (11 Apr 2007)

  11 Apr 2007; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-3.0.16-min-message.patch, +dhcpcd-3.0.16-r1.ebuild:
  Add patch to enfore a minimum dhcp message size of 300 bytes for crappy
  servers, #173399. Thanks to Kim for finding the issue.

  08 Apr 2007; Markus Rothe <corsair@gentoo.org> dhcpcd-3.0.16.ebuild:
  Stable on ppc64; bug #166921

  07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> dhcpcd-3.0.16.ebuild:
  stable amd64, bug 166921

  06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  dhcpcd-3.0.16.ebuild:
  ppc stable, bug #166921

  03 Apr 2007; Raúl Porcel <armin76@gentoo.org> dhcpcd-3.0.16.ebuild:
  ia64 + x86 stable wrt bug 166921

  03 Apr 2007; Jeroen Roovers <jer@gentoo.org> dhcpcd-3.0.16.ebuild:
  Stable for HPPA (bug #166921).

  03 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> dhcpcd-3.0.16.ebuild:
  Stable on sparc wrt #166921

*dhcpcd-3.0.16 (02 Mar 2007)

  02 Mar 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.16.ebuild:
  New release, which sets the minimum MTU to be 576 regardless of what the 
  DHCP server wants. Fixes #168985.

*dhcpcd-3.0.15 (01 Mar 2007)

  01 Mar 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.15.ebuild:
  Fix parsing DHCP MTU option, #168840.

*dhcpcd-3.0.14 (28 Feb 2007)

  28 Feb 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.14.ebuild:
  New release, fixes a crash on 0 or invalid length dhcp options.

*dhcpcd-3.0.13 (23 Feb 2007)

  23 Feb 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.13.ebuild:
  Bumpage

  22 Feb 2007; Stuart Longland <redhatter@gentoo.org> dhcpcd-3.0.12.ebuild:
  Tested successfully on mips...added ~mips keyword.  Resolves bug #156446.

*dhcpcd-3.0.12 (21 Feb 2007)

  21 Feb 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.12.ebuild:
  New release.

*dhcpcd-3.0.11 (08 Feb 2007)

  08 Feb 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.11.ebuild:
  New release.

*dhcpcd-3.0.10 (27 Jan 2007)

  27 Jan 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.10.ebuild:
  New upstream release.

*dhcpcd-3.0.9 (07 Jan 2007)

  07 Jan 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.9.ebuild:
  New version.

*dhcpcd-3.0.8-r1 (29 Dec 2006)

  29 Dec 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-3.0.8-static-routes.patch, +dhcpcd-3.0.8-r1.ebuild:
  Add a patch to apply static routes before routers and setup host routes
  correctly.

*dhcpcd-3.0.8 (21 Dec 2006)

  21 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.8.ebuild:
  Fix arp checking, #158728.

*dhcpcd-3.0.7 (19 Dec 2006)

  19 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.7.ebuild:
  New version, with insane CFLAGS for better code quality.

  17 Dec 2006; Stefaan De Roeck <stefaan@gentoo.org> dhcpcd-3.0.6.ebuild:
  keyworded ~alpha (bug #156446)

*dhcpcd-3.0.6 (11 Dec 2006)

  11 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.6.ebuild:
  New version, where we no longer set the broadcast flag.

*dhcpcd-3.0.5 (06 Dec 2006)

  06 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.5.ebuild:
  New version, fixed #157297.

*dhcpcd-3.0.4 (06 Dec 2006)

  06 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.4.ebuild:
  New release, fixes #157292 thanks to Marc Duponcheel.

*dhcpcd-3.0.3 (05 Dec 2006)

  05 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.3.ebuild:
  New release, fixes #157093 and a few other things.

  04 Dec 2006; Roy Marples <uberlord@gentoo.org>
  files/dhcpcd-3.0.2-if_addr.patch:
  Fix the patch so we only include linux/if_addr.h for 2.6.19+ kernels.

  04 Dec 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-3.0.2-if_addr.patch, dhcpcd-3.0.2.ebuild:
  Include linux/if_addr.h so we compile on 2.6.19 kernels, thanks to
  AlexExtreme.

  03 Dec 2006; Tim Yamin <plasmaroo@gentoo.org> dhcpcd-3.0.1.ebuild:
  Keyword ~ia64; bug #156446.

*dhcpcd-3.0.2 (03 Dec 2006)

  03 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.2.ebuild:
  New release, fixes #156831 and #156844.

  01 Dec 2006; Markus Rothe <corsair@gentoo.org> dhcpcd-3.0.1.ebuild:
  Added ~ppc64; bug #156446

  30 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> dhcpcd-3.0.1.ebuild:
  Keyworded ~sparc wrt #156446

*dhcpcd-3.0.1 (30 Nov 2006)

  30 Nov 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.1.ebuild:
  New release, fixes #156515 thanks to TGL.

  28 Nov 2006; Roy Marples <uberlord@gentoo.org> dhcpcd-3.0.0.ebuild:
  Updated homepage.

  28 Nov 2006; Joseph Jezak <josejx@gentoo.org> dhcpcd-3.0.0.ebuild:
  Marked ~ppc for bug #156446.

  28 Nov 2006; Jeroen Roovers <jer@gentoo.org> dhcpcd-3.0.0.ebuild:
  Marked ~hppa (bug #156446).

*dhcpcd-3.0.0 (27 Nov 2006)

  27 Nov 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.0.ebuild:
  Complete re-write, now supports FreeBSD, User Classes and
  Classless Static Routes.

  06 Sep 2006; Roy Marples <uberlord@gentoo.org> dhcpcd-2.0.5-r1.ebuild,
  dhcpcd-2.0.8-r3.ebuild:
  Just warn about Packet Socket instead of requiring linux sources

  05 Sep 2006; Roy Marples <uberlord@gentoo.org> dhcpcd-2.0.5-r1.ebuild,
  dhcpcd-2.0.8-r3.ebuild:
  dhcpcd requires CONFIG_PACKET to work in linux.

*dhcpcd-2.0.8-r3 (13 Aug 2006)
*dhcpcd-2.0.5-r1 (13 Aug 2006)

  13 Aug 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.5-r1.ebuild,
  +dhcpcd-2.0.8-r3.ebuild:
  Bump to push out patch.

  13 Aug 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-2.0.0-alwaysup.patch, +files/dhcpcd-2.0.8-alwaysup.patch,
  dhcpcd-2.0.0.ebuild, dhcpcd-2.0.3.ebuild, dhcpcd-2.0.5.ebuild,
  dhcpcd-2.0.8-r2.ebuild:
  Ensure that interface is always up as future dhcpcd's will do this
  automatically and probably drop the -o option.

  05 Aug 2006; Chris White <chriswhite@gentoo.org> metadata.xml:
  metadata.xml translation by Yoshino-san in bug #135033

*dhcpcd-2.0.8-r2 (22 Jul 2006)

  22 Jul 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-2.0.8-no_resolve_hostname.patch, +dhcpcd-2.0.8-r2.ebuild:
  Fix incorrect resolving of hostname, thanks to Bert Van Leeuwen, #141207.

*dhcpcd-2.0.8-r1 (21 Jul 2006)

  21 Jul 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-2.0.8-loglevel.patch, +dhcpcd-2.0.8-r1.ebuild:
  Fix loglevel option (-v), thanks to Bert Van Leeuwen, #141205.

*dhcpcd-2.0.8 (12 Jul 2006)

  12 Jul 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.8.ebuild:
  New version to fix ARP timeouts, #137800 and hopefully -O3 on PPC, #139179.

*dhcpcd-2.0.7 (23 Jun 2006)

  23 Jun 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.7.ebuild:
  New version, fixes #137478 as well as some more bugs.

*dhcpcd-2.0.6 (05 Jun 2006)

  05 Jun 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.6.ebuild:
  New release, fixes #133242 and #135230.

  28 May 2006; Thomas Cort <tcort@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on alpha wrt Bug #134090.

  24 May 2006; Jeroen Roovers <jer@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on hppa (bug #134090).

  24 May 2006; Michael Hanselmann <hansmi@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on ppc.

  24 May 2006; Christel Dahlskjaer <christel@gentoo.org>
  dhcpcd-2.0.5.ebuild:
  Stable on mips; bug #134090

  23 May 2006; Jason Wever <weeve@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on SPARC wrt bug #133501.

  23 May 2006; Markus Rothe <corsair@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on ppc64; bug #134090

  23 May 2006; Daniel Gryniewicz <dang@gentoo.org> dhcpcd-2.0.5.ebuild:
  Marked stable on amd64 per bug #134090

  23 May 2006; Krzysiek Pawlik <nelchael@gentoo.org> dhcpcd-2.0.5.ebuild:
  Stable on x86, see bug #134090.

  28 Apr 2006; Joshua Kinard <kumba@gentoo.org> dhcpcd-2.0.3.ebuild:
  Marked stable on mips.

*dhcpcd-2.0.5 (21 Apr 2006)

  21 Apr 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.5.ebuild:
  New release.

*dhcpcd-2.0.4-r1 (11 Apr 2006)

  11 Apr 2006; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-2.0.4-exit.patch, +dhcpcd-2.0.4-r1.ebuild:
  Fix a regression in dhcpcd-2.0.4 where we would exit with a zero status
  if we failed to get a lease. Also, we now report timeout errors to
  stderr as well as syslog.

*dhcpcd-2.0.4 (07 Apr 2006)

  07 Apr 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.4.ebuild:
  New release with inbuilt resolvconf support and
  better error reporting when opening files.

  13 Mar 2006; <ticho@gentoo.org> dhcpcd-2.0.3.ebuild:
  Stable on x86, bug #125828.

  12 Mar 2006; Jason Wever <weeve@gentoo.org> dhcpcd-2.0.3.ebuild:
  Stable on SPARC wrt bug #125828.

  12 Mar 2006; Luis Medinas <metalgod@gentoo.org> dhcpcd-2.0.3.ebuild:
  Stable on amd64. See bug #125828.

  12 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> dhcpcd-2.0.3.ebuild:
  Stable on alpha, wrt bug #125828. Tested by Thomas Cort <tcort@cs.ubishops.ca>

  12 Mar 2006; Chris White <chriswhite@gentoo.org> ChangeLog:
  Fixig manifest signing.

  12 Mar 2006; Chris White <chriswhite@gentoo.org> dhcpcd-2.0.3.ebuild:
  Marked 2.0.3 ppc stable for bug #125828.

  12 Mar 2006; Markus Rothe <corsair@gentoo.org> dhcpcd-2.0.3.ebuild:
  Stable on ppc64; bug #125828

*dhcpcd-2.0.3 (10 Mar 2006)

  10 Mar 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.3.ebuild:
  New release, fixes #124543 and #124675.

  27 Feb 2006; Rene Nussbaumer <killerfox@gentoo.org> dhcpcd-2.0.2.ebuild:
  Stable on hppa. See bug #124239.

  27 Feb 2006; Mark Loeser <halcy0n@gentoo.org> dhcpcd-2.0.2.ebuild:
  Stable on x86

  27 Feb 2006; Stephen Bennett <spb@gentoo.org> dhcpcd-2.0.2.ebuild:
  Alpha stable

  27 Feb 2006; Simon Stelling <blubb@gentoo.org> dhcpcd-2.0.2.ebuild:
  stable on amd64

  27 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> dhcpcd-2.0.2.ebuild:
  Stable on sparc wrt #124239

  27 Feb 2006; Tobias Scherbaum <dertobi123@gentoo.org> dhcpcd-2.0.2.ebuild:
  ppc stable

  27 Feb 2006; Markus Rothe <corsair@gentoo.org> dhcpcd-2.0.2.ebuild:
  Stable on ppc64

*dhcpcd-2.0.2 (27 Feb 2006)

  27 Feb 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.2.ebuild:
  New upstream release.

*dhcpcd-2.0.1 (22 Jan 2006)

  22 Jan 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-2.0.1.ebuild:
  New version, fixes gcc-4 compile warnings and -L ConfigDir option.

  17 Sep 2005; Roy Marples <uberlord@gentoo.org>
  -files/dhcpcd-1.3.22_p4-gcc2.patch,
  -files/dhcpcd-1.3.22_p4-gentoo-config.patch,
  -files/dhcpcd-1.3.22_p4-man.patch,
  -files/dhcpcd-1.3.22_p4-no-iface-down.diff,
  -files/dhcpcd-1.3.22_p4-optionFQDN.patch,
  -files/dhcpcd-1.3.22_p4-routemetric.patch,
  -files/dhcpcd-1.3.22_p4-security.patch, -dhcpcd-1.3.22_p4-r11.ebuild,
  -dhcpcd-1.3.22_p4-r12.ebuild:
  Punted old versions - no more -z "release lease but keep cache" option :)

  15 Sep 2005; Aron Griffis <agriffis@gentoo.org> dhcpcd-2.0.0.ebuild:
  Mark 2.0.0 stable on alpha

  08 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> dhcpcd-2.0.0.ebuild:
  Stable on mips.

  06 Sep 2005; Roy Marples <uberlord@gentoo.org> dhcpcd-2.0.0.ebuild:
  Warn that the debug USE flag enables good debug output but does
  not actually configure the interface or setup /etc/resolv.conf

  03 Sep 2005; Markus Rothe <corsair@gentoo.org> dhcpcd-2.0.0.ebuild:
  Stable on ppc64

  03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> dhcpcd-2.0.0.ebuild:
  Stable on ppc.

  31 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> dhcpcd-2.0.0.ebuild:
  Stable on sparc

  31 Aug 2005; Roy Marples <uberlord@gentoo.org> dhcpcd-2.0.0.ebuild:
  Stable on amd64 and x86
  
  Added ~arm ~hppa ~390 due to invalid keyword drop

  15 Aug 2005; Aron Griffis <agriffis@gentoo.org> dhcpcd-2.0.0.ebuild:
  add ~alpha ~ia64

  14 Aug 2005; Markus Rothe <corsair@gentoo.org> dhcpcd-2.0.0.ebuild:
  Added ~ppc64

  12 Aug 2005; David Holm <dholm@gentoo.org> dhcpcd-2.0.0.ebuild:
  Readded to ~ppc. Please don't remove it without filing a proper bug report.

  08 Aug 2005; Jason Wever <weeve@gentoo.org> dhcpcd-2.0.0.ebuild:
  Added ~sparc keyword as it was dropped against policy.

  31 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> dhcpcd-2.0.0.ebuild:
  Added ~mips.

*dhcpcd-2.0.0 (28 Jul 2005)

  28 Jul 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-2.0.0-gcc2.patch, +dhcpcd-2.0.0.ebuild:
  New upstream version.

  24 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/dhcpcd-1.3.22_p4-gcc2.patch, dhcpcd-1.3.22_p4-r12.ebuild:
  Fix building with gcc2.

  12 Jul 2005; Stephen Bennett <spb@gentoo.org> dhcpcd-1.3.22_p4-r11.ebuild:
  mips stable for #98394

  11 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  dhcpcd-1.3.22_p4-r11.ebuild:
  Stable on alpha + ia64, bug 98394.

  11 Jul 2005; Markus Rothe <corsair@gentoo.org>
  dhcpcd-1.3.22_p4-r11.ebuild:
  Stable on ppc64 (bug #98394)

  10 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  dhcpcd-1.3.22_p4-r11.ebuild:
  ppc stable, bug #98394

  10 Jul 2005; Jason Wever <weeve@gentoo.org> dhcpcd-1.3.22_p4-r11.ebuild:
  Stable on SPARC wrt bug #98394.

  10 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org>
  dhcpcd-1.3.22_p4-r11.ebuild:
  Stable on hppa. bug #98394

*dhcpcd-1.3.22_p4-r11 (10 Jul 2005)

  10 Jul 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-1.3.22_p4-security.patch, 
  +dhcpcd-1.3.22_p4-r12.ebuild, -dhcpcd-1.3.22_p4-r7.ebuild,
  -dhcpcd-1.3.22_p4-r9.ebuild, -dhcpcd-1.3.22_p4-r10.ebuild,
  +dhcpcd-1.3.22_p4-r11.ebuild:
  Fixed a potential security hole #98394
  Taken from the Debian patchset by Simon Kelly
  Punted old ebuilds. r5 becomes r11, r10 becomes r12 - both have fix

  Stable on x86 and amd64

*dhcpcd-1.3.22_p4-r10 (03 Jun 2005)

  03 Jun 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-1.3.22_p4-gentoo-config.patch, +dhcpcd-1.3.22_p4-r10.ebuild:
  dhcpcd now writes a more sane /etc/{resolv,ntp,yp}.conf
  It also doesn't clobber those files anymore if there is no need to based on
  the DHCP response.
  dhcpcd now supports the -e option to change where it stores
  {resolv,ntp,yp}.conf - default is /etc.
  dhcpcd now inserts the interface name into the .sv files incase dhcpcd runs on
  more than one interface.

*dhcpcd-1.3.22_p4-r9 (01 Jun 2005)

  01 Jun 2005; Roy Marples <uberlord@gentoo.org>
  files/dhcpcd-1.3.22_p4-optionFQDN.patch,
  files/dhcpcd-1.3.22_p4-routemetric.patch, -dhcpcd-1.3.22_p4-r8.ebuild,
  +dhcpcd-1.3.22_p4-r9.ebuild:
  Made routemetric and FQDN patches work together

*dhcpcd-1.3.22_p4-r8 (01 Jun 2005)

  01 Jun 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcpcd-1.3.22_p4-man.patch,
  +files/dhcpcd-1.3.22_p4-optionFQDN.patch,
  +files/dhcpcd-1.3.22_p4-routemetric.patch, +metadata.xml,
  +dhcpcd-1.3.22_p4-r8.ebuild:
  Add route metric option -m - fixes #76694 thanks to Andy Dustman
  man page buglet caused by drobbins patch - fixes #78839
  Allow dhcpcd to use the FQDN option - fixes #64307 thanks to Kevin F. Quinn

*dhcpcd-1.3.22_p4-r7 (04 Nov 2004)

  04 Nov 2004; Mike Frysinger <vapier@gentoo.org>
  -dhcpcd-1.3.22_p4-r6.ebuild, +dhcpcd-1.3.22_p4-r7.ebuild:
  Version bump to move dhcpcd back to /sbin.

*dhcpcd-1.3.22_p4-r6 (03 Nov 2004)

  03 Nov 2004; Mike Frysinger <vapier@gentoo.org>
  dhcpcd-1.3.22_p4-r5.ebuild, +dhcpcd-1.3.22_p4-r6.ebuild:
  Switch to using econf / make install destdir.

  01 Nov 2004; Joshua Kinard <kumba@gentoo.org> dhcpcd-1.3.22_p4-r5.ebuild:
  Marked stable on mips.

  15 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  dhcpcd-1.3.22_p4-r5.ebuild:
  Stable on sparc

  14 Sep 2004; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4-r5.ebuild:
  Stable on x86.

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> dhcpcd-1.3.22_p4-r5.ebuild:
  stable on alpha and ia64

  01 Jul 2004; Jon Hood <squinky86@gentoo.org> dhcpcd-1.3.22_p4-r4.ebuild,
  dhcpcd-1.3.22_p4-r5.ebuild:
  change virtual/glibc to virtual/libc

  02 Jun 2004; Travis Tilley <lv@gentoo.org> dhcpcd-1.3.22_p4-r5.ebuild:
  stable on amd64

*dhcpcd-1.3.22_p4-r5 (08 Mar 2004)
*dhcpcd-1.3.22_p4-r4 (08 Mar 2004)

  08 Mar 2004; Seemant Kulleen <seemant@gentoo.org>
  dhcpcd-1.3.22_p4-r2.ebuild, dhcpcd-1.3.22_p4-r3.ebuild,
  dhcpcd-1.3.22_p4-r4.ebuild, dhcpcd-1.3.22_p4-r5.ebuild:
  Forced a version bump on these ebuilds. Basically, -r2 is now -r4 and -r3 is
  now -r5. The reason for the revision bump was to make this package PROVIDE
  virtual/dhcp. Closes a long-standing bloat-reduction request made on
  gentoo-dev mailing list by: William Hubbs <kc5eiv@kc5eiv.homeip.net> at
  http://article.gmane.org/gmane.linux.gentoo.devel/11579

  01 Mar 2004; Tom Gall <tgall@gentoo.org> dhcpcd-1.3.22_p4-r3.ebuild;
  for ppc64 call gnuconfig_update

  10 Feb 2004; Brandon Low <lostlogic@gentoo.org> dhcpcd-1.3.22_p4-r3.ebuild:
  Nonfunctional change to close bug 29235

*dhcpcd-1.3.22_p4-r3 (18 Nov 2003)

  18 Nov 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4-r3.ebuild:
  Added the -o options which prevents dhcpcd to bring the interface down
  on exit.

*dhcpcd-1.3.22_p4-r2 (03 Nov 2003)

  03 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
  Fix ntp drift file location (for now) #32490.

*dhcpcd-1.3.22_p4-r1 (06 Sep 2003)

  19 Oct 2003; Martin Holzer <mholzer@gentoo.org> dhcpcd-1.3.22_p4-r1.ebuild:
  adding DEPEND="virtual/glibc" Closes #31478.

  09 Oct 2003; Alexander Gabert <pappy@gentoo.org> dhcpcd-1.3.22_p4-r1.ebuild:
  removed hardened-gcc -lc

  03 Oct 2003; Alexander Gabert <pappy@gentoo.org> dhcpcd-1.3.22_p4-r1.ebuild:
  added -static -lc for propolice

  02 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
  USE=static support #29207.

  17 Sep 2003; Tavis Ormandy <taviso@gentoo.org> dhcpcd-1.3.22_p4-r1.ebuild:
  stable on alpha

  06 Sep 2003; Daniel Robbins <drobbins@gentoo.org> dhcpcd-1.3.22_p4-r1.ebuild:
  added bug 23428 patch from Alwyn Schoeman <alwyn@smart.com.ph>, which is a
  great little patch. Also made dhcpcd FHS compliant using an LFS patch, which
  allows us to address the dhcpcd issues on the 1.4 release LiveCD runtime.

*dhcpcd-1.3.22_p4 (04 Jan 2003)

  16 Apr 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
  Readded stuff to workaround the ./configure error.
  Marked stable on hppa.

  02 Apr 2003; Christian Birchinger <joker@gentoo.org>
  dhcpcd-1.3.22_p4.ebuild:
  Added stable sparc keyword

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
  Added stable mips keyword to the ebuild.

  04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Version bump

*dhcpcd-1.3.22_p3-r3 (04 Jan 2003)

  26 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p3-3.ebuild :
  Added CBUILD=$CHOST for hppa due to a ./configure error.

  09 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
  Added hppa to keywords.

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
  Added stable mips keyword to the ebuild.

  04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
  Removed installation of pcmcia network files. Marked stable becuse of security update.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*dhcpcd-1.3.22_p3-r2 (04 Dec 2002)

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r2.ebuild :
  Added stable mips keyword to the ebuild.

  04 Dec 2002; Donny Davies <woodchip@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
  Added a fix to force the pidfile into /var/run.

*dhcpcd-1.3.22_p3-r1 (31 Oct 2002)

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
  Added stable mips keyword to the ebuild.

  12 Nov 2002; Will Woods <wwoods@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
  Added "inherit gnuconfig" and src_unpack to fix build problems on alphaev67

  31 Oct 2002; Brandon Low <lostlogic@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :

  The installation of dhcpcd binary got in the wrong place somehow, fixed.

*dhcpcd-1.3.22_p3 (29 Oct 2002)

  30 Oct 2002; Brandon Low <lostlogic@gentoo.org> dhcpcd-1.3.20_p13.ebuild dhcpcd-1.3.22_p3.ebuild:

  Fix package version and various ebuild fixes.

  29 Oct 2002; Brandon Low <lostlogic@gentoo.org> dhcpcd-1.3.20_p13.ebuild :

  Version bump, apparently many upstream bugfixes.

*dhcpcd-1.3.20_p0-r1 (1 Feb 2002)

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.20_p0-r1.ebuild :
  Added stable mips keyword to the ebuild.

  18 Sept 2002; SpanKY <vapier@gentoo.org> ChangeLog dhcpcd-1.3.20_p0-r1.ebuild :
  Fixed HOMEPAGE.

  6 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog dhcpcd-1.3.20_p0-r1.ebuild :
  Added KEYWORDS, SLOT, LICENSE.

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.

*dhcpcd-1.3.20_p0 (6 July 2002)

  6 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog dhcpcd-1.3.20_p0.ebuild:
  Added KEYWORDS, SLOT, LICENSE.