Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.12.3.ebuild
Date: Sat, 05 Feb 2011 15:37:27
Message-Id: 20110205153716.BFE5920057@flycatcher.gentoo.org
1 slyfox 11/02/05 15:37:16
2
3 Modified: ChangeLog ghc-6.12.3.ebuild
4 Log:
5 Backported libffi fix from upstream. It fixes GHCi operation on GRSEC kernel for TPE restricted users. Thanks to klondike!
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.201 dev-lang/ghc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.201&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.201&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.200&r2=1.201
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
19 retrieving revision 1.200
20 retrieving revision 1.201
21 diff -u -r1.200 -r1.201
22 --- ChangeLog 27 Nov 2010 12:43:55 -0000 1.200
23 +++ ChangeLog 5 Feb 2011 15:37:16 -0000 1.201
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/ghc
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.200 2010/11/27 12:43:55 kolmodin Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.201 2011/02/05 15:37:16 slyfox Exp $
30 +
31 + 05 Feb 2011; Sergei Trofimovich <slyfox@g.o> ghc-6.12.3.ebuild,
32 + +files/ghc-6.12.3-libffi-incorrect-detection-of-selinux.patch:
33 + Backported libffi fix from upstream. It fixes GHCi operation on GRSEC
34 + kernel for TPE restricted users. Thanks to klondike!
35
36 27 Nov 2010; Lennart Kolmodin <kolmodin@g.o> -ghc-6.12.1.ebuild:
37 Remove masked GHC 6.12.1.
38
39
40
41 1.20 dev-lang/ghc/ghc-6.12.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.20&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.20&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?r1=1.19&r2=1.20
46
47 Index: ghc-6.12.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v
50 retrieving revision 1.19
51 retrieving revision 1.20
52 diff -u -r1.19 -r1.20
53 --- ghc-6.12.3.ebuild 14 Nov 2010 18:10:55 -0000 1.19
54 +++ ghc-6.12.3.ebuild 5 Feb 2011 15:37:16 -0000 1.20
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.19 2010/11/14 18:10:55 slyfox Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.20 2011/02/05 15:37:16 slyfox Exp $
61
62 # Brief explanation of the bootstrap logic:
63 #
64 @@ -235,6 +235,10 @@
65 # http://hackage.haskell.org/trac/ghc/ticket/3558
66 epatch "${FILESDIR}/ghc-6.12.3-ghciless-haddock-3558.patch"
67
68 + # This patch unbreaks ghci on GRSEC kernels hardened with
69 + # TPE (Trusted Path Execution) protection.
70 + epatch "${FILESDIR}/ghc-6.12.3-libffi-incorrect-detection-of-selinux.patch"
71 +
72 # as we have changed the build system
73 eautoreconf
74 fi