[SCM] kodi/master: Add test for CVE-2017-8314 to autotools-based build

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat May 27 01:15:12 UTC 2017


The following commit has been merged in the master branch:
commit cd096a64d37c795e9f67f2c40203ae7bb874a18b
Author: Balint Reczey <balint.reczey at canonical.com>
Date:   Sat May 27 01:46:12 2017 +0200

    Add test for CVE-2017-8314 to autotools-based build

diff --git a/debian/patches/17-add-test-for-CVE-2017-8314-with-autotools-build.patch b/debian/patches/17-add-test-for-CVE-2017-8314-with-autotools-build.patch
new file mode 100644
index 0000000..11b84c9
--- /dev/null
+++ b/debian/patches/17-add-test-for-CVE-2017-8314-with-autotools-build.patch
@@ -0,0 +1,23 @@
+--- a/xbmc/filesystem/test/Makefile
++++ b/xbmc/filesystem/test/Makefile
+@@ -4,7 +4,8 @@
+   TestFileFactory.cpp \
+   TestNfsFile.cpp \
+   TestRarFile.cpp \
+-  TestZipFile.cpp
++  TestZipFile.cpp \
++  TestZipManager.cpp
+ 
+ LIB=filesystemTest.a
+ 
+--- a/xbmc/filesystem/test/TestZipManager.cpp
++++ b/xbmc/filesystem/test/TestZipManager.cpp
+@@ -18,7 +18,7 @@
+  *
+  */
+ 
+-#include "filesystem/ZipManager.h"
++#include "xbmc/filesystem/ZipManager.h"
+ 
+ #include "gtest/gtest.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 24a3fd3..f7f2a61 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,6 +16,7 @@
 14-ignore-test-results.patch
 15-dont-use-openssl.patch
 16-fix-alpha-build.patch
+17-add-test-for-CVE-2017-8314-with-autotools-build.patch
 libdvdnav-0001-xbmc-dvdnav-allow-get-set-vm-state.patch
 libdvdnav-0002-xbmc-dvdnav-expose-dvdnav_get_vm-dvdnav_get_button_i.patch
 libdvdnav-0003-xbmc-dvdnav-detection-of-dvd-name.patch

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list