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
|
# ChangeLog for sys-process/fcron
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.91 2011/09/08 14:24:03 ulm Exp $
08 Sep 2011; Ulrich Mueller <ulm@gentoo.org> fcron-3.0.5-r2.ebuild,
fcron-3.0.6-r1.ebuild:
Update dependency on app-misc/editor-wrapper.
11 Aug 2011; Ulrich Mueller <ulm@gentoo.org> fcron-3.0.5-r2.ebuild,
fcron-3.0.6-r1.ebuild, fcron-3.0.6-r2.ebuild:
Update dependency following package move of editor-wrapper.
*fcron-3.0.6-r2 (15 Apr 2011)
15 Apr 2011; Steve Dibb <beandog@gentoo.org> +fcron-3.0.6-r2.ebuild:
Re-add installing crontab file, bug 332901; Restore old crontab binary
symlink
13 Sep 2010; Joseph Jezak <josejx@gentoo.org> fcron-3.0.6-r1.ebuild:
Marked ppc stable for bug #330727.
29 Aug 2010; Raúl Porcel <armin76@gentoo.org> fcron-3.0.6-r1.ebuild:
ia64/sparc stable wrt #330727
27 Aug 2010; Zac Medico <zmedico@gentoo.org> metadata.xml:
Use valid atoms in flag restrict attributes.
18 Aug 2010; Jeroen Roovers <jer@gentoo.org> fcron-3.0.6-r1.ebuild:
Stable for HPPA (bug #330727).
01 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
fcron-3.0.6-r1.ebuild:
x86 stable wrt bug #330727
01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> fcron-3.0.6-r1.ebuild:
Stable on amd64 wrt bug #330727
01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> -fcron-3.0.6.ebuild,
fcron-3.0.6-r1.ebuild:
Remove old version and fix a message.
*fcron-3.0.6-r1 (14 May 2010)
14 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> fcron-3.0.6.ebuild,
+fcron-3.0.6-r1.ebuild:
Fix handling of classic-style crontab following Wolfram's suggestion:
/etc/crontab is no longer installed by this, and check_system_crontabs is
set up to work out correctly the location of the fcrontab file.
04 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata and sign manifest with updated keys.
*fcron-3.0.6 (04 May 2010)
04 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-fcron-3.0.4-r1.ebuild, -fcron-3.0.4-r2.ebuild,
-files/fcron-3.0.4-docfix.patch, +fcron-3.0.6.ebuild, -files/fcron.init:
Version bump and cleanup old versions. The 3.0.6 merges most of our custom
changes so it's mostly vanilla.
24 Apr 2010; Raúl Porcel <armin76@gentoo.org> fcron-3.0.5-r2.ebuild:
Add ~arm wrt #314629
15 Apr 2010; Brent Baude <ranger@gentoo.org> fcron-3.0.5-r2.ebuild:
Marking fcron-3.0.5-r2 ppc for bug 308075
04 Apr 2010; Raúl Porcel <armin76@gentoo.org> fcron-3.0.5-r2.ebuild:
ia64/sparc stable wrt #308075
29 Mar 2010; Markus Meier <maekke@gentoo.org> fcron-3.0.5-r2.ebuild:
amd64 stable, bug #308075
24 Mar 2010; Jeroen Roovers <jer@gentoo.org> fcron-3.0.5-r2.ebuild:
Stable for HPPA (bug #308075).
18 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
fcron-3.0.5-r2.ebuild:
stable x86, security bug 308075
*fcron-3.0.5-r2 (16 Mar 2010)
16 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-fcron-3.0.5-r1.ebuild, +fcron-3.0.5-r2.ebuild,
+files/fcron-3.0.5-gentoo.patch, -files/fcron-3.0.5-pam.patch:
Fix gid/uid mistake in fcrontab. Thanks to Moshe Kamenksy in bug #309325.
*fcron-3.0.5-r1 (11 Mar 2010)
11 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> -fcron-3.0.5.ebuild,
+fcron-3.0.5-r1.ebuild, +files/fcron-3.0.5-pam.patch:
Add a patch to fix fcrontab -u systab when using PAM. Thanks to Dmitry
Karasik in bug #308799.
10 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
UTF8 not permitted in USE flag descriptions.
*fcron-3.0.5 (10 Mar 2010)
10 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> +fcron-3.0.5.ebuild,
files/check_system_crontabs.fcron-config-file.patch, +files/fcron.init.2,
metadata.xml:
Version bump (bug #308075); use gentoo-editor instead of vi as hardcoded
editor; don't build documentation at all (avoids a long list of deps and
closes bug #273482); fix pre-generated documentation paths (bug #216460);
solve bug #277077; install proper PAM default (closes bug #261683); use
bash as shell for the check_system_crontabs (works around bug #282214,
upstream will have to fix the script); update debug USE flag not to
disable background-execution of fcron, and avoid mocking with CFLAGS;
remove use-dependencies from the init script for ldap, postgres and mysql.
02 Oct 2009; Raúl Porcel <armin76@gentoo.org> fcron-3.0.4-r1.ebuild,
fcron-3.0.4-r2.ebuild:
Add ~ia64 wrt #282972
09 Jun 2009; Wolfram Schlich <wschlich@gentoo.org> -fcron-3.0.3.ebuild,
-fcron-3.0.4.ebuild:
removed old versions
*fcron-3.0.4-r2 (25 May 2009)
25 May 2009; Wolfram Schlich <wschlich@gentoo.org>
+files/fcron-3.0.4-docfix.patch, +fcron-3.0.4-r2.ebuild:
einfo2elog transition, fix doc stuff
12 May 2009; Thilo Bangert <bangert@gentoo.org> files/crontab:
reduce chance of race condition - bug #98189
13 Sep 2008; nixnut <nixnut@gentoo.org> fcron-3.0.4-r1.ebuild:
Stable on ppc wrt bug 237066
10 Sep 2008; Thomas Anderson <gentoofan23@gentoo.org>
fcron-3.0.4-r1.ebuild:
stable amd64, bug 237066
09 Sep 2008; Raúl Porcel <armin76@gentoo.org> fcron-3.0.4-r1.ebuild:
sparc/x86 stable wrt #237066
08 Sep 2008; Jeroen Roovers <jer@gentoo.org> fcron-3.0.4-r1.ebuild:
Stable for HPPA (bug #237066).
*fcron-3.0.4-r1 (19 Jul 2008)
19 Jul 2008; Wolfram Schlich <wschlich@gentoo.org>
+files/check_system_crontabs.fcron-config-file.patch,
+fcron-3.0.4-r1.ebuild:
fix bugs #226629 and #227025
28 Jan 2008; Jeroen Roovers <jer@gentoo.org> fcron-3.0.4.ebuild:
Stable for HPPA (bug #207266).
27 Jan 2008; Richard Freeman <rich0@gentoo.org> fcron-3.0.4.ebuild:
amd64 stable - #207266
27 Jan 2008; Raúl Porcel <armin76@gentoo.org> fcron-3.0.4.ebuild:
sparc stable wrt #207266, thanks to Friedrich Oslage for testing
25 Jan 2008; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.4.ebuild:
fixed unquoted variables
24 Jan 2008; Dawid Węgliński <cla@gentoo.org> fcron-3.0.4.ebuild:
Stable on x86 (bug #207266)
24 Jan 2008; nixnut <nixnut@gentoo.org> fcron-3.0.4.ebuild:
Stable on ppc wrt bug 207266
24 Jan 2008; Wolfram Schlich <wschlich@gentoo.org>
-files/fcron-2.0.0-configure.diff,
-files/fcron-2.9.5.1-fix-mail-output.diff, -files/fcron.rc6,
-fcron-2.0.2.ebuild, -fcron-2.9.5.1.ebuild, -fcron-2.9.7.ebuild,
-fcron-3.0.0.ebuild, -fcron-3.0.1.ebuild, -fcron-3.0.1-r1.ebuild,
-fcron-3.0.1-r2.ebuild, -fcron-3.0.2.ebuild, -fcron-3.0.2-r1.ebuild,
-fcron-3.0.2-r2.ebuild, -fcron-3.0.3_rc1.ebuild:
removed old versions
20 Nov 2007; Joshua Kinard <kumba@gentoo.org> fcron-3.0.4.ebuild:
Marked unstable on mips.
20 Nov 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.4.ebuild:
convert pkg_postinst() magic to ROOT variable
*fcron-3.0.4 (09 Nov 2007)
09 Nov 2007; Wolfram Schlich <wschlich@gentoo.org> +fcron-3.0.4.ebuild:
version bump
05 Nov 2007; Raúl Porcel <armin76@gentoo.org> fcron-3.0.3.ebuild:
sparc stable wrt #195241
21 Oct 2007; Steve Dibb <beandog@gentoo.org> fcron-3.0.3.ebuild:
amd64 stable
13 Oct 2007; nixnut <nixnut@gentoo.org> fcron-3.0.3.ebuild:
Stable on ppc wrt bug 195241
09 Oct 2007; Jeroen Roovers <jer@gentoo.org> fcron-3.0.3.ebuild:
Stable for HPPA (bug #195241). Fix quoting issues caught by new repoman.
09 Oct 2007; Christian Faulhammer <opfer@gentoo.org> fcron-3.0.3.ebuild:
stable x86, bug 195241
*fcron-3.0.3 (07 Jun 2007)
07 Jun 2007; Wolfram Schlich <wschlich@gentoo.org> +fcron-3.0.3.ebuild:
version bump
24 Apr 2007; Alexander Færøy <eroyf@gentoo.org> fcron-3.0.2-r1.ebuild:
Stable on MIPS.
*fcron-3.0.3_rc1 (16 Apr 2007)
16 Apr 2007; Wolfram Schlich <wschlich@gentoo.org>
+fcron-3.0.3_rc1.ebuild:
version bump -- doesn't depend on nano anymore due to upstream configure
changes, so purists will be happy
14 Apr 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2-r2.ebuild:
fix typo
14 Apr 2007; Wolfram Schlich <wschlich@gentoo.org> files/fcron.init:
fix bug #174349
13 Apr 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2-r2.ebuild:
really use upstream default spooldir (/var/spool/fcron instead of
/var/spool/fcron/fcrontabs)
*fcron-3.0.2-r2 (13 Apr 2007)
13 Apr 2007; Wolfram Schlich <wschlich@gentoo.org> +fcron-3.0.2-r2.ebuild:
fix bug #171998
22 Mar 2007; Steve Dibb <beandog@gentoo.org> fcron-3.0.2-r1.ebuild:
amd64 stable, security bug 171393
20 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org>
fcron-3.0.2-r1.ebuild:
Stable on ppc wrt bug #171393.
20 Mar 2007; Jeroen Roovers <jer@gentoo.org> fcron-3.0.2-r1.ebuild:
Stable for HPPA (bug #171393).
19 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> fcron-3.0.2-r1.ebuild:
Stable on sparc wrt security #171393
19 Mar 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2-r1.ebuild:
fix DEPEND wrt bug #171393
19 Mar 2007; Raúl Porcel <armin76@gentoo.org> fcron-3.0.2-r1.ebuild:
x86 stable again, bug 171393
19 Mar 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2-r1.ebuild:
another permission + ownership fixup wrt bug #171393
19 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
fcron-3.0.2-r1.ebuild:
stable x86, security bug 171393
18 Mar 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2-r1.ebuild:
small fixups
*fcron-3.0.2-r1 (18 Mar 2007)
18 Mar 2007; Wolfram Schlich <wschlich@gentoo.org> +fcron-3.0.2-r1.ebuild:
changed fcron user + group usage
11 Mar 2007; Peter Weller <welp@gentoo.org> fcron-3.0.2.ebuild:
Keyworded ~x86-fbsd
13 Feb 2007; Wolfram Schlich <wschlich@gentoo.org> files/fcron.init:
fix non-gnu sed related issue wrt bug #166103
11 Feb 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.2.ebuild:
fix bug #156433, add warning about debug USE flag wrt bug #163126
18 Jan 2007; Jeroen Roovers <jer@gentoo.org> fcron-3.0.1-r2.ebuild:
Stable for HPPA (bug #149376).
18 Jan 2007; Raúl Porcel <armin76@gentoo.org> fcron-3.0.1-r2.ebuild:
x86 stable wrt bug 149376
18 Jan 2007; Steve Dibb <beandog@gentoo.org> fcron-3.0.1-r2.ebuild:
amd64 stable, bug 149376
*fcron-3.0.2 (18 Jan 2007)
18 Jan 2007; Wolfram Schlich <wschlich@gentoo.org> +fcron-3.0.2.ebuild:
version bump
17 Jan 2007; Wolfram Schlich <wschlich@gentoo.org> fcron-3.0.1-r2.ebuild:
fix EDITOR stuff, now depends on nano.
07 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> fcron-3.0.1-r2.ebuild:
Change pam dependency on virtual/pam and add ~x86-fbsd keyword as per bug
#141116.
29 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
fcron-3.0.1-r2.ebuild:
stable on ppc (Bug #149376)
29 Sep 2006; Jason Wever <weeve@gentoo.org> fcron-3.0.1-r2.ebuild:
Stable on SPARC wrt bug #149376.
*fcron-3.0.1-r2 (31 Jul 2006)
31 Jul 2006; Wolfram Schlich <wschlich@gentoo.org> +files/fcrontab,
+fcron-3.0.1-r2.ebuild:
Add /etc/fcrontab and install check_system_crontabs into /usr/sbin
20 Jun 2006; Wolfram Schlich <wschlich@gentoo.org> metadata.xml:
maintainership takeover (ka0ttic is MIA)
*fcron-3.0.1-r1 (20 Jun 2006)
20 Jun 2006; Wolfram Schlich <wschlich@gentoo.org> +files/fcron.init,
+fcron-3.0.1-r1.ebuild:
fixing doc file installation, new init script supporting multiple instances
(like the openvpn one)
27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-fcron-2.0.2,
files/digest-fcron-2.9.5.1, files/digest-fcron-2.9.7,
files/digest-fcron-3.0.0, Manifest:
Fixing SHA256 digest, pass four
*fcron-3.0.1 (22 Feb 2006)
22 Feb 2006; Aaron Walker <ka0ttic@gentoo.org> +fcron-3.0.1.ebuild:
Version bump.
25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> fcron-3.0.0.ebuild:
Use bindnow-flags function instead of -Wl,-z,now.
27 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> files/fcron.rc6,
fcron-3.0.0.ebuild:
Add various use statements to the init for bug #25250; add a better
explanation for when the pkg_setup EDITOR check fails, bug #108699.
27 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-3.0.0.ebuild:
Use egetent to set --with-root{name,group} configure options, bug #107374.
25 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
files/fcron-2.0.0-configure.diff, fcron-3.0.0.ebuild:
Added debug to IUSE for --with-debug configure option; also updated
fcron-2.0.0-configure.diff so configure doesn't override CFLAGS.
*fcron-3.0.0 (12 Sep 2005)
12 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> -fcron-2.9.5.1-r3.ebuild,
-fcron-2.9.6.ebuild, +fcron-3.0.0.ebuild:
Version bump; tidy old ebuilds.
*fcron-2.9.7 (28 Jul 2005)
28 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> +fcron-2.9.7.ebuild:
Version bump.
20 May 2005; Diego Pettenò <flameeyes@gentoo.org> fcron-2.9.5.1.ebuild,
fcron-2.9.5.1-r3.ebuild, fcron-2.9.6.ebuild:
Inherit pam for newpamd.
*fcron-2.9.6 (16 Mar 2005)
16 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> -files/fcron.conf-2.9.5.1,
files/fcron-2.9.5.1-fix-mail-output.diff, -files/fcron.allow,
-files/fcron.conf, -files/fcron.deny, -files/fcron.pam,
-files/fcrontab.pam, fcron-2.0.2.ebuild, fcron-2.9.5.1.ebuild,
fcron-2.9.5.1-r3.ebuild, +fcron-2.9.6.ebuild:
Version bump for bug 85371; also cleaned up all the unnecessary crap in
${FILESDIR} since they're all included in ${S}/files.
*fcron-2.9.5.1-r3 (08 Mar 2005)
08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/fcron-2.9.5.1-fix-mail-output.diff, -fcron-2.9.5.1-r2.ebuild,
+fcron-2.9.5.1-r3.ebuild:
Revision bump; added patch to fix mail output. Thanks to Dmitry Karasik for
the patch in bug 83648.
*fcron-2.9.5.1-r2 (04 Mar 2005)
04 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml,
+files/crontab, +files/fcron-2.0.0-configure.diff, +files/fcron.allow,
+files/fcron.conf, +files/fcron.conf-2.9.5.1, +files/fcron.deny,
+files/fcron.pam, +files/fcron.rc6, +files/fcrontab.pam,
+fcron-2.0.2.ebuild, +fcron-2.9.5.1-r2.ebuild, +fcron-2.9.5.1.ebuild:
Moved from sys-apps/fcron to sys-process/fcron.
04 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> fcron-2.0.2.ebuild,
fcron-2.9.5.1.ebuild:
Move sys-apps/cronbase -> sys-process/cronbase
15 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-2.9.5.1-r2.ebuild:
Fix dopamd invocation since the semantics were changed.
23 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-2.9.5.1-r2.ebuild:
Actually fix bug 78726 this time.
*fcron-2.9.5.1-r2 (19 Jan 2005)
19 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> -fcron-2.9.5.1-r1.ebuild,
+fcron-2.9.5.1-r2.ebuild:
Revision bump. Install fcronsighup into /usr/bin where it should be; fixes
bug 78726
15 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> fcron-2.9.5.1-r1.ebuild:
Fixed crontab perms.
*fcron-2.9.5.1-r1 (15 Jan 2005)
15 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> metadata.xml,
+fcron-2.9.5.1-r1.ebuild:
Revision bump for cron.eclass testing.
10 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> fcron-2.0.2.ebuild,
fcron-2.9.5.1.ebuild:
Added in a message with a link to the Cron Guide, bug #77320
02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
17 Nov 2004; Aaron Walker <ka0ttic@gentoo.org>
-files/fcron-2.0.0-gcc34.diff, -files/fcron-2.9.4-selinuxupdate.diff,
-files/fcron.conf-2.9.4, -files/fcron.conf-2.9.5, -fcron-2.0.0-r4.ebuild,
-fcron-2.0.1.ebuild, fcron-2.0.2.ebuild, -fcron-2.9.4.ebuild,
-fcron-2.9.5.ebuild:
Marked 2.0.2 stable on hppa for bug 71311; removed vulnerable versions and
respective patches.
16 Nov 2004; Hardave Riar <hardave@gentoo.org> fcron-2.0.2.ebuild:
Stable on mips, bug #71311
16 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> fcron-2.0.2.ebuild:
Stable on sparc wrt #71311
16 Nov 2004; <SeJo@gentoo.org> fcron-2.0.2.ebuild, fcron-2.9.5.1.ebuild:
stable on ppc gsla: 71311
16 Nov 2004; Simon Stelling <blubb@gentoo.org> fcron-2.0.2.ebuild:
stable on amd64; bug #71311
*fcron-2.9.5.1 (16 Nov 2004)
16 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> +files/fcron.conf-2.9.5.1,
+fcron-2.0.2.ebuild, +fcron-2.9.5.1.ebuild:
Dual version bumps for security vulnerability (bug #71311); Marked 2.0.2
stable on x86. Added pkg_setup EDITOR check to fix bug #65263. Remove
--with-cflags configure flag for 2.9.5.1, since it causes CFLAGS to be
specified twice. Also fixed default editor path in fcron.conf-2.5.9.1 (nano
isn't in /bin).
12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> fcron-2.0.1.ebuild:
Stable on sparc
12 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> fcron-2.0.1.ebuild:
Marked stable on x86.
11 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> metadata.xml,
-files/2.9.4-braindead-configure-check.patch,
+files/fcron-2.0.0-configure.diff, -files/fcron-2.0.0-gentoo.diff,
-files/fcron-2.9.5-configure.diff, +files/fcron.conf-2.9.5,
fcron-2.0.0-r4.ebuild, fcron-2.0.1.ebuild, fcron-2.9.4.ebuild,
fcron-2.9.5.ebuild:
All versions now respect LDFLAGS, which leads to all versions now appending
-Wl,-z,now for the setuid QA notice. Removed duplicate patches. Added missing
sample config for 2.9.5. Also, updated metadata to reflect new cron herd.
*fcron-2.9.5 (09 Oct 2004)
09 Oct 2004; Bryan Østergaard <kloeri@gentoo.org>
+files/fcron-2.9.5-configure.diff, +fcron-2.0.1.ebuild, +fcron-2.9.5.ebuild:
Version bump.
04 Sep 2004; Tony Vroon <chainsaw@gentoo.org> +files/fcron-2.0.0-gcc34.diff,
fcron-2.0.0-r4.ebuild:
GCC 3.4 compile fix; patch by Mark Loeser. Closes bug #62625.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> fcron-2.9.4.ebuild:
Masked fcron-2.9.4.ebuild stable for ppc
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> :
Masked fcron-2.0.0-r4.ebuild stable for ppc
27 Aug 2004; Mike Frysinger <vapier@gentoo.org> files/fcron.rc6:
Dont need logger, use logger #57787 by Paul Varner.
25 May 2004; Chris PeBenito <pebenito@gentoo.org>
+files/fcron-2.9.4-selinuxupdate.diff, fcron-2.9.4.ebuild:
Update SELinux support to 2.6 SELinux API.
19 Apr 2004; Jon Portnoy <avenj@gentoo.org> files/crontab :
Updated to do run-crons every ten minutes rather than every minute.
Bug #46628.
*fcron-2.9.4 (18 Apr 2004)
18 Apr 2004; Mike Frysinger <vapier@gentoo.org> :
Version bumpage #45353 by Martin Ehmsen.
18 Apr 2004; Mike Frysinger <vapier@gentoo.org> :
Change the default fcron.{allow,deny} files to allow everyone so that
the generic Gentoo situation of using a cron group to handle access
control works seemlessly #37904 Klaus-J. Wolf.
09 Apr 2004; Joshua Kinard <kumba@gentoo.org> fcron-2.0.0-r4.ebuild:
Marked stable on mips.
30 Jan 2004; <gustavoz@gentoo.org> fcron-2.0.0-r3.ebuild:
marked stable on sparc
12 Dec 2003; Chris PeBenito <pebenito@gentoo.org> files/crontab,
files/crontab-2.0.0-r4:
Changed daily, weekly, and monthly runtimes to FreeBSD times (3:01, 4:15,
5:30, respectively) per #3296.
*fcron-2.0.0-r4 (19 Nov 2003)
19 Nov 2003; Preston A. Elder <prez@gentoo.org> fcron-2.0.0-r4.ebuild crontab-2.0.0-r4:
Changed crontab to exec run-crons every minute, requires newer cronbase.
*fcron-2.0.0-r3 (02 Mar 2003)
29 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> fcron-2.0.0-r3.ebuild:
set ppc in keywords
14 May 2003; Joshua Kinard <kumba@gentoo.org> fcron-2.0.0-r3.ebuild:
Added ~mips to KEYWORDS
21 Apr 2003; Guy Martin <gmsoft@gentoo.org> fcron-2.0.0-r3.ebuild :
Added hppa to KEYWORDS.
02 Mar 2003; Seemant Kulleen <seemant@gentoo.org> fcron-2.0.0-r3.ebuild:
use epach, econf; and use /usr/bin/vim instead of /usr/bin/nano to close bug
#16651 by Nils Ohlmeier <nils@ohlmeier.de>
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*fcron-2.0.0-r2 (20 Nov 2002)
20 Nov 2002; Donny Davies <woodchip@gentoo.org> : Added the fcron.allow
and fcron.deny default config files; #8310. Fix empty crontabs dir.
01 Sep 2002; Matthew Kennedy <mkennedy@gentoo.org> fcron-2.0.0-r1.ebuild,
files/digest-fcron-2.0.0-r1, ChangeLog : Resolved bug #4242 (ie. vim is
no longer a dependency -- vim in turn depends on xfree86 which will
surprise users when they emerge fcron)
21 Jul 2002; Mark Guertin <gerk@gentoo.org>: updated keywords (-ppc)
14 Jul 2002; phoen][x <phoenix@gentoo.org> fcron-2.0.0-r1.ebuild : Added KEYWORDS.
fix for --path-to-editor - reported by avi schwartz. added SLOT="0"
31 May 2002; Thilo Bangert <bangert@gentoo.org> fcron-2.0.0-r1.ebuild :
fix for autoconf troubles - by Maik Schreiber <bZ@iq-computing.de>
4 May 2002; Thilo Bangert <bangert@gentoo.org> fcron-2.0.0-r1.ebuild :
added LICENSE - lintoolize
*fcron-2.0.0-r1 (20 Apr 2002)
20 Apr 2002; Thilo Bangert <bangert@gentoo.org> files/fcron.rc6 :
added "logger hostname" to need - "backport" from app-admin/fcron/files/fcron.rc6
19 Apr 2002; Thilo Bangert <bangert@gentoo.org> files/fcron.rc6 :
added "provide cron"
19 Apr 2002; Thilo Bangert <bangert@gentoo.org> frcon-2.0.0-r1.ebuild :
added RDEPEND="!virtual/cron sys-apps/cronbase" and PROVIDE="virtual/cron"
changed spooldir to /var/spool/cron
added symlink for crontab
fixed html docs
installed default config with crontabs located in /var/spool/cron/crontabs
|