[Tizen-submit] 19483: Changes to Tizen:Mobile/pulseaudio
noreply at tizen.org
noreply at tizen.org
Wed Jan 8 12:47:28 GMT 2014
Hi,
Jaska Uimonen have made the following changes to pulseaudio in project Tizen:Mobile. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #19483
submit: Tizen:Mobile:build/pulseaudio(cleanup) -> Tizen:Mobile
Message:
Submitter: Jaska Uimonen <jaska.uimonen at intel.com>
Comments: release: tagged release.
Git project: platform/upstream/pulseaudio
Tag: submit/tizen/20140108.124941
Commit: ee7152a490447412016f3cb1f1f40a4a388e0610 release: update changelog
State: new 2014-01-08T12:44:53 tizenrobot
Comment: <no comment>
changes files:
--------------
--- pulseaudio.changes
+++ pulseaudio.changes
@@ -0,0 +1,4 @@
+* Tue Jan 7 2014 Jaska Uimonen <jaska.uimonen at intel.com>
+- fix crash in ofono communication with NULL sender TIVI-2489
+- fix assert if ofono is started after pulseaudio
+
new:
----
0267-hfp-do-safe-strcmp-in-dbus-handler.patch
0268-fix-ofono-and-pulseaudio-starting-order-assert.patch
spec files:
-----------
--- pulseaudio.spec
+++ pulseaudio.spec
@@ -5,7 +5,7 @@
%bcond_with pulseaudio_with_bluez5
Name: pulseaudio
-VCS: platform/upstream/pulseaudio#ce77ae0d9f8f887c20cb853c2c720b533d2b3651
+VCS: platform/upstream/pulseaudio#ee7152a490447412016f3cb1f1f40a4a388e0610
Summary: Improved Linux sound server
Version: 4.0
Release: 0
@@ -282,6 +282,8 @@
Patch263: 0264-configuration-set-conflicting-modules-with-murphy-be.patch
Patch264: 0265-configuration-add-module-stream-restore-to-load-with.patch
Patch265: 0266-configuration-add-loading-of-tcp-client-module-with-.patch
+Patch266: 0267-hfp-do-safe-strcmp-in-dbus-handler.patch
+Patch267: 0268-fix-ofono-and-pulseaudio-starting-order-assert.patch
BuildRequires: libtool-ltdl-devel
BuildRequires: libtool
BuildRequires: intltool
@@ -979,6 +981,10 @@
%patch264 -p1
# 0266-configuration-add-loading-of-tcp-client-module-with-.patch
%patch265 -p1
+# 0267-hfp-do-safe-strcmp-in-dbus-handler.patch
+%patch266 -p1
+# 0268-fix-ofono-and-pulseaudio-starting-order-assert.patch
+%patch267 -p1
echo "%{version}" > .tarball-version
cp %{SOURCE1001} .
other changes:
--------------
++++++ 0267-hfp-do-safe-strcmp-in-dbus-handler.patch (new)
--- 0267-hfp-do-safe-strcmp-in-dbus-handler.patch
+++ 0267-hfp-do-safe-strcmp-in-dbus-handler.patch
@@ -0,0 +1,23 @@
+From: Jaska Uimonen <jaska.uimonen at intel.com>
+Date: Mon, 30 Dec 2013 18:03:18 +0200
+Subject: hfp do safe strcmp in dbus handler
+
+Change-Id: I4ba64d22b2b807530263b5f274cd89f208c675ac
+Signed-off-by: Jaska Uimonen <jaska.uimonen at intel.com>
+---
+ src/modules/bluetooth/hfaudioagent-ofono.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c
+index 59eafdb..c6d072f 100644
+--- a/src/modules/bluetooth/hfaudioagent-ofono.c
++++ b/src/modules/bluetooth/hfaudioagent-ofono.c
+@@ -381,7 +381,7 @@ static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *m, void *da
+ pa_assert(hfdata);
+
+ sender = dbus_message_get_sender(m);
+- if (!pa_safe_streq(hfdata->ofono_bus_id, sender) && !pa_streq("org.freedesktop.DBus", sender))
++ if (!pa_safe_streq(hfdata->ofono_bus_id, sender) && !pa_safe_streq("org.freedesktop.DBus", sender))
+ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+
+ dbus_error_init(&err);
++++++ 0268-fix-ofono-and-pulseaudio-starting-order-assert.patch (new)
--- 0268-fix-ofono-and-pulseaudio-starting-order-assert.patch
+++ 0268-fix-ofono-and-pulseaudio-starting-order-assert.patch
@@ -0,0 +1,27 @@
+From: Jaska Uimonen <jaska.uimonen at intel.com>
+Date: Thu, 2 Jan 2014 15:37:02 +0200
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list