SPECS: vixie-cron.spec - ported required patches from vixie-cron 3...

2005-09-02 Thread hawk
Author: hawk Date: Fri Sep  2 11:36:04 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- ported required patches from vixie-cron 3.x again, previous ones were
  either messed up or not adjusted to source changes
- updated CAN-2005-1038.patch
- crontab.patch is back, its not obsolete
- replaced sigchld2.patch with one from Fedora, fixes SEGV of subprocess
  when closing pipe to sendmail

 Files affected:
SPECS:
   vixie-cron.spec (1.111 -> 1.112) 

 Diffs:


Index: SPECS/vixie-cron.spec
diff -u SPECS/vixie-cron.spec:1.111 SPECS/vixie-cron.spec:1.112
--- SPECS/vixie-cron.spec:1.111 Thu Sep  1 22:57:31 2005
+++ SPECS/vixie-cron.spec   Fri Sep  2 13:35:58 2005
@@ -25,7 +25,7 @@
 Summary(zh_CN):ÓĂÓÚÔÚÔ¤ÉčĘąźäÖ´ĐĐÖ¸ś¨łĚĐňľÄ Vixie cron şǫ́łĚĐňĄŁ
 Name:  vixie-cron
 Version:   4.1
-Release:   4.1
+Release:   4.2
 License:   distributable
 Group: Daemons
 Source0:   ftp://ftp.isc.org/isc/cron/cron_%{version}.shar
@@ -40,19 +40,18 @@
 Patch0:%{name}-pld.patch
 Patch1:%{name}-sprintf.patch
 Patch2:%{name}-sigchld2.patch
-Patch3:%{name}-crond.patch
-Patch4:%{name}-manpages.patch
-Patch5:%{name}-name.patch
+Patch3:%{name}-crontab.patch
+Patch4:%{name}-crond.patch
+Patch5:%{name}-manpages.patch
 Patch6:%{name}-security3.patch
 Patch7:%{name}-noroot.patch
 Patch8:%{name}-pam.patch
-Patch9:%{name}-sgid-crontab.patch
-Patch10:   %{name}-selinux.patch
-Patch11:   %{name}-foreground.patch
-Patch12:   %{name}-fd0open.patch
-Patch13:   %{name}-CAN-2005-1038.patch
-Patch14:   %{name}-nodebug.patch
-Patch15:   %{name}-syslog-facility.patch
+Patch9:%{name}-selinux.patch
+Patch10:   %{name}-foreground.patch
+Patch11:   %{name}-fd0open.patch
+Patch12:   %{name}-CAN-2005-1038.patch
+Patch13:   %{name}-nodebug.patch
+Patch14:   %{name}-syslog-facility.patch
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: pam-devel
 BuildRequires: rpmbuild(macros) >= 1.202
@@ -189,13 +188,12 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
-%{?with_selinux:%patch10 -p1}
+%{?with_selinux:%patch9 -p1}
+%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
-%patch15 -p0
+%patch14 -p0
 
 %build
 %{__make} \
@@ -356,6 +354,14 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.112  2005/09/02 11:35:58  hawk
+- ported required patches from vixie-cron 3.x again, previous ones were
+  either messed up or not adjusted to source changes
+- updated CAN-2005-1038.patch
+- crontab.patch is back, its not obsolete
+- replaced sigchld2.patch with one from Fedora, fixes SEGV of subprocess
+  when closing pipe to sendmail
+
 Revision 1.111  2005/09/01 20:57:31  hawk
 - release changed to 4.1 because this new vixie still doesn't work as it
   should. I'm reworking whole update, please do not touch it. NFY.


 CVS-web:
http://cvs.pld-linux.org/SPECS/vixie-cron.spec?r1=1.111&r2=1.112&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: vixie-cron.spec - ported required patches from vixie-cron 3...

2005-09-02 Thread hawk
Author: hawk Date: Fri Sep  2 11:36:04 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- ported required patches from vixie-cron 3.x again, previous ones were
  either messed up or not adjusted to source changes
- updated CAN-2005-1038.patch
- crontab.patch is back, its not obsolete
- replaced sigchld2.patch with one from Fedora, fixes SEGV of subprocess
  when closing pipe to sendmail

 Files affected:
SPECS:
   vixie-cron.spec (1.111 -> 1.112) 

 Diffs:


Index: SPECS/vixie-cron.spec
diff -u SPECS/vixie-cron.spec:1.111 SPECS/vixie-cron.spec:1.112
--- SPECS/vixie-cron.spec:1.111 Thu Sep  1 22:57:31 2005
+++ SPECS/vixie-cron.spec   Fri Sep  2 13:35:58 2005
@@ -25,7 +25,7 @@
 Summary(zh_CN):ÓĂÓÚÔÚÔ¤ÉčĘąźäÖ´ĐĐÖ¸ś¨łĚĐňľÄ Vixie cron şǫ́łĚĐňĄŁ
 Name:  vixie-cron
 Version:   4.1
-Release:   4.1
+Release:   4.2
 License:   distributable
 Group: Daemons
 Source0:   ftp://ftp.isc.org/isc/cron/cron_%{version}.shar
@@ -40,19 +40,18 @@
 Patch0:%{name}-pld.patch
 Patch1:%{name}-sprintf.patch
 Patch2:%{name}-sigchld2.patch
-Patch3:%{name}-crond.patch
-Patch4:%{name}-manpages.patch
-Patch5:%{name}-name.patch
+Patch3:%{name}-crontab.patch
+Patch4:%{name}-crond.patch
+Patch5:%{name}-manpages.patch
 Patch6:%{name}-security3.patch
 Patch7:%{name}-noroot.patch
 Patch8:%{name}-pam.patch
-Patch9:%{name}-sgid-crontab.patch
-Patch10:   %{name}-selinux.patch
-Patch11:   %{name}-foreground.patch
-Patch12:   %{name}-fd0open.patch
-Patch13:   %{name}-CAN-2005-1038.patch
-Patch14:   %{name}-nodebug.patch
-Patch15:   %{name}-syslog-facility.patch
+Patch9:%{name}-selinux.patch
+Patch10:   %{name}-foreground.patch
+Patch11:   %{name}-fd0open.patch
+Patch12:   %{name}-CAN-2005-1038.patch
+Patch13:   %{name}-nodebug.patch
+Patch14:   %{name}-syslog-facility.patch
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: pam-devel
 BuildRequires: rpmbuild(macros) >= 1.202
@@ -189,13 +188,12 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
-%{?with_selinux:%patch10 -p1}
+%{?with_selinux:%patch9 -p1}
+%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
-%patch15 -p0
+%patch14 -p0
 
 %build
 %{__make} \
@@ -356,6 +354,14 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.112  2005/09/02 11:35:58  hawk
+- ported required patches from vixie-cron 3.x again, previous ones were
+  either messed up or not adjusted to source changes
+- updated CAN-2005-1038.patch
+- crontab.patch is back, its not obsolete
+- replaced sigchld2.patch with one from Fedora, fixes SEGV of subprocess
+  when closing pipe to sendmail
+
 Revision 1.111  2005/09/01 20:57:31  hawk
 - release changed to 4.1 because this new vixie still doesn't work as it
   should. I'm reworking whole update, please do not touch it. NFY.


 CVS-web:
http://cvs.pld-linux.org/SPECS/vixie-cron.spec?r1=1.111&r2=1.112&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit