Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cronie-anacron-1.4.7-31.3.1 RPM for x86_64

From OpenSuSE 12.1 updates for x86_64

Name: cronie-anacron Distribution: openSUSE 12.1
Version: 1.4.7 Vendor: openSUSE
Release: 31.3.1 Build date: Tue Dec 6 14:10:40 2011
Group: System/Base Build host: build35
Size: 44355 Source RPM: cronie-1.4.7-31.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://fedorahosted.org/cronie/
Summary: Utility for running regular jobs
Anacron becames part of cronie. Anacron is used only for running regular jobs.
The default settings execute regular jobs by anacron, however this could be
overloaded in settings.

Provides

Requires

License

BSD-3-Clause and GPL-2.0 and MIT

Changelog

* Wed Nov 30 2011 aj@suse.de
  - Add dependency on ypbind and nscd (bnc#732356)
  - Do not install generic INSTALL file.
  - Use set_permissions for newer distros.
* Wed Nov 30 2011 coolo@suse.com
  - add automake as buildrequire to avoid implicit dependency
* Tue Nov 29 2011 crrodriguez@opensuse.org
  - Cron started before network is up [bnc#733275]
* Fri Oct 07 2011 fcrozat@suse.com
  - Ensure service_add_post is called in %post and not verify.
* Thu Sep 29 2011 fcrozat@suse.com
  - Use systemd macros to register cron.service.
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
* Mon Jul 11 2011 vcizek@novell.com
  - changed run-parts to run-crons in anacron (bnc#689494)
* Mon Jun 06 2011 vcizek@novell.com
  - mention possibility of disabling logging to syslog in the crontab
    manual
  - to keep compatibility with 11.3, execute the command despite
    an unprivileged user tries to disable logging (bnc#698549)
* Wed May 11 2011 vcizek@novell.com
  - corrected job output via syslog (bnc#692871)
* Wed Apr 27 2011 vcizek@novell.com
  - update to 1.4.7
    many bugs fixed (including bnc#690166)
* 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)

Files

/etc/anacrontab
/etc/cron.hourly/0anacron
/usr/sbin/anacron
/usr/share/man/man5/anacrontab.5.gz
/usr/share/man/man8/anacron.8.gz
/var/spool/anacron
/var/spool/anacron/cron.daily
/var/spool/anacron/cron.monthly
/var/spool/anacron/cron.weekly


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 23 03:07:50 2013