rpms/vixie-cron/devel vixie-cron.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 11 22:06:44 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/vixie-cron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24579

Modified Files:
	vixie-cron.spec 
Log Message:
fix bug 162887; further bug 154920 CAN-2005-1038 fix


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- vixie-cron.spec	17 Jun 2005 17:32:28 -0000	1.50
+++ vixie-cron.spec	11 Jul 2005 22:06:40 -0000	1.51
@@ -7,8 +7,8 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: FC5.34
-Epoch:   2
+Release: 36.FC5
+Epoch:   4
 License: distributable
 Group:   System Environment/Base
 Source0: ftp://ftp.isc.org/isc/cron/vixie-cron-%{version}.tar.gz
@@ -54,6 +54,8 @@
 Patch37: vixie-cron-4.1-_37-limits.patch
 Patch38: vixie-cron-4.1-_38-CAN-2005-1038.patch
 Patch39: vixie-cron-4.1-loginuid.patch
+Patch40: vixie_cron-4.1-162887.patch
+Patch41: vixie-cron-4.1-CAN-2005-1038-fix-race.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: sysklogd >= 1.3.33-6, bash >= 2.0
@@ -124,6 +126,8 @@
 %patch37 -p1 -b .limits
 %patch38 -p1 -b .CAN-2005-1038
 %patch39 -p1 -b .loginuid
+%patch40 -p1 -b .162887
+%patch41 -p1 -b .CAN-2005-1038-fix-race
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
@@ -181,7 +185,12 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
-* Fri Jul 17 2005 Jason Vas Dias <jvdias at redhat.com> - 4.1-FC4.34
+* Mon Jul 11 2005 Jason Vas Dias <jvdias at redhat.com> - 4.1-36.FC4
+- fix bug 162887: allow multiple /etc/cron.d crontabs for *system* user
+- further fix for bug 154920 / CAN-2005-1038 ( crontab -e ):
+     invoke editor and copy operation as non-root user
+   
+* Fri Jun 17 2005 Jason Vas Dias <jvdias at redhat.com> - 4.1-FC4.34
 - fix bug 160811: FC3 version compared >= FC4 version
 - fix bug 159216: add pam_loginuid support for new audit system
 




More information about the fedora-cvs-commits mailing list