[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/vixie-cron/FC-3 vixie-cron.spec,1.43,1.44
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/vixie-cron/FC-3 vixie-cron.spec,1.43,1.44
- Date: Mon, 11 Jul 2005 18:38:19 -0400
Author: jvdias
Update of /cvs/dist/rpms/vixie-cron/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv27416
Modified Files:
vixie-cron.spec
Log Message:
fix bug 162887; further CAN-2005-1038 / 154920 fix
Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/FC-3/vixie-cron.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vixie-cron.spec 14 Apr 2005 23:38:54 -0000 1.43
+++ vixie-cron.spec 11 Jul 2005 22:38:17 -0000 1.44
@@ -7,8 +7,8 @@
Summary: The Vixie cron daemon for executing specified programs at set times.
Name: vixie-cron
Version: 4.1
-Release: 33_FC3
-Epoch: 1
+Release: 36.FC3
+Epoch: 4
License: distributable
Group: System Environment/Base
Source0: ftp://ftp.isc.org/isc/cron/vixie-cron-%{version}.tar.gz
@@ -53,6 +53,8 @@
Patch36: vixie-cron-4.1-_36-pam_close_fork_fail.patch
Patch37: vixie-cron-4.1-_37-limits.patch
Patch38: vixie-cron-4.1-_38-CAN-2005-1038.patch
+Patch39: vixie_cron-4.1-162887.patch
+Patch40: vixie-cron-4.1-CAN-2005-1038-fix-race.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
Requires: sysklogd >= 1.3.33-6, bash >= 2.0
@@ -122,6 +124,8 @@
%patch36 -p1 -b .pam_close_fork_fail
%patch37 -p1 -b .limits
%patch38 -p1 -b .CAN-2005-1038
+%patch39 -p1 -b .162887
+%patch40 -p1 -b .CAN-2005-1038-fix-race
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
@@ -179,6 +183,12 @@
%config(noreplace) /etc/sysconfig/crond
%changelog
+* Mon Jul 11 2005 Jason Vas Dias <jvdias redhat com> - 4.1-36.FC3
+- 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
+- fix bug 160811: FC3 version compared >= FC4 version
+
* Thu Apr 14 2005 Jason Vas Dias <jvdias redhat com> - 4.1-33_FC3
- fix bug 154922 / CAN-2005-1038: check that new crontab is
regular file after editor session ends.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]