diff --git a/.cvsignore b/.cvsignore index af918f9..7e656eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/dbus-0.61-selinux-avc-audit.patch b/dbus-0.61-selinux-avc-audit.patch index 31d79ff..27341e4 100644 --- a/dbus-0.61-selinux-avc-audit.patch +++ b/dbus-0.61-selinux-avc-audit.patch @@ -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 #include diff --git a/dbus-0.92-audit-system.patch b/dbus-0.92-audit-system.patch index 903f1cb..c5406d5 100644 --- a/dbus-0.92-audit-system.patch +++ b/dbus-0.92-audit-system.patch @@ -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 (); diff --git a/dbus.spec b/dbus.spec index 7dcb04e..e4ec350 100644 --- a/dbus.spec +++ b/dbus.spec @@ -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 - 0.93-1 +- Updated from upstream D-Bus 1.0 RC 1 (0.93) + * Wed Sep 6 2006 Dan Walsh - 0.92-2 - Only audit on the system bus diff --git a/sources b/sources index 376a298..519c609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea2be58c80a80631ba5b3c92cffd335c dbus-0.92.tar.gz +0770dce874c76f7364d055e4648900fb dbus-0.93.tar.gz