summaryrefslogtreecommitdiff
blob: e6d8ec0992af4eeba78d1e42c6e25d683dd0322d (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
# ChangeLog for mail-mta/exim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.133 2009/06/24 13:28:10 tove Exp $

  24 Jun 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
  New maintainer needed as peitolm retires (#203843)

*exim-4.69-r2 (02 Aug 2008)

  02 Aug 2008; Colin Morey <peitolm@gentoo.org> +files/exim.logrotate,
  metadata.xml, +exim-4.69-r2.ebuild:
  Provides fixes for #35148 - exim does not provide logrotate configuration

  23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
  add GLEP 56 USE flag desc from use.local.desc

  16 Jul 2008; Luca Longinotti <chtekk@gentoo.org> exim-4.69.ebuild,
  exim-4.69-r1.ebuild:
  Dep on PostgreSQL libs only.

  21 May 2008; Tiziano Müller <dev-zero@gentoo.org> exim-4.69.ebuild,
  exim-4.69-r1.ebuild:
  Changed dependency for postgresql from dev-db/postgresql to
  virtual/postgresql-server

  14 May 2008; Diego Pettenò <flameeyes@gentoo.org> exim-4.69.ebuild:
  Also old revision.

  14 May 2008; Diego Pettenò <flameeyes@gentoo.org> exim-4.69-r1.ebuild:
  Depend on virtual/pam as the code builds fine with OpenPAM.

  05 May 2008; Colin Morey <peitolm@gentoo.org>
  +files/exim-4.69-r1.27021.patch,
  +files/exim-4.69-r1.boolean_redefine_protect.152706.patch,
  exim-4.69-r1.ebuild:
  Patches added from:-
  #27021  - mail-mta/exim - Mail filtering and maildir enhancements for exim.conf
  #152706 - mail-mta/exim - use shared libpcre + other fixed

  24 Apr 2008; Raúl Porcel <armin76@gentoo.org> -files/digest-exim-4.68,
  -files/digest-exim-4.69, -files/digest-exim-4.69-r1:
  Remove digests

  09 Apr 2008; Colin Morey <peitolm@gentoo.org> exim-4.69-r1.ebuild:
  Clearing out redundant IUSE, moving system_filter.exim to distfiles rather
  than /files (bug #120459)

  30 Mar 2008; Colin Morey <peitolm@gentoo.org> -exim-4.68.ebuild:
  Retrying removal of insecure version

  20 Mar 2008; Colin Morey <peitolm@gentoo.org> -exim-4.68.ebuild:
  Removing old, insecure stable version.

  07 Mar 2008; Steve Dibb <beandog@gentoo.org> exim-4.69.ebuild:
  amd64 stable, bug 198379

  07 Mar 2008; Jeroen Roovers <jer@gentoo.org> exim-4.69.ebuild:
  Stable for HPPA (bug #198379).

  06 Mar 2008; Raúl Porcel <armin76@gentoo.org> exim-4.69.ebuild:
  alpha/ia64/sparc stable wrt #198379

  06 Mar 2008; Christian Faulhammer <opfer@gentoo.org> exim-4.69.ebuild:
  stable x86, security bug 198379

  05 Mar 2008; Brent Baude <ranger@gentoo.org> exim-4.69.ebuild:
  Marking exim-4.69 ppc64 for bug 198379

  05 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org> exim-4.69.ebuild:
  ppc stable, bug #198379

*exim-4.69-r1 (04 Feb 2008)

  04 Feb 2008; Colin Morey <peitolm@gentoo.org> -files/exim-4.30-conf.patch,
  +exim-4.69-r1.ebuild:
  New ebuild with lots of little fixes, once this has been in for a couple of
  weeks, the old versions can be removed. exim-4.30-conf patch was just to
  cover a default syslog logging location, this is no-longer relevant (came in
  with bug #27206).

*exim-4.69 (13 Jan 2008)

  13 Jan 2008; Colin Morey <peitolm@gentoo.org>
  -files/exim-4.10-gentoo.diff, -files/exim-4.50-srs_update-1.0.patch,
  -files/exim-4.66-openssl.patch, -files/configure, +exim-4.69.ebuild:
  General tidy up of files due to space consumption. new rev bump for security
  bug #198379

  02 Dec 2007; Colin Morey <peitolm@gentoo.org> -exim-4.60-r1.ebuild,
  -exim-4.62.ebuild, -exim-4.66.ebuild, -exim-4.67.ebuild,
  -exim-4.67-r1.ebuild, -exim-4.67-r2.ebuild:
  Removing old ebuilds part of clean up for

  16 Nov 2007; nixnut <nixnut@gentoo.org> exim-4.68.ebuild:
  Stable on ppc wrt bug 198489

  16 Nov 2007; Steve Dibb <beandog@gentoo.org> exim-4.68.ebuild:
  amd64 stable, bug 198489

  14 Nov 2007; Jeroen Roovers <jer@gentoo.org> exim-4.68.ebuild:
  Stable for HPPA (bug #198489). Fixed many quoting issues.

  11 Nov 2007; Raúl Porcel <armin76@gentoo.org> exim-4.68.ebuild:
  alpha/ia64/sparc stable wrt #198489

  10 Nov 2007; Dawid Węgliński <cla@gentoo.org> exim-4.68.ebuild:
  Stable on x86 (bug #198489)

  10 Nov 2007; Markus Rothe <corsair@gentoo.org> exim-4.68.ebuild:
  Stable on ppc64; bug #198489

  28 Oct 2007; Christian Heim <phreak@gentoo.org> exim-4.60-r1.ebuild,
  exim-4.62.ebuild, exim-4.66.ebuild, exim-4.67.ebuild, exim-4.67-r1.ebuild,
  exim-4.67-r2.ebuild, exim-4.68.ebuild:
  Include virtual/logger in RDEPEND, as the initscript already specifies 'need
  logger'.

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> exim-4.67-r1.ebuild:
  Stable on ppc64

*exim-4.68 (04 Sep 2007)

  04 Sep 2007; Colin Morey <peitolm@gentoo.org> +exim-4.68.ebuild:
  Version Bump to 4.68

  09 Aug 2007; Raúl Porcel <armin76@gentoo.org> exim-4.67-r1.ebuild:
  alpha stable

  30 Jul 2007; Colin Morey <peitolm@gentoo.org> exim-4.67-r2.ebuild:
  Re-instating missing archs that were accidently dropped in the new revision. #176487

  25 Jul 2007; Raúl Porcel <armin76@gentoo.org> exim-4.67-r2.ebuild:
  Re-add ~alpha wrt #176487

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; exim-4.60-r1.ebuild,
  exim-4.62.ebuild, exim-4.66.ebuild, exim-4.67.ebuild, exim-4.67-r1.ebuild,
  exim-4.67-r2.ebuild:
  Drop virtual/x11 references.

*exim-4.67-r2 (19 Jul 2007)

  19 Jul 2007; Colin Morey <peitolm@gentoo.org> +exim-4.67-r2.ebuild:
  Fixes for bugs 180894 (Broken symlinks) 184697 (missing -lcrypto when
  building with domainkeys)

  30 Jun 2007; Raúl Porcel <armin76@gentoo.org> exim-4.67-r1.ebuild:
  Add ~alpha wrt #176487

  17 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> exim-4.67-r1.ebuild:
  Added ~ppc, bug #176487

  16 Jun 2007; Christoph Mende <angelos@gentoo.org> exim-4.67-r1.ebuild:
  Added ~amd64 wrt bug 176487

*exim-4.67-r1 (31 May 2007)

  31 May 2007; Colin Morey <peitolm@gentoo.org> +exim-4.67-r1.ebuild:
  new ebuild provides fixes for #82772, moved synlinks to the negative side of
  an if use mailwrapper.

  03 May 2007; Colin Morey <peitolm@gentoo.org> files/auth_conf.sub,
  files/exim.rc6:
  files/exim-rc6 - fix for Bug 116196, add reload option
  files/auth_conf.sub - Fix for Bug 150695, escape colons
  Keyworded x86

  07 May 2007; Jeroen Roovers <jer@gentoo.org> exim-4.67.ebuild:
  Marked ~hppa (bug #176487).

  03 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> exim-4.67.ebuild:
  Keyworded ~sparc wrt #176487

  01 May 2007; Markus Rothe <corsair@gentoo.org> exim-4.67.ebuild:
  Added ~ppc64; bug #176487

  01 May 2007; Raúl Porcel <armin76@gentoo.org> exim-4.67.ebuild:
  Add ~ia64 wrt bug 176487

  28 Apr 2007; Sven Wegener <swegener@gentoo.org> exim-4.60-r1.ebuild,
  exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild, exim-4.66.ebuild,
  exim-4.67.ebuild:
  Fix *initd, *confd and *envd calls (#17388, #174266)

  21 Apr 2007; Raúl Porcel <armin76@gentoo.org> exim-4.62.ebuild:
  ia64 stable


*exim-4.67 (18 Apr 2007)

  18 Apr 2007; Colin Morey <peitolm@gentoo.org> +exim-4.67.ebuild:
  Version Bump (174927), adding radius support for 103708, domainkeys support
  for 111729

  07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> exim-4.60-r1.ebuild,
  exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild:
  add libtasn1 as dependency for USE=gnutls, as reported in bug 143519 by zmedico

  19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
  Remove pfeifer from metadata.xml due to retirement.

  18 Mar 2007; Marius Mauch <genone@gentoo.org> exim-4.60-r1.ebuild,
  exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild:
  Replacing einfo with elog

*exim-4.66 (17 Mar 2007)

  17 Mar 2007; Colin Morey <peitolm@gentoo.org>
  +files/exim-4.66-openssl.patch, +exim-4.66.ebuild:
  Version bump, also adding dovecot-sasl suport and openssl patch from
  http://bugs.gentoo.org/show_bug.cgi?id=161572

  08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Regenerate digest in Manifest2 format.

  20 Dec 2006; Colin Morey <peitolm@gentoo.org> files/mailer.conf:
  adding fixes for 128105 (adding 3 lines to mailer.conf)

  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> exim-4.60-r1.ebuild,
  exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild:
  dev-db/mysql => virtual/mysql

  21 Nov 2006; Michael Hanselmann <hansmi@gentoo.org> exim-4.62.ebuild:
  Stable on hppa, ppc.

  11 Oct 2006; Markus Rothe <corsair@gentoo.org> exim-4.62.ebuild:
  Stable on ppc64

  10 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> exim-4.62.ebuild:
  Stable on sparc

*exim-4.63 (27 Sep 2006)

  27 Sep 2006; Colin Morey <peitolm@gentoo.org> exim-4.62.ebuild,
  +exim-4.63.ebuild:
  Version Bump, and Stabilisation

*exim-4.62 (12 Jun 2006)

  12 Jun 2006; Colin Morey <peitolm@gentoo.org> -files/exiscan.conf,
  -exim-4.50-r999.ebuild, -exim-4.54.ebuild, -exim-4.60.ebuild,
  +exim-4.62.ebuild:
  New Version Bump, #132009
  Cleaning out old files for #100369, #120459

  29 May 2006; Simon Stelling <blubb@gentoo.org> exim-4.60-r1.ebuild:
  stable on amd64

  17 May 2006; Fernando J. Pereda <ferdy@gentoo.org> exim-4.60-r1.ebuild:
  Stable on alpha.

  20 Apr 2006; Colin Morey <peitolm@gentoo.org> ChangeLog:
  Version bump, adding 4.61

  11 Apr 2006; Guy Martin <gmsoft@gentoo.org> exim-4.60-r1.ebuild:
  Stable on hppa.

  07 Apr 2006; Tobias Scherbaum <dertobi123@gentoo.org> exim-4.60-r1.ebuild:
  ppc stable, bug #127541

  03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> exim-4.60-r1.ebuild:
  Stable on sparc wrt #127541

  29 Mar 2006; Markus Rothe <corsair@gentoo.org> exim-4.60-r1.ebuild:
  Stable on ppc64; bug #127541

  29 Mar 2006; Colin Morey <peitolm@gentoo.org> exim-4.60-r1.ebuild:
  Marking 4.60-r1 stable for x86. #127541

  28 Mar 2006; Aron Griffis <agriffis@gentoo.org> exim-4.60-r1.ebuild:
  Mark 4.60-r1 stable on ia64. #127541

*exim-4.60-r1 (05 Mar 2006)

  05 Mar 2006; Colin Morey <peitolm@gentoo.org>
  -files/exim-4.33-r1-header-syntax.patch,
  -files/exim-4.43-r2-host_aton-buff.patch, 
  Second stage, removal of old patches.

  05 Mar 2006; Colin Morey <peitolm@gentoo.org> -exim-4.43-r2.ebuild,
  -exim-4.50-r1.ebuild, -exim-4.50-r2.ebuild, -exim-4.50.ebuild,
  -exim-4.52.ebuild, +exim-4.60-r1.ebuild:
  First stage of general tidy-up, getting rid of old versions of the ebuild
  New version fixes #120229 (wrong processing of sqlite flag),
  #100369 (exiscan move to mirrors), #120459 (exim has a large FILESDIR)
  #110234 (Add support for AUTH_CYRUS_SASL)

  20 Feb 2006; Markus Rothe <corsair@gentoo.org> exim-4.60.ebuild:
  Stable on ppc64

  26 Jan 2006; Aron Griffis <agriffis@gentoo.org> exim-4.60.ebuild:
  Mark 4.60 stable on ia64 #120465

  25 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> exim-4.60.ebuild:
  Make modular X happy for bug 119895. Thanks to Igor V. Kovalenko <garrison
  at mail dot ru>.

  04 Dec 2005; Tom Gall <tgall@gentoo.org>  exim-4.54.ebuild:
  stable on ppc64

*exim-4.60 (28 Nov 2005)

  28 Nov 2005; Colin Morey <peitolm@gentoo.org> +exim-4.60.ebuild:
  New Version bump, with fixes for bugs, 101948 110741 and 110234

  28 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> exim-4.54.ebuild:
  Stable on sparc wrt #103894

  27 Oct 2005; Simon Stelling <blubb@gentoo.org> exim-4.54.ebuild:
  marked stable on amd64 wrt bug 103894

  24 Oct 2005; Marcin Kryczek <mkay@gentoo.org> exim-4.54.ebuild:
  stable on x86

  24 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> exim-4.54.ebuild:
  Stable on hppa, ppc.

  24 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> exim-4.54.ebuild:
  stable on alpha wrt bug #103894

  21 Oct 2005; Simon Stelling <blubb@gentoo.org> exim-4.54.ebuild:
  added ~amd64 keyword

  20 Oct 2005; Colin Morey <peitolm@gentoo.org> :
  Fix for bug #54909

  16 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> exim-4.54.ebuild:
  marked ~alpha as per bug #103894

  16 Oct 2005; Jason Wever <weeve@gentoo.org> exim-4.54.ebuild:
  Added ~sparc keyword as it keeps getting dropped from this package :(

  15 Oct 2005; Tom Gall <tgall@gentoo.org> exim-4.54.ebuild:
  added ~ppc64 bug#109362

  13 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> exim-4.54.ebuild:
  Unstable on hppa. See bug #103894.

  10 Oct 2005; Colin Morey <peitolm@gentoo.org> exim-4.54.ebuild:
  fix to Local/Makefile sed

  09 Oct 2005; Colin Morey <peitolm@gentoo.org> exim-4.54.ebuild:
  missing DEPEND fix bug #108605

  02 Oct 2005; Jason Wever <weeve@gentoo.org> exim-4.52.ebuild:
  Added ~sparc keyword.

*exim-4.54 (08 Oct 2005)

  08 Oct 2005; Colin Morey <peitolm@gentoo.org> +exim-4.54.ebuild:
  New exim revision, and fix for bug #77996 (EXIM GNUTLS support addition)

  18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> exim-4.50-r1.ebuild:
  Stable on ppc.

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

  07 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> exim-4.50-r1.ebuild:
  stable on alpha

  30 Jul 2005; Colin Morey <peitolm@gentoo.org> exim-4.52.ebuild:
  Version bump, with a requirement on an updated version of libspf2( see bug
  115200) that fixes bug 58282.

  15 Jul 2005; David Holm <dholm@gentoo.org> exim-4.50-r2.ebuild:
  Added to ~ppc.

*exim-4.50-r999 (11 Jul 2005)

  11 Jul 2005; Andrej Kacian <ticho@gentoo.org> files/mailer.conf,
  +exim-4.50-r999.ebuild:
  Committed a mailer-config aware ebuild, to be masked until all other MTAs
  are ready to be unmasked all at once. Bug #97657.

  05 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> exim-4.50-r1.ebuild:
  Stable on hppa.

  02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> exim-4.50-r1.ebuild:
  Add ~alpha keyword.

  26 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> exim-4.50-r1.ebuild:
  Readded to ~ppc. Please don't drop keywords!

  20 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> exim-4.50-r1.ebuild:
  Added to ~hppa.

  12 Jun 2005; Colin Morey <peitolm@gentoo.org> exim-4.50-r1.ebuild:
  Bumping to stable, I've had no bugs posted re this version.

  10 May 2005; Jay Pfeifer <pfeifer@gentoo.org> exim-4.50-r1.ebuild:
  Bring forward ~amd64 from 4.43 stuff.
  Been running 4.50-r1 on 4 different amd64 systems for about 6 weeks now.

*exim-4.50-r1 (08 Mar 2005)

  08 Mar 2005; Colin Morey <peitolm@gentoo.org> -exim-4.33-r1.ebuild,
  -exim-4.34-r1.ebuild, -exim-4.34.ebuild, -exim-4.40.ebuild,
  -exim-4.41.ebuild, -exim-4.42.ebuild, -exim-4.43-r1.ebuild,
  -exim-4.43.ebuild, +exim-4.50-r1.ebuild:
  Bug fixes for exiscan incorporation into mainstream (patch was out of
  order).
  
  Clean up of old, insecure versions, every arch should be represented by at
  least one ebuild.

  03 Mar 2005; Colin Morey <peitolm@gentoo.org> :
  New Version and bug fix for #79743

  20 Feb 2005; Aron Griffis <agriffis@gentoo.org> exim-4.43-r2.ebuild:
  stable on ia64 #76893

  27 Jan 2005; Andrej Kacian <ticho@gentoo.org> files/exim.rc6:
  Added "use antivirus" to initscript depend().

  12 Jan 2005; Colin Morey <peitolm@gentoo.org> exim-4.43-r2.ebuild:
  Bumping to stable.

  10 Jan 2005; Tom Martin <slarti@gentoo.org> exim-4.43-r2.ebuild:
  Stable on amd64 for security bug 76893.

*exim-4.43-r2 (10 Jan 2005)

  10 Jan 2005; Guy Martin <gmsoft@gentoo.org> exim-4.43-r2.ebuild:
  Stable on hppa (#76893).

  08 Jan 2005; Colin Morey <peitolm@gentoo.org> files/exim.rc6,
  exim-4.43.ebuild:
  Added "syslog" USE flag, enables the ability to define syslog as the default
  log path, rather than /var/log/exim/exim_%s.log

  08 Jan 2005; Colin Morey <peitolm@gentoo.org> files/exim.rc6,
  exim-4.43.ebuild:
  Added optional explict perl dependancy see bug #46778

  08 Jan 2005; Colin Morey <peitolm@gentoo.org> files/exim.rc6,
  exim-4.43.ebuild:
  Added Security path (host_aton) for bug 76893 Added dlopen patch for sa-exim
  bug #47106 Removed wildlsearch USE flag, and added nis USE flag, and passwd
  lookups, bug #51257. Updated exim.rc6 to stop exim using the pidfile, rather
  than exec.

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

*exim-4.43-r1 (28 Dec 2004)

  28 Dec 2004; Andrej Kacian <ticho@gentoo.org> +exim-4.43-r1.ebuild:
  Fixed zcat location in Local/Makefile. Patch by Martin Hierling
  <mad@cc.fh-lippe.de>, bug #63896.

  04 Dec 2004; Tom Martin <slarti@gentoo.org> exim-4.42.ebuild:
  Stable on amd64.

  11 Nov 2004; Aron Griffis <agriffis@gentoo.org> exim-4.43.ebuild:
  add ~ia64

  19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> exim-4.42.ebuild,
  exim-4.43.ebuild:
  KEYWORDS ~amd64 to close bug 61163.

  10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> exim-4.42.ebuild:
  Stable on alpha.

  08 Oct 2004; Guy Martin <gmsoft@gentoo.org> exim-4.42.ebuild:
  Marked stable on hppa.

*exim-4.43 (07 Oct 2004)

  07 Oct 2004; Colin Morey <peitolm@gentoo.org> exim-4.42.ebuild,
  +exim-4.43.ebuild:
  New Version Bump and Bump of 4.42 to stable.

  04 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> exim-4.42.ebuild:
  Keyword ~alpha.

  05 Sep 2004; Guy Martin <gmsoft@gentoo.org> exim-4.41.ebuild,
  exim-4.42.ebuild:
  Exim 4.41 stable on hppa and 4.42 ~hppa.

  31 Aug 2004; Sven Wegener <swegener@gentoo.org> :
  Fixed digest.

*exim-4.42 (30 Aug 2004)

  30 Aug 2004; Colin Morey <peitolm@gentoo.org> -exim-4.10.ebuild,
  -exim-4.12.ebuild, -exim-4.14.ebuild, -exim-4.20-r1.ebuild,
  -exim-4.20-r2.ebuild, -exim-4.20.ebuild, -exim-4.21.ebuild,
  -exim-4.22.ebuild, -exim-4.24-r1.ebuild, -exim-4.24-r2.ebuild,
  -exim-4.24-r3.ebuild, -exim-4.24.ebuild, -exim-4.30-r1.ebuild,
  -exim-4.30.ebuild, -exim-4.31.ebuild, -exim-4.32-r1.ebuild,
  -exim-4.32.ebuild, -exim-4.33.ebuild, exim-4.41.ebuild, +exim-4.42.ebuild:
  Pruned out old, vulnerable versions (bug #50217).

*exim-4.42 (30 Aug 2004)

  30 Aug 2004; Colin Morey <peitolm@gentoo.org> exim-4.41.ebuild,
  +exim-4.42.ebuild:
  Version bump to 4.42 and stablization of exim-4.41.ebuild

*exim-4.41 (22 Jul 2004)

  22 Jul 2004; Colin Morey <peitolm@gentoo.org> +exim-4.41.ebuild:
  Revision Bump.

*exim-4.40 (18 Jul 2004)

  18 Jul 2004; Colin Morey <peitolm@gentoo.org> +exim-4.40.ebuild:
  New Exim 4.40 ebuild, fixes bugs 57186 (exim builds eximon.bin but doesn't use
  it), 57206 ( No build time dependancy on X if USE="X"), 28665 (mail/nailx
  /usr/bin/mail clash).

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> exim-4.10.ebuild:
  virtual/glibc -> virtual/libc

  11 Jun 2004; Grant Goodyear <g2boojum@gentoo.org> exim-4.34-r1.ebuild:
  Marking stable on all arch's to fix the raft of 
  inconsistent-mailwrapper bugs.

*exim-4.34-r1 (30 May 2004)

  30 May 2004; Grant Goodyear <g2boojum@gentoo.org> files/mailer.conf,
  exim-4.24-r3.ebuild, exim-4.30-r1.ebuild, exim-4.30.ebuild,
  exim-4.31.ebuild, exim-4.32-r1.ebuild, exim-4.32.ebuild,
  exim-4.33-r1.ebuild, exim-4.33.ebuild, +exim-4.34-r1.ebuild,
  exim-4.34.ebuild:
  New revision w/ "mailwrapper" as an optional dep.
  
  Removed mailwrapper as a dep from a number of packages where the
  package was not, in fact, actually using mailwrapper.  (In fact,
  the package was clobbering /usr/sbin/sendmail w/ a symlink.)
  
  In the masked ebuild I also removed the "maildir" use flag, instead
  keying on ! mbox.  We're going to remove maildir as a USE flag soon.

*exim-4.24-r2 (29 May 2004)

  29 May 2004; Robin H. Johnson <robbat2@gentoo.org> exim-4.10.ebuild,
  exim-4.12.ebuild, exim-4.14.ebuild, exim-4.20-r1.ebuild,
  exim-4.20-r2.ebuild, exim-4.20.ebuild, exim-4.21.ebuild, exim-4.22.ebuild,
  exim-4.24-r1.ebuild, exim-4.24-r2.ebuild, exim-4.24-r3.ebuild,
  exim-4.24.ebuild, exim-4.30-r1.ebuild, exim-4.30.ebuild, exim-4.31.ebuild,
  exim-4.32-r1.ebuild, exim-4.32.ebuild, exim-4.33-r1.ebuild,
  exim-4.33.ebuild, exim-4.34.ebuild, metadata.xml, files/auth_conf.sub,
  files/configure, files/exim-4.10-gentoo.diff, files/exim-4.14-tail.patch,
  files/exim-4.20-maildir.patch, files/exim-4.30-conf.patch,
  files/exim-4.33-r1-header-syntax.patch, files/exim.confd, files/exim.rc6,
  files/exiscan.conf, files/mailer.conf, files/pam.d-exim,
  files/system_filter.exim:
  Moved from net-mail/exim to mail-mta/exim.

  14 May 2004; Luca Barbato <lu_zero@gentoo.org> exim-4.34.ebuild:
  Marked ppc

  13 May 2004; Colin Morey <peitolm@gentoo.org> exim-4.34.ebuild:
  Bumping 4.34 to stable

  11 May 2004; Guy Martin <gmsoft@gentoo.org> exim-4.34.ebuild:
  Marked stable on hppa.

  11 May 2004; Bryan Østergaard <kloeri@gentoo.org> exim-4.34.ebuild:
  Stable on alpha, bug #50217.

  11 May 2004; Jon Portnoy <avenj@gentoo.org> exim-4.34.ebuild :
  AMD64 keywords per security bug.

*exim-4.34 (10 May 2004)

  10 May 2004; Colin Morey <peitolm@gentoo.org> exim-4.34.ebuild:
  Version bump, should resolve bug #50217

*exim-4.33-r1 (09 May 2004)

  09 May 2004; Colin Morey <peitolm@gentoo.org> exim-4.33-r1.ebuild:
  Security bump.

*exim-4.33 (06 May 2004)

  06 May 2004; Colin Morey <peitolm@gentoo.org> exim-4.33.ebuild:
  Version bump, now using .bz2 source

  02 May 2004; Colin Morey <peitolm@gentoo.org> exim-4.32-r1.ebuild:
  Bumping to Stable. Latest exiscan-acl patch

*exim-4.32-r1 (28 Apr 2004)

  28 Apr 2004; Colin Morey <peitolm@gentoo.org> exim-4.32-r1.ebuild:
  Bump of exiscan-acl patch

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> exim-4.12.ebuild,
  exim-4.14.ebuild, exim-4.20-r1.ebuild, exim-4.20-r2.ebuild,
  exim-4.20.ebuild, exim-4.21.ebuild, exim-4.22.ebuild, exim-4.24-r1.ebuild,
  exim-4.24-r2.ebuild, exim-4.24-r3.ebuild, exim-4.24.ebuild,
  exim-4.30-r1.ebuild, exim-4.30.ebuild, exim-4.31.ebuild, exim-4.32.ebuild:
  Add inherit eutils

*exim-4.32 (24 Apr 2004)

  24 Apr 2004; Colin Morey <peitolm@gentoo.org> exim-4.31.ebuild,
  exim-4.32.ebuild, metadata.xml:
  Version bump, also fixes the following :
    # Includes Typo fix for bug 47106
    # enable optional exim_monitor support via X use flag bug #46778
    # To fix bug 41196 (ipv6 breakage)

  24 Apr 2004; Colin Morey <peitolm@gentoo.org> exim-4.31.ebuild,
  metadata.xml:
  Bumping exim-4.31 to stable

*exim-4.30-r1 (30 Mar 2004)

  30 Mar 2004; Colin Morey <peitolm@gentoo.org> exim-4.30-r1.ebuild:
  provides fixes for, #40358 #28665 #27206

*exim-4.31 (30 Mar 2004)

  30 Mar 2004; Colin Morey <peitolm@gentoo.org> exim-4.31.ebuild:
  Version Bump, also provides fixes for, #40358 #28665 #27206

*exim-4.30 (29 Mar 2004)

  29 Mar 2004; Jay Pfeifer <pfeifer@gentoo.org> exim-4.30.ebuild
  Version bump. Closes bug #36486.

*exim-4.24-r3 (23 Mar 2004)

  23 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> exim-4.24-r3.ebuild,
  files/mailer.conf:
  New revision that supports mailwrapper.

  14 Mar 2004; Tom Gall <tgall@gentoo.org> exim-4.24-r1.ebuild,
  exim-4.24-r2.ebuild:
  remove ppc64 for now

*exim-4.24-r2 (06 Mar 2004)

  06 Mar 2004; Kurt Lieber <klieber@gentoo.org> exim-4.24-r2.ebuild:
  change to allow extra LDFLAGS to be passed to exim

  18 Jan 2004; Martin Holzer <mholzer@gentoo.org> files/exim.rc6:
  adding provide mta. Closes #34544.

  14 Jan 2004; Aron Griffis <agriffis@gentoo.org> exim-4.24-r1.ebuild:
  add ~alpha (bug 21240)

  14 Dec 2003; Lars Weiler <pylon@gentoo.org> exim-4.24-r1.ebuild:
  Make stable on ppc

*exim-4.24-r1 (07 Nov 2003)

  07 Nov 2003; Kurt Lieber <klieber@gentoo.org> exim-4.24-r1.ebuild:
  minor change to fix 32814. if the original ebuild emerged successfully for
  you, there is no need to install this version.

  05 Nov 2003; Kurt Lieber <klieber@gentoo.org> exim-4.22.ebuild,
  exim-4.24.ebuild:
  fixed #29881.  thanks to Marcin Jurczuk <spock@stars.eu.org> for the patch

*exim-4.24 (05 Nov 2003)

  05 Nov 2003; Kurt Lieber <klieber@gentoo.org> exim-4.24.ebuild,
  version bump

  21 Oct 2003; Tavis Ormandy <taviso@gentoo.org> exim-4.21.ebuild:
  adding ~alpha keyword

*exim-4.22 (18 Aug 2003)

  18 Aug 2003; Nick Hadaway <raker@gentoo.org> exim-4.22.ebuild:
  Upstream bug fixes for ipv6 and a compile warning among others.
  No ebuild changes.

*exim-4.21 (17 Aug 2003)

  17 Aug 2003; Nick Hadaway <raker@gentoo.org> exim-4.21.ebuild:
  exiscan support has been deprecated.  exiscan-acl is still around 
  though.  ipv6 support has been added.  4.21 contains a patch for a 
  recently announced security flaw.

*exim-4.20-r2 (16 Aug 2003)

  16 Aug 2003; Nick Hadaway <raker@gentoo.org> exim-4.20-r2.ebuild:
  Added USE_DB=yes to ${S}/Local/Makefile so exim uses the "native"
  dbm interface.  This Should resolve bug #25181.

  18 Jul 2003; Olivier Crete <tester@gentoo.org> exim-4.14.ebuild,
  exim-4.20-r1.ebuild, files/exim-4.14-tail.patch:
  Posixify tail and add amd64

  08 Jul 2003; Todd Berman <tberman@gentoo.org> exim-4.12.ebuild,
  exim-4.14.ebuild, exim-4.20-r1.ebuild, exim-4.20.ebuild:
  Updating the mailbase RDEPEND.

*exim-4.20-r1 (27 Jun 2003)

  30 Jun 2003; Guy Martin <gmsoft@gentoo.org> exim-4.20-r1.ebuild :
  Added hppa to KEYWORDS.

  27 Jun 2003; Todd Berman <tberman@gentoo.org> exim-4.20-r1.ebuild,
  files/exim-4.20-maildir.patch:
  Great fixup by srcerer <tschafer@hotmail.com>, including (but not limited to)
  logging to /var/log/exim, maildir support via USE, exiscan and exiscan-acl
  also follow maildir USE variable, assorted other small fixed and closed bugs
  (#21513, #21480, #21302)

  12 Jun 2003; <msterret@gentoo.org> exim-4.20.ebuild:
  add Header

  12 Jun 2003; <msterret@gentoo.org> exim-4.14.ebuild:
  add Header

*exim-4.20 (10 Jun 2003)

  10 Jun 2003; Jack Morgan <jmorgan@gentoo.org> exim-4.20.ebuild:
  Added new edbuild. Includes exiscan-acl support. Thanks to Tim Schafer <tschafer@hotmail.com>
  Closes bug #21302

*exim-4.14 (30 May 2003)

  30 May 2003; Jack Morgan <jmorgan@gentoo.org> exim-4.14.ebuild:
  Updates exiscan, closes bug #20613 

*exim-4.12 (28 Jan 2003)

  25 Apr 2003; Martin Holzer <mholzer@gentoo.org> exim-4.12.ebuild:
  fixed wrong sed state. Closes #19886.

  12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
  exim-4.12.ebuild:
  added symlinks for rsmtp and rmail, closing bug #19126 by Stefan Fo"rster
  <gentoo@stefan-foerster.de>

  25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> exim-4.12.ebuild:
  removed suid bit on /etc/conf.d/exim thanks to: Benjamin Podszun (Blafasel @
  irc) <Dar@Dar-Klajid.de> in bug #18148

  07 Feb 2003; Nick Hadaway <raker@gentoo.org> exim-4.12.ebuild :
  Marked stable for x86.

  28 Jan 2003; Nick Hadaway <raker@gentoo.org> exim-4.12.ebuild,
  files/digest-exim-4.12 :
  Version bump.  Also bumped exiscan to 4.12-21.

  16 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> : exim-4.10.ebuild
  Marked stable.  

  15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> : exim-4.10.ebuild
  Added patch to fix security issue.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*exim-4.10 (15 Nov 2002)

  12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> exim-4.10.ebuild:
  same, but for the previous version as well

  03 Feb 2003; Jon Nall <nall@gentoo.org> exim-4.10.ebuild :
  added ~ppc

  15 Nov 2002; Nick Hadaway <raker@gentoo.org> exim-4.10.ebuild,
  files/digest-exim-4.10, files/exiscan.conf :
  New exim ebuild with support for exiscan patched in.  Marked unstable.

*exim-4.05 (29 Aug 2002)

  15 Sep 2002; Nick Hadaway <raker@gentoo.org> exim-4.05.ebuild :
  Fixed a typo.  -lpg to -lpq.  See bug #7878

  11 Sep 2002; Nick Hadaway <raker@gentoo.org> exim-4.05.ebuild :
  Updated ebuild to install convert4r{3,4} into /usr/sbin as suggested
  by bug #7702 and changed use variable from pgsql to postgres.

  03 Sep 2002; Nick Hadaway <raker@gentoo.org> exim-4.05.ebuild :
  Still masked.  /etc/exim/configure.default is now installed as
  /etc/exim/exim.conf.dist to match most other packages config file
  name style.

  01 Sep 2002; Nick Hadaway <raker@gentoo.org> exim-4.05.ebuild :
  Changed use variables to coincide with already defined system variables.

  29 Aug 2002; Nick Hadaway <raker@gentoo.org>
  exim-4.05.ebuild, files/digest-exim-4.05 :
  Version bump.  Currently masked for portage tree freeze.
  Removed nonexistant sample config.

*exim-4.04-r2 (20 Aug 2002)

  25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> exim-4.04-r2.ebuild:
  changed pgsql USE to postgres, which exists

  01 Sep 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r2.ebuild :
  Changed use variables to coincide with already defined system variables.

  29 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r2.ebuild :
  Removed nonexistant sample config.

  20 Aug 2002; Nick Hadaway <raker@gentoo.org>
  exim-4.04-r2.ebuild, files/digest-exim-4.04-r2 :
  Updated ebuild with a cleaner LOOKUP_INCLUDE and LOOKUP_LIBS scheme
  as suggested by Eric Renfro.  Added support for mta-pgsql USE variable 
  and updated dependancies.

*exim-4.04-r1 (15 Aug 2002)

  15 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r1.ebuild :
  Added LOOKUP_CDB to compile options.  This will add support for
  Constant Database lookups which are in many cases faster than
  linear lookups.  All CDB code is included in exim.  To learn more
  about CDB check out http://cr.yp.to/cdb.html.

  15 Aug 2002; Nick Hadaway <raker@gentoo.org> exim-4.04-r1.ebuild :
  Updated ebuild to add LOOKUP_DSEARCH support.  This allows more
  functionality to exim with virual hosts.

*exim-3.36-r1 (18 Apr 2002)

  18 Apr 2002; Ryan Phillips <rphillips@gentoo.org>
  exim-3.36-r1.ebuild files/digest-exim-3.36-r1 :
  Updated due to security exploit in exim-3.34
  
*exim-3.34-r2 (15 Apr 2002)

  15 Apr 2002; Seemant Kulleen <seemant@gentoo.org>
  exim-3.34-r2.ebuild files/digest-exim-3.34-r2 :
  Updated the USE flags from mta-ldap, mta-tls and mta-mysql to the more general
  and widely used ldap, ssl and mysql flags respectively.

*exim-3.34-r1 (1 Apr 2002)

  1 Apr 2002; Grant Goodyear <g2boojum@gentoo.org> :
  Applied jnelson patches (bug #1444) to solve "missing exim binary"
  problem.
  
*exim-3.34 (1 Feb 2002)

  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.