Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] hardened r87 - hardened-sources/2.6/trunk/2.6.23
Date: Sun, 30 Mar 2008 17:41:15
Message-Id: E1Jg1Wq-0006hi-Bd@stork.gentoo.org
1 Author: phreak
2 Date: 2008-03-30 17:41:11 +0000 (Sun, 30 Mar 2008)
3 New Revision: 87
4
5 Added:
6 hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch
7 Removed:
8 hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
9 Log:
10 Give the PAX_EMUTRAMP patch a more appropriate name.
11
12 Deleted: hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch
13 ===================================================================
14 --- hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch 2008-03-30 17:39:03 UTC (rev 86)
15 +++ hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch 2008-03-30 17:41:11 UTC (rev 87)
16 @@ -1,11 +0,0 @@
17 ---- a/security/Kconfig
18 -+++ b/security/Kconfig
19 -@@ -153,7 +153,7 @@ config PAX_SEGMEXEC
20 - 3 GB.
21 -
22 - config PAX_EMUTRAMP
23 -- bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
24 -+ bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86_32)
25 - default y if PARISC || PPC32
26 - help
27 - There are some programs and libraries that for one reason or
28
29 Copied: hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch (from rev 86, hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp-only-on-ppc32.patch)
30 ===================================================================
31 --- hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch (rev 0)
32 +++ hardened-sources/2.6/trunk/2.6.23/4505_grsec-pax_emutramp.patch 2008-03-30 17:41:11 UTC (rev 87)
33 @@ -0,0 +1,11 @@
34 +--- a/security/Kconfig
35 ++++ b/security/Kconfig
36 +@@ -153,7 +153,7 @@ config PAX_SEGMEXEC
37 + 3 GB.
38 +
39 + config PAX_EMUTRAMP
40 +- bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86)
41 ++ bool "Emulate trampolines" if (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || PPC32 || X86_32)
42 + default y if PARISC || PPC32
43 + help
44 + There are some programs and libraries that for one reason or
45
46 --
47 gentoo-commits@l.g.o mailing list