Increase default method timeout
This commit is contained in:
parent
9ea1ced468
commit
29952bd62f
13
dbus-1.2.1-increase-timeout.patch
Normal file
13
dbus-1.2.1-increase-timeout.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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/>
|
||||||
|
|
@ -8,7 +8,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
|
||||||
Source1: doxygen_to_devhelp.xsl
|
Source1: doxygen_to_devhelp.xsl
|
||||||
@ -43,6 +43,7 @@ Patch2: dbus-reinit-addr-after-shutdown.patch
|
|||||||
Patch3: dbus-fix-guidless-conn-segfault.patch
|
Patch3: dbus-fix-guidless-conn-segfault.patch
|
||||||
Patch4: dbus-compile-userdb-cache.patch
|
Patch4: dbus-compile-userdb-cache.patch
|
||||||
Patch5: dbus-hold-ref-during-dispatch.patch
|
Patch5: dbus-hold-ref-during-dispatch.patch
|
||||||
|
Patch6: dbus-1.2.1-increase-timeout.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -102,6 +103,7 @@ in this separate package so server systems need not install X.
|
|||||||
%patch3 -p1 -b .fix-guidless-conn-segfault
|
%patch3 -p1 -b .fix-guidless-conn-segfault
|
||||||
%patch4 -p1 -b .compile-userdb-cache
|
%patch4 -p1 -b .compile-userdb-cache
|
||||||
%patch5 -p1 -b .hold-ref-during-dispatch
|
%patch5 -p1 -b .hold-ref-during-dispatch
|
||||||
|
%patch6 -p1 -b .increase-timeout
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
@ -230,6 +232,9 @@ fi
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 17 2008 Casey Dahlin <cdahlin@redhat.com> - 1.2.1-5
|
||||||
|
- Patch to increase max method timeout
|
||||||
|
|
||||||
* Thu May 29 2008 Casey Dahlin <cdahlin@redhat.com> - 1.2.1-4
|
* Thu May 29 2008 Casey Dahlin <cdahlin@redhat.com> - 1.2.1-4
|
||||||
- Patches for fd.o bugs 15635, 15571, 15588, 15570
|
- Patches for fd.o bugs 15635, 15571, 15588, 15570
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user