rpms/qimageblitz/devel qimageblitz-0.0.4-noexecstack.patch, NONE, 1.1 qimageblitz.spec, 1.3, 1.4 11_.gnu.note.diff, 1.1, NONE

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Feb 7 03:28:17 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/qimageblitz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16664/devel

Modified Files:
	qimageblitz.spec 
Added Files:
	qimageblitz-0.0.4-noexecstack.patch 
Removed Files:
	11_.gnu.note.diff 
Log Message:
* Thu Feb 7 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.4.svn706674
- Fix noexecstack patch to disable execstack also on x86_64 (#428036).

qimageblitz-0.0.4-noexecstack.patch:

--- NEW FILE qimageblitz-0.0.4-noexecstack.patch ---
diff -ur qimageblitz-0.0.706674/blitz/asm_scale.S qimageblitz-0.0.706674-noexecstack/blitz/asm_scale.S
--- qimageblitz-0.0.706674/blitz/asm_scale.S	2007-08-13 20:49:30.000000000 +0200
+++ qimageblitz-0.0.706674-noexecstack/blitz/asm_scale.S	2008-02-07 04:23:47.000000000 +0100
@@ -1,3 +1,4 @@
+.section .note.GNU-stack,"",%progbits
 
 #if defined(__EMX__)
 /* Due to strange behaviour of as.exe we use this macros */


Index: qimageblitz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qimageblitz/devel/qimageblitz.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qimageblitz.spec	8 Jan 2008 23:25:21 -0000	1.3
+++ qimageblitz.spec	7 Feb 2008 03:27:43 -0000	1.4
@@ -3,13 +3,13 @@
 Summary: Interim image effect library for KDE 4.0
 Name:    qimageblitz
 Version: 0.0.4
-Release: 0.3.svn%{revision}%{?dist}
+Release: 0.4.svn%{revision}%{?dist}
 
 Group:   System Environment/Libraries
 License: BSD and ImageMagick
 URL:     http://www.kde.org
 Source0: http://ftp.debian.org/debian/pool/main/q/qimageblitz/qimageblitz_0.0.%{revision}.orig.tar.gz
-Patch0:  http://patches.ubuntu.com/q/qimageblitz/extracted/11_.gnu.note.diff
+Patch0:  qimageblitz-0.0.4-noexecstack.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -71,6 +71,9 @@
 %{_bindir}/blitztest
 
 %changelog
+* Thu Feb 7 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.4.svn706674
+- Fix noexecstack patch to disable execstack also on x86_64 (#428036).
+
 * Tue Jan 8 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.3.svn706674
 - Apply Debian patch by Sune Vuorela to fix executable stack (#428036).
 


--- 11_.gnu.note.diff DELETED ---




More information about the fedora-extras-commits mailing list