From: HaJun, Sung Date: Wed, 8 Jul 2015 09:04:31 +0000 (+0900) Subject: [Tizen][PushD] Privilege fix with manifest & fix memory leak (chase up to Private... X-Git-Tag: accepted/tizen/mobile/20150709.054310^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12d12dd86c2129ad01af63b06f87b41f6cf85771;p=platform%2Fcore%2Fappfw%2Fsppc.git [Tizen][PushD] Privilege fix with manifest & fix memory leak (chase up to Private 0.4.17 Change-Id: Iaea8b43736e7988af7ac715f14eac65f8ed4ced8 Signed-off-by: HaJun, Sung --- diff --git a/aarch64/bin/push_tool b/aarch64/bin/push_tool index 68aaef6..8e19627 100755 Binary files a/aarch64/bin/push_tool and b/aarch64/bin/push_tool differ diff --git a/aarch64/bin/pushd b/aarch64/bin/pushd index e718c94..43f2631 100755 Binary files a/aarch64/bin/pushd and b/aarch64/bin/pushd differ diff --git a/aarch64/lib64/libpush.so.0.2.12 b/aarch64/lib64/libpush.so.0.2.12 index 13f84af..66af5de 100644 Binary files a/aarch64/lib64/libpush.so.0.2.12 and b/aarch64/lib64/libpush.so.0.2.12 differ diff --git a/arm/bin/push_tool b/arm/bin/push_tool index 4ba0cf1..574c23d 100755 Binary files a/arm/bin/push_tool and b/arm/bin/push_tool differ diff --git a/arm/bin/pushd b/arm/bin/pushd index 1f48a30..a96c2a7 100755 Binary files a/arm/bin/pushd and b/arm/bin/pushd differ diff --git a/arm/lib/libpush.so.0.2.12 b/arm/lib/libpush.so.0.2.12 index eca88f6..d6b452a 100644 Binary files a/arm/lib/libpush.so.0.2.12 and b/arm/lib/libpush.so.0.2.12 differ diff --git a/libpush.manifest b/libpush.manifest index f2b785f..97e8c31 100644 --- a/libpush.manifest +++ b/libpush.manifest @@ -2,8 +2,4 @@ - - - - diff --git a/packaging/push.spec b/packaging/push.spec old mode 100755 new mode 100644 index 8febd04..b00d139 --- a/packaging/push.spec +++ b/packaging/push.spec @@ -2,7 +2,7 @@ Name: push Summary: Push services and client library -Version: 0.4.09 +Version: 0.4.17 Release: 1 Group: Application Framework/Service License: Apache-2.0 diff --git a/packaging/pushd.service b/packaging/pushd.service old mode 100755 new mode 100644 diff --git a/push-bin.manifest b/push-bin.manifest index bc11369..97e8c31 100644 --- a/push-bin.manifest +++ b/push-bin.manifest @@ -1,52 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/push-tool.manifest b/push-tool.manifest index 8773fef..97e8c31 100644 --- a/push-tool.manifest +++ b/push-tool.manifest @@ -1,9 +1,5 @@ - - - - - - - + + + diff --git a/x86/bin/push_tool b/x86/bin/push_tool index 5bd9329..35b174b 100755 Binary files a/x86/bin/push_tool and b/x86/bin/push_tool differ diff --git a/x86/bin/pushd b/x86/bin/pushd index 24c1d10..5909f68 100755 Binary files a/x86/bin/pushd and b/x86/bin/pushd differ diff --git a/x86/lib/libpush.so.0.2.12 b/x86/lib/libpush.so.0.2.12 index 1af4fde..c3bf3dc 100644 Binary files a/x86/lib/libpush.so.0.2.12 and b/x86/lib/libpush.so.0.2.12 differ