Revisions of cronie

Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 745554 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 183)
- update cronie-nheader_lines.diff so it doesn't print the first 3
  crontab lines (static comments) with the 'crontab -l' command
  [bsc#1155114]
buildservice-autocommit accepted request 745503 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 182)
auto commit by copy to link target
Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) accepted request 744805 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 181)
- update to 1.5.5
  * Avoid warning for strncat.
  * crontab: fsync to check for full disk
  * crontab: Add Y/N to retry prompt
  * entries: Explicitly validate upper ranges and steps
  * crond: report missing newline before EOF
  * do not log carriage return
  * skip directories when given as crontabs
  * crontab -l colors comment lines in a different color
  * getdtablesize() can return very high values in containers
  * Power supply name not detected correctly.
  * Revert "Avoid creating pid files when crond doesn't fork"
  * anacron: fix types in comparisons
  * mics: stop using plain integer as NULL pointer
  * cron: fix type in comparison and  variable shadowing
  * cron: mark signal number arguments in signal handlers unused
  * Move allowed() and related function to security.c
  * cronnext: optionally select jobs by substring
  * crond: Do not abort loading crontab prematurely in case of error
- refresh cronie-nheader_lines.diff
- remove cronie-1.5.4-dont_abort_loading_crontab.patch and
  cronie-1.5.4-always_create_pid_file.patch (applied upstream)
buildservice-autocommit accepted request 726494 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 180)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 726486 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 179)
- refresh cronie-pam_config.diff to integrate pam_keyinit pam
  module [bsc#1144044]
buildservice-autocommit accepted request 724718 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 178)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 724634 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 177)
Move /etc/cron.* directories to cron package
buildservice-autocommit accepted request 704171 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 176)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 703429 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 175)
- add cronie-1.5.4-always_create_pid_file.patch to always create
  a pid file even when the cron daemon does not fork. The PID file
  is useful to avoid running multiple "cron -n" instances at once
  [bsc#1133100]
buildservice-autocommit accepted request 690292 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 174)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 689903 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 173)
- update to 1.5.4
  * crond: Fix regression from previous release. Only first job
    from a crontab was being run [bsc#1130746]
- add cronie-1.5.4-dont_abort_loading_crontab.patch to not abort
  loading crontab prematurely in case of error
buildservice-autocommit accepted request 686472 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 172)
auto commit by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 685771 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 171)
- update to 1.5.3
  * Fix CVE-2019-9704 [bnc#1128937] and CVE-2019-9705 [bnc#1128935]
    to avoid local DoS of the crond
  * crontab: Make crontab without arguments fail
  * crond: In PAM configuration include system-auth instead of
    password-auth
  * crond: In the systemd service file restart crond if it fails
  * crond: Use the role from the crond context for system job
    contexts
  * Multiple small cleanups and fixes.
- refresh cronie-nheader_lines.diff and  cronie-pam_config.diff
buildservice-autocommit accepted request 672798 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 170)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 672197 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 169)
- cron.service: No limit on the number of processes spawned by cron 
  shall be imposed.
buildservice-autocommit accepted request 647642 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 168)
auto commit by copy to link target
Kristyna Streitova's avatar Kristyna Streitova (kstreitova) accepted request 645534 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 167)
- cronie-pam_config.diff: When crond is started with the -n
  switch like it does with systemd, the manual explicitly
  instructs to disable the pam_loginuid module.
buildservice-autocommit accepted request 637026 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 166)
auto commit by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 636403 from Kristyna Streitova's avatar Kristyna Streitova (kstreitova) (revision 165)
- update to 1.5.2
  * cronnext: New useful utility to find out time of the next job
    run.
  * crond: Avoid creating PID files when crond doesn't fork.
  * crontab: Do not try to replace the crontab with a directory.
  * crond: Log startup even when started in non-forking mode.
  * Multiple small cleanups and fixes.
- update Source address
- remove cronie-1.4.7-disable_logging.patch and restore the
  original cronie behaviour (a line starting with a dash in
  normal user's crontab is handled as incorrect), there was enough
  time for crontab migration. Manpage part of the patch was applied
  upstream
- remove cronie-nofork-nopid.patch (applied upstream)
- pack cronnext utility
- call autoreconf
buildservice-autocommit accepted request 546705 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 164)
auto commit by copy to link target
Displaying revisions 41 - 60 of 223
openSUSE Build Service is sponsored by