summaryrefslogtreecommitdiff
blob: 13d8a54a3ea07e1bfda7bb7e0307e32a1bc26295 (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
# ChangeLog for net-ftp/proftpd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.145 2007/01/19 20:10:20 eroyf Exp $

  19 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org>
  proftpd-1.3.0a.ebuild:
  Marked ~mips; bug #156720

  24 Dec 2006; René Nussbaumer <killerfox@gentoo.org>
  proftpd-1.3.1_rc1.ebuild:
  Stable on hppa. See bug #158122.

  23 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
  proftpd-1.3.1_rc1.ebuild:
  Stable on Alpha, bug 158122.

  21 Dec 2006; Andrej Kacian <ticho@gentoo.org> proftpd-1.3.1_rc1.ebuild:
  Stable on x86, security bug #158122.

  21 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  proftpd-1.3.1_rc1.ebuild:
  Stable on sparc wrt security #158122

  21 Dec 2006; Markus Rothe <corsair@gentoo.org> proftpd-1.3.1_rc1.ebuild:
  Stable on ppc64; bug #158122

  21 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  proftpd-1.3.1_rc1.ebuild:
  Stable on ppc wrt bug #158122.

*proftpd-1.3.1_rc1 (20 Dec 2006)

  20 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
  +proftpd-1.3.1_rc1.ebuild:
  Update to 1.3.1_rc1 to fix security bug #158122. Update vroot module to
  0.7.2. Add nls USE flag to handle translated messages and UTF8 file paths.

  30 Nov 2006; Luca Longinotti <chtekk@gentoo.org> -proftpd-1.3.0-r1.ebuild,
  -proftpd-1.3.0-r2.ebuild, proftpd-1.3.0a.ebuild:
  AMD64 stable and remove old vulnerable versions.

  30 Nov 2006; Alexander H. Færøy <eroyf@gentoo.org>
  proftpd-1.3.0a.ebuild:
  Stable on Alpha; bug #154650

  30 Nov 2006; Markus Rothe <corsair@gentoo.org> proftpd-1.3.0a.ebuild:
  Stable on ppc64; bug #154650

  29 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  proftpd-1.3.0a.ebuild:
  ppc stable, bug #154650

  29 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> proftpd-1.3.0a.ebuild:
  Stable on sparc wrt security #154650

  29 Nov 2006; Jeroen Roovers <jer@gentoo.org> proftpd-1.3.0a.ebuild:
  Stable for HPPA (bug #154650).

  28 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
  proftpd-1.3.0a.ebuild:
  stable x86, security bug #154650

*proftpd-1.3.0a (28 Nov 2006)

  28 Nov 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/proftpd-1.3.0-main_commandbuf.patch,
  +files/proftpd-1.3.0-mod_tls_overflow.patch, +proftpd-1.3.0a.ebuild:
  Fix security bugs #156503 and #154650. Update mod_shaper to 0.6.2.

  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> proftpd-1.2.10-r7.ebuild,
  proftpd-1.3.0-r1.ebuild, proftpd-1.3.0-r2.ebuild:
  dev-db/mysql => virtual/mysql

  01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  proftpd-1.3.0-r2.ebuild:
  hppa stable, bug #147654

  29 Sep 2006; <ticho@gentoo.org> proftpd-1.3.0-r2.ebuild:
  Stable on x86, bug #147654.

  27 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
  proftpd-1.3.0-r2.ebuild:
  stable on ppc (Bug #147654)

  25 Sep 2006; Jason Wever <weeve@gentoo.org> proftpd-1.3.0-r2.ebuild:
  Stable on SPARC wrt bug #147654.

  24 Sep 2006; <blubb@gentoo.org> proftpd-1.3.0-r2.ebuild:
  stable on amd64 wrt bug 147654

  24 Sep 2006; Markus Rothe <corsair@gentoo.org> proftpd-1.3.0-r2.ebuild:
  Stable on ppc64; bug #147654

*proftpd-1.3.0-r2 (23 Sep 2006)

  23 Sep 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/proftpd-1.3.0-mod_ctrls_sighup.patch, files/proftpd.rc6,
  proftpd-1.2.10-r7.ebuild, proftpd-1.3.0-r1.ebuild,
  +proftpd-1.3.0-r2.ebuild:
  Fix redundant S definition. Update mod_clamav version, bug #141270. Fix PAM
  linking, bug #101672. Update init-script to use dns, bug #147350. Fix
  failure after SIGHUP, bug #147654.

  23 Sep 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/openssl-0.9.8.patch, -files/proftpd-1.2.9-makefile.patch,
  -files/proftpd-1.2.9-privescal-fix.patch,
  -files/1.2.9_rc3-reversedns.diff, +files/proftpd-1.2.10-ftpshut.patch,
  +files/proftpd-1.2.10-gcc4_mod_quotatab_sql.patch,
  +files/proftpd-1.2.10-openssl_0.9.8.patch,
  +files/proftpd-1.2.10-sqlshowinfo.patch,
  +files/proftpd-1.3.0-mod_sql_mysql.patch, -files/ftp.pamd,
  -files/ftp.pamd-include, -files/gcc4-mod_quotatab_sql.patch,
  -files/mod_sql_mysql.diff, -files/mod_sql_postgres.c.patch,
  files/proftpd.conf, files/proftpd.rc6, -files/proftpd.rc6-r2,
  -files/proftpd-ftpshut.patch, -files/proftpd-sqlshowinfo.patch,
  proftpd-1.2.10-r7.ebuild, proftpd-1.3.0-r1.ebuild:
  General ebuild and filesdir cleanup, sync 1.2.10 and 1.3.0 ebuilds for
  easier maintainance. No functional or changes in the result, so no revbump.
  Fix stripping of files (QA notice). Fix default user not present, which
  broke the default sample config.

  23 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  proftpd-1.3.0-r1.ebuild:
  hppa stable, bug #146538

  22 Sep 2006; Luca Longinotti <chtekk@gentoo.org> metadata.xml:
  Set myself as maintainer.

  15 Sep 2006; Jason Wever <weeve@gentoo.org> proftpd-1.3.0-r1.ebuild:
  Stable on SPARC wrt bug #146538.

  09 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
  proftpd-1.3.0-r1.ebuild:
  stable on ppc (Bug #146538)

  09 Sep 2006; Thomas Cort <tcort@gentoo.org> proftpd-1.3.0-r1.ebuild:
  Stable on amd64 wrt Bug #146538.

  08 Sep 2006; Thomas Cort <tcort@gentoo.org> proftpd-1.3.0-r1.ebuild:
  Stable on alpha wrt Bug #146538.

  08 Sep 2006; Joshua Jackson <tsunam@gentoo.org> proftpd-1.3.0-r1.ebuild:
  Stable x86; bug #146538

  07 Sep 2006; Gustavo Felisberto <humpback@gentoo.org>;
  files/mod_sql_mysql.diff:
  Fixed format on patch. Should solve issue with <=sys-devel/patch-2.5.9

  06 Sep 2006; Gustavo Felisberto <humpback@gentoo.org>;
  +files/openssl-0.9.8.patch, files/mod_sql_mysql.diff,
  proftpd-1.2.10-r7.ebuild:
  Updated Unix socket patch for mysql auth in 1.3.0 (bug #111668). Added patch
  to build 1.2.10 with openssl 0.9.8 (bug #146534).

  06 Sep 2006; Markus Rothe <corsair@gentoo.org> proftpd-1.3.0-r1.ebuild:
  Stable on ppc64; bug #146538

  04 Sep 2006; Gustavo Felisberto <humpback@gentoo.org>;
  +files/gcc4-mod_quotatab_sql.patch, proftpd-1.2.10-r7.ebuild:
  Added patch to solve issue while building with gcc 4. Close bug #145940.
  Thanks to everyone in that bug.

  24 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.3.0-r1.ebuild:
  Removed sendfile USE flag is this is on by default

  24 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.3.0.ebuild:
  Updated to fix vroot and ifesession issues. Comments in bug 111668

*proftpd-1.3.0 (23 Jun 2006)

  23 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>;
  +files/mod_sql_mysql.diff, +files/proftpd.rc6-r2, +proftpd-1.3.0.ebuild:
  Adding new version with extra modules. If any problems appear please report
  them back in bug #111668.

  27 May 2006; Gustavo Felisberto <humpback@gentoo.org>; metadata.xml,
  -proftpd-1.2.9-r2.ebuild, -proftpd-1.2.10.ebuild,
  -proftpd-1.2.10-r1.ebuild, -proftpd-1.2.10-r2.ebuild,
  -proftpd-1.2.10-r3.ebuild, -proftpd-1.2.10-r5.ebuild,
  -proftpd-1.2.10-r6.ebuild:
  Removed older versions at request from sollar@g.o (Ned Ludd)

  31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
  proftpd-1.2.10-r5.ebuild:
  Change /bin/false to -1 in enewuser call.

  31 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  proftpd-1.2.10-r7.ebuild:
  Stable on sparc wrt #100364

  31 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org>
  proftpd-1.2.10-r7.ebuild:
  stable on alpha wrt bug #100364

  30 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org>
  proftpd-1.2.10-r7.ebuild:
  Stable on hppa. bug #100364

  29 Jul 2005; Markus Rothe <corsair@gentoo.org> proftpd-1.2.10-r7.ebuild:
  Stable on ppc64 (bug #100364)

  29 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  proftpd-1.2.10-r7.ebuild:
  ppc stable, #100364

*proftpd-1.2.10-r7 (29 Jul 2005)

  29 Jul 2005; Roy Marples <uberlord@gentoo.org>
  +files/proftpd-ftpshut.patch, +files/proftpd-sqlshowinfo.patch,
  +proftpd-1.2.10-r7.ebuild:
  Fix ftpshut and SqlShowInfo, bug #100364
  Stable on amd64 and x86

  09 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10-r6.ebuild:
  Cosmetic.

*proftpd-1.2.10-r6 (08 Jul 2005)

  08 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10-r6.ebuild:
  New revision that uses the new net-ftp/ftpbase. Nice work there UberLord.

  07 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.9-r2.ebuild, proftpd-1.2.10.ebuild, proftpd-1.2.10-r1.ebuild,
  proftpd-1.2.10-r2.ebuild, proftpd-1.2.10-r3.ebuild,
  proftpd-1.2.10-r5.ebuild:
  Added addpredict /etc/krb5.conf to solve bug #98281. Thanks Jakub.

*proftpd-1.2.10-r5 (08 Jun 2005)

  08 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
  -proftpd-1.2.10-r4.ebuild, +proftpd-1.2.10-r5.ebuild:
  Fixed problem with noauthunix flag. Thanks uberloard.

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> proftpd-1.2.10-r3.ebuild:
  Stable on ppc64; bug #93484

  06 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10-r4.ebuild:
  Changed useflag to noauthunix as authunix is needed in linux (dont know
  about bsd, but bsd users can use useflag).

  04 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10-r4.ebuild:
  Small QA issues

*proftpd-1.2.10-r4 (04 Jun 2005)

  04 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
  +files/ftp.pamd-include, +proftpd-1.2.10-r4.ebuild:
  Thanks to flameeyes in #93163 we now build and install in g/bsd.

  07 Mar 2005; Markus Rothe <corsair@gentoo.org> proftpd-1.2.10-r2.ebuild:
  Stable on ppc64

*proftpd-1.2.10-r3 (02 Mar 2005)

  02 Mar 2005; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10-r3.ebuild:
  As seen on bug #75072 and others mod_delay is causing lots of problems, and
  seems impossible to backport it to 1.2.10 as it is being developed for the cvs
  version. Also am fixing small issue with softquota as reported in #80002 by
  Michael Cramer. Also fixing bug #83312 and #63196 pam related credits Roy
  Marples <uberlord@gentoo.org>. As a bonus a fix for a small bug in dodoc
  reported by Thilo Bangert in #65320.

  21 Jan 2005; Markus Rothe <corsair@gentoo.org> proftpd-1.2.10-r2.ebuild:
  Added ~ppc64 to KEYWORDS; bug #78927

  09 Jan 2005; Sven Wegener <swegener@gentoo.org> proftpd-1.2.10-r1.ebuild,
  proftpd-1.2.10-r2.ebuild:
  Added missing parentheses in SRC_URI/*DEPEND/LICENSE.

*proftpd-1.2.10-r2 (06 Dec 2004)

  06 Dec 2004; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10-r2.ebuild, -proftpd-1.2.7.ebuild, -proftpd-1.2.8.ebuild:
  Removed older versions and added a new release that uses the sendfile()
  function. Use with care.

  30 Nov 2004; Guy Martin <gmsoft@gentoo.org> proftpd-1.2.10-r1.ebuild:
  Stable on hppa.

  30 Nov 2004; Bryan Østergaard <kloeri@gentoo.org>
  proftpd-1.2.10-r1.ebuild:
  Stable on alpha, bug 67648.

  29 Nov 2004; Simon Stelling <blubb@gentoo.org> proftpd-1.2.10-r1.ebuild:
  stable on amd64, see bug #67648

  29 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  proftpd-1.2.10-r1.ebuild:
  Stable on sparc wrt #67648

  28 Nov 2004; Joseph Jezak <josejx@gentoo.org> proftpd-1.2.10-r1.ebuild:
  Marked ppc stable for bug #67648.

  27 Nov 2004; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10-r1.ebuild:
  Stable on x86

*proftpd-1.2.10-r1 (26 Nov 2004)

  26 Nov 2004; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10-r1.ebuild:
  Adding version 1.2.10-r1 with fix for time attack bug
  #http://bugs.gentoo.org/show_bug.cgi?id=67648

  23 Nov 2004; Sven Wegener <swegener@gentoo.org> :
  Fixed digest.

  01 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> proftpd-1.2.10.ebuild:
  Stable on alpha.

  19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> proftpd-1.2.10.ebuild,
  proftpd-1.2.8.ebuild:
  Stable on amd64.

  11 Oct 2004; Guy Martin <gmsoft@gentoo.org> proftpd-1.2.10.ebuild:
  Marked stable on hppa.

  18 Sep 2004; Jason Wever <weeve@gentoo.org> proftpd-1.2.10.ebuild:
  Stable on sparc.

  16 Sep 2004; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10.ebuild:
  Mod shaper causes problems again :( . Marking stable as the rest is rock solid.

*proftpd-1.2.10 (07 Sep 2004)

  07 Sep 2004; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10.ebuild, -proftpd-1.2.10_rc3-r1.ebuild:
  Adding version 1.2.10, mod_shaper is back and also adding selinux flag and
  dep, thanks to petre rodan on bug 62905 for this one

*proftpd-1.2.10_rc3-r1 (06 Sep 2004)

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  proftpd-1.2.10_rc3-r1.ebuild, proftpd-1.2.9-r2.ebuild:
  Switch to use epause and ebeep, bug #62950

  29 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>;
  -proftpd-1.2.10_rc1-r1.ebuild:
  Removing the shaper module because it causes strange problems.

*proftpd-1.2.10_rc3 (14 Jul 2004)

  14 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10_rc1-r1.ebuild, +proftpd-1.2.10_rc3.ebuild:
  Adding rc3. Please report back (by mail) sucess stories

  14 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>;
  proftpd-1.2.10_rc1-r1.ebuild:
  Added softquota flag to rc1-r1 and removed the old rc1 ebuild. 1.2.10_rc2 came
  out today but has a bug and will not build, I have contacted upstream and rc3
  will come out soon.

*proftpd-1.2.10_rc1-r1 (08 Jul 2004)

  08 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; metadata.xml,
  +proftpd-1.2.10_rc1-r1.ebuild:
  Adding suport fpr mod_shaper a trafic-shaper for all the server. Also
  rager@g seems to be missing so I will maintain this in the meantime.

*proftpd-1.2.10_rc1 (08 Jun 2004)

  08 Jun 2004; Nick Hadaway <raker@gentoo.org> proftpd-1.2.10_rc1.ebuild :
  Important security fixes.  From proftpd.org:  Additionally a flaw in 
  the CIDRACL code has been discovered which can lead to an escalation in 
  access rights within the ftp site. This flaw affects all versions up to 
  and including 1.2.9, it has been fixed in cvs and 1.2.10rc1. To avoid 
  the flaw do not use CIDR based ACLs on vulnerable versions or use 
  mod_wrap and /etc/hosts.allow|deny.

  05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> proftpd-1.2.9-r2.ebuild:
  Stable on alpha.

  12 May 2004; Alexander Gabert <pappy@gentoo.org> proftpd-1.2.9-r2.ebuild:
  removed hardened-gcc logic, changed to use flag logic for capability bugfix

  06 May 2004; David Holm <dholm@gentoo.org> proftpd-1.2.9-r2.ebuild:
  Stable on ppc.

  05 May 2004; Jon Portnoy <avenj@gentoo.org> proftpd-1.2.9-r2.ebuild :
  Stable on x86.

  05 May 2004; Jason Wever <weeve@gentoo.org> proftpd-1.2.9-r2.ebuild:
  Stable on sparc wrt bug #49496.

  04 May 2004; Brandon Hale <tseng@gentoo.org> proftpd-1.2.9-r2.ebuild:
  Carry over stable flags on amd64 and hppa to -r2, I nuked their latest stable.

*proftpd-1.2.9-r2 (04 May 2004)

  04 May 2004; Brandon Hale <tseng@gentoo.org> -proftpd-1.2.9-r1.ebuild,
  +proftpd-1.2.9-r2.ebuild, -proftpd-1.2.9.ebuild:
  Add patch to close privelage escalation bug, see bug #49496. Removing affected
  versions.

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> proftpd-1.2.9-r1.ebuild:
  Add inherit eutils

  20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  proftpd-1.2.9-r1.ebuild, proftpd-1.2.9.ebuild:
  is-flag -fPIC -> has_pic to work with new gcc builds and USE=hardened.

  09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.9-r1.ebuild:
  Adding amd64 keyword. Closing #44105.

  12 Feb 2004; Stewart Honsberger <blkdeath@gentoo.org>
  proftpd-1.2.9-r1.ebuild, proftpd-1.2.9.ebuild:
  Re: Bug #40260; add warning to ebuild if both USE=postgres and mysql are set

*proftpd-1.2.9-r1 (12 Feb 2004)

  12 Feb 2004; Stewart Honsberger <blkdeath@gentoo.org>
  proftpd-1.2.9-r1.ebuild, files/proftpd-1.2.9-makefile.patch:
  Re: Bug #39678; apply patch to correct race condition for paralell build.

  31 Jan 2004; Christian Birchinger <joker@gentoo.org> proftpd-1.2.9.ebuild:
  Added sparc stable keyword

  29 Jan 2004; <tuxus@gentoo.org> proftpd-1.2.9.ebuild:
  Added ~mips to KEYWORDS.

  24 Jan 2004; Stewart Honsberger <blkdeath@gentoo.org> files/proftpd.rc6:
  Re: Bug #28345 added "--retry 20" to start-stop-daemon line in init script
  to account for stray processes.

  23 Jan 2004; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9.ebuild:
  Removed libpcap dependancy.  See bug #36291.  Also removed unneeded
  src_unpack() section.

  23 Jan 2004; Stewart Honsberger <blkdeath@gentoo.org> files/proftpd.xinetd:
  Re: Bug #37457, fix proftpd.xinetd

  23 Jan 2004; Stewart Honsberger <blkdeath@gentoo.org> proftpd-1.2.9.ebuild:
  Marked stable on x86.

*proftpd-1.2.9 (05 Nov 2003)

  22 Jan 2004; Guy Martin <gmsoft@gentoo.org> proftpd-1.2.9.ebuild:
  Marked stable on hppa.

  05 Nov 2003; Stewart Honsberger <blkdeath@gentoo.org> proftpd-1.2.9.ebuild:
  Version bump. Security fixes, some memory leaks, IPv4 / IPv6 fixes.

  20 Oct 2003; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9_rc3.ebuild:
  Added files/1.2.9_rc3-reversedns.diff which was taken from the 
  upstream cvs repository.  Gentoo bug #31465 and proftpd bug #2204.

*proftpd-1.2.9_rc3 (16 Oct 2003)

  16 Oct 2003; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9_rc3.ebuild:
  Addresses bug #29639 and #30004.  Also includes a remote exploit fix.
  Version bump.  1.2.9 release is coming soon. :)

*proftpd-1.2.9_rc2-r1 (13 Oct 2003)

  13 Oct 2003; <solar@gentoo.org> proftpd-1.2.9_rc2-r1.ebuild,
  files/proftpd-1.2.9_rc2-dirtree-r118.patch:
  Adding TJ Saunders directive lookup code patch from Comment #10
  http://bugs.proftpd.org/show_bug.cgi?id=2183 for src/dirtree.c This should
  close Gentoo Bug #29639

  05 Oct 2003; <solar@gentoo.org> proftpd-1.2.9_rc2.ebuild:
  reversed yet_exec workaround, changing solution to make proftpd compile for
  users when -fPIC is found in C[XX]FLAGS or using hgcc.. see bug #30359

  05 Oct 2003; Alexander Gabert <pappy@gentoo.org> proftpd-1.2.9_rc2.ebuild:
  added yet_exec flags for configure run, otherwise build failure due to broken
  assembler syscall in cap module building

  02 Oct 2003; Brad House <brad_mssw@gentoo.org> proftpd-1.2.8.ebuild:
  add ~amd64 flag

  30 Sep 2003; Christian Birchinger <joker@gentoo.org>
  proftpd-1.2.9_rc2.ebuild:
  Added sparc stable keyword

  29 Sep 2003; <solar@gentoo.org> proftpd-1.2.9_rc2.ebuild:
  marked stable on x86

*proftpd-1.2.9_rc2 (23 Sep 2003)

  23 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.9_rc2.ebuild:
  Security update

  22 Jun 2003; root <root@gentoo.org> proftpd-1.2.9_rc1.ebuild:
  Changed install stanza so files install in the proper location

  17 Jun 2003; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9_rc1.ebuild,
  proftpd-1.2.8.ebuild:
  Address bug #22963 which fixes compiling with the mysql module

*proftpd-1.2.9_rc1 (16 Jun 2003)

  16 Jun 2003; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9_rc1.ebuild,
  files/digest-proftpd-1.2.9_rc1:
  Version bump.  einstall doesn't work in this version.  Added some
  commented code for the new mod_{radius,ifsession,rewrite} modules.
  A couple "New & Enhanced" configuration directives as well...
  AnonRejectPasswords, RootRevoke, SocketOptions, and ListOptions.
  Increased postgres depend to >=7.3 (bug #19675)

*proftpd-1.2.8 (02 June 2003)

  03 Jun 2003; Christian Birchinger <joker@gentoo.org> proftpd-1.2.8.ebuild:
  Added sparc stable keyword

  02 June 2003; Brad Laue <brad@gentoo.org> proftpd-1.2.8.ebuild:
  Marking stable, it's well tested.

*proftpd-1.2.8 (17 Mar 2003)

  17 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest,
  proftpd-1.2.7.ebuild, proftpd-1.2.8.ebuild:
  Adding info about config file

  17 Mar 2003; Martin Holzer <mholzer@gentoo.org> proftpd-1.2.8.ebuild:
  Version bumped. Ebuild submitted in #17666 by bugsubmit@snerk.org

*proftpd-1.2.7 (15 Dec 2002)

  23 Mar 2003; Graham Forest <vladimir@gentoo.org> proftpd-1.2.7.ebuild:
  set ppc in keywords

  17 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/proftpd.conf :
  Closes #13734.

  15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.7.ebuild :
  Marked as stable.

  05 Mar 2003; Will Woods <wwoods@gentoo.org> proftpd-1.2.7.ebuild:
  Added alpha to KEYWORDS

  25 Feb 2003; Guy Martin <gmsoft@gentoo.org> proftpd-1.2.7.ebuild :
  Added hppa to keywords.

  15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.7.ebuild :
  Version bump.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  23 Nov 2002; Maik Schreiber <blizzy@gentoo.org> proftpd-1.2.7_rc3.ebuild:
  Changed KEYWORDS to "~x86 ~ppc ~sparc ~sparc64", as proftpd-1.2.7_rc2.ebuild
  has. Also fixed ChangeLog.

  19 Nov 2002; L. Boshell <leonardop@gentoo.org> proftpd-1.2.7_rc3.ebuild:
  Modified tcp-wrappers dep, so default-1.0 users don't have problems with it.
  See bug #10930.

*proftpd-1.2.7_rc3 (17 Nov 2002)
  
  17 Nov 2002; Bruce A. Locke <blocke@shivan.org> proftpd-1.2.7_rc3.ebuild:
  Version bump, ebuild cleanups, and:

  - mod_ldap TLS enable suggested by psi-jack@myrealbox.com (Eric Renfro)
  - mod_tls added (suggestion from stian@barmen.nu (Stian B. Barmen))
  - mod_wrap for TCP wrappers support
  - sample config file location in rc6 message changed

  09 Nov 2002; Ryan Phillips <rphillips@gentoo.org> : set emake to make.  Fixes #10267

*proftpd-1.2.7_rc2 (02 Nov 2002)

  02 Nov 2002; Maik Schreiber <blizzy@gentoo.org> : New version. Also we use
  user/group "proftpd" from now on instead of nobody/nogroup.

  07 Sep 2002; Seemant Kulleen <seemant@gentoo.org> proftpd-1.2.5-r1.ebuild,
  proftpd-1.2.6_rc1-r1.ebuild: Removed redundant glibc dependency and replaced
  it with the libpcap. Thanks to: saragon@home.se (Daniel) in bug #7614.

*proftpd-1.2.6_rc1-r1 (03 Aug 2002)

  03 Aug 2002; Bruce A. Locke <blocke@shivan.org> proftpd-1.2.6_rc1-r1.ebuild,
  files/digest-proftpd-1.2.6_rc1-r1:
  Added xinetd file contributed by alextxm@tin.it (Alessandro Pisani) and
  fixed minor directory and documentation buglets
  
*proftpd-1.2.6_rc1 (19 Jul 2002)

  19 Jul 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.6_rc1.ebuild:
  Added masked release candidate.  Please test.

  28 Jun 2002; J.Alberto Suárez L. <bass@gentoo.org> proftpd-1.2.5-r1.ebuild:

  Fix bug #3791 In mod_sql_postgres.c line 38: #inlcude <pgsql/libpq-fe.h>
  is patched to: #include <postgresql/libpq-fe.h>.

*proftpd-1.2.5-r1 (20 Jun 2002)

  20 Jun 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.5-r1.ebuild :
  Now we copy pam ftp file if we 'use pam'

*proftpd-1.2.5 (09 Jun 2002)

  09 Jun 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.5.ebuild :

  Version bump, added SLOT="0" and LICENSE="GPL-2"

  2 Apr 2002; Tod Neidt <tod@gentoo.org> proftpd-1.2.4-r7.ebuild :

  Specified rundir in make install, needed to avoid sandbox violation of
  'mkdir /var/run/proftp' on initial install.

*proftpd-1.2.4-r7 (18 Mar 2002)
  
  18 Mar 2002; Donny Davies <woodchip@gentoo.org> proftpd-1.2.4-r7.ebuild :

  Fix compilation with USE ldap.  Closes #722, thanks goto rectrix@rectrix.cx (Tim Hobbs)
  for report and suggested resolution.

*proftpd-1.2.4-r6 (01 Feb 2002)

  01 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.