| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cronie | Distribution: openSUSE 11.4 |
| Version: 1.4.6 | Vendor: openSUSE |
| Release: 7.17.1 | Build date: Sun Feb 27 13:38:36 2011 |
| Group: System/Daemons | Build host: build18 |
| Size: 217774 | Source RPM: cronie-1.4.6-7.17.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://fedorahosted.org/cronie/ | |
| Summary: Cron Daemon | |
cron automatically starts programs at specific times. Add new entries with "crontab -e". (See "man 5 crontab" and "man 1 crontab" for documentation.) Under /etc, find the directories cron.hourly, cron.daily, cron.weekly, and cron.monthly. Scripts and programs that are located there are started automatically.
MIT and BSD and GPLv2
* Thu Feb 24 2011 vcizek@novell.com
- bnc#662433 again:
added quiet option to pam config, in order to avoid logging,
when /etc/cron.allow is missing
* Thu Jan 06 2011 vcizek@novell.com
- fix for bnc#662433 :
Accounts with disabled user login, but listed in /etc/cron.allow
were unable to run cron jobs
* Fri Dec 10 2010 aj@suse.de
- cron.service needs to be after mta.
* Tue Dec 07 2010 coolo@novell.com
- prereq init script syslog
* Tue Nov 09 2010 cristian.rodriguez@opensuse.org
- use full RELRO here.
* Mon Nov 08 2010 aj@suse.de
- Fix rpm group of cronie-anacron
* Mon Nov 08 2010 aj@suse.de
- Fix package list.
* Sun Oct 31 2010 jengelh@medozas.de
- Use %_smp_mflags
* Wed Oct 27 2010 aj@suse.de
- Add cron.service for systemd.
* Wed Oct 27 2010 mseben@gmail.com
- Update to cronie 1.4.6
* man/anacron.8, man/anacrontab.5, man/cron.8, man/crontab.1,
man/crontab.5: Rewrite of man pages & correction
* man/bitstring.3: Remove useless man page
* Check clustering before un/watch function
* Remove cluster support from inotify_database
* The crontab command uses "-c" and "-n" instead of "-h"
* Mon Oct 25 2010 coolo@novell.com
- use cronie_version not cron's version for anacron
* Thu Oct 21 2010 cristian.rodriguez@opensuse.org
- Update to cronie 1.4.5_git201010210619
* Fix broken ifdef HAS_FCHOWN
* Cronie supports "clustering" now.
* Wed Oct 13 2010 mseben@gmail.com
- added scriptlets and subpackage cron for propper update
* Thu Aug 26 2010 cristian.rodriguez@opensuse.org
- Update to cronie 1.4.5
- drop upstreamed patches in particular minuslog and pam_conv.
- cronie can work without sendmail now, if absent syslog is used.
* Wed Apr 07 2010 mseben@novell.com
- added crond_pid.diff to finaly fix cron.pid issue which breaks
init script
* Thu Mar 25 2010 mseben@novell.com
- updated to version 1.4.4
* src/crontab.c: CVE-2010-0424 -- crontab -e crontab file timestamp
race condition
* configure.ac: Dynamic shared libraries -laudit There is need to
add -laudit into gcc options because now it's no found automatically.
* man/anacrontab.5: Make man page more readable based on #564206.
* crond.sysconfig, cronie.init: CRON_VALIDATE_MAILRCPTS was removed,
because it was not used anyway.
* src/do_command.c, src/funcs.h, src/security.c: With NFS homes
can't be job executed, because root can't access this directory.
* man/cron.8, src/do_command.c: Disable mailing output.
* man/cron.8, src/cron.c, src/do_command.c, src/globals.h: Output
could be redirectered to syslog.
* src/security.c: Cron doesn't use environment values from
/etc/security/pam_env.conf. This was fixed by moving pam_setcred
into first part of authentication of pam.
* cronie.init: Initscript: if unprivileged user stop deamon, it
should return 4.
* cronie.init: Initscript: if unprivileged user restart deamon, it
should return 4.
* src/security.c: This function will be probably removed from
libselinux, so it is added into source code here.
* pam/crond: One line was missing in pam authentication. rhbz#533189
* Makefile.am, configure.ac: Autotools - Makefile includes
dailyjobs, configure has new version.
* Fri Feb 19 2010 mseben@novell.com
- added race-mtime_new.patch : to fix crontab -e crontab file
timestamp race condition (bnc#580800) (CVE-2010-0424)
* Wed Feb 03 2010 mseben@novell.com
- added nheader_lines.diff : ignore top three lines of comments in
crontab file when user use crontab -e
- added $RPM_OPT_FLAGS to build stage
* Sat Dec 19 2009 jengelh@medozas.de
- enable parallel build
* Thu Dec 17 2009 mseben@novell.com
- added subpackage cronie-anacron
* Wed Dec 09 2009 mseben@novell.com
- added pam_conv.diff to add pam conversationfrom function
- added pam_config.diff to add pam config file from old cron
- added Provides: cron = 4.2, Obsoletes: cron <= 4.1
- added SPOOL_DIR="/var/spool/cron/tabs" to build section to correct
tabs dir for users
* Tue Dec 08 2009 mseben@novell.com
- added minuslog.diff and remove_old_system.diff
from cron package
* Mon Dec 07 2009 crrodriguez@opensuse.org
- enable anacron build
- enable audit support
- cleanup spec file a bit
* Sat Dec 05 2009 mseben@novell.com
- switch to cronie 1.4.3, see project page :
https://fedorahosted.org/cronie/
- anacron and audit support disabled for now
- /usr/sbin/cron renamed to /usr/sbin/crond
* Fri Nov 27 2009 mseben@novell.com
- added initgroups_check.patch : verify return value of
initgroups (bnc#537178) (CVE-2006-2607)
* Wed Nov 18 2009 mseben@novell.com
- added pam conversion function (reworked pam.diff) fate#306386
* Wed Nov 18 2009 mseben@novell.com
- modified run-crons script : added support for new SEND_OUTPUT_ON_NO_ERROR
sysconfig option to block status mails from cron jobs with empty
output (fate#305279)
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Wed Oct 14 2009 ro@suse.de
- init script: remove "-p $PIDFILE" from startproc call
(until startproc does allow to combine -f and -p again)
/etc/cron.deny /etc/crontab /etc/init.d/cron /etc/omc /etc/omc/srvinfo.d /etc/omc/srvinfo.d/cron.xml /etc/pam.d/crond /lib/systemd /lib/systemd/system /lib/systemd/system/cron.service /usr/bin/crontab /usr/lib/cron /usr/lib/cron/run-crons /usr/sbin/cron /usr/sbin/rccron /usr/share/doc/packages/cronie /usr/share/doc/packages/cronie/AUTHORS /usr/share/doc/packages/cronie/COPYING /usr/share/doc/packages/cronie/ChangeLog /usr/share/doc/packages/cronie/INSTALL /usr/share/doc/packages/cronie/README /usr/share/man/man1/crontab.1.gz /usr/share/man/man5/crontab.5.gz /usr/share/man/man8/cron.8.gz /usr/share/man/man8/crond.8.gz /var/spool/cron /var/spool/cron/lastrun /var/spool/cron/tabs
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 10:35:16 2013