slyfox      14/07/30 11:47:32

  Modified:             ghc-7.8.3.ebuild ChangeLog
  Log:
  Fix underlinking of ghc-prim. Workarounds ghc-stage2 ld.so SIGSEGV on 
hardened (reported by aranea).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.3                  dev-lang/ghc/ghc-7.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.2&r2=1.3

Index: ghc-7.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ghc-7.8.3.ebuild    12 Jul 2014 06:18:49 -0000      1.2
+++ ghc-7.8.3.ebuild    30 Jul 2014 11:47:32 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.2 
2014/07/12 06:18:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.3 
2014/07/30 11:47:32 slyfox Exp $
 
 EAPI=5
 
@@ -399,6 +399,7 @@
 
                epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch
                epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch
+               epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
 
                if use prefix; then
                        # Make configure find docbook-xsl-stylesheets from 
Prefix



1.260                dev-lang/ghc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.260&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.260&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.259&r2=1.260

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog   12 Jul 2014 06:18:49 -0000      1.259
+++ ChangeLog   30 Jul 2014 11:47:32 -0000      1.260
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.259 2014/07/12 
06:18:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.260 2014/07/30 
11:47:32 slyfox Exp $
+
+  30 Jul 2014; Sergei Trofimovich <sly...@gentoo.org>
+  +files/ghc-7.8.3-prim-lm.patch, ghc-7.8.3.ebuild:
+  Fix underlinking of ghc-prim. Workarounds ghc-stage2 ld.so SIGSEGV on 
hardened
+  (reported by aranea).
 
   12 Jul 2014; Sergei Trofimovich <sly...@gentoo.org> ghc-7.8.3.ebuild:
   Added amd64 and x86 binaries.




Reply via email to