Also a security update for a remote application DoS.. CVE-2008-3834. ok jasper@ ajacoutot@
13 lines
639 B
Plaintext
13 lines
639 B
Plaintext
$OpenBSD: patch-dbus_Makefile_in,v 1.2 2008/10/12 22:08:04 brad Exp $
|
|
--- dbus/Makefile.in.orig Wed Aug 6 15:43:39 2008
|
|
+++ dbus/Makefile.in Thu Aug 7 14:58:28 2008
|
|
@@ -310,7 +310,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
configdir = $(sysconfdir)/dbus-1
|
|
INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) @PIC_CFLAGS@ -DDBUS_COMPILATION \
|
|
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
|
+ -DDBUS_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\" \
|
|
-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
|
|
-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
|
|
|