summaryrefslogtreecommitdiff
blob: 9fc595f83b1d23c8d093754f7ed574d28724a156 (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
# ChangeLog for dev-libs/cyrus-sasl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.118 2005/04/08 15:57:14 corsair Exp $

  08 Apr 2005; Markus Rothe <corsair@gentoo.org> cyrus-sasl-2.1.20.ebuild:
  Stable on ppc64

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

  17 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org>
  cyrus-sasl-2.1.20-r2.ebuild:
  Multilib cleanup.

  15 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org>
  -files/cyrus-sasl-ntlm_impl-spnego.patch.gz, cyrus-sasl-2.1.20-r2.ebuild:
  Move the ntlm patch out of the CVS

  15 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org>
  cyrus-sasl-2.1.20-r2.ebuild:
  Add missing samba dependency

*cyrus-sasl-2.1.20-r2 (15 Feb 2005)

  15 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/cyrus-sasl-2.1.19-checkpw.c.patch,
  +files/cyrus-sasl-ntlm_impl-spnego.patch.gz, +cyrus-sasl-2.1.20-r2.ebuild:
  Fix bugs #46038,#45181,#81970,#81342. Adding urandom,srp,crypt and
  ntlm_unsupported_patch use flags and its patches.

  06 Feb 2005; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.20.ebuild:
  Marked stable on mips.

  24 Jan 2005; Tuấn Văn <langthang@gentoo.org>
  cyrus-sasl-2.1.20-r1.ebuild, cyrus-sasl-2.1.20.ebuild:
  add fix for double spaces in CFLAGS. Bug #75538.
  add ccache to the list of FEATURES that parallel build fail. Bug #78643.

  23 Dec 2004; Andrej Kacian <ticho@gentoo.org> cyrus-sasl-2.1.20-r1.ebuild:
  Really fix #64733.

*cyrus-sasl-2.1.20-r1 (23 Dec 2004)

  23 Dec 2004; Andrej Kacian <ticho@gentoo.org>
  +cyrus-sasl-2.1.20-r1.ebuild:
  Added sample local USE flag to enable building of sample client and server.
  See bug #64733, reported by Warren Howard <warren_h@naturesoft.net>.

  21 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  cyrus-sasl-2.1.20.ebuild:
  Stable on alpha.

  16 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  cyrus-sasl-2.1.20.ebuild:
  Fix alpha compilation, bug 69112.

  16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> cyrus-sasl-2.1.20.ebuild:
  Stable on amd64.

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

  16 Nov 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.20.ebuild:
  Add mail-mta/courier as a qualified dep for authdaemond USE.
  x86 keyword.

  07 Nov 2004; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.19-r1.ebuild:
  Marked stable on mips.

  30 Oct 2004; Tuan Van <langthang@gentoo.org> +files/saslauthd-2.1.20.conf,
  -cyrus-sasl-1.5.27-r5.ebuild, -cyrus-sasl-1.5.27-r6.ebuild,
  -cyrus-sasl-2.1.14.ebuild, -cyrus-sasl-2.1.17.ebuild,
  -cyrus-sasl-2.1.18.ebuild, cyrus-sasl-2.1.20.ebuild:
  add die, add missing file, remove old ebuilds.

  27 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +files/cyrus-sasl-2.1.20-gcc4.patch, cyrus-sasl-2.1.20.ebuild:
  gcc-4.0 fix

*cyrus-sasl-2.1.20 (26 Oct 2004)

  26 Oct 2004; Tuan Van <langthang@gentoo.org>
  +files/cyrus-sasl-2.1.20-configdir.patch, +cyrus-sasl-2.1.20.ebuild:
  version bump.

  19 Oct 2004; Dylan Carlson <absinthe@gentoo.org>
  cyrus-sasl-2.1.19-r1.ebuild:
  Stable on amd64.

  13 Oct 2004; Guy Martin <gmsoft@gentoo.org> cyrus-sasl-2.1.19-r1.ebuild:
  Stable on hppa.

  09 Oct 2004; Christian Birchinger <joker@gentoo.org>
  cyrus-sasl-2.1.19-r1.ebuild:
  Added sparc stable keyword

  04 Oct 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.19-r1.ebuild:
  remove !arch? in *DEPEND, use.mask instead.
  Stable on x86.

  27 Sep 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.19-r1.ebuild:
  sync IUSE.

  19 Sep 2004; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.18-r2.ebuild:
  Marked stable on mips.

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  cyrus-sasl-2.1.19-r1.ebuild:
  Switch to use epause and ebeep, bug #62950

*cyrus-sasl-2.1.19-r1 (29 Aug 2004)

  29 Aug 2004; Tuan Van <langthang@gentoo.org> +files/java.README.gentoo,
  +cyrus-sasl-2.1.19-r1.ebuild:
  revision bump to fix the following bugs.
  Bug #58768: add testsaslauthd. Thanks to steveb <tp22a@softhome.net>.
  Bug #60769: fix java classes installation. Thanks to Paul de Vrieze 
  <pauldv@gentoo.org> and Thomas Matthijs <axxo@gentoo.org>.

  14 Aug 2004; Tom Gall <tgall@gentoo.org> cyrus-sasl-2.1.18-r2.ebuild:
  stable on ppc64, bug #56016

  10 Aug 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.18-r2.ebuild,
  cyrus-sasl-2.1.19.ebuild:
  add --without-des if ! use ssl. Resolve bug #59634.

  26 Jul 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.19.ebuild:
  default to gdbm for SASLdb database backend if both berkdb and gdbm in 
  USE.

  21 Jul 2004; Tuan Van <langthang@gentoo.org> cyrus-sasl-2.1.19.ebuild:
  re-keywords, touchup ready to remove hardmask.

  21 Jul 2004; Daniel Ostrow <dostrow@gentoo.org> cyrus-sasl-2.1.18-r2.ebuild:
  Stable on ppc.

*cyrus-sasl-2.1.19 (16 Jul 2004)

  16 Jul 2004; Tuan Van <langthang@gentoo.org>
  +files/cyrus-sasl-2.1.19-configdir.patch,
  +files/cyrus-sasl-2.1.19-sasl-path-fix.patch, +files/saslauthd-2.1.19.conf,
  +cyrus-sasl-2.1.19.ebuild:
  version bump.

*cyrus-sasl-2.1.18-r2 (07 Jul 2004)

  07 Jul 2004; Cory Visi <merlin@gentoo.org> cyrus-sasl-2.1.18-r1.ebuild,
  cyrus-sasl-2.1.18-r2.ebuild, files/cyrus-sasl-2.1.18-sasl-path-fix.patch:
  Fixed patch to close Bug 56389, revision bump to make sure everyone get's the fix.

  08 Jul 2004; Christian Birchinger <joker@gentoo.org>
  cyrus-sasl-2.1.18-r1.ebuild:
  Added sparc stable keyword

  07 Jul 2004; Travis Tilley <lv@gentoo.org> cyrus-sasl-2.1.18-r1.ebuild:
  stable on amd64

  07 Jul 2004; langthang@gentoo.org :
  stable cyrus-sasl-2.1.18-r1 on x86

  07 Jul 2004; Cory Visi <merlin@gentoo.org>
  files/cyrus-sasl-2.1.18-sasl-path-fix.patch:
  Fix mistake in boolean logic

  07 Jul 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.18-r1.ebuild:
  stable on alpha and ia64 #56016

  06 Jul 2004; Cory Visi <merlin@gentoo.org> cyrus-sasl-2.1.18-r1.ebuild,
  files/cyrus-sasl-2.1.18-pam_mysql.patch:
  Added pam-mysql USE flag to support deprecated auth style re: Bug 39497

*cyrus-sasl-2.1.18-r1 (06 Jul 2004)

  06 Jul 2004; Cory Visi <merlin@gentoo.org> cyrus-sasl-2.1.18-r1.ebuild,
  files/cyrus-sasl-2.1.18-cvs-1.172.patch,
  files/cyrus-sasl-2.1.18-sasl-path-fix.patch:
  Add patches to: fix buffer overflow (bring plugins/digestmda5.c to cvs version
  1.172) and fix SASL_PATH vulnerability - marked unstable on all archs

*cyrus-sasl-2.1.17 (02 Jul 2004)

  02 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
  +files/cyrus-sasl-2.1.17-db4.patch, +cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  resurrect cyrus-sasl-2.1.17.ebuild and patch; re-keyword
  cyrus-sasl-2.1.18.ebuild; required deps for several packages and archs

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  cyrus-sasl-1.5.27-r5.ebuild, cyrus-sasl-1.5.27-r6.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  virtual/glibc -> virtual/libc

  01 Jul 2004; Cory Visi <merlin@gentoo.org> cyrus-sasl-2.1.18.ebuild:
  Moved all archs to unstable due to numerous open bugs

  01 Jul 2004; Cory Visi <merlin@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Unstable 2.1.17 dropped due to broken db4 patch, please use 2.1.18; reference:
  Bug 47027 & Bug Bug 46936

  25 Jun 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  QA - fix use invocation

  24 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  cyrus-sasl-2.1.18.ebuild:
  Stable on hppa

  12 Jun 2004; Tom Gall <tgall@gentoo.org> cyrus-sasl-2.1.18.ebuild:
  marked stable on ppc64, bug# 53766

  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.14.ebuild,
  cyrus-sasl-2.1.15.ebuild, cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  Fix use invocation

  09 May 2004; Jason Wever <weeve@gentoo.org> cyrus-sasl-2.1.18.ebuild:
  Stable on sparc.

  11 May 2004; Michael McCabe <randy@gentoo.org> cyrus-sasl-2.1.18.ebuild:
  Added s390 keywords

  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.14.ebuild,
  cyrus-sasl-2.1.15.ebuild, cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  Add die following econf for bug 48950

  20 Apr 2004; Daniel Black <dragonheart@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  QA - removed runtime dependance on autoconf, automake, libtool and sed

  18 Apr 2004; Travis Tilley <lv@gentoo.org> cyrus-sasl-2.1.18.ebuild:
  marked stable on amd64 since the last version marked stable doesnt even seem
  to compile anymore

  16 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
  cyrus-sasl-1.5.27-r6.ebuild:
  move inherit to the right place

  21 Mar 2004; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Marked stable on mips.

*cyrus-sasl-2.1.17 (16 Mar 2004)

  16 Mar 2004; Max Kalika <max@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild:
  Re-add 2.1.17. Forward port arch fixes from 2.1.17 to 2.1.18. Fix
  DEPEND/RDEPEND settings.

*cyrus-sasl-2.1.18 (15 Mar 2004)

  15 Mar 2004; Max Kalika <max@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  cyrus-sasl-2.1.18.ebuild, files/cyrus-sasl-2.1.17-db4.patch,
  files/cyrus-sasl-2.1.18-db4.patch:
  Bump to version 2.1.18. Should fix bug #38699.

  27 Feb 2004; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Forgot to add gnuconfig detection in for mips

  27 Feb 2004; Joshua Kinard <kumba@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Added ~mips to KEYWORDS to satisfy repoman deps.

  25 Feb 2004; Guy Martin <gmsoft@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Marked stable on hppa.

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  stable on alpha and ia64

  28 Jan 2004; Max Kalika <max@gentoo.org> cyrus-sasl-2.1.17.ebuild:
  Fix default port name for the rimap authentication mechanism (Gentoo uses
  'imap2' instead of 'imap'). Fixes bug 34272.

  28 Jan 2004; Max Kalika <max@gentoo.org> files/saslauthd2.conf:
  More flexible start-up script config file. Fixes bug 39447 as well.

  28 Jan 2004; Max Kalika <max@gentoo.org> cyrus-sasl-1.5.27-r6.ebuild,
  cyrus-sasl-2.1.13.ebuild, cyrus-sasl-2.1.14.ebuild,
  cyrus-sasl-2.1.15.ebuild, cyrus-sasl-2.1.17.ebuild,
  files/cyrus-sasl-1.5.21-des.patch, files/cyrus-sasl-1.5.24-rpath.patch,
  files/cyrus-sasl-1.5.27-scram.patch, files/cyrus-sasl-2.1.12-db4.patch,
  files/cyrus-sasl-2.1.12-kerberos.patch, files/saslauthd2.conf:
  Drop 2.1.13. Re-add missing patches. Fix rimap hostname flag for newer sasl
  versions.

  18 Jan 2004; <tuxus@gentoo.org> cyrus-sasl-2.1.14.ebuild:
  Added ~mips to KEYWORDS.

  15 Jan 2004; Max Kalika <max@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  files/saslauthd.pam:
  Add PAM file from bug #27690 contributed by Ryan Dalzell. Fix installation of
  .rc6 and .conf files

  15 Jan 2004; Max Kalika <max@gentoo.org> cyrus-sasl-2.1.17.ebuild,
  files/cyrus-sasl-2.1.17-pgsql-include.patch:
  Fix compile with newer PostgreSQL versions. Use proper WANT_AUTOCONF syntax.
  Fixes bug #37227.

*cyrus-sasl-2.1.17 (14 Jan 2004)

  14 Jan 2004; Max Kalika <max@gentoo.org> cyrus-sasl-1.5.27-r5.ebuild,
  cyrus-sasl-1.5.27-r6.ebuild, cyrus-sasl-2.1.13.ebuild,
  cyrus-sasl-2.1.14.ebuild, cyrus-sasl-2.1.15.ebuild,
  cyrus-sasl-2.1.17.ebuild, metadata.xml, files/crypt.diff,
  files/cyrus-sasl-1.5.21-des.patch, files/cyrus-sasl-1.5.24-rpath.patch,
  files/cyrus-sasl-1.5.27-scram.patch, files/cyrus-sasl-2.1.10-db4.patch,
  files/cyrus-sasl-2.1.17-configdir.patch, files/cyrus-sasl-2.1.17-db4.patch,
  files/cyrus-sasl-2.1.6-iovec.diff, files/cyrus-sasl-iovec.diff,
  files/cyrus-sasl2-heimdal-deps.patch, files/gssapi-sefault.patch,
  files/saslauthd.conf, files/saslauthd.confd, files/saslauthd.confd-2.1,
  files/saslauthd.rc6, files/saslauthd2.rc6:
  Massive cleanup. Remove unused files. Consolidate some other files. Add
  metadata.xml. Bump version.

  07 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org>
  cyrus-sasl-2.1.13.ebuild, cyrus-sasl-2.1.14.ebuild,
  cyrus-sasl-2.1.15.ebuild:
  chown x.y -> chown x:y (bug 35127)

  17 Aug 2003; Tavis Ormandy <taviso@gentoo.org> cyrus-sasl-2.1.15.ebuild:
  use -D_REENTRANT on alpha

*cyrus-sasl-2.1.15 (14 Aug 2003)

  14 Aug 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.15.ebuild:
  Version bump.  Kept the reworked db4 patch.

  13 Jul 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.14.ebuild:
  Changed kerberos dep to app-crypt/mit-krb5 and marked stbale for x86.

  13 Jul 2003; Christian Birchinger <joker@gentoo.org>
  cyrus-sasl-2.1.14.ebuild:
  Added sparc stable keyword

*cyrus-sasl-2.1.14 (09 Jul 2003)

  23 Jul 2003; Guy Martin <gmsoft@gentoo.org> cyrus-sasl-2.1.14.ebuild :
  Added hppa to KEYWORDS.

  09 Jul 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.14.ebuild,
  files/2.1.14-kerberos.patch, files/2.1.14-mysql.patch,
  files/2.1.14-db4.patch:
  Version bump.  2 fixes included from cvs which were noted immediately
  after release on the dev mailing list.  Added java and pam to IUSE.
  otp support will be added as soon as opie is in portage.  Updated the
  db4 patch.

*cyrus-sasl-2.1.13 (09 Jun 2003)

  22 Jun 2003; Nick Hadaway <raker@gentoo.org> files/saslauthd2.rc6:
  Changed pid filename as noted in bug #23075.  Fixed conf.d file
  so invalid options aren't passed to the daemon and added some better
  comments.

  15 Jun 2003; Guy Martin <gmsoft@gentoo.org> cyrus-sasl-2.1.13.ebuild:
  Added hppa to KEYWORDS.

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

*cyrus-sasl-2.1.10-r3 (28 May 2003)

  28 May 2003; Paul de Vrieze <pauldv@gentoo.org> cyrus-sasl-2.1.10-r3.ebuild,
  files/cyrus-sasl-2.1.10-db4.patch:
  Make sasl-2.1.10 also work with db4

  28 May 2003; Paul de Vrieze <pauldv@gentoo.org> cyrus-sasl-2.1.12.ebuild:
  Fix cyrus-sasl to compile with db4

*cyrus-sasl-2.1.12 (06 Feb 2003)

  06 Feb 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.12.ebuild,
  files/digest-cyrus-sasl-2.1.12, files/cyrus-sasl-2.1.12-kerberos.patch :
  Version bump.  Cleaned up some configure options.

*cyrus-sasl-2.1.10-r2 (29 Jan 2003)

  29 Jan 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.10-r2.ebuild,
  files/digest-cyrus-sasl-2.1.10-r2, files/digestmd5.patch :
  Legwork done by jfelice@cronosys.com on bug #13116.  This adds a patch
  which should address a sendmail/sasl segfault.

*cyrus-2.1.10-r1 (23 Jan 2003)

  23 Jan 2003; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.10-r1.ebuild,
  files/digest-cyrus-sasl-2.1.10-r1 :
  http://asg.web.cmu.edu/archive/message.php?mailbox=archive-sasl&msg=3066
  Added a patch to see if that will help with problems noted in bug
  #13116

*cyrus-sasl-2.1.10 (14 Dec 2002)

  27 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> cyrus-sasl-2.10.ebuild :
  Marked stable.

  18 Dec 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.10.ebuild :
  Added IUSE.

  14 Dec 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.10.ebuild,
  files/digest-cyrus-sasl-2.1.10 :
  Version bump.  There is a known security hole in 2.1.9

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cyrus-sasl-2.1.9-r1 (06 Dec 2002)

  06 Dec 2002; Bryon Roche <kain@kain.org> cyrus-sasl-2.1.9-r1.ebuild,
  cyrus-sasl-1.5.27-r6.ebuild, files/cyrus-sasl-heimdal-deps.patch,
  files/cyrus-sasl2-heimdal-deps.patch, files/digest-cyrus-sasl-2.1.9-r1,
  files/digest-cyrus-sasl-1.5.27-r6:
  New ebuild for virtual/krb5 && fixing heimdal deps.  Needs more testing.

*cyrus-sasl-2.1.9 (26 Nov 2002)

  03 Dec 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.9.ebuild :
  Marked stable.

  26 Nov 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.9.ebuild,
  files/digest-cyrus-sasl-2.1.9 :
  New ebuild.  Currently marked unstable.

*cyrus-sasl-2.1.7-r3 (01 Oct 2002)

  11 Oct 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.7-r3.ebuild :
  Added gssapi authentication support via kerberos use variable.

  01 Oct 2002; Alexander Holler <holler@ahsoftware.de>
  cyrus-sasl-2.1.7-r3.ebuild :
  Added generation of an empty sasldb2 with correct permissions.

*cyrus-sasl-2.1.7-r2 (17 Sep 2002)

  17 Sep 2002; Bryon Roche <kain@kain.org>
  cyrus-sasl-1.5.27-r5.ebuild, cyrus-sasl-2.1.7-r2.ebuild, 
  files/digest-cyrus-sasl-2.1.7-r2, files/cyrus-sasl-gcc32.patch :
  Kerberos 5 fix and a fix for GCC 3.2

*cyrus-sasl-2.1.7-r1 (23 Aug 2002)

  15 Sep 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.7-r1.ebuild :
  Added LOGIN authentication to support Micro$oft mail clients.

  10 Sep 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.7-r1.ebuild :
  Changed stanzas in pkg_postinst from install to dodir so directories
  are kept between software upgrades.

  09 Sep 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.7-r1.ebuild :
  Removed undocumented and unneeded use flags.  Added kerberos flag.
  All default enabled authenticators which don't require external
  programs or libraries are compiled in.

  07 Sep 2002; Seemant Kulleen <seemant@gentoo.org>
  cyrus-sasl-2.1.7-r1.ebuild :
  USE flag adjustments, as discovered by jap1@ionet.net (Jacob Perkins) and
  kevin@aptbasilicata.it (j2ee) in bug #7598.

  23 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org>
  files/digest-cyrus-sasl-2.1.7-r1 :
  Added digest file..

*cyrus-sasl-2.1.7-r1 (22 Aug 2002)

  22 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.7-r1.ebuild, 
  files/digest-cyrus-sasl-2.1.7-r1.ebuild, files/crypt.diff :
  Enabled finer grained auth mechanism controls as suggested by Eric Renfro.
  There are use variables for all relevant configure switches now.  By
  default pam authentication is enabled and any of the other insecure,
  unsupported, or non-standard mechanisms are disabled.

*cyrus-sasl-2.1.7 (13 Aug 2002)

  15 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.7.ebuild :
  Updated configure options to specify correct dbpath. (/etc/sasl2/sasldb2)
  Changed /etc/sasl2 back to root:root 755 as sasl is referenced by many
  different programs, not just mail.

  13 Aug 2002; Nick Hadaway <raker@gentoo.org> cyrus-sasl-2.1.7.ebuild :
  Changed permissions of /etc/sasl2 (root:mail 640)

  13 Aug 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.7.ebuild, files/digest-cyrus-sasl-2.1.7 :
  Version bump.  Adjusted configure options so configdir and dbpath point
  to /etc/sasl2.  Previous iovec patch from 2.1.6 still works with this
  version.

*cyrus-sasl-* (22 Jul 2002)

  22 Jul 2002; Nick Hadaway <raker@gentoo.org> :
  Re-SLOT'd all cyrus-sasl packages back to 0 as there are conflicting files
  between the 1.x and the 2.x version of cyrus-sasl.

*cyrus-sasl-2.1.6 (22 Jul 2002)

  22 Jul 2002; Nick Hadaway <raker@gentoo.org>
  cyrus-sasl-2.1.6.ebuild, files/digest-cyrus-sasl-2.1.6,
  files/cyrus-sasl-2.1.6-iovec.diff :
  Updated to latest released version.  Most notably, ldap support has been
  added back in.  (yay!)  Here's the "New in 2.1.6" notes...
  * Security fix for the CRAM-MD5 plugin to check the full length of the
  digest string.
  * Return of the Experimental LDAP saslauthd module.
  * Addition of Experimental MySQL auxprop plugin.
  * Can now select multiple auxprop plugins (and a priority ordering)
  * Mechanism selection now includes number of security flags
  * Mac OS X 10.1 Fixes
  * Misc other minor bugfixes.

*cyrus-sasl-2.1.5-r2 (13 Jul 2002)

  13 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog  :
  fixed typo in dep

*cyrus-sasl-2.1.5-r1 (10 Jul 2002)

  10 Jul 2002; Nick Hadaway <raker@gentoo.org>: cyrus-sasl-2.1.5-r1.ebuild
  Added support for openssl.  Minor patches to fix compile issues.

*cyrus-sasl-2.1.5 (08 Jul 2002)

  08 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
  New version, closes bug #4155.

*cyrus-sasl-1.5.27-r6 (13 Feb 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*cyrus-sasl-1.5.27-r5 (06 Jun 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*cyrus-sasl-1.5.27-r4 (21 May 2002)

  21 May 2002; Martin Schlemmer <azarah@gentoo.org>:
  Update it to use automake-1.5, hopefully finally resolving
  bug #2319 and co.

*cyrus-sasl-1.5.27-r3 (5 May 2002)

  5 May 2002; Martin Schlemmer <azarah@gentoo.org>:
  Resolve bug #2319.

*cyrus-sasl-1.5.27-r2 (3 May 2002)

  3 May 2002; Donny Davies <woodchip@gentoo.org>:
  Added LICENSE, SLOT, $Headers.

*cyrus-sasl-1.5.27-r1 (23 Apr 2002)

  23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
  Added a libtoolize && aclocal .. hopefully build issues is fixed now.

*cyrus-sasl-1.5.27 (18 Feb 2002)

  18 Feb 2002; Donny Davies <woodchip@gentoo.org>:
  Initial checkin of this package.  Postfix now compiles with this
  library by default, and I have tested successfully with *outbound*
  smtp authentication.  Should you discover a bug, or any issues with
  *inbound* authentication, lemme know.