cron-4.2-61.3.1>t  DH`p[؎θ/=„qƦ Ex%.?9mRrWpFL~hLfƹmfVI Y4OI%/qؕGuVxI-GbeR +,Ru Ghާ~~^/C-,69GL.cG]FhO'nΏ['(}ysinܢe~+UhM>wSbhYpH.^,iLD66185c17858bedd12a5f9743d7cc9ecd001c3f97/?[؎θ/=„,J3FN†&TWqU(N,t\p3EVSm}_W\*>9y%x5 Ԟ-!`':xd궮q ǫFx0faͼuSTJ1^lįS`3] &CsP1?6 ͗Cgڏ<2/Z6@%fތ @{KW<;\odOMA;*|?*ld   $tx      2 4<FPpx(%8,=9 =: ==(1F(9G(LH(TI(\X(`Y(h\(](^(b(c)|d* e*f*l*u*,v*4w*Lx*Tz*\Ccron4.261.3.1Auxiliary packageAuxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4[؎lamb05openSUSE Leap 42.3openSUSEBSD-3-Clause and GPL-2.0 and MIThttp://bugs.opensuse.orgSystem/Daemonshttps://fedorahosted.org/cronie/linuxx86_64# check if we are doing "ugly" update from old 4.1 vixie-cron check_cron_mail_feature=`/usr/sbin/cron --help 2>&1 | /usr/bin/grep mail` # vixie-cron 4.1 doesn't contain mail fature if [ -e /usr/sbin/cron -a "${check_cron_mail_feature}" == "" ]; then # save configs for cronie post-install phase touch /var/run/update_from_old_cron echo $1 for conf in {/etc/pam.d/crond,/etc/crontab,/etc/cron.deny,/etc/omc/srvinfo.d/cron.xml} do /usr/bin/mv "$conf" "$conf.bk" ||: done fiA큤[؎[؎4f9988c273c5fa924c4a61c086f18855rootrootrootrootcronie-1.4.11-61.3.1.src.rpmcroncron(x86-64)   /bin/shcronierpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.4.11-61.3.13.0.4-14.0-14.4.6-14.11.2ZZ@T@Sہ@S@R>R@RcRB@R/ Qj@QLGQ@QPP@P@P+@ORO O O@NNN@NN]Nu@NM@Mz@M@MfH@M%M@L!L7L@L@LZ@L@L@Lq@L+@L@LvW@KsKP@K~}@Kie@K,@K*@K@K?K@KK@K@KKJ@Jս@kstreitova@suse.comkstreitova@suse.comkstreitova@suse.comvcizek@suse.comvdziewiecki@suse.comvdziewiecki@suse.comaj@ajaissle.dep.drouand@gmail.comvdziewiecki@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmmeister@suse.commeissner@suse.comfcrozat@suse.comvdziewiecki@suse.comcrrodriguez@opensuse.orgcoolo@suse.comcrrodriguez@opensuse.orgcoolo@suse.comsweet_f_a@gmx.detabraham@novell.comtabraham@novell.comaj@suse.decoolo@suse.comcrrodriguez@opensuse.orgfcrozat@suse.comfcrozat@suse.comjengelh@medozas.devcizek@novell.comvcizek@novell.comvcizek@novell.comvcizek@novell.comvcizek@novell.comvcizek@novell.comaj@suse.decoolo@novell.comcristian.rodriguez@opensuse.orgaj@suse.deaj@suse.dejengelh@medozas.deaj@suse.demseben@gmail.comcoolo@novell.comcristian.rodriguez@opensuse.orgmseben@gmail.comcristian.rodriguez@opensuse.orgmseben@novell.commseben@novell.commseben@novell.commseben@novell.comjengelh@medozas.demseben@novell.commseben@novell.commseben@novell.comcrrodriguez@opensuse.orgmseben@novell.commseben@novell.commseben@novell.commseben@novell.comcoolo@novell.comro@suse.de- add cronie-1.4.11-pidfile_locking.patch to prefer flock locking instead of fcntl locking that has different semantics. It caused a bug where it was possible to run more than one cron process as the locking wasn't successful [bsc#1017160]- add cronie-1.4.11-check_user_existence.patch to properly check the existence of the user at the time the job is run and do not ignore jobs for users that were not existing at database reload. This prevents cron from ignoring jobs in user crontab for users that changed group meanwhile [bsc#1077979]- add cronie-1.4.11-pam_env.patch in order to fix loading the PAM environment from the pam_env module as documented in the manual page. Also fix memory leak of environment returned by pam_getenvlist() (bnc#900604).- add cron.sysconfig that used to be provided by aaa_base (bnc#860058)-Add an option to manually reload cron.-Restart the service if it crashes- Leave /usr/sbin/rccron in as link to /sbin/service- Remove old sysvinit hacks; none target distributions use sysvinit- Update to 1.4.11 - I removed these patches: cronie-1.4.8-bug_756197.diff bug-786096_cronie-fdleak.diff, since those issuas appear to have been addressed upstream.- define PIDIDIR to "/run" instead of the (outdated) definition coming from glibc "paths.h" - systemd: there is no mail-transfer-agent target anymore, services must be ordered After= a list of possible MTA.- Ordering units after syslog.target is no longer recommended.- Added url as source. Please see http://en.opensuse.org/SourceUrls- fixed the file descriptor leak correctly (bnc#786096,bnc#802345)- Regenerate cronie-pam_config.diff, last line of the patch was not properly added, causing bnc#801553.-Fix Bug 786096 - VUL-1: cron: does not close file descriptors before invocation of commands- DO not require sysvinit(syslog), the journal is enough- buildrequire systemd by pkgconfig provide to get systemd-mini in build environments (to break cycle)- When the cron daemon does not fork, as it is the case when using systemd, pid files are useless. avoid creating them in the first place.- the recommends for postfix was from a time when smtp_daemon was required, now that smtp_daemon is recommended, the recommend for postfix is between useless and harmful - so reduce it to a suggests- remove useless autmake dependency- added cronie-1.4.8-bug_756197.diff to remove references to anacron in crontab.5- removed cronie-1.4.7-syslog_output.patch deprecated by this update - Update to 1.4.8 + Cron writes job output to syslog incorrectly. When cron is invoked in a way to print job output to syslog, it does print only the first character of the output + Check orphanded crontabs for adoption + Unify logging in case SyslogOutput with the rest of crond + The charset of anacron's mail is always ANSI_X3.4-1968. There are no setlocale in anacron's source + Cronie disables inotify when the /etc/crontab file does not exist at startup. Existance of crontab and directories wasn't controlled before creating inotify watches.- Add dependency on ypbind and nscd (bnc#732356) - Do not install generic INSTALL file. - Use set_permissions for newer distros.- add automake as buildrequire to avoid implicit dependency- Cron started before network is up [bnc#733275]- Ensure service_add_post is called in %post and not verify.- Use systemd macros to register cron.service.- Remove redundant tags/sections from specfile- changed run-parts to run-crons in anacron (bnc#689494)- 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)- corrected job output via syslog (bnc#692871)- update to 1.4.7 many bugs fixed (including bnc#690166)- bnc#662433 again: added quiet option to pam config, in order to avoid logging, when /etc/cron.allow is missing- fix for bnc#662433 : Accounts with disabled user login, but listed in /etc/cron.allow were unable to run cron jobs- cron.service needs to be after mta.- prereq init script syslog- use full RELRO here.- Fix rpm group of cronie-anacron- Fix package list.- Use %_smp_mflags- Add cron.service for systemd.- 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"- use cronie_version not cron's version for anacron- Update to cronie 1.4.5_git201010210619 * Fix broken ifdef HAS_FCHOWN * Cronie supports "clustering" now.- added scriptlets and subpackage cron for propper update- 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.- added crond_pid.diff to finaly fix cron.pid issue which breaks init script- 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.- added race-mtime_new.patch : to fix crontab -e crontab file timestamp race condition (bnc#580800) (CVE-2010-0424)- 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- enable parallel build- added subpackage cronie-anacron- 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- added minuslog.diff and remove_old_system.diff from cron package- enable anacron build - enable audit support - cleanup spec file a bit- 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- added initgroups_check.patch : verify return value of initgroups (bnc#537178) (CVE-2006-2607)- added pam conversion function (reworked pam.diff) fate#306386- 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)- updated patches to apply with fuzz=0- init script: remove "-p $PIDFILE" from startproc call (until startproc does allow to combine -f and -p again)/bin/shlamb05 15409189814.2-61.3.14.2-61.3.1croncron_to_cronie.README/usr/share/doc/packages//usr/share/doc/packages/cron/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9097/openSUSE_Leap_42.3_Update/3ab0478d408218a9918abad5ec08c724-cronie.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxdirectoryASCII text]ڎ;ȯ`$*%?P] crt:bLL'E^Ꙏ52yLcTR st5J}/wE̞$(ve*ҹU# #QƩ}