[SCM] sox/master: Add patch to fix build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Nov 5 21:17:18 UTC 2017


The following commit has been merged in the master branch:
commit 17db6a94044c7f5f93873b7b3657b0394a4e181c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Nov 5 22:03:22 2017 +0100

    Add patch to fix build.

diff --git a/debian/patches/0001-fix-build.patch b/debian/patches/0001-fix-build.patch
new file mode 100644
index 0000000..3c1809d
--- /dev/null
+++ b/debian/patches/0001-fix-build.patch
@@ -0,0 +1,21 @@
+Description: fix build
+Author: Mans Rullgard <mans at mansr.com>
+Forwarded: not-needed
+
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: sox/src/Makefile.am
+===================================================================
+--- sox.orig/src/Makefile.am
++++ sox/src/Makefile.am
+@@ -95,7 +95,7 @@ libsox_la_LIBADD += @GOMP_LIBS@
+ 
+ libsox_la_CFLAGS = @WARN_CFLAGS@
+ libsox_la_LDFLAGS = @APP_LDFLAGS@ -version-info @SHLIB_VERSION@ \
+-  -export-symbols-regex '^(sox_.*|lsx_(check_read_params|(close|open)_dllibrary|(debug(_more|_most)?|fail|report|warn)_impl|eof|fail_errno|filelength|find_(enum_(text|value)|file_extension)|getopt(_init)?|lpc10_(create_(de|en)coder_state|(de|en)code)|raw(read|write)|read(_b_buf|buf|chars)|realloc|rewind|seeki|sigfigs3p?|strcasecmp|tell|unreadb|write(b|_b_buf|buf|s)))$$'
++  -export-symbols-regex '^(sox_.*|lsx_(([cm]|re)alloc|check_read_params|(close|open)_dllibrary|(debug(_more|_most)?|fail|report|warn)_impl|eof|error|fail_errno|filelength|find_(enum_(text|value)|file_extension)|flush|getopt(_init)?|id3_read_tag|lpc10_(create_(de|en)coder_state|(de|en)code)|raw(read|write)|read(_b_buf|buf|chars)|rewind|seeki|sigfigs3p?|strcasecmp|strdup|tell|unreadb|write(b|_b_buf|buf|s)))$$'
+ 
+ if HAVE_WIN32_LTDL
+   libsox_la_SOURCES += win32-ltdl.c win32-ltdl.h
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..62aa40c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,7 @@
+0001-fix-build.patch
+0003-spelling.patch
+0005-CVE-2017-15371.patch
+0006-CVE-2017-11358.patch
+0007-CVE-2017-15370.patch
+0008-CVE-2017-11332.patch
+0009-CVE-2017-11359.patch

-- 
sox packaging



More information about the pkg-multimedia-commits mailing list