[SCM] rev-plugins/master: Added patch to fix hardening

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jun 16 12:27:12 UTC 2013


The following commit has been merged in the master branch:
commit 553295171b0a8a8b01693cae8e872a235a27a35e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jun 16 14:26:33 2013 +0200

    Added patch to fix hardening

diff --git a/debian/patches/02-fix_hardening.patch b/debian/patches/02-fix_hardening.patch
new file mode 100644
index 0000000..1fbfd51
--- /dev/null
+++ b/debian/patches/02-fix_hardening.patch
@@ -0,0 +1,24 @@
+Description:  Fix hardening
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: rev-plugins/Makefile
+===================================================================
+--- rev-plugins.orig/Makefile	2013-06-16 14:14:20.638312589 +0200
++++ rev-plugins/Makefile	2013-06-16 14:16:14.162875523 +0200
+@@ -1,13 +1,14 @@
+ DESTDIR =
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O2
++LDFLAGS	+=
+ 
+ 
+ all:	g2reverb.so
+ 
+ 
+ g2reverb.so:	greverb.o g2reverb.o g2reverb_if.o exp2ap.o
+-	g++ -shared greverb.o g2reverb.o g2reverb_if.o exp2ap.o -o g2reverb.so
++	g++ -shared greverb.o g2reverb.o g2reverb_if.o exp2ap.o -o g2reverb.so $(LDFLAGS)
+ 
+ g2reverb.o:	ladspaplugin.h g2reverb.h greverb.o
+ g2reverb_if.o:	ladspaplugin.h g2reverb.h
diff --git a/debian/patches/series b/debian/patches/series
index aebdbc4..0a2a95e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-destdir.patch
+02-fix_hardening.patch

-- 
rev-plugins packaging



More information about the pkg-multimedia-commits mailing list