[Pkg-kde-commits] rev 2079 - in branches/kde-3.4.0/packages/kdemultimedia/debian: . patches

Christopher Martin chrsmrtn at costa.debian.org
Fri Oct 21 00:52:37 UTC 2005


Author: chrsmrtn
Date: 2005-10-21 00:52:36 +0000 (Fri, 21 Oct 2005)
New Revision: 2079

Added:
   branches/kde-3.4.0/packages/kdemultimedia/debian/patches/14_mpeglib_noexecstack.diff
Modified:
   branches/kde-3.4.0/packages/kdemultimedia/debian/changelog
Log:
Fix executable stack for mpeglib.


Modified: branches/kde-3.4.0/packages/kdemultimedia/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdemultimedia/debian/changelog	2005-10-21 00:49:03 UTC (rev 2078)
+++ branches/kde-3.4.0/packages/kdemultimedia/debian/changelog	2005-10-21 00:52:36 UTC (rev 2079)
@@ -1,3 +1,13 @@
+kdemultimedia (4:3.4.3-3) UNRELEASED; urgency=low
+
+  +++ Changes by Christopher Martin:
+
+  * Patch mpeglib's mmxidct_asm.S to set PT_GNU_STACK, so that
+    libmpeg-0.3.0.so is not marked as requiring an executable stack. Tests
+    with an exec-shield kernel didn't uncover any problems.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
+
 kdemultimedia (4:3.4.3-2) experimental; urgency=low
 
   +++ Changes by Christopher Martin:

Added: branches/kde-3.4.0/packages/kdemultimedia/debian/patches/14_mpeglib_noexecstack.diff
===================================================================
--- branches/kde-3.4.0/packages/kdemultimedia/debian/patches/14_mpeglib_noexecstack.diff	2005-10-21 00:49:03 UTC (rev 2078)
+++ branches/kde-3.4.0/packages/kdemultimedia/debian/patches/14_mpeglib_noexecstack.diff	2005-10-21 00:52:36 UTC (rev 2079)
@@ -0,0 +1,7 @@
+--- kde.orig/mpeglib/lib/mpegplay/mmxidct_asm.S
++++ kde.patched/mpeglib/lib/mpegplay/mmxidct_asm.S
+@@ -735,3 +735,4 @@
+ 
+ #endif
+ 
++.section	.note.GNU-stack,"", at progbits




More information about the pkg-kde-commits mailing list