Skip to content

Commit

Permalink
Release new version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Mar 15, 2019
1 parent c89d582 commit cb57fff
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 16 deletions.
60 changes: 60 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
2019-03-15 Tomas Mraz <[email protected]>

* Fix warnings in anacron and crond code.

2019-03-15 Tomas Mraz <[email protected]>

* Fix CVE-2019-9704 and CVE-2019-9705

2019-03-15 Tomas Mraz <[email protected]>

* Remove leftover debugging message.

2019-03-11 Marcel Plch <[email protected]>

* Make crond run after autofs mounts

2019-02-15 Tomas Mraz <[email protected]>

* crontab: Make crontab without arguments fail.

2018-12-07 Marcel Plch <[email protected]>

* Use system-auth instead of password-auth for PAM authentication (#25)

2018-11-23 Marcel Plch <[email protected]>

* Restart crond if it fails

2018-11-19 Tomas Mraz <[email protected]>

* load_env: parse the environment variables in-place

2018-11-19 Tomáš Mráz <[email protected]>

* Update readme.md with the latest release and better link to Fedora

2018-11-18 Oliver Kurz <[email protected]>

* readme.md: Replace dead link to openSUSE ML with package link

2018-10-18 Tomas Mraz <[email protected]>

* Use the role from the crond context for system job contexts.

2018-08-28 Marcel Plch <[email protected]>

* Fix unsafe code

2018-08-28 Marcel Plch <[email protected]>

* Fix possible memory leaks

2018-05-03 Tomas Mraz <[email protected]>

* Release new version 1.5.2

2018-05-03 Tomas Mraz <[email protected]>

* Silence may be used uninitialized warning.

2018-05-03 Tomas Mraz <[email protected]>

* crontab: do not try to replace the crontab with a directory
Expand Down
22 changes: 7 additions & 15 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
Basic Installation
==================

In the vixie-cron directory run:
autoreconf
These commands create from configure.ac executable ./configure

Then you can start installation:
Run the usual autotools combination of:
./configure
make
make install

The executable files will be installed in /usr/local/*

Options
=======
In the default package are used configure options:
--with-pam
--with-selinux
--with-audit


The executable files will be installed in /usr/local/* by default.

Configure Options
=================
Please see the ./configure --help output for available build-time
options.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
cronie NEWS -- history of user-visible changes.

Release 1.5.3
* Fix CVE-2019-9704 and CVE-2019-9705 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.

Release 1.5.2

* cronnext: New useful utility to find out time of the next job run.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([cronie],[1.5.2],[[email protected],[email protected]])
AC_INIT([cronie],[1.5.3],[[email protected],[email protected]])
AC_CONFIG_HEADER([config.h])
AC_PREREQ(2.60)

Expand Down

0 comments on commit cb57fff

Please sign in to comment.