summaryrefslogtreecommitdiff
blob: 5b34f744405445c4311465a6033511ebde31bb4f (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
# ChangeLog for app-admin/logrotate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.147 2013/06/25 10:21:57 ago Exp $

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.4.ebuild:
  Stable for ppc64, wrt bug #472868

  24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.4.ebuild:
  Stable for ppc, wrt bug #472868

  18 Jun 2013; Chema Alonso <nimiux@gentoo.org> logrotate-3.8.3.ebuild,
  logrotate-3.8.4.ebuild, logrotate-3.8.5.ebuild:
  Add ~amd64-fbsd keyword wrt bug 473540

*logrotate-3.8.5 (18 Jun 2013)

  18 Jun 2013; Chema Alonso <nimiux@gentoo.org> +logrotate-3.8.5.ebuild,
  +files/logrotate-3.8.5-atomic-create.patch,
  +files/logrotate-3.8.5-datehack.patch, +files/logrotate-3.8.5-fbsd.patch,
  +files/logrotate-3.8.5-ignore-hidden.patch,
  +files/logrotate-3.8.5-noasprintf.patch:
  Revision bump

  18 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> logrotate-3.8.4.ebuild:
  Stable on amd64 and x86, wrt bug #472868

  10 Jun 2013; Jeroen Roovers <jer@gentoo.org> logrotate-3.8.4.ebuild:
  Stable for HPPA (bug #472868).

  18 May 2013; Chema Alonso <nimiux@gentoo.org> files/logrotate.conf:
  Load all common settings before including specific files. Bug 469908 by Hank
  Leininger

  10 May 2013; Chema Alonso <nimiux@gentoo.org>
  -files/logrotate-3.7.7-datehack.patch,
  -files/logrotate-3.8.0-atomic-create.patch,
  -files/logrotate-3.8.0-fbsd.patch,
  -files/logrotate-3.8.0-ignore-hidden.patch, -logrotate-3.8.1.ebuild,
  -files/logrotate-3.8.1-noasprintf.patch, -logrotate-3.8.2.ebuild,
  -files/logrotate-3.8.2-atomic-create.patch,
  -files/logrotate-3.8.2-fbsd.patch:
  Clean old

*logrotate-3.8.4 (10 May 2013)

  10 May 2013; Chema Alonso <nimiux@gentoo.org> +logrotate-3.8.4.ebuild,
  +files/logrotate-3.8.4-atomic-create.patch,
  +files/logrotate-3.8.4-datehack.patch, +files/logrotate-3.8.4-fbsd.patch,
  +files/logrotate-3.8.4-ignore-hidden.patch,
  +files/logrotate-3.8.4-noasprintf.patch, files/logrotate.conf:
  Revision bump

  01 Jan 2013; Raúl Porcel <armin76@gentoo.org> logrotate-3.8.3.ebuild:
  s390/sh stable wrt #447510

  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for alpha, wrt bug #447510

  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for sparc, wrt bug #447510

  26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for ia64, wrt bug #447510

  24 Dec 2012; Markus Meier <maekke@gentoo.org> logrotate-3.8.3.ebuild:
  arm stable, bug #447510

  23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for ppc64, wrt bug #447510

  22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for ppc, wrt bug #447510

  19 Dec 2012; Chema Alonso <nimiux@gentoo.org>
  files/logrotate-3.8.3-fix-acl-tests.patch:
  Fixed tests to check for setfacl command wrt bug #447510 comment #10

  18 Dec 2012; Jeroen Roovers <jer@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for HPPA (bug #447510).

  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for x86, wrt bug #447510

  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.3.ebuild:
  Stable for amd64, wrt bug #447510

*logrotate-3.8.3 (11 Nov 2012)

  11 Nov 2012; Chema Alonso <nimiux@gentoo.org> +logrotate-3.8.3.ebuild,
  +files/logrotate-3.8.3-atomic-create.patch,
  +files/logrotate-3.8.3-datehack.patch, +files/logrotate-3.8.3-fbsd.patch,
  +files/logrotate-3.8.3-fix-acl-tests.patch,
  +files/logrotate-3.8.3-ignore-hidden.patch,
  +files/logrotate-3.8.3-noasprintf.patch:
  Version bump to 3.8.3

  29 Oct 2012;  <naota@gentoo.org> +files/logrotate-3.8.2-fbsd.patch,
  logrotate-3.8.2.ebuild:
  Add patch to allow build on FreeBSD-9.x. #439200

  29 Sep 2012; Raúl Porcel <armin76@gentoo.org> logrotate-3.8.2.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #434348

  18 Sep 2012; Jeroen Roovers <jer@gentoo.org> logrotate-3.8.2.ebuild:
  Stable for HPPA (bug #434348).

  12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> logrotate-3.8.2.ebuild:
  stable arm, bug #434348

  12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> logrotate-3.8.2.ebuild:
  stable ppc ppc64, bug #434348

  11 Sep 2012; Johannes Huber <johu@gentoo.org> logrotate-3.8.2.ebuild:
  Stable for x86, wrt bug #434348

  10 Sep 2012; Chema Alonso <nimiux@gentoo.org> logrotate-3.8.2.ebuild:
  Dropped mips and x86-fbsd stable keywords and tune flags wrt bug #434348

  09 Sep 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.2.ebuild:
  Stable for amd64, wrt bug #434348

*logrotate-3.8.2 (02 Aug 2012)

  02 Aug 2012; Chema Alonso <nimiux@gentoo.org> +logrotate-3.8.2.ebuild,
  +files/logrotate-3.8.2-atomic-create.patch:
  Version bump.

  10 Jun 2012; Chema Alonso <nimiux@gentoo.org> metadata.xml:
  Add myself as maintainer. Add description and use flags to metadata.

  08 Jun 2012; Pacho Ramos <pacho@gentoo.org> -files/logrotate-3.7.7-fbsd.patch,
  -files/logrotate-3.7.7-ignore-hidden.patch,
  -files/logrotate-3.7.7-weekly.patch,
  -files/logrotate-3.7.9-atomic-create.patch,
  -files/logrotate-3.7.9-no-cloexec.patch, -files/logrotate-3.7.9-shred.patch,
  -files/logrotate-3.7.9-skip-empty-files.patch,
  -files/logrotate-3.7.9-statefile.patch,
  -files/logrotate-3.8.0-noasprintf.patch, -logrotate-3.7.8.ebuild,
  -logrotate-3.7.9-r1.ebuild, -logrotate-3.7.9-r2.ebuild,
  -logrotate-3.7.9.ebuild, -logrotate-3.8.0.ebuild, metadata.xml:
  Drop maintainer from metadata as talked with him, bug #90641. Drop old.

  12 Feb 2012; Raúl Porcel <armin76@gentoo.org> logrotate-3.8.1.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #398529

  31 Jan 2012; Jeroen Roovers <jer@gentoo.org> logrotate-3.8.1.ebuild:
  Stable for HPPA (bug #398529).

  31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> logrotate-3.8.1.ebuild:
  ppc/ppc64 stable wrt #398529

  29 Jan 2012; Markus Meier <maekke@gentoo.org> logrotate-3.8.1.ebuild:
  arm stable, bug #398529

  29 Jan 2012; Jeff Horelick <jdhore@gentoo.org> logrotate-3.8.1.ebuild:
  x86 stable per bug 398529

  27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> logrotate-3.8.1.ebuild:
  Stable for amd64, wrt bug #398529

*logrotate-3.8.1 (12 Oct 2011)

  12 Oct 2011; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.8.1.ebuild,
  +files/logrotate-3.8.1-noasprintf.patch:
  Bump to logrotate-3.8.1


  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> logrotate-3.8.0.ebuild:
  alpha/arm/ia64/s390/sh/sparc stable wrt #372973

  06 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> logrotate-3.8.0.ebuild:
  x86 stable wrt security bug #372973

  05 Aug 2011; Jeroen Roovers <jer@gentoo.org> logrotate-3.8.0.ebuild:
  Stable for HPPA (bug #372973).

  04 Aug 2011; Markos Chandras <hwoarang@gentoo.org> logrotate-3.8.0.ebuild:
  Stable on amd64 wrt bug #372973

  03 Aug 2011; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.8.0.ebuild:
  Install the CHANGES file. Bug #377483

  03 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> logrotate-3.8.0.ebuild:
  ppc/ppc64 stable wrt #372973

  18 Jul 2011; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.8.0.ebuild,
  files/logrotate-3.8.0-atomic-create.patch,
  +files/logrotate-3.8.0-noasprintf.patch:
  Fix bug #374407 and bug #374869

  08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> logrotate-3.7.8.ebuild,
  logrotate-3.7.9.ebuild, logrotate-3.7.9-r1.ebuild, logrotate-3.7.9-r2.ebuild,
  logrotate-3.8.0.ebuild:
  Convert from "useq" to "use".

*logrotate-3.8.0 (06 Jul 2011)

  06 Jul 2011; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.8.0.ebuild,
  +files/logrotate-3.8.0-atomic-create.patch,
  +files/logrotate-3.8.0-fbsd.patch,
  +files/logrotate-3.8.0-ignore-hidden.patch:
  Bump to logrotate-3.8.0
  - CVE-2011-1098
  - CVE-2011-1154
  - CVE-2011-1155


  29 Apr 2011; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.9-r1.ebuild,
  logrotate-3.7.9-r2.ebuild, +files/logrotate-3.7.9-no-cloexec.patch:
  Fix bug #365137: allow to build on systems without O_CLOEXEC

*logrotate-3.7.9-r2 (17 Apr 2011)

  17 Apr 2011; Daniel Gryniewicz <dang@gentoo.org> -logrotate-3.7.1-r2.ebuild,
  -files/logrotate-3.7.1-dateext-maxage.patch,
  -files/logrotate-3.7.1-datehack.patch,
  -files/logrotate-3.7.1-ignore-hidden.patch,
  -files/logrotate-3.7.1-manpage-fixes.patch,
  -files/logrotate-3.7.1-no-tmpdir.patch,
  -files/logrotate-3.7.1-taboo-to-debug.patch,
  -files/logrotate-3.7.1-weekly.patch, -logrotate-3.7.2.ebuild,
  -logrotate-3.7.7.ebuild, +logrotate-3.7.9-r2.ebuild,
  +files/logrotate-3.7.9-skip-empty-files.patch:
  Bump to logrotate-3.7.9-r2
  - Fix bug #363705
  - Fix bug #195787
  Remove old versions


  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> logrotate-3.7.9-r1.ebuild:
  alpha/arm/s390/sh/sparc stable wrt #356811

  15 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org>
  logrotate-3.7.9-r1.ebuild:
  ppc64/ia64 stable wrt #356811

  13 Apr 2011; Brent Baude <ranger@gentoo.org> logrotate-3.7.9-r1.ebuild:
  Marking logrotate-3.7.9-r1 ppc for bug 356811

  13 Apr 2011; Markos Chandras <hwoarang@gentoo.org> logrotate-3.7.9-r1.ebuild:
  Stable on amd64 wrt bug #356811

  13 Apr 2011; Thomas Kahle <tomka@gentoo.org> logrotate-3.7.9-r1.ebuild:
  x86 stable per bug 356811

  12 Apr 2011; Jeroen Roovers <jer@gentoo.org> logrotate-3.7.9-r1.ebuild:
  Stable for HPPA (bug #356811).

*logrotate-3.7.9-r1 (12 Apr 2011)

  12 Apr 2011; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.7.9-r1.ebuild,
  +files/logrotate-3.7.9-atomic-create.patch,
  +files/logrotate-3.7.9-shred.patch, +files/logrotate-3.7.9-statefile.patch:
  Bug #356811:
  - Fix CVE-2011-1154
  - Fix CVE-2011-1098
  - Fix CVE-2011-1155


  06 Feb 2011; Mart Raudsepp <leio@gentoo.org> logrotate-3.7.1-r2.ebuild,
  logrotate-3.7.2.ebuild:
  Drop to ~mips

*logrotate-3.7.9 (16 Nov 2010)

  16 Nov 2010; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.7.9.ebuild:
  Bump to logrotate-3.7.9; bug #345199

  03 Nov 2009; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.8.ebuild:
  Move selinux-logroate to RDEPEND; bug #287481

  12 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
  logrotate-3.7.8.ebuild:
  call epatch once

  11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> logrotate-3.7.1-r2.ebuild,
  logrotate-3.7.2.ebuild, logrotate-3.7.7.ebuild, logrotate-3.7.8.ebuild:
  QA fixes; unquoted variables

  02 Jul 2009; Markus Meier <maekke@gentoo.org> logrotate-3.7.8.ebuild:
  amd64 stable, bug #273419

  02 Jul 2009; Joseph Jezak <josejx@gentoo.org> logrotate-3.7.8.ebuild:
  Marked ppc stable for bug #273419.

  24 Jun 2009; Raúl Porcel <armin76@gentoo.org> logrotate-3.7.8.ebuild:
  arm/ia64/s390/sh stable wrt #273419

  19 Jun 2009; Brent Baude <ranger@gentoo.org> logrotate-3.7.8.ebuild:
  stable ppc64, bug 273419

  17 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
  logrotate-3.7.8.ebuild:
  Stable on alpha, bug #273419

  11 Jun 2009; Jeroen Roovers <jer@gentoo.org> logrotate-3.7.8.ebuild:
  Stable for HPPA (bug #273419).

  11 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
  logrotate-3.7.8.ebuild:
  stable x86, bug 273419

  10 Jun 2009; Ferris McCormick <fmccor@gentoo.org> logrotate-3.7.8.ebuild:
  Sparc stable, Bug #273419.

*logrotate-3.7.8 (10 Mar 2009)

  10 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.7.8.ebuild:
  Bump to logrotate-3.7.8

  - Update to EAPI 2

  25 Jan 2009; Daniel Gryniewicz <dang@gentoo.org>
  files/logrotate-3.7.7-fbsd.patch:
  Real fix this time for bug #254795; thanks Javier

  14 Jan 2009; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.7.ebuild:
  Try again to fix fbsd; bug #254795

  13 Jan 2009; Daniel Gryniewicz <dang@gentoo.org>
  +files/logrotate-3.7.7-fbsd.patch, logrotate-3.7.7.ebuild:
  re-add missed fbsd patch. Bug #254795

*logrotate-3.7.7 (24 Dec 2008)

  24 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
  +files/logrotate-3.7.7-datehack.patch,
  +files/logrotate-3.7.7-ignore-hidden.patch,
  +files/logrotate-3.7.7-weekly.patch, files/logrotate.conf,
  +logrotate-3.7.7.ebuild:
  Bump to 3.7.7; now considering fedora as upstream

  15 Dec 2008; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.2.ebuild:
  Strip cflags; bug #250960

  24 Dec 2007; Carsten Lohrke <carlo@gentoo.org> logrotate-3.7.2.ebuild:
  There is more than one mailx implementation.

  13 May 2007; Joshua Kinard <kumba@gentoo.org> logrotate-3.7.2.ebuild:
  Stable on mips.

  26 Mar 2007; Alec Warner <antarus@gentoo.org> logrotate-3.7.1-r2.ebuild,
  logrotate-3.7.2.ebuild:
  Remove dependency on portage: ref bug 162516

  18 Feb 2007; Markus Rothe <corsair@gentoo.org> logrotate-3.7.2.ebuild:
  Stable on ppc64

  17 Feb 2007; Raúl Porcel <armin76@gentoo.org> logrotate-3.7.2.ebuild:
  x86 stable wrt bug 167266

  24 Jan 2007; Marius Mauch <genone@gentoo.org> logrotate-3.7.1-r2.ebuild,
  logrotate-3.7.2.ebuild:
  Replacing einfo with elog

  21 Jan 2007; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.2.ebuild:
  Use toolchain-funcs to get compiler name; bug #119638

  29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  logrotate-3.7.2.ebuild:
  Stable on sparc

  24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  logrotate-3.7.2.ebuild:
  Stable on ppc.

  03 Dec 2006; Jeroen Roovers <jer@gentoo.org> logrotate-3.7.2.ebuild:
  Stable for HPPA.

  27 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> logrotate-3.7.2.ebuild:
  Added ~x86-fbsd keyword.

  18 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> logrotate-3.7.2.ebuild:
  Marked stable on amd64

  21 Oct 2006; Aron Griffis <agriffis@gentoo.org> logrotate-3.7.2.ebuild:
  Mark 3.7.2 stable on alpha/ia64

*logrotate-3.7.2 (13 Sep 2006)

  13 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> +logrotate-3.7.2.ebuild:
  New version with fixes for bug #147352, bug #89352, and bug #119638

  20 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
  logrotate-3.7.1-r2.ebuild:
  Fix DEPEND=DEPEND from bug #141175

  27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
  Fixing duff SHA256 digests: Bug # 131293

  10 Feb 2006; <dang@gentoo.org> -logrotate-3.7.1-r1.ebuild:
  Remove -r1 now that -r2 is fully stable

  09 Feb 2006; Joshua Kinard <kumba@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Marked stable on mips for Bug #119466.

  21 Jan 2006; Markus Rothe <corsair@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Stable on ppc64

  21 Jan 2006; Aron Griffis <agriffis@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Mark 3.7.1-r2 stable on alpha/ia64

  21 Jan 2006; <nixnut@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Added ppc keyword. bug 119466

  21 Jan 2006; Jeroen Roovers <jer@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Stable on hppa (bug #119466).

  19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
  logrotate-3.7.1-r2.ebuild:
  Stable on x86.

  19 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  logrotate-3.7.1-r2.ebuild:
  Stable on sparc wrt #119466

  19 Jan 2006; <dang@gentoo.org> logrotate-3.7.1-r2.ebuild:
  Marked stable on amd64

*logrotate-3.7.1-r2 (15 Oct 2005)

  15 Oct 2005; <dang@gentoo.org> -files/logrotate-3.6.5-selinux.diff.bz2,
  +files/logrotate-3.7.1-weekly.patch, -logrotate-3.6.5-r1.ebuild,
  -logrotate-3.7.ebuild, -logrotate-3.7.1.ebuild,
  +logrotate-3.7.1-r2.ebuild:
  Fix weekly log rotation. bug #107906

  14 Sep 2005; <dang@gentoo.org> files/logrotate-3.7.1-manpage-fixes.patch:
  Fix default status file in manpage.  Bug #105958

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

  02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  logrotate-3.7.1-r1.ebuild:
  Stable on alpha.

  30 Jun 2005; Joseph Jezak <josejx@gentoo.org> logrotate-3.7.1-r1.ebuild:
  Marked ppc stable.

  28 Jun 2005; Joshua Kinard <kumba@gentoo.org> logrotate-3.7.1-r1.ebuild:
  Marked stable on mips.

  27 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  logrotate-3.7.1-r1.ebuild:
  Stable on sparc

  27 Jun 2005; Markus Rothe <corsair@gentoo.org> logrotate-3.7.1-r1.ebuild:
  Stable on ppc64

  26 Jun 2005; <dang@gentoo.org> logrotate-3.7.1-r1.ebuild:
  mark 3.7.1-r1 stable

  29 May 2005; Joshua Kinard <kumba@gentoo.org> logrotate-3.6.5-r1.ebuild,
  logrotate-3.7.1-r1.ebuild:
  Stable 3.6.5-r1 on mips, ~mips 3.7.1-r1.

*logrotate-3.7.1-r1 (26 May 2005)

  26 May 2005; <dang@gentoo.org> +files/logrotate-3.7.1-no-tmpdir.patch,
  +logrotate-3.7.1-r1.ebuild:
  Bump to include no-tmpdir patch. This patch makes scripts execute by
  directly calling /bin/sh, rather than by writing out a tmp file.

*logrotate-3.7.1 (24 May 2005)

  24 May 2005; <dang@gentoo.org>
  +files/logrotate-3.7.1-dateext-maxage.patch,
  +files/logrotate-3.7.1-datehack.patch,
  +files/logrotate-3.7.1-ignore-hidden.patch,
  +files/logrotate-3.7.1-manpage-fixes.patch,
  +files/logrotate-3.7.1-taboo-to-debug.patch, metadata.xml,
  +logrotate-3.7.1.ebuild:

  Taking over as maintainer.

  New version of logrotate from upstream.
  Fixes from upstream:
  - Rotated files now have correct ownership and permissions
  Fixes from Debian 3.7-3:
  - Manpage fixes
  - Improved datehack fix for bug in old versions of logrotate
  - Make printing of messages related to skipped logroate.d files DEBUG
    messages rather than ERROR messages
  Fixes from Suse:
  - dateext - Enable usage of the rotation date as the file extension,
    rather than sequential numbering
  - maxage - Enable deletion of rotated files older than a certain age
  Local fixes:
  - Ignore dotfiles in logrotate.d/ directory, to keep emerges from
    breaking logrotate via ._cfg* files

  01 Jan 2005; Chris PeBenito <pebenito@gentoo.org> logrotate-3.7.ebuild:
  SELinux code is now integrated in 3.7.  Adjust ebuild accordingly.

*logrotate-3.7 (31 Dec 2004)

  31 Dec 2004; Chris White <chriswhite@gentoo.org> +metadata.xml,
  +logrotate-3.7.ebuild:
  Took over as placeholder maintainer.  Bumped to 3.7 while I was there.

  09 Dec 2004; Sergey Kuleshov <svyatogor@gentoo.org>
  logrotate-3.6.5-r1.ebuild:
  Fixed a small typo in man page. (Bug #73843)

  18 Nov 2004; Lars Weiler <pylon@gentoo.org> logrotate-3.6.5-r1.ebuild:
  Added hppa to keywords.

  18 Jul 2004; Daniel Black <dragonheart@gentoo.org> files/logrotate.conf:
  Manifest fix - files/logrotate.conf

  30 May 2004; Robin H. Johnson <robbat2@gentoo.org>
  logrotate-3.6.5-r1.ebuild:
  mailx move

  28 Apr 2004; Jon Portnoy <avenj@gentoo.org> logrotate-3.6.5-r1.ebuild :
  Stable on AMD64.

  15 Apr 2004; Michael McCabe <randy@gentoo.org> logrotate-3.6.5-r1.ebuild:
  adding s390 keywords

  02 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
  logrotate-3.5.9-r1.ebuild, logrotate-3.6.5.ebuild:
  clean older ebuilds

  07 Mar 2004; Tom Gall <tgall@gentoo.org> logrotate-3.6.5-r1.ebuild :
  ppc64 marked stable 

  01 Feb 2004; Jon Portnoy <avenj@gentoo.org> logrotate-3.6.5-r1.ebuild :
  AMD64 keywords.

  27 Jan 2004; <agriffis@gentoo.org> logrotate-3.6.5-r1.ebuild:
  stable on ia64

  29 Nov 2003; Chris PeBenito <pebenito@gentoo.org> logrotate-3.6.5-r1.ebuild:
  Add SELinux policy RDEP.

  28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> logrotate-3.6.5-r1.ebuild,
  logrotate-3.6.5.ebuild, files/logrotate-3.6.5-selinux.diff.bz2:
  Switch SELinux patch from old API to new API.

  09 Jun 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
  unmask for everyone

  15 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
  applied a patch from Wayne Davison to unpack in src_unpack rather than
  src_compile.

  14 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
  fix typo: install logrotate.cron into /etc/cron.daily instead of /etc.

*logrotate-3.6.5-r1 (01 May 2003)

  01 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild,
  files/logrotate.conf, files/logrotate.cron:
  new revision of logrotate ebuild.
  adds support for /etc/logrotate.d
  uses sed -i
  installs /etc/cron.daily/logrotate.cron and /etc/logrotate.conf by default
  so logrotate does something out of the box (bug#7144)

*logrotate-3.6.5 (20 Dec 2002)

  13 Apr 2003; Sascha Schwabbauer <cybersystem@gentoo.org> logrotate-3.6.5.ebuild:
  Marked this as stable for x86, since it is working perfectly on three boxes.

  12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> logrotate-3.6.5.ebuild:
  depend on portage-r10 instead of inheriting eutils -- this fixes broken
  description in emerge -s

  23 Mar 2003; Joshua Brindle <method@gentoo.org> logrotate-3.6.5.ebuild:
  added selinux support, thanks pebenito

  23 Mar 2003; Lars Weiler <pylon@gentoo.org> logrotate-3.6.5.ebuild:
  Set ppc in KEYWORDS

  20 Dec 2002; Maik Schreiber <blizzy@gentoo.org> : New version.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords

  29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> logrotate-3.5.9-r1.ebuild :

  Added ppc to KEYWORDS.

*logrotate-3.5.9-r1 (08 Jun 2002)

  08 Jun 2002; Seemant Kulleen <seemant@gentoo.org> logrotate-3.5.9-r1.ebuild,
  files/digest-logrotate-3.5.9-r1:

  mailx is removed from RDEPEND list, and instead a note in pkg_setup() to
  inform the user to emerge mailx if they would like reports to be e-mailed.

*logrotate-3.5.9 (4 Jun 2002)

  4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> logrotate-3.5.9.ebuild
  files/digest-logrotate-3.5.9 :

  Version bump, long needed.  Also, added mailx to the DEPEND list (as
  Debian has it as a required dep).  Thanks to ftobin@neverending.org (Frank
  Tobin) in bug #3381

*logrotate-3.3-r2 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.