- Update to upstream D-Bus 1.0 RC 1 (0.93)
This commit is contained in:
parent
947076318e
commit
595fdfb574
@ -14,3 +14,4 @@ dbus-0.61.tar.gz
|
||||
dbus-0.62.tar.gz
|
||||
dbus-0.90.tar.gz
|
||||
dbus-0.92.tar.gz
|
||||
dbus-0.93.tar.gz
|
||||
|
@ -110,8 +110,8 @@
|
||||
#### Set up final flags
|
||||
DBUS_CLIENT_CFLAGS=
|
||||
DBUS_CLIENT_LIBS=
|
||||
--- dbus-0.61-orig/dbus/dbus-sysdeps-util.c.selinux-avc-audit 2006-02-24 10:46:45.000000000 -0500
|
||||
+++ dbus-0.61/dbus/dbus-sysdeps-util.c 2006-04-04 13:00:04.000000000 -0400
|
||||
--- dbus-0.61-orig/dbus/dbus-sysdeps-util-unix.c.selinux-avc-audit 2006-02-24 10:46:45.000000000 -0500
|
||||
+++ dbus-0.61/dbus/dbus-sysdeps-util-unix.c 2006-04-04 13:00:04.000000000 -0400
|
||||
@@ -42,6 +42,11 @@
|
||||
#include <sys/socket.h>
|
||||
#include <dirent.h>
|
||||
|
@ -4,7 +4,7 @@
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
#ifdef HAVE_LIBAUDIT
|
||||
+ if (audit_fd > = 0)
|
||||
+ if (audit_fd >= 0)
|
||||
{
|
||||
char buf[PATH_MAX*2];
|
||||
|
||||
@ -28,10 +28,10 @@
|
||||
-
|
||||
+
|
||||
#ifdef DBUS_ENABLE_VERBOSE_MODE
|
||||
+ /*
|
||||
+ TUrning off for now since this is misleading reporting as error message
|
||||
+
|
||||
+ if (_dbus_is_verbose())
|
||||
bus_avc_print_stats ();
|
||||
+ */
|
||||
+
|
||||
#endif /* DBUS_ENABLE_VERBOSE_MODE */
|
||||
|
||||
avc_destroy ();
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: D-BUS message bus
|
||||
Name: dbus
|
||||
Version: 0.92
|
||||
Release: 2%{?dist}
|
||||
Version: 0.93
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.freedesktop.org/software/dbus/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: AFL/GPL
|
||||
@ -168,6 +168,9 @@ fi
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2006 John (J5) Palmieri <johnp@redhat.com> - 0.93-1
|
||||
- Updated from upstream D-Bus 1.0 RC 1 (0.93)
|
||||
|
||||
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 0.92-2
|
||||
- Only audit on the system bus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user