File: changelog

package info (click to toggle)
bcron 0.11-23
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: sh: 3,155; ansic: 2,416; makefile: 34
file content (447 lines) | stat: -rw-r--r-- 16,980 bytes parent folder | download
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
bcron (0.11-23) unstable; urgency=medium

  * applied наб's patch, thanks! Closes: #1090772

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 19 Dec 2024 18:36:01 +0100

bcron (0.11-22) unstable; urgency=medium

  [ Helmut Grohne ]
  * Non-maintainer upload.
  * Move from dh-sysuser to standard dh_installsysuser.

  [ Georges Khaznadar ]
  * adopted the changes, thanks Helmut! Closes: #1069922

 -- Helmut Grohne <helmut@subdivi.de>  Sat, 27 Apr 2024 09:10:54 +0200

bcron (0.11-21) unstable; urgency=medium

  * implemented as much as I could understand from Michael Biebl's and
    Gioele Barabucci's suggestions, thanks to both of them!
    (see https://salsa.debian.org/debian/bcron/-/commit/25724a4f45a82d6e6e78464ed8eac52d4a97e733)

 -- Georges Khaznadar <georgesk@debian.org>  Mon, 17 Jul 2023 16:20:52 +0200

bcron (0.11-20) unstable; urgency=medium

  * created start scripts, stop scripts and systemd service files.
    Closes: #1039136
  * new dependency on adduser.

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 27 Jun 2023 16:06:54 +0200

bcron (0.11-19) unstable; urgency=medium

  * removed the verbosity patch
  * modified the file debian/contrib/sysvinit/bcron-sched:
    + the call to daemon creates an unnamed daemon process
    + to stop the daemon, the script is a little more tricky
    + this hopefully Closes: #1020415

 -- Georges Khaznadar <georgesk@debian.org>  Mon, 12 Dec 2022 18:02:46 +0100

bcron (0.11-18+verbose1) unstable; urgency=medium

  * added verbosity when commands exit

 -- Georges Khaznadar <georgesk@debian.org>  Wed, 28 Sep 2022 14:32:38 +0200

bcron (0.11-17) unstable; urgency=medium

  * create the group "cron" when adding user "cron"
  * restore the standard the ownership for the directory /var/spool/cron

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 25 Jun 2022 18:55:48 +0200

bcron (0.11-16) unstable; urgency=medium

  * fixed a typo

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 25 Jun 2022 11:46:43 +0200

bcron (0.11-15) unstable; urgency=medium

  * ensure user cron's existence before running setfacl for it.

 -- Georges Khaznadar <georgesk@debian.org>  Fri, 24 Jun 2022 17:28:02 +0200

bcron (0.11-14) unstable; urgency=medium

  * manage access to crontabs for user and group cron, with ACLs:
    closes: #1012852
  * added a pre-dependency on package acl

 -- Georges Khaznadar <georgesk@debian.org>  Fri, 17 Jun 2022 15:55:54 +0200

bcron (0.11-13) unstable; urgency=medium

  * dropped Provides: cron, which is an error, thanks to Alexandre Detiste

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 16 Jun 2022 10:12:25 +0200

bcron (0.11-12) unstable; urgency=medium

  * declared myself as maintainer
  * added a tiny test for autopkgtest, thanks to Philippe Coval
  * fixed the prerm script

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 14 Jun 2022 12:02:32 +0200

bcron (0.11-11) unstable; urgency=medium

  * declared myself as uploader

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 14 Jun 2022 11:13:13 +0200

bcron (0.11-10) unstable; urgency=low

  [ Debian Janitor ]
  * QA Upload.
    Orphan package - see bug 983799.

  [ Georges Khaznadar ]
  * adopted the package, in order to participate to the transition
    implying the new package cron-daemon-common, which provides common
    data files and directories for all packages which implement cron-daemon.
    Closes: #983799
  * added Conflicts/Replaces clauses for all other packages which can
    provide cron-daemon, and for the previous version of bcron. Added
    a Pre-Depends clause on cron-daemon-common, on ${misc:Pre-Depends},
    and init-system-helpers (>= 1.54~)
  * added a target override_dh_auto_clean into d/rules to erase generated
    files before a rebuild
  * bumped Standards-Version: 4.6.0, debhelper-compat (= 13)
  * applied Helmut Grohne's patch. Closes: #984576, see below
  * modified the recommendation on daemon, to become a dependency
  * modified scripts bcron-update in order to let the pre-dependency
    package cron-daemon-common rule the directory /var/spool/cron/crontabs,
    and let files /var/spool/cron/crontabs/* have the root owner and crontab
    group
  * created the file d/bcron.prerm to move files
    /var/spool/cron/crontabs/:etc:* to /var/tmp when the package is removed.

  [Helmut Grohne]
  * Fix FTCBFS:
    + Annotate python3 dependency with :any.
    + Let dpkg's buildtools.mk supply a CC.

 -- Georges Khaznadar <georgesk@debian.org>  Mon, 13 Jun 2022 19:34:54 +0200

bcron (0.11-9) unstable; urgency=medium

  * Add Gitlab CI config file
  * Patch upstream build system to work with python3 (Closes: #936191)
  * Set upstream metadata fields: Contact, Name.

 -- Dmitry Bogatov <KAction@debian.org>  Fri, 30 Aug 2019 23:21:28 +0000

bcron (0.11-8) unstable; urgency=medium

  * Add missing line into package description (Closes: #920200)

 -- Dmitry Bogatov <KAction@debian.org>  Sat, 09 Feb 2019 20:58:22 +0000

bcron (0.11-7) unstable; urgency=medium

  * Fix spurious failures in `postinst' maintainer script
  * Move inactive Gerrit Pape maintainer to uploaders list,
    set myself as maintainer (Closes: #907083)

 -- Dmitry Bogatov <KAction@debian.org>  Tue, 22 Jan 2019 21:42:06 +0000

bcron (0.11-6) unstable; urgency=medium

  * Upload to unstable
  * Add missing dependency on $local_fs in initscripts

 -- Dmitry Bogatov <KAction@debian.org>  Sat, 19 Jan 2019 03:32:31 +0000

bcron (0.11-5) experimental; urgency=medium

  * Create sysvinit scripts (Closes: #916295)
  * Update standards version to 4.3.0 (no changes needed)
  * Remove outdated comment in `debian/rules'

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 17 Jan 2019 00:48:51 +0000

bcron (0.11-4) experimental; urgency=medium

  * Build-Depends on latest version of dh-runit, that ensures
    presence of `/etc/runit/runsvdir/default' directory.
  * Fix `postinst' maintainer script (Closes: #916737)
  * Update Vcs-* fields in `debian/control'
  * Fix broken symlink (Closes: #858505)
  * Remove redundant sentence from package long description

 -- Dmitry Bogatov <KAction@debian.org>  Wed, 19 Dec 2018 06:56:59 +0000

bcron (0.11-3) experimental; urgency=medium

  * Merge `bcron' and `bcron-run' package
  * Add apporiate conflict with old revisions of `runit'
  * Make upstream signing key in `debian/upstream' minimal

 -- Dmitry Bogatov <KAction@debian.org>  Sun, 16 Dec 2018 10:12:58 +0000

bcron (0.11-2) unstable; urgency=medium

  * Refresh patches
  * Bump standards version to 4.2.1 (no changes needed)
  * Use https version of upstream website
  * Bump compat version to 11 (no changes needed)
  * Use https when referring to copyright format
  * wrap-and-sort -sta
  * Fix debian/copyright
  * Remove disabled patch 0002-Spool-socket-is-var-run-...
  * Update Vcs-* fields in debian/control
  * Do not run tests if DEB_BUILD_OPTIONS contains 'nocheck'

 -- Dmitry Bogatov <KAction@gnu.org>  Mon, 15 Oct 2018 18:29:48 +0000

bcron (0.11-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add tzdata to build-depends to make sure test suite is executed
    correctly (Closes: #897519).

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 11 May 2018 12:42:54 +0200

bcron (0.11-1.1) unstable; urgency=medium

  * Non-maintainer uppload
  * Upload to unstable
  * Disable crontab new test, requiring too many tools and tweaks to work
    (Closes: #839443)
  * Install groff package to fix build failure (Closes: #875825)
  * Update std-version to 4.1.2, no changes required
  * Update copyright file (Closes: #880555)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 13 Dec 2017 11:12:18 +0100

bcron (0.11-1) experimental; urgency=medium

  * New upstream release
  * Force dependency on bglibs-2.*
  * Refresh patches
  * Do not assume ${USER} value in tests.sh
  * Restore default bcron-spool socket location
    (Drop 0002-Spool-socket-is-var-run-.bcron-spool-instead-of-var-r.diff)
  * Enable hardening=+pie

 -- Dmitry Bogatov <KAction@gnu.org>  Sun, 12 Feb 2017 07:42:37 +0300

bcron (0.10-4) unstable; urgency=medium

  * Write debian/watch
  * Change source package format to quilt, remove manual patches
    application
  * Convert package to use debhelper
  * Use `dh-runit' to install runit scripts and generate log scripts
    (Closes: #832656)
  * Use `dh-buildinfo' to simplify tracking bugs, related to build-tools
  * Avoid need of hand-written maintainer scripts by
    use of `dh-runit' and `dh-sysuser'
  * Drop dietlibc-dev from Build-Depends for now. (Libraries
    depended upon are not compiled for dietlibc anymore.)
  * Remove no longer needed README files
  * Move 'debian/crontab' into 'debian/contrib' for more clean package layout
  * Enable hardening
  * Fix @dircategory in texinfo manual
  * Install `doc-base' document
  * Add Homepage field
  * Bump standards version to 3.9.8 (no changes needed)
  * Remove Section field from `bcron-run' field, since it duplicated one
    defined in first paragraph.
  * Update Vcs-Git and Vcs-Browser fields
  * Convert `debian/copyrigh' to dep5 format
  * Use S:fieldname substitution to avoid duplication in `debian/control'.
    + Add versioned dependency on (dpkg-dev >= 1.18.11)
  * Disable unreliable tests (see: #835274)

 -- Dmitry Bogatov <KAction@gnu.org>  Tue, 23 Aug 2016 15:42:04 +0300

bcron (0.10-3) unstable; urgency=medium

  * debian/control: Revert bcron-run: Provides:, Replaces:, Conflicts:
    cron-daemon instead of cron (thx Russ Allbery).
  * debian/control: Provides: cron, cron-daemon.

 -- Gerrit Pape <pape@smarden.org>  Sat, 18 Oct 2014 19:45:39 +0000

bcron (0.10-2) unstable; urgency=low

  * debian/control: bcron-run: Provides:, Replaces:, Conflicts:
    cron-daemon instead of cron (thx Alexandre Detiste, closes: 752506).
  * debian/diff/0006-tests.sh-skip-tests-exec-fds-tests-exec-sim...diff:
    new: tests.sh: skip tests/exec-fds, tests/exec-simple if $HOME does
    not exist.

 -- Gerrit Pape <pape@smarden.org>  Mon, 11 Aug 2014 19:11:21 +0000

bcron (0.10-1) unstable; urgency=low

  * new upstream release 0.10.
    * debian/diff/0004-bcron-exec.c-fix-typo-...diff: remove; fixed
      upstream.
    * debian/diff/0006-tests.sh-export-TZ-CST0-trailing-...diff: remove;
      obsolete.
    * debian/diff/0007-tests.sh-*.diff, 0008-bcron-exec-...diff: remove;
      applied upstream.
  * debian/control: Build-Depends: python, man2html, texinfo.
  * debian/diff/0001-...diff: adapt: remove *.html from TARGET to keep
    them on make clean.
  * debian/rules: ./ChangeLog no longer shipped by upstream, use NEWS.
  * debian/bcron-run.postinst: don't use update-service --add on package
    upgrade; use sv t to restart services on package upgrade.
  * debian/bcron-run.postinst: remove code for package upgrade from
    version 0.09-8 or earlier.
  * debian/control: remove version (>= 1.8.0-2) from Depends: runit.
  * debian/bcron-run.postrm: purge: use sv force-shutdown instead of
    force-stop to take down services; guard deluser against failure.
  * debian/rules: echo /usr/share/doc >conf-man; no longer install man
    pages explicitly.
  * debian/diff/0005-Makefile-don-t-use-Wl-R-bglibs-when-linking...diff:
    new: Makefile: don't use -Wl,-R'$${bglibs}' when linking programs.
  * debian/control: Standards-Version: 3.9.5.0.

 -- Gerrit Pape <pape@smarden.org>  Sun, 10 Aug 2014 14:16:45 +0000

bcron (0.09-13) unstable; urgency=medium

  * debian/diff/0008-bcron-exec-Mark-all-temporary-files-close-...diff:
    new; from upstream git; bcron-exec: Mark all temporary files
    close-on-exec and close selfpipe; this fixes a security bug in
    bcron where cron jobs get access to the temporary output files from
    all other jobs that are still running (closes: #686650).

 -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 10:13:37 +0000

bcron (0.09-12) unstable; urgency=low

  * debian/rules, debian/bcron.README.Debian: no longer install the
    bcron.info file (closes: #528865).
  * debian/control: bcron: Recommends: default-mta |
    mail-transport-agent; bcron-run: Depends: default-mta |
    mail-transport-agent (thx Jonathan Nieder; closes: #495834).
  * debian/control: Standards-Version: 3.9.2.0.

 -- Gerrit Pape <pape@smarden.org>  Thu, 20 Oct 2011 12:41:01 +0000

bcron (0.09-11) unstable; urgency=low

  * debian/bcron-run.postrm: services' supervise dirs are now located in
    /var/lib/supervise/, remove those on purge.
  * debian/rules: no longer include named pipe /var/spool/cron/trigger
    in the bcron-run packages (closes: #552687).
  * debian/bcron-run.postinst: create named pipe /var/spool/cron/trigger
    if it doesn't exist yet, error out if it exists but is not a fifo.
  * debian/bcron-run.postrm: remove /var/spool/cron/trigger on purge.
  * debian/control: Standards-Version: 3.8.3.0.

 -- Gerrit Pape <pape@smarden.org>  Sun, 01 Nov 2009 22:50:15 +0000

bcron (0.09-10) unstable; urgency=low

  * debian/control: Build-Depends: libbg1-dev (closes: #482516).

 -- Gerrit Pape <pape@smarden.org>  Sun, 25 May 2008 16:15:18 +0000

bcron (0.09-9) unstable; urgency=low

  * debian/bcron-run.postinst, debian/bcron-run.prerm: use runit's
    update-service program to add/remove services from system-wide service
    supervision, instead of dealing with symlinks in /var/service/ directly.
  * debian/control: package bcron-run: Depends: runit (>= 1.8.0-2) (1st
    version that provides the update-service program).
  * debian/rules: no longer include dangling links for ./supervise/
    subdirectories, update-service now takes care of this.
  * debian/bcron-run.postinst: remove bcron service on upgrade from
    <= 0.09-8, and re-add afterwards through update-service.
  * debian/bcron-run.postrm: purge: adapt paths in /var/run/; force-stop bcron
    services; remove ./supervise/ subdirectories (or symlinks) in service
    directories.
  * debian/control: add Vcs-Git: http://smarden.org/git/bcron.git/.
  * debian/control: Standards-Version: 3.7.3.0.

 -- Gerrit Pape <pape@smarden.org>  Wed, 13 Feb 2008 22:55:42 +0000

bcron (0.09-8) unstable; urgency=medium

  * debian/diff/*: redo diffs with git.
  * debian/rules: apply diffs from debian/diff with patch -p1, not -p0.
  * debian/diff/0006-tests.sh-export-TZ-CST0-trailing-zero-to-make-new.diff:
    new; export TZ=CST0 (trailing zero) in selftests to make new glibc in
    sid happy (closes: #422125).
  * debian/diff/0007-tests.sh-replace-bashism-let-with-posix-arithmetic.diff:
    new; replace bashism 'let' in selftests with posix arithmetic expansions
    $(( )).

 -- Gerrit Pape <pape@smarden.org>  Tue, 08 May 2007 17:45:32 +0000

bcron (0.09-7) unstable; urgency=medium

  * debian/bcron-run.postrm: check for deluser being available, if not,
    print warning and don't remove system users (ref: #398539).

 -- Gerrit Pape <pape@smarden.org>  Fri, 17 Nov 2006 20:12:14 +0000

bcron (0.09-6) unstable; urgency=low

  * debian/bcron-run.postinst: don't make the log service system user
    cronlog member of group adm, but nogroup; cronlog's home directory is
    /nonexistent; make log directories mode 2750, owner cronlog:adm
    (closes: #396687).

 -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:18:51 +0000

bcron (0.09-5) unstable; urgency=low

  * debian/control: Build-Depends: bglibs-dev (>> 1.041-1) (closes:
    #376244); bcron-run: Suggests: anacron (closes: #375078).

 -- Gerrit Pape <pape@smarden.org>  Thu, 13 Jul 2006 18:51:24 +0000

bcron (0.09-4) unstable; urgency=low

  * debian/diff/initgroups.diff: new; bcron-exec: setup group membership
    properly (thx Joshua N Pritikin, closes: #352159).
  * debian/implicit: update to revision 1.11.

 -- Gerrit Pape <pape@smarden.org>  Sat,  4 Mar 2006 00:25:03 +0000

bcron (0.09-3) unstable; urgency=low

  * debian/bcron-run.postrm: typo; minor.
  * debian/bcron-run.postinst, debian/bcron-run.README.Debian,
    debian/bcron-run.prerm: use sv program instead of runsvctrl, runsvstat,
    svwaitdown.
  * debian/control: bcron-run Depends: runit (>> 1.3.0-0).

 -- Gerrit Pape <pape@smarden.org>  Wed, 12 Oct 2005 10:23:04 +0000

bcron (0.09-2) unstable; urgency=low

  * debian/diff/bcron-spool-socket.diff: new; change path to bcron-spool
    socket to /var/run/.bcron-spool (thx Tommi Virtanen, closes: #321383).

 -- Gerrit Pape <pape@smarden.org>  Fri,  5 Aug 2005 17:33:30 +0000

bcron (0.09-1) unstable; urgency=low

  * new upstream version.
  * debian/diff/var-run-.bcron-spool.diff, debian/diff/man.diff: remove;
    adopted upstream.
  * debian/rules: install-arch: use $install_prefix with new bg-installer;
    build-arch: run selftests.
  * debian/control: Standards-Version: 3.6.2.0; Build-Depends: bglibs-dev
    (>> 1.021-0).
  * debian/diff/tests.diff: new; skip non-root-only spool-*-baduser tests.

 -- Gerrit Pape <pape@smarden.org>  Wed, 20 Jul 2005 20:51:18 +0000

bcron (0.08-0.3) unstable; urgency=low

  * initial version (closes: #302309).

 -- Gerrit Pape <pape@smarden.org>  Sun, 10 Apr 2005 10:02:48 +0000