summaryrefslogtreecommitdiff
blob: 581d212498fea33ac577d827c988e4f7d61ef173 (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
# ChangeLog for net-mail/cyrus-imapd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.160 2011/05/10 14:37:07 eras Exp $

  10 May 2011; Eray Aslan <eras@gentoo.org> cyrus-imapd-2.4.8.ebuild:
  Fix home page

*cyrus-imapd-2.4.8 (10 May 2011)

  10 May 2011; Eray Aslan <eras@gentoo.org> +cyrus-imapd-2.4.8.ebuild:
  version bump - bug #350013

  30 Mar 2011; Michael Weber <xmw@gentoo.org> cyrus-imapd-2.3.16.ebuild:
  added ~arm (bug 302981)

  19 Mar 2011; Eray Aslan <eras@gentoo.org> cyrus-imapd-2.3.14-r3.ebuild,
  cyrus-imapd-2.3.15.ebuild, cyrus-imapd-2.3.16.ebuild:
  remove old style virtual/imapd

  10 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org>
  cyrus-imapd-2.3.16.ebuild, +files/cyrus-imapd-2.3.16+db-5.0.patch:
  Add patch to build against berkdb 5 (bug #351009).

*cyrus-imapd-2.3.16 (31 Dec 2009)

  31 Dec 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  -cyrus-imapd-2.3.14.ebuild, +cyrus-imapd-2.3.16.ebuild:
  Cleanup, Version bump

  27 Dec 2009; Joseph Jezak <josejx@gentoo.org>
  cyrus-imapd-2.3.14-r3.ebuild:
  Marked ppc stable for bug #283596.

  13 Dec 2009; Raúl Porcel <armin76@gentoo.org>
  cyrus-imapd-2.3.14-r3.ebuild:
  sparc stable wrt #283596

*cyrus-imapd-2.3.15 (22 Nov 2009)

  22 Nov 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  +cyrus-imapd-2.3.15.ebuild:
  Version bump, #285491

  18 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
  cyrus-imapd-2.3.14-r3.ebuild:
  stable x86, security bug 283596

  15 Nov 2009; Raúl Porcel <armin76@gentoo.org> cyrus-imapd-2.3.14.ebuild,
  cyrus-imapd-2.3.14-r3.ebuild:
  Add ~ia64

  28 Sep 2009; Tobias Scherbaum <dertobi123@gentoo.org> -files/imap.pam:
  Cleanup

  25 Sep 2009; Brent Baude <ranger@gentoo.org> cyrus-imapd-2.3.14-r3.ebuild:
  Marking cyrus-imapd-2.3.14-r3 ppc64 for bug 283596

  25 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  -files/cyrus-imapd-parallel.patch, -files/kolab/2.3.13/Logging.patch,
  -files/kolab/2.3.13/annotations2.patch,
  -files/kolab/2.3.13/folder-names.patch,
  -files/kolab/2.3.13/cyrus-imap-admin-2.3.13-kolab-annotations.patch,
  -files/kolab/2.3.13/groups.patch,
  -files/kolab/2.3.13/timsieved_starttls-sendcaps.patch,
  -files/kolab/2.3.13/uid.patch:
  Remove orphan patches.

  19 Sep 2009; Jeroen Roovers <jer@gentoo.org> cyrus-imapd-2.3.14-r3.ebuild:
  Stable for HPPA (bug #283596).

  18 Sep 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  files/cyrus-imapd-2.3.14-fix-db-rpath.patch:
  Fix db4.7 patch, #283596

  07 Sep 2009; <chainsaw@gentoo.org> cyrus-imapd-2.3.14-r3.ebuild:
  Marked stable on AMD64 as requested by Tobias Scherbaum
  <dertobi123@gentoo.org> in bug #283596. Tested as a secure IMAP
  (IMAPS/mandatory TLS) provider with inbound mail over LMTP.

  03 Sep 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.14-r3.ebuild, +files/cyrus-imapd-2.3.14-bug283596-2.patch,
  -files/cyrus-imapd-2.3.14-bug283596.patch:
  Fix patch

*cyrus-imapd-2.3.14-r3 (03 Sep 2009)

  03 Sep 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  -cyrus-imapd-2.3.13.ebuild, -cyrus-imapd-2.3.14-r2.ebuild,
  +cyrus-imapd-2.3.14-r3.ebuild, +files/cyrus-imapd-2.3.14-bug283596.patch:
  Revbump, #283596

  19 Jul 2009; nixnut <nixnut@gentoo.org> cyrus-imapd-2.3.14.ebuild:
  ppc stable #271800

*cyrus-imapd-2.3.14-r2 (09 Jul 2009)

  09 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  -cyrus-imapd-2.3.14-r1.ebuild, +cyrus-imapd-2.3.14-r2.ebuild,
  +files/cyrus-imapd-2.3.14-add-db47-support.patch,
  +files/cyrus-imapd-2.3.14-fix-db-rpath.patch:
  Fix build with db-4.7 and fix potential bdb-related rpath issue, thanks to
  Jorge Manuel B. S. Vicetto. #274595

*cyrus-imapd-2.3.14-r1 (12 Jun 2009)

  12 Jun 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/kolab/2.3.14/Annotations2.patch,
  +files/kolab/2.3.14/Folder-names.patch, +files/kolab/2.3.14/Groups2.patch,
  +files/kolab/2.3.14/Logging.patch, +files/kolab/2.3.14/UID.patch,
  +files/kolab/2.3.14/timsieved_starttls-sendcaps.patch,
  +cyrus-imapd-2.3.14-r1.ebuild:
  Revbump, include kolab-patches

  08 Jun 2009; Jeroen Roovers <jer@gentoo.org> cyrus-imapd-2.3.14.ebuild:
  Stable for HPPA (bug #271800).

  02 Jun 2009; Raúl Porcel <armin76@gentoo.org> cyrus-imapd-2.3.14.ebuild:
  sparc stable wrt #271800

  31 May 2009; Brent Baude <ranger@gentoo.org> cyrus-imapd-2.3.14.ebuild:
  Marking cyrus-imapd-2.3.14 ppc64 stable for bug 271800

  31 May 2009; Markus Meier <maekke@gentoo.org> cyrus-imapd-2.3.14.ebuild:
  amd64/x86 stable, bug #271800

*cyrus-imapd-2.3.14 (11 Apr 2009)

  11 Apr 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  -cyrus-imapd-2.3.13-r1.ebuild, +cyrus-imapd-2.3.14.ebuild:
  Version bump

  16 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  -files/cyrus-imapd-2.3.8-drac_with_autocreate.patch,
  -files/kolab/2.3.12_p2/cyradm_annotations.patch,
  -files/kolab/2.3.12_p2/folder-names.patch,
  -files/kolab/2.3.12_p2/annotations2.patch,
  -files/kolab/2.3.12_p2/groups.patch,
  -files/cyrus-imapd-2.3.11-drac_with_autocreate.patch,
  -files/kolab/2.3.12_p2/logging.patch,
  -files/kolab/2.3.12_p2/timsieved_starttls-sendcaps.patch,
  -files/kolab/2.3.12_p2/uid.patch, -cyrus-imapd-2.3.9-r1.ebuild,
  -cyrus-imapd-2.3.11.ebuild, -cyrus-imapd-2.3.12_p2.ebuild:
  Cleanup

  16 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.13.ebuild:
  HPPA stable, #253027

  07 Jan 2009; Brent Baude <ranger@gentoo.org> cyrus-imapd-2.3.13.ebuild:
  Marking cyrus-imapd-2.3.13 ppc64 for bug 253027

  04 Jan 2009; Markus Meier <maekke@gentoo.org> cyrus-imapd-2.3.13.ebuild:
  amd64/x86 stable, bug #253027

  31 Dec 2008; Friedrich Oslage <bluebird@gentoo.org>
  cyrus-imapd-2.3.13.ebuild:
  Stable on sparc, bug #253027

  29 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.13.ebuild:
  ppc stable, bug #253027

*cyrus-imapd-2.3.13-r1 (29 Dec 2008)

  29 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  +cyrus-imapd-2.3.13-r1.ebuild:
  Make sieve support optional (though enabled per default), #110218

*cyrus-imapd-2.3.13 (27 Oct 2008)

  27 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/kolab/2.3.13/Logging.patch, +files/kolab/2.3.13/annotations2.patch,
  +files/kolab/2.3.13/folder-names.patch,
  +files/kolab/2.3.13/cyrus-imap-admin-2.3.13-kolab-annotations.patch,
  +files/kolab/2.3.13/groups.patch,
  +files/kolab/2.3.13/timsieved_starttls-sendcaps.patch,
  +files/kolab/2.3.13/uid.patch, +cyrus-imapd-2.3.13.ebuild:
  Version bump

*cyrus-imapd-2.3.12_p2 (04 Jun 2008)

  04 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/kolab/2.3.12_p2/annotations2.patch,
  +files/kolab/2.3.12_p2/cyradm_annotations.patch,
  +files/kolab/2.3.12_p2/folder-names.patch,
  +files/kolab/2.3.12_p2/groups.patch, +files/kolab/2.3.12_p2/logging.patch,
  +files/kolab/2.3.12_p2/timsieved_starttls-sendcaps.patch,
  +files/kolab/2.3.12_p2/uid.patch, +cyrus-imapd-2.3.12_p2.ebuild:
  Version bump, include kolab patches (#194361), force -j1 (#222529) and
  stop forcing synchronous writes on ext3 (#224845)

  15 Mar 2008; Mark Loeser <halcy0n@gentoo.org> cyrus-imapd-2.3.9-r1.ebuild,
  cyrus-imapd-2.3.11.ebuild:
  Add a blocker in RDEPEND on virtual/imapd so we avoid manpage collisions;
  bug #198633

  15 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.11.ebuild:
  Fix manpage collision with leafnode, only install nntp related binaries
  and man-pages when the nntp use-flag is activated. #212379, reported by
  Joachim Breuer

  13 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.9-r1.ebuild, cyrus-imapd-2.3.11.ebuild:
  Remove redundant enewuser call as per #213280, reported by Arnaud Launay

  08 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.11.ebuild:
  Fix autoconf failure, bug #201146. Thanks to werner@pure.ch and Marius Mauch
  for testing and providing a fix

  18 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  -files/cyrus-imapd-2.2.12-gcc4.patch,
  -files/cyrus-imapd-2.2.13-deliver.patch,
  -files/cyrus-imapd-2.2-db45.patch, -files/cyrus-imapd-2.2.13-afs.patch,
  -files/cyrus-imapd-2.2.13-drac.patch, -files/cyrus-imapd-2.2.13-pts.patch,
  -files/cyrus-imapd-unsupported-8bit.patch, -cyrus-imapd-2.2.13-r1.ebuild:
  Cleanup

  14 Jan 2008; Christoph Mende <angelos@gentoo.org>
  cyrus-imapd-2.3.9-r1.ebuild:
  Stable on amd64 wrt bug #201684

  10 Jan 2008; Jeroen Roovers <jer@gentoo.org> cyrus-imapd-2.3.9-r1.ebuild:
  Stable for HPPA (bug #201684).

  05 Jan 2008; Raúl Porcel <armin76@gentoo.org>
  cyrus-imapd-2.3.9-r1.ebuild:
  sparc stable wrt #201684

*cyrus-imapd-2.3.11 (02 Jan 2008)

  02 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/cyrus-imapd-2.3.11-drac_with_autocreate.patch,
  +cyrus-imapd-2.3.11.ebuild:
  Version bump, bug #201952

  01 Jan 2008; Markus Meier <maekke@gentoo.org> cyrus-imapd-2.3.9-r1.ebuild:
  x86 stable, bug #201684

  31 Dec 2007; Brent Baude <ranger@gentoo.org> cyrus-imapd-2.3.9-r1.ebuild:
  Marking cyrus-imapd-2.3.9-r1 ppc64 for bug 201684

  31 Dec 2007; Brent Baude <ranger@gentoo.org> cyrus-imapd-2.3.9-r1.ebuild:
  Marking cyrus-imapd-2.3.9-r1 ppc for bug 201684

  11 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.9-r1.ebuild:
  install_cert already takes care of ROOT

  09 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.9-r1.ebuild:
  fix install_cert

*cyrus-imapd-2.3.9-r1 (09 Dec 2007)

  09 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  -files/cyrus-imapd-2.2.10-drac.patch,
  -files/cyrus-imapd-2.2.10-libwrap.patch,
  -files/cyrus-imapd-2.2.12-drac.patch, -files/cyrus-imapd-2.3.6-afs.patch,
  -cyrus-imapd-2.2.12-r4.ebuild, -cyrus-imapd-2.2.12-r5.ebuild,
  -cyrus-imapd-2.2.12-r6.ebuild, -cyrus-imapd-2.3.9.ebuild,
  +cyrus-imapd-2.3.9-r1.ebuild:
  Cleanup, fix #195927 and #201684

  01 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  Marked stable on amd64 as per bug 187138. Fixed a minor typo.

  01 Oct 2007; Raúl Porcel <armin76@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  sparc stable wrt #187138

  01 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  Filter as-needed if snmp is used, bug #187138

  09 Sep 2007; Markus Rothe <corsair@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  Stable on ppc64; bug #187138

  07 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/cyrus-imapd-strip.patch, cyrus-imapd-2.2.13-r1.ebuild,
  cyrus-imapd-2.3.9.ebuild:
  Fix pre-stripped binaries as reported by Jorge Manuel B. S. Vicetto per bug
  #187138

*cyrus-imapd-2.3.9 (03 Sep 2007)

  03 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  -files/cyrus-imapd-2.3.8-pts.patch, -cyrus-imapd-2.3.8.ebuild,
  +cyrus-imapd-2.3.9.ebuild:
  Version bump

  02 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  stable x86, bug 187138

  25 Aug 2007; Jeroen Roovers <jer@gentoo.org> cyrus-imapd-2.2.13-r1.ebuild:
  Stable for HPPA (bug #187138).

  24 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.2.13-r1.ebuild:
  ppc stable, bug #187138

  20 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.3.8.ebuild:
  Add replication support as requested by Stephen Summerfield in bug #187900

  28 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.2.12-r5.ebuild, cyrus-imapd-2.3.8.ebuild:
  Fix autotools handling, bug #160169

*cyrus-imapd-2.3.8 (28 Jul 2007)

  28 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/cyrus-imapd-2.3.8-drac_with_autocreate.patch,
  +files/cyrus-imapd-2.3.8-pts.patch, -cyrus-imapd-2.3.1.ebuild,
  -cyrus-imapd-2.3.6.ebuild, -cyrus-imapd-2.3.7.ebuild,
  +cyrus-imapd-2.3.8.ebuild:
  Version bump, bug #167659

*cyrus-imapd-2.2.13-r1 (23 Jul 2007)

  23 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +files/cyrus-imapd-2.2.13-deliver.patch, -cyrus-imapd-2.2.13.ebuild,
  +cyrus-imapd-2.2.13-r1.ebuild:
  Revbump wrt bug #186338

*cyrus-imapd-2.2.12-r6 (22 Jul 2007)

  22 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +cyrus-imapd-2.2.12-r6.ebuild:
  revbump, bug #142817

*cyrus-imapd-2.2.13 (22 Jul 2007)

  22 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  -files/cyrus-imapd-2.2.12-db45.patch, +files/cyrus-imapd-2.2-db45.patch,
  -files/cyrus-imapd-2.2.12-libwrap.patch,
  +files/cyrus-imapd-2.2.13-afs.patch, +files/cyrus-imapd-2.2.13-drac.patch,
  +files/cyrus-imapd-2.2.13-pts.patch, +files/cyrus-imapd-2.2-libwrap.patch,
  metadata.xml, -cyrus-imapd-2.2.12.ebuild, cyrus-imapd-2.2.12-r4.ebuild,
  cyrus-imapd-2.2.12-r5.ebuild, +cyrus-imapd-2.2.13.ebuild:
  Cleanup, Version bump (Bug #133187), add myself as maintainer, fix autotools
  handling (Bug #160169)

  08 Jul 2007; Samuli Suominen <drac@gentoo.org> files/cyrus.rc6:
  Replace "need net" with "use net" for bug 116534.

  08 Jul 2007; Christoph Mende <angelos@gentoo.org>
  +files/cyrus-imapd-2.2.12-db45.patch, cyrus-imapd-2.2.12-r4.ebuild:
  Added a patch to fix compilation against db-4.5

  08 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  cyrus-imapd-2.2.12.ebuild, cyrus-imapd-2.2.12-r4.ebuild,
  cyrus-imapd-2.2.12-r5.ebuild, cyrus-imapd-2.3.1.ebuild,
  cyrus-imapd-2.3.6.ebuild, cyrus-imapd-2.3.7.ebuild:
  Add inherit pam.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  cyrus-imapd-2.2.12.ebuild, cyrus-imapd-2.2.12-r4.ebuild,
  cyrus-imapd-2.2.12-r5.ebuild, cyrus-imapd-2.3.1.ebuild,
  cyrus-imapd-2.3.6.ebuild, cyrus-imapd-2.3.7.ebuild:
  Remove gnuconfig_update usage, leave it to econf.

  29 Aug 2006; Jeroen Roovers <jer@gentoo.org> cyrus-imapd-2.2.12-r4.ebuild:
  Stable for HPPA (bug #144375).

  28 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  cyrus-imapd-2.2.12-r4.ebuild:
  Stable on sparc wrt #144375

  28 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  cyrus-imapd-2.2.12-r4.ebuild:
  ppc stable, bug #144375

  28 Aug 2006; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-parallel.patch, cyrus-imapd-2.2.12-r4.ebuild:
  Fix a parallel make bug.

  25 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  cyrus-imapd-2.2.12-r4.ebuild:
  Stable on amd64/x86 wrt bug #144375.

  21 Aug 2006; Markus Rothe <corsair@gentoo.org>
  cyrus-imapd-2.2.12-r4.ebuild:
  Stable on ppc64; bug #144375

*cyrus-imapd-2.2.12-r5 (04 Aug 2006)

  04 Aug 2006; Tuấn Văn <langthang@gentoo.org>
  +cyrus-imapd-2.2.12-r5.ebuild:
  add 64-bit quota patch. Bug #142817.

  14 Jul 2006; Tuấn Văn <langthang@gentoo.org> cyrus-imapd-2.2.12.ebuild,
  cyrus-imapd-2.2.12-r4.ebuild:
  ${ROOT} friendly. Bug #140391 reported by Jakub Moc <jakub@gentoo.org>. Thanks.

*cyrus-imapd-2.3.7 (12 Jul 2006)

  12 Jul 2006; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-2.3.7-drac.patch,
  +files/cyrus-imapd-2.3.7-drac_with_autocreate.patch,
  +cyrus-imapd-2.3.7.ebuild:
  Add three new local USE flags:
  autocreate. Bug #112912. Thanks to Jörn Dreyer <j.dreyer@butonic.de> and
  Mike Nerone <mike@nerone.org>
  autosieve. Bug #133187 requested by Martin Schlemme <azarah@gentoo.org>
  nntp. Bug #130159 reported and provided patch by W-Mark Kubacki
  <wmark.gentoo@hurrikane.de>
  Honor kerberos USE flag. Bug #129957 reported and provided patch by Peter
  Dinges <me@elwedgo.de>
  Remove unsupported-8bit.patch as it is included upstream and some cleanup.

*cyrus-imapd-2.3.6 (12 Jun 2006)

  12 Jun 2006; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-2.3.6-afs.patch, +files/cyrus-imapd-2.3.6-drac.patch,
  +files/cyrus-imapd-2.3.6-unsupported-8bit.patch,
  +cyrus-imapd-2.3.6.ebuild:
  New beta release.

  20 Feb 2006; Tuấn Văn <langthang@gentoo.org> cyrus-imapd-2.3.1.ebuild:
  configure option --with-idle=idled has been changed to --enable-idled.

  30 Jan 2006; Tuấn Văn <langthang@gentoo.org>
  -cyrus-imapd-2.2.10.ebuild, -cyrus-imapd-2.2.10-r1.ebuild,
  -cyrus-imapd-2.2.12-r1.ebuild, -cyrus-imapd-2.2.12-r2.ebuild,
  -cyrus-imapd-2.2.12-r3.ebuild:
  remove old ebuilds.

*cyrus-imapd-2.2.12-r4 (30 Jan 2006)

  30 Jan 2006; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-2.2.12-gcc4.patch, +cyrus-imapd-2.2.12-r4.ebuild:
  gcc-4.0.x patch. Thanks to steveb <steeeeeveee@gmx.net>. Bug #118449.

*cyrus-imapd-2.3.1 (10 Jan 2006)

  10 Jan 2006; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-2.3.1-drac.patch, +cyrus-imapd-2.3.1.ebuild:
  New testing release.

*cyrus-imapd-2.2.12-r3 (20 Jul 2005)

  20 Jul 2005; Benjamin Smee <strerror@gentoo.org>
  +cyrus-imapd-2.2.12-r3.ebuild:
  Added enewuser lines for bug 99602. The second one was added for bin installs

*cyrus-imapd-2.2.12-r2 (22 May 2005)

  22 May 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/cyrus.pam-include, +cyrus-imapd-2.2.12-r2.ebuild:
  fixes to make bsd happier, wrt #93168

  06 Apr 2005; Markus Rothe <corsair@gentoo.org> cyrus-imapd-2.2.12-r1.ebuild,
  cyrus-imapd-2.2.12.ebuild:
  Stable on ppc64/added ~ppc64 to KEYWORDS

  02 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org>
  cyrus-imapd-2.2.12-r1.ebuild:
  virtual/snmp went away

*cyrus-imapd-2.2.12-r1 (01 Mar 2005)

  01 Mar 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/cyrus-imapd-unsupported-8bit.patch, +cyrus-imapd-2.2.12-r1.ebuild:
  Add 8bit patch wrt #18706 and #80630

  24 Feb 2005; Markus Rothe <corsair@gentoo.org> cyrus-imapd-2.2.12.ebuild:
  Added ~ppc64 to KEYWORDS

  23 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> cyrus-imapd-2.2.12.ebuild:
  Marked stable on amd64, bug 82404.

  21 Feb 2005; Daniel Black <dragonheart@gentoo.org>
  cyrus-imapd-2.2.10-r1.ebuild, cyrus-imapd-2.2.10.ebuild,
  cyrus-imapd-2.2.12.ebuild:
  removing ucd-snmp as per bug #69451.

  19 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
  cyrus-imapd-2.2.12.ebuild:
  Stable on hppa.

  19 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
  cyrus-imapd-2.2.12.ebuild:
  Stable on ppc.

  18 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  cyrus-imapd-2.2.12.ebuild:
  Stable on sparc wrt #82404

  17 Feb 2005; Olivier Crête <tester@gentoo.org> cyrus-imapd-2.2.12.ebuild:
  Marking stable on x86 for security bug #82404

*cyrus-imapd-2.2.12 (17 Feb 2005)

  17 Feb 2005; Tuấn Văn <langthang@gentoo.org>
  +files/cyrus-imapd-2.2.12-drac.patch,
  +files/cyrus-imapd-2.2.12-libwrap.patch, +cyrus-imapd-2.2.12.ebuild:
  Version bump. Upstream ChangeLog URL:
  http://asg.web.cmu.edu/cyrus/download/imapd/changes.html

*cyrus-imapd-2.2.10-r1 (13 Feb 2005)

  13 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/cyrus-imapd-2.2.10-drac.patch, +cyrus-imapd-2.2.10-r1.ebuild:
  Remove pam.d stuff and depend on >=mailbase-0.00-r8 (#79240). Commit patch
  from Tuan Van <langthang@gentoo.org> (#79442 and #72352).

  29 Dec 2004; Sven Wegener <swegener@gentoo.org> +files/cyrus.confd,
  files/cyrus.rc6, cyrus-imapd-2.2.10.ebuild:
  Added /etc/conf.d script for passing additional options.

  26 Nov 2004; Tuan Van <langthang@gentoo.org>
  -files/cyrus-imapd-2.2.8-db4.patch,
  -files/cyrus-imapd-2.2.8-libwrap.patch, -cyrus-imapd-2.2.8-r1.ebuild,
  -cyrus-imapd-2.2.8.ebuild:
  Remove old ebuilds.

  24 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  cyrus-imapd-2.2.10.ebuild:
  Stable on sparc

  24 Nov 2004; Tuan Van <langthang@gentoo.org> :
  Stable on x86.

  24 Nov 2004; Guy Martin <gmsoft@gentoo.org> cyrus-imapd-2.2.10.ebuild:
  Stable on hppa.

*cyrus-imapd-2.2.10 (23 Nov 2004)

  23 Nov 2004; Tuan Van <langthang@gentoo.org>
  +files/cyrus-imapd-2.2.10-libwrap.patch,
  -files/cyrus-imapd-2.2.9-libwrap.patch, +cyrus-imapd-2.2.10.ebuild,
  -cyrus-imapd-2.2.9.ebuild:
  Version bump WRT #72194.

*cyrus-imapd-2.2.9 (23 Nov 2004)

  23 Nov 2004; Tuan Van <langthang@gentoo.org>
  +files/cyrus-imapd-2.2.9-libwrap.patch, +cyrus-imapd-2.2.9.ebuild:
  Version bump WRT #72194.

  01 Nov 2004; Tuan Van <langthang@gentoo.org>
  -files/cyrus-imapd-2.1.12-includepath.patch,
  -files/cyrus-imapd-2.1.14-db4.patch, -files/cyrus-imapd-2.1.15-db4.patch,
  -files/cyrus-imapd-2.2.3-db4.patch, -files/cyrus-imapd-libwrap.patch,
  -files/cyrus.rc6_2, -files/cyrus_2.conf, -files/gentestcrt.sh,
  -files/imapd_2.conf, -files/master.8.diff, -files/pam.d-imap,
  -cyrus-imapd-2.1.15-r1.ebuild, -cyrus-imapd-2.1.15.ebuild,
  -cyrus-imapd-2.2.3.ebuild, cyrus-imapd-2.2.8.ebuild:
  remove old ebuilds.

  23 Oct 2004; Tuan Van <langthang@gentoo.org>
  +files/cyrus-imapd-2.2.8-libwrap.patch, cyrus-imapd-2.2.8-r1.ebuild:
  add logic to detect if cyrus-imapd and {ucd,net}-snmp have "tpcd" USE 
  flag sync (ie both emerge with or without "tcpd".) Bug #68254.
  add logic to check for net-snmp "mininal USE flag. Thanks to 
  weeve@gentoo.org. Bug #67411.
  add "idled" local use flag. Bug #62959. Thanks to sbriesen@gmx.de, 
  swegener@gentoo.org, junkmonkey@gmail.com.

  20 Oct 2004; Sven Wegener <swegener@gentoo.org> cyrus-imapd-2.2.3.ebuild,
  cyrus-imapd-2.2.8-r1.ebuild, cyrus-imapd-2.2.8.ebuild:
  Fixed deprecated tail -1 usage in imap/xversion.sh with ht_fix_file in all
  2.2* ebuilds.

*cyrus-imapd-2.2.8-r1 (17 Oct 2004)

  17 Oct 2004; Tuan Van <langthang@gentoo.org> +cyrus-imapd-2.2.8-r1.ebuild:
  add missing sievec binary. Needed for upgrade sieve from 2.1.* to 2.2.*.
  add waring/info for those upgrade perl after net-snmp emerged. Bug #67411.

  15 Oct 2004; Guy Martin <gmsoft@gentoo.org> cyrus-imapd-2.2.8.ebuild:
  Stable on hppa.

  13 Oct 2004; Tuan Van <langthang@gentoo.org> cyrus-imapd-2.2.8.ebuild:
  stable on x86.

  03 Sep 2004; David Holm <dholm@gentoo.org> cyrus-imapd-2.2.8.ebuild:
  Added to ~ppc.

  30 Aug 2004; Tuan Van <langthang@gentoo.org> cyrus-imapd-2.2.8.ebuild:
  depend on virtual/snmp.

  26 Aug 2004; Tuan Van <langthang@gentoo.org> files/imapd.conf:
  add options to use auxprop with sql.

*cyrus-imapd-2.2.8 (27 Aug 2004)

  27 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> cyrus-imapd-2.2.8.ebuild:
  Marked ~amd64.

  21 Aug 2004; Tuan Van <langthang@gentoo.org> :
  Version bump.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  cyrus-imapd-2.1.12.ebuild, cyrus-imapd-2.1.13.ebuild,
  cyrus-imapd-2.1.14.ebuild, cyrus-imapd-2.1.15-r1.ebuild,
  cyrus-imapd-2.1.15.ebuild:
  virtual/glibc -> virtual/libc

  10 Jun 2004; Aron Griffis <agriffis@gentoo.org> cyrus-imapd-2.1.12.ebuild,
  cyrus-imapd-2.1.13.ebuild, cyrus-imapd-2.1.14.ebuild,
  cyrus-imapd-2.1.15-r1.ebuild, cyrus-imapd-2.1.15.ebuild,
  cyrus-imapd-2.2.3.ebuild:
  Fix use invocation, and fix nasty typo [ "'use ssl'" ] (somebody
  accidentally used normal single quotes instead of back-quotes, so that
  condition would always be true)

  23 May 2004; Jason Wever <weeve@gentoo.org> cyrus-imapd-2.2.3.ebuild:
  Added ~sparc keyword.

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> cyrus-imapd-2.2.3.ebuild:
  Add die following econf for bug 48950

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> cyrus-imapd-2.1.12.ebuild,
  cyrus-imapd-2.1.13.ebuild, cyrus-imapd-2.1.14.ebuild,
  cyrus-imapd-2.1.15-r1.ebuild, cyrus-imapd-2.1.15.ebuild:
  Add die following econf for bug 48950

  24 Feb 2004; Jason Wever <weeve@gentoo.org> cyrus-imapd-2.1.15-r1.ebuild:
  Added ~sparc keyword.  Thanks to gsdali from the sparc forum for testing :)

  22 Feb 2004; Aron Griffis <agriffis@gentoo.org> cyrus-imapd-2.1.12.ebuild,
  cyrus-imapd-2.1.13.ebuild:
  Remove arm keywords

*cyrus-imapd-2.2.3 (20 Jan 2004)

  20 Jan 2004; Max Kalika <max@gentoo.org> cyrus-imapd-2.1.11-r1.ebuild,
  cyrus-imapd-2.1.12.ebuild, cyrus-imapd-2.1.13.ebuild,
  cyrus-imapd-2.1.14.ebuild, cyrus-imapd-2.1.15-r1.ebuild,
  cyrus-imapd-2.1.15.ebuild, cyrus-imapd-2.2.3.ebuild, files/2.1.14-db4.patch,
  files/2.1.15-db4.patch, files/cyrus-imapd-2.1.12-libwrap.patch,
  files/cyrus-imapd-2.1.14-db4.patch, files/cyrus-imapd-2.1.15-db4.patch,
  files/cyrus-imapd-2.2.3-db4.patch, files/cyrus-imapd-libwrap.patch,
  files/cyrus.conf, files/cyrus.rc6, files/imap.pam, files/imapd.conf:
  Bump version to 2.2.3. Major cleanup/rewrite: quote variables where possible;
  whitespace consistancy use more ebuild semantics (use_with, use_enable);
  drop creation of cyrus user; move all binaries to /usr/lib/cyrus from
  /usr/cyrus; make tcpd support optional, based on tcpd USE flag; add optional
  DRAC support, based on local drac USE flag; vastly simplified install
  procedure; move ssl files to /etc/ssl/cyrus from /etc/cyrusimapd; IMAP spool
  hashing fixes; startup script fixes; make PAM optional. Generate server.pem
  along with server.key and server.crt if USE=ssl. Depend on sed-4. Migrate to
  ssl-cert.eclass.

  14 Dec 2003; <spider@gentoo.org> cyrus-imapd-2.1.11-r1.ebuild,
  cyrus-imapd-2.1.12.ebuild, cyrus-imapd-2.1.13.ebuild,
  cyrus-imapd-2.1.14.ebuild, cyrus-imapd-2.1.15-r1.ebuild,
  cyrus-imapd-2.1.15.ebuild:
  QA: fixing chown user.group to user:group, bug #35127

*cyrus-imapd-2.1.15-r1 (04 Oct 2003)

  04 Oct 2003; Markus Nigbur <pyrania@gentoo.org>
  cyrus-imapd-2.1.15-r1.ebuild:
  headtail fix

  19 Sep 2003; Max Kalika <max@gentoo.org> cyrus-imapd-2.1.15.ebuild:
  Fix SRC_URI.

*cyrus-imapd-2.1.15 (18 Sep 2003)

  18 Sep 2003; Max Kalika <max@gentoo.org> cyrus-imapd-2.1.14.ebuild,
  cyrus-imapd-2.1.15.ebuild, files/2.1.14-db4.patch, files/2.1.15-db4.patch:
  Remove --with-auth=krb. It is only used for kerberos 4 according to the docs.
  Only allow gssapi when USE=kerberos. Fix the db4 patch to redefine 3 extra
  symbols. Bump to version 2.1.15. Fix bugs 24429, 26760, and maybe 27645

  18 Sep 2003; Max Kalika <max@gentoo.org> cyrus-imapd-2.1.11-r1.ebuild,
  cyrus-imapd-2.1.12.ebuild, cyrus-imapd-2.1.13.ebuild,
  cyrus-imapd-2.1.14.ebuild:
  Fix SRC_URI. Upstream moved these.

  13 Jul 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.14.ebuild:
  Changed kerberos dep to app-crypt/mit-krb5 as heimdal isn't supported
  properly.  Marked stable for x86

  09 Jul 2003; Peter Johanson <latexer@gentoo.org> :
  Fixed digest to include ipv6 patch

*cyrus-imapd-2.1.14 (09 Jul 2003)

  09 Jul 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.14.ebuild,
  files/2.1.14-db4.patch:
  Version bump.  patch for versioned symbols in db4.  Added ipv6 support
  thanks to the heads up from Bernhard Schmidt on bug #23690.

*cyrus-imapd-2.1.13 (09 Jun 2003)

  09 Jun 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.13.ebuild,
  files/digest-cyrus-imapd-2.1.13:
  Version bump.

  02 Jun 2003; robh <robh@gentoo.org> cyrus-imapd-2.1.12.ebuild:
  added IUSE line

*cyrus-imapd-2.1.12 (07 Feb 2003)

  11 Feb 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.12.ebuild,
  files/cyrus-imapd-2.1.12-includepath.patch :
  Added a patch to remove spurious -I/usr/include statements so users
  configure runs will detect things such as sasl properly.

  07 Feb 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.12.ebuild,
  files/digest-cyrus-imapd-2.1.12, files/cyrus-imapd-2.1.12-libwrap.patch :
  Version bump.

*cyrus-imapd-2.1.11-r1 (05 Feb 2003)

  05 Feb 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.11-r1.ebuild,
  files/digest-cyrus-imapd-2.1.11-r1 :
  Added keepdir's to all the /var directories.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cyrus-imapd-2.1.11 (07 Dec 2002)

  01 Feb 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.11.ebuild :
  Changed configure options and DEPEND for proper kerberos(krb4) detection.

  07 Dec 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.11.ebuild,
  files/digest-cyrus-imapd-2.1.11, files/configure.diff :
  New version with previously added secutity fixes.  Also added
  a ucd-snmp fix which needs testing.  Removed -I/usr/include warnings
  during compile-time.  Currently marked unstable.

*cyrus-imapd-2.1.10 (03 Dec 2002)

  03 Dec 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-imapd-2.1.10.ebuild, files/digest-cyrus-imapd-2.1.10,
  files/libsieve-overflow.diff, files/imap-overflow.diff :
  New ebuild with overflow patches from bug #11537.

*cyrus-imapd-2.1.9-r2 (26 Nov 2002)

  26 Nov 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-imapd-2.1.9-r2.ebuild, files/digest-cyrus-imapd-2.1.9-r2 :
  Added some sed magic so kerberos support is detected correctly.
  See bug #11013.

*cyrus-imapd-2.1.9-r1 (01 Oct 2002)

  11 Oct 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-imapd-2.1.9-r1.ebuild :
  Added gssapi support based on the kerberos use flag.  Beautified the
  ebuild a bit more.

  01 Oct 2002; Alexander Holler <holler@ahsoftware.de>
  cyrus-imapd-2.1.9-r1.ebuild, files/cyrus_2.conf, files/gentestcrt.sh,
  files/imapd_2.conf, files/master.8.diff:
  Removed cyradm and sieveshell (now in package cyrus-imap-admin).
  Added generation of a self-signed test certificate.
  Added 'use dns logger' to the startup-script.
  Renamed master to cyrusmaster because postfix has a master too (manpage conflict)

*cyrus-imapd-2.1.9 (10 Sep 2002)

  23 Sep 2002; Nick Hadaway <raker@gentoo.org> files/cyrus.conf :
  Changed imap and pop3 listen port names to imap2 and pop-3.  See bug
  #7178 for further information.

  16 Sep 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.9.ebuild :
  Updated src_install() to delete the empty /var/log{auth,imapd}.log
  files.  Closes bug #7196.

  10 Sep 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.9.ebuild,
  files/digest-cyrus-imapd-2.1.9, files/config.diff :
  Version bump.  Cleaned up the ebuild even more.  Added a patch to
  bypass the -I/usr/include gcc problem.  Added kerberos use flag.

*cyrus-imapd-2.1.5-r1 (13 Aug 2002)

  22 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5-r1.ebuild :
  Added RDEPEND on net-mail/mailbase.  Closes bug #6573.

  13 Aug 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-imapd-2.1.5-r1.ebuild, files/digest-cyrus-imapd-2.1.5-r1 :
  Updated ebuild with fixes provided by Dominik Westner.  Enabled perl and
  cyradm in configure if use perl is set.  This will install cyradm and
  sieveshell scripts and the perl modules for cyrus imapd.

*cyrus-imapd-2.1.5 (13 Jul 2002)

  13 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
  Re-enabled --without-perl until installation snafus are fixed.

  12 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
  I have no idea why --without-perl was one of the configure options.

  08 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
  Added a couple of configure options suggested by mhromada@elas.sk on
  bug #6156.

  06 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
  Changed emake to make after experiencing compile problems on multiple
  systems.  Updated keywords.  ppc and sparc need testing.  Fixed little
  typos and removed an unneeded comment about /etc/services.

  22 Jul 2002; Nick Hadaway <raker@gentoo.org> cyrus-imapd-2.1.5.ebuild :
  Fixed small typo in dependancies.  Changed open-afs to openafs.

  13 Jul 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-imapd-2.1.5.ebuild and friends :
  Ebuild and friends created by Alexander Holler.  Thank you!
  Created diff so program will compile with current version of
  e2fsprogs.