[SCM] drumkv1/master: Attempt to fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Sep 2 21:44:43 UTC 2013
- Previous message: [SCM] python-pyo/master: * Added new objects: - PVMix, Mix the most prominent components from two phase vocoder streaming objects. - TableScale, Scales values from a table and writes them into another table. - Granule, another granular synthesis generator. - PVBufTabLoops, phase vocoder buffer with bin independent speed playback. - PVBufLoops, phase vocoder buffer with bin independent speed playback. - PVShift, spectral frequency shifter. PVAmpMod and PVFreqMod, frequency independent modulations. - PVDelay, spectral delays and PVBuffer, pv recorder and playback. - PVFilter. Spectral filtering. - PVCross, PVMult, PVMorph. Spectral morphing. - PVAddSynth, Phase Vocoder additive synthesis object. * Added E-Pyo binary to the package.
- Next message: [SCM] python-pyo/master: Adding E-pyo.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
The following commit has been merged in the master branch:
commit b6df84e9fe4923711a4f5b40e465c06505b808ce
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Sep 2 23:46:35 2013 +0200
Attempt to fix hardening.
diff --git a/debian/patches/0002-hardening_fix.patch b/debian/patches/0002-hardening_fix.patch
new file mode 100644
index 0000000..eab44ce
--- /dev/null
+++ b/debian/patches/0002-hardening_fix.patch
@@ -0,0 +1,30 @@
+Description: Partial fix hardening
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: drumkv1/src/src_jack.pri.in
+===================================================================
+--- drumkv1.orig/src/src_jack.pri.in 2013-09-02 23:12:20.646125382 +0200
++++ drumkv1/src/src_jack.pri.in 2013-09-02 23:13:02.434127081 +0200
+@@ -7,5 +7,6 @@
+ INCLUDEPATH = @ac_jack_incpath@
+ LIBS += @ac_jack_libs@
+
+-QMAKE_CXXFLAGS += @ac_cflags@
+-
++QMAKE_CXXFLAGS += $(CPPFLAGS) @ac_cflags@
++QMAKE_CFLAGS += $(CPPFLAGS)
++QMAKE_LFLAGS += $(LDFLAGS)
+Index: drumkv1/src/src_lv2.pri.in
+===================================================================
+--- drumkv1.orig/src/src_lv2.pri.in 2013-09-02 23:12:20.646125382 +0200
++++ drumkv1/src/src_lv2.pri.in 2013-09-02 23:15:45.522133712 +0200
+@@ -7,5 +7,6 @@
+ INCLUDEPATH = @ac_lv2_incpath@
+ LIBS += @ac_lv2_libs@
+
+-QMAKE_CXXFLAGS += @ac_cflags@
+-
++QMAKE_CXXFLAGS += $(CPPFLAGS) @ac_cflags@
++QMAKE_CFLAGS += $(CPPFLAGS)
++QMAKE_LFLAGS += $(LDFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index b5c7eee..4f3c3ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-buildsystem.patch
+0002-hardening_fix.patch
--
drumkv1 packaging
- Previous message: [SCM] python-pyo/master: * Added new objects: - PVMix, Mix the most prominent components from two phase vocoder streaming objects. - TableScale, Scales values from a table and writes them into another table. - Granule, another granular synthesis generator. - PVBufTabLoops, phase vocoder buffer with bin independent speed playback. - PVBufLoops, phase vocoder buffer with bin independent speed playback. - PVShift, spectral frequency shifter. PVAmpMod and PVFreqMod, frequency independent modulations. - PVDelay, spectral delays and PVBuffer, pv recorder and playback. - PVFilter. Spectral filtering. - PVCross, PVMult, PVMorph. Spectral morphing. - PVAddSynth, Phase Vocoder additive synthesis object. * Added E-Pyo binary to the package.
- Next message: [SCM] python-pyo/master: Adding E-pyo.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the pkg-multimedia-commits
mailing list