cron 3.0pl1-189ubuntu1 source package in Ubuntu

Changelog

cron (3.0pl1-189ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - debian/control: Move MTA to Suggests field.
    - debian/cron.default: change to a deprecated message to make it clear
      that the file is no longer in use.
    - d/p/f/inherit-path.patch: Add -P option to inherit PATH from environment,
      thanks to Tom Jones for the patch
    - Inherit PATH by default:
      + debian/crontab.main: Stop setting PATH
      + debian/cron.service: Pass -P to cron
  * Dropped changes:
    - debian/cron.init: unused, don't change.

cron (3.0pl1-189) unstable; urgency=medium

  * rewritten the man pages in docbook XML format, so their typography
    and layout can be mastered at a higher level: hacking groff sources
    can be prone to error (Closes: #1065356)

cron (3.0pl1-188) unstable; urgency=medium

  * trying to fix tests/sanity-checks

cron (3.0pl1-187) unstable; urgency=medium

  * fixed the bug number in debian/tests/sanity-checks
  * using check_error() to report errors with MAILTO or MAILFROM
  * added support for unquoted empty environment strings. Closes: #773602

cron (3.0pl1-186) unstable; urgency=medium

  * modified the attribution of patch Wrap-long-lines.patch, it was
    authored by Frank Heckenbach <email address hidden>, while
    Harald Dunkel reported the bug fixed by Frank Heckenbach's patch
  * reorganized the source about function safe_p, so it can be used
    in the file crontab.c, and let emit a warning when variables
    MAITO or MAILFROM are defined "unsafely". Closes: #1061155

cron (3.0pl1-185) unstable; urgency=medium

  * added bat as Suggests: and modified the manpage crontab.1 to
    provide an example of colorization using the command batcat

 -- Steve Langasek <email address hidden>  Wed, 05 Jun 2024 19:51:19 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Downloads

File Size SHA-256 Checksum
cron_3.0pl1.orig.tar.gz 57.9 KiB d931e0688005dfa85cfdb60e19bf0a3848ebfa3ee3415bf2a6ea3ea9e5bcfd21
cron_3.0pl1-189ubuntu1.debian.tar.xz 137.2 KiB 06c6c29b4c33121accb0d09a9d272fdf9c52f8358e9951a25d8593c709c4361d
cron_3.0pl1-189ubuntu1.dsc 2.2 KiB 0554da475ea048635607eda4fa00ab1a75c4d3847b89af58b64e2269919cf7d5

View changes file

Binary packages built by this source

cron: process scheduling daemon

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such
 as checksecurity.

cron-daemon-common: process scheduling daemon's configuration files

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 This package provides configuration files which must be there to
 define scheduled process sets.

cron-dbgsym: debug symbols for cron