|
|
Author: johnp
Update of /cvs/dist/rpms/dbus/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv23315
Modified Files:
dbus.spec
Log Message:
- add patch from 0.2x series that fixes an exploit where
users can attach to another user's session bus (CAN-2005-0201)
Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/FC-4/dbus.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- dbus.spec 23 May 2005 19:02:39 -0000 1.48
+++ dbus.spec 29 Aug 2005 20:38:37 -0000 1.49
@@ -12,7 +12,7 @@
Summary: D-BUS message bus
Name: dbus
Version: 0.33
-Release: 3
+Release: 4
URL: http://www.freedesktop.org/software/dbus/
Source0: %{name}-%{version}.tar.gz
License: AFL/GPL
@@ -39,6 +39,7 @@
Patch4: dbus-0.32-print_child_pid.patch
Patch5: dbus-0.32-deadlock-fix.patch
Patch6: dbus-0.33-types.patch
+patch7: dbus-0.22-user-has-same-id.patch
%description
@@ -119,6 +120,7 @@
%patch4 -p1 -b .print_child_pid
%patch5 -p0 -b .deadlock-fix
%patch6 -p1 -b .types
+%patch7 -p0 -b .user-has-same-id
%build
@@ -270,6 +272,10 @@
%{_libdir}/python*/site-packages/dbus_bindings.so
%changelog
+* Mon Aug 29 2005 John (J5) Palmieri <johnp@xxxxxxxxxx> - 0.33-4
+- add patch from 0.2x series that fixes an exploit where
+ users can attach to another user's session bus (CAN-2005-0201)
+
* Mon May 23 2005 Bill Nottingham <notting@xxxxxxxxxx> - 0.33-3
- remove static libraries from python bindings
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|