]> git.pld-linux.org Git - packages/qimageblitz.git/commitdiff
- added noexecstack patch; release 5 master auto/th/qimageblitz-0.0.6-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 May 2019 13:46:46 +0000 (15:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 May 2019 13:46:46 +0000 (15:46 +0200)
qimageblitz-noexecstack.patch [new file with mode: 0644]
qimageblitz.spec

diff --git a/qimageblitz-noexecstack.patch b/qimageblitz-noexecstack.patch
new file mode 100644 (file)
index 0000000..7d0012b
--- /dev/null
@@ -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
index b945cf3766ca05f8e58d30fb8039b1131e616224..3a0ae03ec55b580332a16ab80691cfc5887c7f80 100644 (file)
@@ -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
This page took 0.074702 seconds and 4 git commands to generate.