]> granicus.if.org Git - cronie/commitdiff
Release new version 1.5.3 cronie-1.5.3
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 15 Mar 2019 10:20:30 +0000 (11:20 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 15 Mar 2019 10:20:30 +0000 (11:20 +0100)
ChangeLog
INSTALL
NEWS
configure.ac

index 94e2916607c3302eb9c397188f5c77cc164a2d41..a1514962a66b6ca06c1ea58fd03f99fe6fcd754a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2019-03-15  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Fix warnings in anacron and crond code.
+
+2019-03-15  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Fix CVE-2019-9704 and CVE-2019-9705
+
+2019-03-15  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Remove leftover debugging message.
+
+2019-03-11  Marcel Plch <mplch@redhat.com>
+
+       * Make crond run after autofs mounts
+
+2019-02-15  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * crontab: Make crontab without arguments fail.
+
+2018-12-07  Marcel Plch <mplch@redhat.com>
+
+       * Use system-auth instead of password-auth for PAM authentication (#25)
+
+2018-11-23  Marcel Plch <mplch@redhat.com>
+
+       * Restart crond if it fails
+
+2018-11-19  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * load_env: parse the environment variables in-place
+
+2018-11-19  Tomáš Mráz <t8m@users.noreply.github.com>
+
+       * Update readme.md with the latest release and better link to Fedora
+
+2018-11-18  Oliver Kurz <okurz@suse.de>
+
+       * readme.md: Replace dead link to openSUSE ML with package link
+
+2018-10-18  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Use the role from the crond context for system job contexts.
+
+2018-08-28  Marcel Plch <mplch@redhat.com>
+
+       * Fix unsafe code
+
+2018-08-28  Marcel Plch <mplch@redhat.com>
+
+       * Fix possible memory leaks
+
+2018-05-03  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Release new version 1.5.2
+
+2018-05-03  Tomas Mraz <tmraz@fedoraproject.org>
+
+       * Silence may be used uninitialized warning.
+
 2018-05-03  Tomas Mraz <tmraz@fedoraproject.org>
 
        * crontab: do not try to replace the crontab with a directory
diff --git a/INSTALL b/INSTALL
index 9f4060356c9a414cba2e9275e9865c86fd33f9b5..99176129e5d8a2f67cc8b144023a331f4b8b9ac4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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.
diff --git a/NEWS b/NEWS
index 680a7a68172c4f3bfa40316c8e0ec1f1c5d23336..49fecb2582123b8ca34d344238c8cbee2e80b580 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
index 1c66fa9df8da6046ca99b2928f0d60f1be39428a..bab48c418f6f1821729c7e25878bd4b3f1ba2a64 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([cronie],[1.5.2],[mmaslano@redhat.com,tmraz@fedoraproject.org])
+AC_INIT([cronie],[1.5.3],[mmaslano@redhat.com,tmraz@fedoraproject.org])
 AC_CONFIG_HEADER([config.h])
 AC_PREREQ(2.60)