rpms/dbus/F-8 dbus-1.2.1-increase-timeout.patch, NONE, 1.1 start-early.patch, NONE, 1.1 dbus-0.22-fix-match-rule-equal.patch, 1.1, NONE dbus-0.60-start-early.patch, 1.2, NONE dbus-1.0.1-pthread-holder-fix.patch, 1.1, NONE dbus-1.0.2-lsb.patch, 1.1, NONE dbus-1.1.2-audit-user.patch, 1.1, NONE dbus-1.1.2-no-abort.patch, 1.1, NONE dbus-fix-for-cve-2008-0595.patch, 1.1, NONE dbus-pie.patch, 1.1, NONE

Colin Walters walters at fedoraproject.org
Mon Oct 6 23:47:58 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/dbus/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26184

Added Files:
	dbus-1.2.1-increase-timeout.patch start-early.patch 
Removed Files:
	dbus-0.22-fix-match-rule-equal.patch 
	dbus-0.60-start-early.patch 
	dbus-1.0.1-pthread-holder-fix.patch dbus-1.0.2-lsb.patch 
	dbus-1.1.2-audit-user.patch dbus-1.1.2-no-abort.patch 
	dbus-fix-for-cve-2008-0595.patch dbus-pie.patch 
Log Message:
remove unused patches, add imported patches

dbus-1.2.1-increase-timeout.patch:

--- NEW FILE dbus-1.2.1-increase-timeout.patch ---
diff -urN dbus-1.2.1/bus/system.conf.in dbus-1.2.1.b/bus/system.conf.in
--- dbus-1.2.1/bus/system.conf.in	2008-04-04 11:24:08.000000000 -0400
+++ dbus-1.2.1.b/bus/system.conf.in	2008-07-17 13:56:26.000000000 -0400
@@ -17,6 +17,9 @@
   <!-- Run as special user -->
   <user>@DBUS_USER@</user>
 
+  <!-- Up the max timeout -->
+  <limit name="reply_timeout">21600000</limit>
+
   <!-- Fork into daemon mode -->
   <fork/>
 

start-early.patch:

--- NEW FILE start-early.patch ---
diff -up dbus-1.2.1/bus/messagebus.in.start-early dbus-1.2.1/bus/messagebus.in
--- dbus-1.2.1/bus/messagebus.in.start-early	2008-04-04 11:24:08.000000000 -0400
+++ dbus-1.2.1/bus/messagebus.in	2008-07-18 19:50:19.000000000 -0400
@@ -2,7 +2,7 @@
 #
 # messagebus:   The D-BUS systemwide message bus
 #
-# chkconfig: 345 97 03
+# chkconfig: 345 22 85 
 # description:  This is a daemon which broadcasts notifications of system events \
 #               and other messages. See http://www.freedesktop.org/software/dbus/
 #
@@ -21,7 +21,7 @@
 ### END INIT INFO
 
 # Sanity checks.
-[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0
+[ -x /bin/dbus-daemon ] || exit 0
 
 # Source function library.
 . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions


--- dbus-0.22-fix-match-rule-equal.patch DELETED ---


--- dbus-0.60-start-early.patch DELETED ---


--- dbus-1.0.1-pthread-holder-fix.patch DELETED ---


--- dbus-1.0.2-lsb.patch DELETED ---


--- dbus-1.1.2-audit-user.patch DELETED ---


--- dbus-1.1.2-no-abort.patch DELETED ---


--- dbus-fix-for-cve-2008-0595.patch DELETED ---


--- dbus-pie.patch DELETED ---




More information about the scm-commits mailing list