rpms/dbus/devel .cvsignore, 1.21, 1.22 dbus-0.61-selinux-avc-audit.patch, 1.2, 1.3 dbus-0.92-audit-system.patch, 1.1, 1.2 dbus.spec, 1.96, 1.97 sources, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 14 17:17:14 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32077

Modified Files:
	.cvsignore dbus-0.61-selinux-avc-audit.patch 
	dbus-0.92-audit-system.patch dbus.spec sources 
Log Message:
- Update to upstream D-Bus 1.0 RC 1 (0.93)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	18 Aug 2006 21:37:37 -0000	1.21
+++ .cvsignore	14 Sep 2006 17:17:12 -0000	1.22
@@ -14,3 +14,4 @@
 dbus-0.62.tar.gz
 dbus-0.90.tar.gz
 dbus-0.92.tar.gz
+dbus-0.93.tar.gz

dbus-0.61-selinux-avc-audit.patch:
 bus/selinux.c                 |   38 +++++++++++++++++
 configure.in                  |   22 ++++++++++
 dbus/dbus-sysdeps-util-unix.c |   92 ++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 149 insertions(+), 3 deletions(-)

Index: dbus-0.61-selinux-avc-audit.patch
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus-0.61-selinux-avc-audit.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbus-0.61-selinux-avc-audit.patch	17 Apr 2006 22:16:40 -0000	1.2
+++ dbus-0.61-selinux-avc-audit.patch	14 Sep 2006 17:17:12 -0000	1.3
@@ -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>

dbus-0.92-audit-system.patch:
 selinux.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

Index: dbus-0.92-audit-system.patch
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus-0.92-audit-system.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbus-0.92-audit-system.patch	7 Sep 2006 18:14:26 -0000	1.1
+++ dbus-0.92-audit-system.patch	14 Sep 2006 17:17:12 -0000	1.2
@@ -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 ();


Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- dbus.spec	7 Sep 2006 18:14:26 -0000	1.96
+++ dbus.spec	14 Sep 2006 17:17:12 -0000	1.97
@@ -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 @@
 %{_includedir}/*
 
 %changelog
+* Thu Sep 14 2006 John (J5) Palmieri <johnp at redhat.com> - 0.93-1
+- Updated from upstream D-Bus 1.0 RC 1 (0.93)
+
 * Wed Sep 6 2006 Dan Walsh <dwalsh at redhat.com> - 0.92-2
 - Only audit on the system bus
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	18 Aug 2006 21:37:44 -0000	1.21
+++ sources	14 Sep 2006 17:17:12 -0000	1.22
@@ -1 +1 @@
-ea2be58c80a80631ba5b3c92cffd335c  dbus-0.92.tar.gz
+0770dce874c76f7364d055e4648900fb  dbus-0.93.tar.gz




More information about the fedora-cvs-commits mailing list