Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip/files: p7zip-9.20.1-execstack.patch
Date: Wed, 30 May 2012 19:46:28
Message-Id: 20120530194618.E39582004C@flycatcher.gentoo.org
1 jlec 12/05/30 19:46:18
2
3 Added: p7zip-9.20.1-execstack.patch
4 Log:
5 app-arch/p7zip: Give desktop files better names, #418179; drop in no execstack pacth from fedora
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-arch/p7zip/files/p7zip-9.20.1-execstack.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.20.1-execstack.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.20.1-execstack.patch?rev=1.1&content-type=text/plain
14
15 Index: p7zip-9.20.1-execstack.patch
16 ===================================================================
17 diff -Naupr p7zip_9.20.1.orig/Asm/x64/7zCrcT8U.asm p7zip_9.20.1/Asm/x64/7zCrcT8U.asm
18 --- p7zip_9.20.1.orig/Asm/x64/7zCrcT8U.asm 2008-08-14 11:18:07.000000000 +0200
19 +++ p7zip_9.20.1/Asm/x64/7zCrcT8U.asm 2011-07-26 17:43:57.727910278 +0200
20 @@ -101,3 +101,8 @@ _CrcUpdateT8:
21 ret
22
23 end
24 +
25 +%ifidn __OUTPUT_FORMAT__,elf
26 +section .note.GNU-stack noalloc noexec nowrite progbits
27 +%endif
28 +
29 diff -Naupr p7zip_9.20.1.orig/Asm/x86/7zCrcT8U.asm p7zip_9.20.1/Asm/x86/7zCrcT8U.asm
30 --- p7zip_9.20.1.orig/Asm/x86/7zCrcT8U.asm 2009-07-14 12:44:15.000000000 +0200
31 +++ p7zip_9.20.1/Asm/x86/7zCrcT8U.asm 2011-07-26 17:44:23.938864508 +0200
32 @@ -99,3 +99,8 @@ _CrcUpdateT8:
33
34
35 ; end
36 +
37 +%ifidn __OUTPUT_FORMAT__,elf
38 +section .note.GNU-stack noalloc noexec nowrite progbits
39 +%endif
40 +