summaryrefslogtreecommitdiff
blob: 7768a794c890e9cd108072b8366949cc3ba7999a (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
# ChangeLog for net-ftp/pure-ftpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.154 2014/12/28 16:23:21 titanofold Exp $

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, pure-ftpd-1.0.36.ebuild,
  pure-ftpd-1.0.36-r1.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, pure-ftpd-1.0.36.ebuild,
  pure-ftpd-1.0.36-r1.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, pure-ftpd-1.0.36-r1.ebuild,
  pure-ftpd-1.0.36.ebuild:
  QA: drop trailing '.' from DESCRIPTION

*pure-ftpd-1.0.36-r1 (30 Apr 2014)

  30 Apr 2014; Lars Wendler <polynomial-c@gentoo.org>
  +pure-ftpd-1.0.36-r1.ebuild, metadata.xml:
  Added the "implicittls" USE flag as requested by Thomas D. in bug #509190.

  03 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> files/pure-ftpd.rc11:
  Fixed pidfile location for non-linux systems.

  04 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> pure-ftpd-1.0.36.ebuild,
  files/pure-ftpd.rc11:
  Fixed pidfile location. Converted latest ebuild to EAPI-5.

  30 Jul 2012; Lars Wendler <polynomial-c@gentoo.org>
  -pure-ftpd-1.0.32-r2.ebuild, -pure-ftpd-1.0.35.ebuild:
  Removed old versions.

  29 Jul 2012; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.36.ebuild:
  alpha/ia64/sparc stable wrt #421729

  03 Jul 2012; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.36.ebuild:
  Stable for HPPA (bug #421729).

  03 Jul 2012; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.36.ebuild:
  Marking pure-ftpd-1.0.36 ppc for bug 421729

  25 Jun 2012; Markus Meier <maekke@gentoo.org> pure-ftpd-1.0.36.ebuild:
  arm stable, bug #421729

  22 Jun 2012; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.36.ebuild:
  Marking pure-ftpd-1.0.36 ppc64 for bug 421729

  19 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pure-ftpd-1.0.36.ebuild:
  marked x86 per bug 421729

  18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pure-ftpd-1.0.36.ebuild:
  Stable for amd64, wrt bug #421729

  28 May 2012; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.35.ebuild:
  alpha/ia64/sparc stable wrt #410129

  13 May 2012; <swift@gentoo.org> pure-ftpd-1.0.29-r1.ebuild,
  pure-ftpd-1.0.32-r2.ebuild, pure-ftpd-1.0.35.ebuild, pure-ftpd-1.0.36.ebuild:
  SELinux policy for FTP daemons is provided by selinux-ftp

  24 Apr 2012; Mike Frysinger <vapier@gentoo.org> pure-ftpd-1.0.29-r1.ebuild,
  pure-ftpd-1.0.32-r2.ebuild, pure-ftpd-1.0.35.ebuild, pure-ftpd-1.0.36.ebuild:
  Disable automatic ssp flags -- this is the realm of user flags.

  17 Apr 2012; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.35.ebuild:
  Marking pure-ftpd-1.0.35 ppc64 for bug 410129

  16 Apr 2012; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.35.ebuild:
  Marking pure-ftpd-1.0.35 ppc for bug 410129

  06 Apr 2012; Markus Meier <maekke@gentoo.org> pure-ftpd-1.0.35.ebuild:
  arm stable, bug #410129

  05 Apr 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pure-ftpd-1.0.35.ebuild:
  x86 stable wrt bug #410129

  03 Apr 2012; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.35.ebuild:
  Stable for HPPA (bug #410129).

  31 Mar 2012; Markos Chandras <hwoarang@gentoo.org> pure-ftpd-1.0.35.ebuild:
  Stable on amd64 wrt bug #410129

  29 Mar 2012; Lars Wendler <polynomial-c@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, pure-ftpd-1.0.32-r2.ebuild,
  pure-ftpd-1.0.35.ebuild, pure-ftpd-1.0.36.ebuild, files/pure-ftpd.rc11:
  Whitespace fixes.

*pure-ftpd-1.0.36 (27 Mar 2012)

  27 Mar 2012; Lars Wendler <polynomial-c@gentoo.org> -pure-ftpd-1.0.34.ebuild,
  +pure-ftpd-1.0.36.ebuild:
  Version bump. Removed old.

*pure-ftpd-1.0.35 (08 Dec 2011)

  08 Dec 2011; Lars Wendler <polynomial-c@gentoo.org> +pure-ftpd-1.0.35.ebuild:
  Version bump.

*pure-ftpd-1.0.34 (02 Nov 2011)

  02 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> -pure-ftpd-1.0.32.ebuild,
  +pure-ftpd-1.0.34.ebuild:
  Version bump. Removed old.

  18 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> files/pure-ftpd.rc11:
  Fixed init script once again to be POSIX compliant.

  20 Aug 2011; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.32-r2.ebuild:
  Stable for HPPA (bug #376529).

  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.32-r2.ebuild:
  alpha/ia64/sparc stable wrt #376529

  07 Aug 2011; Markus Meier <maekke@gentoo.org> pure-ftpd-1.0.32-r2.ebuild:
  arm stable, bug #376529

  07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  pure-ftpd-1.0.32-r2.ebuild:
  x86 stable wrt bug #376529

  05 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> files/pure-ftpd.rc10:
  Removed --oknodo from rc10 init script

  02 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
  pure-ftpd-1.0.32-r2.ebuild:
  Stable on amd64 wrt bug #376529

  27 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  pure-ftpd-1.0.32-r2.ebuild:
  ppc/ppc64 stable wrt #376529

*pure-ftpd-1.0.32-r2 (17 May 2011)

  17 May 2011; Lars Wendler <polynomial-c@gentoo.org>
  -pure-ftpd-1.0.32-r1.ebuild, +pure-ftpd-1.0.32-r2.ebuild,
  files/pure-ftpd.rc11:
  Fixed --uploadscript parameter in init script.

*pure-ftpd-1.0.32-r1 (16 May 2011)

  16 May 2011; Lars Wendler <polynomial-c@gentoo.org>
  -pure-ftpd-1.0.30-r1.ebuild, -pure-ftpd-1.0.31.ebuild,
  +pure-ftpd-1.0.32-r1.ebuild, +files/pure-ftpd.conf_d-3,
  +files/pure-ftpd.rc11:
  Fixed startup of pure-ftpd with openrc when pure-uploadscript should be
  started as well. Thanks to Kilburn Abrahams for reporting this in bug
  #366761. Improved readability of the init script a bit (requested by jer).
  Removed old (vulnerable) versions.

  14 May 2011; Kacper Kowalik <xarthisius@gentoo.org> pure-ftpd-1.0.32.ebuild:
  ppc/ppc64 stable wrt #365751

  07 May 2011; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.32.ebuild:
  alpha/arm/ia64/sparc stable wrt #365751

  06 May 2011; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.32.ebuild:
  Stable for HPPA (bug #365751).

  03 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  pure-ftpd-1.0.32.ebuild:
  x86 stable wrt security bug #365751

  03 May 2011; Markos Chandras <hwoarang@gentoo.org> pure-ftpd-1.0.32.ebuild:
  Stable on amd64 wrt bug #365751

*pure-ftpd-1.0.32 (02 May 2011)

  02 May 2011; Lars Wendler <polynomial-c@gentoo.org> +pure-ftpd-1.0.32.ebuild:
  Security bump. Thanks to Mark Wagner for reporting this issue in bug #365751.

*pure-ftpd-1.0.31 (27 Apr 2011)

  27 Apr 2011; Lars Wendler <polynomial-c@gentoo.org> +pure-ftpd-1.0.31.ebuild:
  Version bump.

*pure-ftpd-1.0.30-r1 (22 Apr 2011)

  22 Apr 2011; Lars Wendler <polynomial-c@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, -pure-ftpd-1.0.30.ebuild,
  +pure-ftpd-1.0.30-r1.ebuild:
  Create /var/lib/run/pure-ftpd or else pure-ftpwho doesn't work. Thanks to
  László Szalma for reporting this in bug #364477. Committed straight to
  stable.

  23 Mar 2011; Lars Wendler <polynomial-c@gentoo.org> -pure-ftpd-1.0.28.ebuild,
  pure-ftpd-1.0.29-r1.ebuild, -pure-ftpd-1.0.29-r2.ebuild,
  -files/pure-ftpd.conf_d, -files/pure-ftpd.rc7, -files/pure-ftpd.rc8,
  -files/pure-ftpd.rc9:
  Removed old versions. Removed all keywords but ~x86-fbsd for 1.0.29-r1.

  18 Mar 2011; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.30.ebuild:
  arm/ia64/sparc stable wrt #358375

  15 Mar 2011; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.30.ebuild:
  Stable for HPPA (bug #358375).

  13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> pure-ftpd-1.0.30.ebuild:
  ppc/ppc64 stable wrt #358375

  13 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  pure-ftpd-1.0.30.ebuild:
  x86 stable wrt security bug #358375

  12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> pure-ftpd-1.0.30.ebuild:
  Stable on alpha, bug #358375

  11 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pure-ftpd-1.0.30.ebuild:
  Stable on amd64 wrt bug #358375

*pure-ftpd-1.0.30 (11 Mar 2011)

  11 Mar 2011; Lars Wendler <polynomial-c@gentoo.org> +pure-ftpd-1.0.30.ebuild,
  metadata.xml:
  Version bump. Added resolveids USE flag as requested by Johan Hattne in bug
  #357273.

  26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
  pure-ftpd-1.0.29-r2.ebuild:
  Marked ~ppc64 wrt #340455

  30 Oct 2010; Markus Meier <maekke@gentoo.org> pure-ftpd-1.0.29-r2.ebuild:
  restore ~arm, bug #340455

*pure-ftpd-1.0.29-r2 (11 Oct 2010)

  11 Oct 2010; Lars Wendler <polynomial-c@gentoo.org>
  +pure-ftpd-1.0.29-r2.ebuild, metadata.xml:
  Adding sysquota support per request in bug #340133. Thanks to Martin
  Korous for the ebuild patch.

  19 Aug 2010; Lars Wendler <polynomial-c@gentoo.org>
  pure-ftpd-1.0.29-r1.ebuild, +files/pure-ftpd.conf_d-2,
  +files/pure-ftpd.rc10:
  Added the possibility to mount a tmpfs on /var/lib/run/pure-ftpd (see bug
  #330563)

  18 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
  -pure-ftpd-1.0.29.ebuild, +pure-ftpd-1.0.29-r1.ebuild,
  files/pure-ftpd.rc7, files/pure-ftpd.rc9:
  Fixed bug in init scripts. pure-uploadscript doesn't create a pidfile on
  its own and s-s-d only creates a valid pidfile when the started program
  doesn't put itself into background. Thanks to Marcin Mirosław for
  pointing this out in bug #328575.

*pure-ftpd-1.0.29-r1 (18 Jul 2010)

  17 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
  pure-ftpd-1.0.29.ebuild, +files/pure-ftpd.rc9:
  Added a new init script which should wrk with both baselayout-1 and
  openrc. Keep the old (now unused) init script for a while until we can be
  sure the new one causes no regressions.

  17 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
  -pure-ftpd-1.0.21-r1.ebuild, -files/pure-ftpd-1.0.21-pam.patch,
  -pure-ftpd-1.0.22-r1.ebuild,
  -files/pure-ftpd-1.0.22-fix_rest_with_throttling.patch,
  -files/pure-ftpd-1.0.22-pam.patch, -pure-ftpd-1.0.26.ebuild,
  -pure-ftpd-1.0.27-r1.ebuild, -files/pure-ftpd.rc6:
  Removed old versions.

  17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild, pure-ftpd-1.0.22-r1.ebuild,
  pure-ftpd-1.0.26.ebuild, pure-ftpd-1.0.27-r1.ebuild,
  pure-ftpd-1.0.28.ebuild, pure-ftpd-1.0.29.ebuild:
  Migrating away from deprecated postgres virtuals

  14 May 2010; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.28.ebuild:
  Stable for HPPA (bug #296166).

  16 Apr 2010; Markos Chandras <hwoarang@gentoo.org>
  pure-ftpd-1.0.28.ebuild:
  Stable on amd64 wrt bug #296166

  11 Apr 2010; <nixnut@gentoo.org> pure-ftpd-1.0.28.ebuild:
  ppc stable #296166

  04 Apr 2010; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.28.ebuild:
  alpha/arm/ia64/sparc stable wrt #296166

  29 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  pure-ftpd-1.0.28.ebuild:
  x86 stable wrt bug #296166

  22 Mar 2010; Bernard Cafarelli <voyageur@gentoo.org>
  pure-ftpd-1.0.29.ebuild, files/pure-ftpd.rc7, +files/pure-ftpd.rc8:
  Revert rc7 init script changes for 1.0.28 stable request, create rc8 for
  1.0.29, spotted by Polynomial-C

  21 Mar 2010; Brent Baude <ranger@gentoo.org> pure-ftpd-1.0.28.ebuild:
  Marking pure-ftpd-1.0.28 ppc64 for bug 296166

*pure-ftpd-1.0.29 (19 Mar 2010)

  19 Mar 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +pure-ftpd-1.0.29.ebuild, files/pure-ftpd.rc7:
  Version bump by Polynomial-C, bug #310177

*pure-ftpd-1.0.28 (17 Feb 2010)

  17 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
  +pure-ftpd-1.0.28.ebuild, +files/pure-ftpd-1.0.28-pam.patch:
  Version bump by Polynomial-C, bug #305329

*pure-ftpd-1.0.27-r1 (14 Dec 2009)

  14 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -pure-ftpd-1.0.27.ebuild, +pure-ftpd-1.0.27-r1.ebuild,
  files/pure-ftpd.rc7:
  Fix typo in init script, bump so anyone already on 1.0.27 gets the fixed
  one

*pure-ftpd-1.0.27 (14 Dec 2009)

  14 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +pure-ftpd-1.0.27.ebuild, files/pure-ftpd.rc7:
  Version bump, use pid variables in init script by Polynomial-C in bug
  #296864

*pure-ftpd-1.0.26 (23 Nov 2009)

  23 Nov 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +pure-ftpd-1.0.26.ebuild, +files/pure-ftpd.rc7:
  Version bump and updated init script by polynomial-c, bug #293696

*pure-ftpd-1.0.22-r1 (22 Oct 2009)

  22 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  -pure-ftpd-1.0.22.ebuild, +pure-ftpd-1.0.22-r1.ebuild,
  +files/pure-ftpd-1.0.22-fix_rest_with_throttling.patch:
  Fix REST when using throttling on mmap_send(), patch thanks to
  redeeman@metanurb.dk

*pure-ftpd-1.0.22 (16 Oct 2009)

  16 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org>
  +pure-ftpd-1.0.22.ebuild, +files/pure-ftpd-1.0.22-pam.patch:
  Version bump (with EAPI2 and largefile configure fix), bug #243290. Also
  fixes bugs #277439 and #289060

  16 Oct 2009; Bernard Cafarelli <voyageur@gentoo.org> metadata.xml:
  Add net-ftp herd

  11 Sep 2008; Raúl Porcel <armin76@gentoo.org> pure-ftpd-1.0.21-r1.ebuild:
  Add ~arm wrt #235873

  21 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>
  pure-ftpd-1.0.21-r1.ebuild:
  Dep on PostgreSQL libs only.

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

  21 Apr 2008; Luca Longinotti <chtekk@gentoo.org> metadata.xml:
  Metadata update.

  18 Apr 2008; Luca Longinotti <chtekk@gentoo.org> -files/ftpusers,
  files/pure-ftpd.rc6, -pure-ftpd-1.0.20-r1.ebuild,
  pure-ftpd-1.0.21-r1.ebuild:
  Remove old version. Fix bugs #173365, #179375 and #182906.

  02 Aug 2007; Roy Marples <uberlord@gentoo.org> pure-ftpd-1.0.20-r1.ebuild,
  pure-ftpd-1.0.21-r1.ebuild:
  Keyworded ~x86-fbsd, #173648 thanks to Alessio Cassibba

  15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
  add <herd>no-herd</herd>

  06 May 2007; Marius Mauch <genone@gentoo.org> pure-ftpd-1.0.20-r1.ebuild,
  pure-ftpd-1.0.21-r1.ebuild:
  Replacing einfo with elog

  28 Apr 2007; Sven Wegener <swegener@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild, pure-ftpd-1.0.21-r1.ebuild:
  Drop dodir from dodir/*into combination.

  19 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild:
  Stable on IA64; bug #156718

  20 Dec 2006; Steve Dibb <beandog@gentoo.org> pure-ftpd-1.0.21-r1.ebuild:
  amd64 stable, bug 156718

  03 Dec 2006; Christian Faulhammer <opfer@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild:
  stable x86, bug #156718

  02 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild:
  Stable on Alpha; bug #156718

  01 Dec 2006; Markus Rothe <corsair@gentoo.org> pure-ftpd-1.0.21-r1.ebuild:
  Stable on ppc64; bug #156718

  01 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild:
  ppc stable, bug #156718

  01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  pure-ftpd-1.0.21-r1.ebuild:
  Stable on sparc wrt #156718

  01 Dec 2006; Jeroen Roovers <jer@gentoo.org> pure-ftpd-1.0.21-r1.ebuild:
  Stable for HPPA (bug #156718).

  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> pure-ftpd-1.0.20-r1.ebuild,
  pure-ftpd-1.0.21-r1.ebuild:
  dev-db/mysql => virtual/mysql

  28 Sep 2006; Luca Longinotti <chtekk@gentoo.org> files/pure-ftpd.conf_d:
  Update conf.d, fixes bug #149403.

  23 Sep 2006; Luca Longinotti <chtekk@gentoo.org> Manifest:
  Fix Manifest.

*pure-ftpd-1.0.21-r1 (23 Sep 2006)

  23 Sep 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/pure-ftpd-1.0.20-pam.patch, files/pure-ftpd.conf_d,
  +files/pure-ftpd.rc6, -files/pure-ftpd.rc6-r1, files/pure-ftpd.xinetd,
  pure-ftpd-1.0.20-r1.ebuild, -pure-ftpd-1.0.20-r2.ebuild,
  -pure-ftpd-1.0.21.ebuild, +pure-ftpd-1.0.21-r1.ebuild:
  General ebuild cleanup. Fix bugs #41097, #90528, #109647, #115799, #117936,
  #122671 and #130690.

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

  12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild:
  QA: Added selinux to IUSE.

*pure-ftpd-1.0.21 (14 Mar 2006)

  14 Mar 2006; Gustavo Felisberto <humpback@gentoo.org>;
  +files/pure-ftpd-1.0.21-pam.patch, +pure-ftpd-1.0.21.ebuild:
  Version bump to 10.0.21. Thanks to Charles Sheridan on bug #124933 for
  reporting.

  19 Sep 2005; Roy Marples <uberlord@gentoo.org> pure-ftpd-1.0.20-r1.ebuild,
  pure-ftpd-1.0.20-r2.ebuild:
  New USE flag selinux now depends on the selinux-ftpd policy, wrt #106355.

*pure-ftpd-1.0.20-r2 (31 Aug 2005)

  31 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>;
  +files/pure-ftpd-1.0.20-pam.patch, +pure-ftpd-1.0.20-r2.ebuild:
  Added ftpbase compatible version that helps close bug #102479

  21 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>;
  files/pure-ftpd.conf_d:
  Changed coment in conf.d file. Credit to David in bug #103195 .

  06 May 2005; Sven Wegener <swegener@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild:
  Removed * postfix from <, <=, >= and > dependencies.

  04 May 2005; Herbie Hopkins <herbs@gentoo.org> pure-ftpd-1.0.20-r1.ebuild:
  Stable on amd64.

  02 Mar 2005; Gustavo Felisberto <humpback@gentoo.org>;
  -files/pure-ftpd-1.0.18-fcntl.patch, files/pure-ftpd.conf_d,
  -files/pure-ftpd.rc6, -pure-ftpd-1.0.16b.ebuild, -pure-ftpd-1.0.16c.ebuild,
  -pure-ftpd-1.0.17a.ebuild, -pure-ftpd-1.0.18-r1.ebuild,
  -pure-ftpd-1.0.18.ebuild, -pure-ftpd-1.0.20.ebuild:
  Removing older versions and files. Also closing bug #75026.

  04 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild:
  Stable on ppc.

  04 Feb 2005; Bryan Østergaard <kloeri@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild:
  Stable on alpha, bug 80458.

  03 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  pure-ftpd-1.0.20-r1.ebuild:
  Stable on sparc wrt #80458

  02 Feb 2005; Gustavo Felisberto <humpback@gentoo.org>;
  pure-ftpd-1.0.20-r1.ebuild:
  Stable on x86

  02 Feb 2005; Markus Rothe <corsair@gentoo.org> pure-ftpd-1.0.20-r1.ebuild:
  Stable on ppc64

*pure-ftpd-1.0.20-r1 (02 Feb 2005)

  02 Feb 2005; Gustavo Felisberto <humpback@gentoo.org>;
  files/pure-ftpd.conf_d, +pure-ftpd-1.0.20-r1.ebuild:
  Adding version to solve sec bug #80458 and a warning to the conf file about
  bug #75861.

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

  18 Sep 2004; Gustavo Felisberto <humpback@gentoo.org>;
  pure-ftpd-1.0.20.ebuild:
  Added privilege separation option to configure.

  01 Sep 2004; Gustavo Felisberto <humpback@gentoo.org>;
  pure-ftpd-1.0.20.ebuild:
  Updated username lenght limit from 32 to 127, see bug #62472 for details.

*pure-ftpd-1.0.20 (09 Aug 2004)

  09 Aug 2004; Gustavo Felisberto <humpback@gentoo.org>;
  pure-ftpd-1.0.20.ebuild:
  Added caps flag. Closes bug #59458. thanks to erkan kaplan

  09 Aug 2004; Gustavo Felisberto <humpback@gentoo.org>; :
  Version bump tp 1.0.20, closes bug #59355.

  15 Jul 2004; Tom Gall <tgall@gentoo.org> pure-ftpd-1.0.18-r1.ebuild:
  stable on ppc64, bug #55407

  10 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; metadata.xml:
  Taking maintainership of this package due to raker's retire. Will update this
  to the new version ASAP

  04 Jul 2004; Michael Hanselmann <hansmi@gentoo.org>
  pure-ftpd-1.0.18-r1.ebuild:
  Stable on ppc.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  pure-ftpd-1.0.16b.ebuild, pure-ftpd-1.0.16c.ebuild,
  pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18-r1.ebuild,
  pure-ftpd-1.0.18.ebuild:
  virtual/glibc -> virtual/libc

  24 Jun 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.18-r1.ebuild:
  stable on ia64 #54590

  23 Jun 2004; Jason Wever <weeve@gentoo.org> pure-ftpd-1.0.18-r1.ebuild:
  Marked stable on sparc wrt bug #54590.

  23 Jun 2004; Bryan Østergaard <kloeri@gentoo.org>
  pure-ftpd-1.0.18-r1.ebuild:
  Stable on alpha, see bug #54590.

*pure-ftpd-1.0.18-r1 (22 Jun 2004)

  22 Jun 2004; <solar@gentoo.org> pure-ftpd-1.0.18-r1.ebuild,
  files/pure-ftpd-1.0.18-fcntl.patch:
  fix DoS when max connections is reached. secuirty bug #54590

  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.16b.ebuild,
  pure-ftpd-1.0.16c.ebuild, pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18.ebuild:
  Fix use invocation

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.16b.ebuild,
  pure-ftpd-1.0.16c.ebuild, pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18.ebuild:
  Add die following econf for bug 48950

  13 Apr 2004; <agriffis@gentoo.org> pure-ftpd-1.0.18.ebuild:
  Stable on alpha and ia64

*pure-ftpd-1.0.18 (06 Apr 2004)

  06 Apr 2004; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.18.ebuild:
  Version bump.  Adjusted pam-related stuff.  Added support for files
  larger than 2GB.  Thanks to cvo on bug #45796 for noticing this 
  missing option.

  01 Feb 2004; Jon Portnoy <avenj@gentoo.org> pure-ftpd-1.0.17a.ebuild :
  AMD64 keywords.

*pure-ftpd-1.0.17a (22 Jan 2004)

  22 Jan 2004; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.17a.ebuild:
  Version bump.  Upstream fixes include better SSL error responses and
  other minor changes.  Nothing earth-shattering AFAICT.

*pure-ftpd-1.0.16c (29 Oct 2003)

  29 Oct 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.16c.ebuild:
  Version bump.  A fix for PAM authentication and some other minor 
  changes.

  20 Oct 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.16b.ebuild:
  Marking stable for all arches based on the suggestion of the upstream
  authors.

*pure-ftpd-1.0.16b (19 Oct 2003)

  19 Oct 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.16b.ebuild:
  Version bump.  Important bugfixes.

  17 Oct 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.16a.ebuild:
  Marked stable for x86.

*pure-ftpd-1.0.16a (13 Aug 2003)

  13 Aug 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.16a.ebuild:
  Version bump.  Fixes for the ldap and pam portion of the install.
  Added ssl to IUSE.  Other minor build cleanups.

*pure-ftpd-1.0.15 (21 Jun 2003)

  29 Jul 2003; Guy Martin <gmsoft@gentoo.org> pure-ftpd-1.0.15.ebuild :
  Added hppa to KEYWORDS.

  21 Jun 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.15.ebuild:
  Bug fixes. :)  Just a bump is all that's needed.

*pure-ftpd-1.0.14 (09 Feb 2003)

  09 Jun 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.14.ebuild:
  Changed license to BSD.

  09 Feb 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.14.ebuild,
  files/digest-pure-ftpd-1.0.14 :
  Version bump.  Added some logic to complete ldap support as suggested
  in bug #15367 by claer@unixlover.com

*pure-ftpd-1.0.13a (28 Jan 2003)

  29 Jan 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.13a.ebuild :
  Removed the --with-largefile option per bug #11215

  28 Jan 2003; Nick Hadaway <raker@gentoo.org> pure-ftpd-1.0.13a.ebuld,
  files/digest-pure-ftpd-1.0.13a, files/pureftpd.rc6-r1 :
  Version bump.  And changed the init script so start-stop-daemon
  is utilized.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*pure-ftpd-1.0.12-r1 (25 Nov 2002)

  25 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Added support for lfs #11215

*pure-ftpd-1.0.12 (12 Oct 2002)

  12 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : New version, closes
  bug #6000.

*pure-ftpd-1.0.11-r1 (19 Apr 2002)

  19 Apr 2002; Bart Verwilst <verwilst@gentoo.org> : Added fix, conf.d
  file wasn't copied... this new revision (r1) should fix the problem.

*pure-ftpd-1.0.11 (14 Apr 2002)

  14 Apr 2002; Bart Verwilst <verwilst@gentoo.org> : Upgraded version,
  removed old one.. New ebuild (1.0.11) includes pam fixes as well..

*pure-ftpd-1.0.8-r1 (13 Feb 2003)
 
  13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*pure-ftpd-1.0.8 (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.