Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl/files: sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
Date: Mon, 28 Apr 2014 06:35:58
Message-Id: 20140428063554.6ABF12004C@flycatcher.gentoo.org
1 gienah 14/04/28 06:35:54
2
3 Added:
4 sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
5 Log:
6 Bump patch to sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch to change _ to - in the filename sbcl-1.1.17/src/runtime/Config.x86-64-linux
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.1 dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1&content-type=text/plain
15
16 Index: sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
17 ===================================================================
18 --- sbcl-1.1.17-orig/src/runtime/Config.x86-linux 2014-03-31 03:14:22.000000000 +1100
19 +++ sbcl-1.1.17/src/runtime/Config.x86-linux 2014-04-28 15:34:59.822482441 +1000
20 @@ -27,7 +27,7 @@
21 # (You *are* encouraged to design and implement a coherent stable
22 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
23 # working on one and it would be a nice thing to have.)
24 -LINKFLAGS += -Wl,--export-dynamic -m32
25 +LINKFLAGS += -Wl,--export-dynamic -m32 -nopie
26 OS_LIBS = -ldl
27
28 ifdef LISP_FEATURE_LARGEFILE
29 --- sbcl-1.1.17-orig/src/runtime/Config.x86-64-linux 2014-03-31 03:14:22.000000000 +1100
30 +++ sbcl-1.1.17/src/runtime/Config.x86-64-linux 2014-04-28 15:35:22.364623003 +1000
31 @@ -27,7 +27,7 @@
32 # (You *are* encouraged to design and implement a coherent stable
33 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
34 # working on one and it would be a nice thing to have.)
35 -LINKFLAGS += -Wl,--export-dynamic
36 +LINKFLAGS += -Wl,--export-dynamic -nopie
37 OS_LIBS = -ldl
38
39 ifdef LISP_FEATURE_LARGEFILE