commit 1f65a2bad408effc5a288ac2fd5a3341d5446f32
Author: Jakub Bogusz <[email protected]>
Date:   Sun May 26 15:46:46 2019 +0200

    - added noexecstack patch; release 5

 qimageblitz-noexecstack.patch | 8 ++++++++
 qimageblitz.spec              | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/qimageblitz.spec b/qimageblitz.spec
index b945cf3..3a0ae03 100644
--- a/qimageblitz.spec
+++ b/qimageblitz.spec
@@ -2,11 +2,12 @@ Summary:      Blitz KDE/Qt image filter library
 Summary(pl.UTF-8):     Biblioteka filtrów obrazu Blitz dla KDE/Qt
 Name:          qimageblitz
 Version:       0.0.6
-Release:       4
+Release:       5
 License:       BSD
 Group:         X11/Libraries
 Source0:       
ftp://ftp.kde.org/pub/kde/stable/qimageblitz/%{name}-%{version}.tar.bz2
 # Source0-md5: 0ae2f7d4e0876764a97ca73799f61df4
+Patch0:                %{name}-noexecstack.patch
 URL:           http://sourceforge.net/projects/qimageblitz/
 BuildRequires: QtCore-devel >= 4
 BuildRequires: QtGui-devel >= 4
@@ -43,6 +44,7 @@ qimageblitz.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
diff --git a/qimageblitz-noexecstack.patch b/qimageblitz-noexecstack.patch
new file mode 100644
index 0000000..7d0012b
--- /dev/null
+++ b/qimageblitz-noexecstack.patch
@@ -0,0 +1,8 @@
+--- a/blitz/asm_scale.S
++++ b/blitz/asm_scale.S
+@@ -815,3 +815,5 @@
+ SIZE(qimageScale_mmx_AARGBA)
+ 
+ #endif
++
++.section .note.GNU-stack,"",%progbits
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qimageblitz.git/commitdiff/1f65a2bad408effc5a288ac2fd5a3341d5446f32

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to