Disable pcm-dump feature by default on TV 82/164482/1 accepted/tizen/4.0/unified/20171222.062645 submit/tizen_4.0/20171220.101848
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 19 Dec 2017 08:36:07 +0000 (17:36 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 19 Dec 2017 08:37:22 +0000 (17:37 +0900)
[Version] 5.0-124
[Issue Type] Security

Change-Id: Id2fa8bbe74635d09a8fd394cbccf013b26de1597

configure.ac
packaging/pulseaudio.spec
src/pulsecore/sink-input.c

index 4f4e59a..db5aa05 100644 (file)
@@ -1741,6 +1741,11 @@ echo "
       bluetooth profile set:       ${ENABLE_BT_PROFILE_SET}
       bluetooth aptx codec:        ${HAVE_BT_A2DP_APTX}
       udev with usb only:          ${ENABLE_UDEV_ONLY_USB}
+      pcm dump:                    ${ENABLE_PCM_DUMP}
+      security:                    ${USE_SECURITY}
+      pa_ready:                    ${USE_PA_READY}
+      prelink:                     ${USE_PRELINK}
+      lwipc:                       ${USE_LWIPC}
 "
 
 if test "${ENABLE_SPEEX}" = "no" && test "${ENABLE_WEBRTC}" = "no" && test "${ENABLE_ADRIAN_EC}" = "no" ; then
index abf0f8d..936c858 100644 (file)
@@ -11,7 +11,7 @@
 Name:             pulseaudio
 Summary:          Improved Linux sound server
 Version:          5.0
-Release:          125
+Release:          126
 Group:            Multimedia/Audio
 License:          LGPL-2.1
 URL:              http://pulseaudio.org
@@ -259,6 +259,7 @@ NOCONFIGURE=yes ./bootstrap.sh
 %if "%{?TIZEN_PRODUCT_TV}" == "1"
         --enable-prelink \
         --enable-lwipc \
+        --disable-pcm-dump \
 %endif
         --with-udev-rules-dir=%{udev_dir}/rules.d \
         --with-system-user=pulse \
index 0063cba..1c13ad6 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #if defined (__TIZEN__) && defined (ENABLE_PCM_DUMP)
 #include <time.h>
-#include <pulse/timeval.h>
 #endif
 
 #include <pulse/utf8.h>
@@ -37,6 +36,7 @@
 #include <pulse/internal.h>
 #ifdef __TIZEN__
 #include <pulse/rtclock.h>
+#include <pulse/timeval.h>
 #endif
 
 #include <pulsecore/core-format.h>