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: ghc-7.6.3-r1.ebuild ghc-7.8.3.ebuild ChangeLog
Date: Fri, 01 Aug 2014 20:34:01
Message-Id: 20140801203356.12F432004F@flycatcher.gentoo.org
1 slyfox 14/08/01 20:33:54
2
3 Modified: ghc-7.6.3-r1.ebuild ghc-7.8.3.ebuild ChangeLog
4 Log:
5 Fix hardened installation in PAX_MARKINGS=XT mode (bug #518734).
6
7 (Portage version: 2.2.10_p40/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.14 dev-lang/ghc/ghc-7.6.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.13&r2=1.14
15
16 Index: ghc-7.6.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ghc-7.6.3-r1.ebuild 1 Aug 2014 09:12:49 -0000 1.13
23 +++ ghc-7.6.3-r1.ebuild 1 Aug 2014 20:33:54 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.13 2014/08/01 09:12:49 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.14 2014/08/01 20:33:54 slyfox Exp $
29
30 # Brief explanation of the bootstrap logic:
31 #
32 @@ -443,6 +443,8 @@
33 epatch "${FILESDIR}"/${PN}-7.6.2-integer-simple-div-mod.patch
34 # ghc-7.8 changed linker code and likely fixed it
35 epatch "${FILESDIR}"/${PN}-7.6.3-trac-3333-weak-syms.patch
36 + # bug 518734
37 + epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch
38
39 if use prefix; then
40 # Make configure find docbook-xsl-stylesheets from Prefix
41
42
43
44 1.6 dev-lang/ghc/ghc-7.8.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.5&r2=1.6
49
50 Index: ghc-7.8.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ghc-7.8.3.ebuild 1 Aug 2014 09:12:49 -0000 1.5
57 +++ ghc-7.8.3.ebuild 1 Aug 2014 20:33:54 -0000 1.6
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.5 2014/08/01 09:12:49 slyfox Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.6 2014/08/01 20:33:54 slyfox Exp $
63
64 EAPI=5
65
66 @@ -400,6 +400,8 @@
67 epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch
68 epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch
69 epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
70 + # bug 518734
71 + epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch
72
73 if use prefix; then
74 # Make configure find docbook-xsl-stylesheets from Prefix
75
76
77
78 1.263 dev-lang/ghc/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.263&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.263&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.262&r2=1.263
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
87 retrieving revision 1.262
88 retrieving revision 1.263
89 diff -u -r1.262 -r1.263
90 --- ChangeLog 1 Aug 2014 09:12:49 -0000 1.262
91 +++ ChangeLog 1 Aug 2014 20:33:54 -0000 1.263
92 @@ -1,6 +1,11 @@
93 # ChangeLog for dev-lang/ghc
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.262 2014/08/01 09:12:49 slyfox Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.263 2014/08/01 20:33:54 slyfox Exp $
97 +
98 + 01 Aug 2014; Sergei Trofimovich <slyfox@g.o>
99 + +files/ghc-7.6.3-preserve-inplace-xattr.patch, ghc-7.6.3-r1.ebuild,
100 + ghc-7.8.3.ebuild:
101 + Fix hardened installation in PAX_MARKINGS=XT mode (bug #518734).
102
103 01 Aug 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.6.3-r1.ebuild,
104 ghc-7.8.3.ebuild: