rpms/dbus/FC-5 dbus-0.22-fix-match-rule-equal.patch, NONE, 1.1 dbus.spec, 1.75, 1.76 sources, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 13 18:56:33 UTC 2006


Author: johnp

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

Modified Files:
	dbus.spec sources 
Added Files:
	dbus-0.22-fix-match-rule-equal.patch 
Log Message:
- Update to 0.62 to get bug fixes and allow Qt4 to run on FC5
- Add security patch to fix denial of service bug CVE2006-6107


dbus-0.22-fix-match-rule-equal.patch:
 signals.c |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE dbus-0.22-fix-match-rule-equal.patch ---
diff -pur 0.61-osso23/bus/signals.c 0.61-osso23.new/bus/signals.c
--- 0.61-osso23/bus/signals.c	2006-11-23 16:46:52.589602192 +0200
+++ 0.61-osso23.new/bus/signals.c	2006-11-23 16:49:28.873843376 +0200
@@ -1067,6 +1067,9 @@ match_rule_equal (BusMatchRule *a,
   if (a->flags != b->flags)
     return FALSE;
 
+  if (a->matches_go_to != b->matches_go_to)
+    return FALSE;
+
   if ((a->flags & BUS_MATCH_MESSAGE_TYPE) &&
       a->message_type != b->message_type)
     return FALSE;


Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/FC-5/dbus.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- dbus.spec	28 Apr 2006 21:07:08 -0000	1.75
+++ dbus.spec	13 Dec 2006 18:56:31 -0000	1.76
@@ -18,8 +18,8 @@
 
 Summary: D-BUS message bus
 Name: dbus
-Version: 0.61
-Release: 3.fc5.1
+Version: 0.62
+Release: 0.1%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
@@ -53,7 +53,7 @@
 #make sure we take this out if ABI changes
 Patch4: dbus-0.61-mono-no-abi-version-change.patch 
 
-Patch5: dbus-0.61.dbus-connection.c.backport.patch 
+Patch5: dbus-0.22-fix-match-rule-equal.patch
 
 %description
 
@@ -144,7 +144,7 @@
 #make sure we take this out if ABI changes
 %patch4 -p1 -b .mono-no-abi-version-change
 
-%patch5 -p1 -b .backport
+%patch5 -p1 -b .fix-match-rule-equals
 autoreconf -f -i
 
 %build
@@ -345,6 +345,10 @@
 %endif
 
 %changelog
+* Wed Dec 13 2006 John (J5) Palmieri <johnp at redhat.com> - 0.62-0.1
+- Update to 0.62 to get bug fixes and allow Qt4 to run on FC5
+- Add security patch to fix denial of service bug CVE2006-6107
+
 * Fri Apr 28 2006 John (J5) Palmieri <johnp at redhat.com> - 0.61-3.fc5.1
 - Backport patch from dbus-connection.c
   - Allows interfaces to be NULL in the message header as per the spec


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/dbus/FC-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	24 Feb 2006 20:36:51 -0000	1.18
+++ sources	13 Dec 2006 18:56:31 -0000	1.19
@@ -1 +0,0 @@
-cfd4f26004e4304e0dace4d82894e50b  dbus-0.61.tar.gz




More information about the fedora-cvs-commits mailing list