Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox: ChangeLog xf86-video-virtualbox-4.1.8.ebuild
Date: Sun, 26 Feb 2012 12:48:40
Message-Id: 20120226124816.08D892004B@flycatcher.gentoo.org
1 zorry 12/02/26 12:48:16
2
3 Modified: ChangeLog xf86-video-virtualbox-4.1.8.ebuild
4 Log:
5 Fix bug #394575 on hardened, link with lazy
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.83 x11-drivers/xf86-video-virtualbox/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 21 Feb 2012 17:10:34 -0000 1.82
23 +++ ChangeLog 26 Feb 2012 12:48:15 -0000 1.83
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-drivers/xf86-video-virtualbox
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.82 2012/02/21 17:10:34 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.83 2012/02/26 12:48:15 zorry Exp $
29 +
30 + 26 Feb 2012; Magnus Granberg <zorry@g.o>
31 + +files/xf86-video-virtualbox-link-lazy.patch,
32 + xf86-video-virtualbox-4.1.8.ebuild:
33 + Fix bug #394575 for hardened thanks Faustus for the fix
34
35 21 Feb 2012; Agostino Sarubbo <ago@g.o>
36 xf86-video-virtualbox-4.1.8.ebuild:
37
38
39
40 1.4 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild?r1=1.3&r2=1.4
45
46 Index: xf86-video-virtualbox-4.1.8.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- xf86-video-virtualbox-4.1.8.ebuild 21 Feb 2012 17:10:34 -0000 1.3
53 +++ xf86-video-virtualbox-4.1.8.ebuild 26 Feb 2012 12:48:15 -0000 1.4
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild,v 1.3 2012/02/21 17:10:34 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.8.ebuild,v 1.4 2012/02/26 12:48:15 zorry Exp $
59
60 EAPI=2
61
62 -inherit eutils linux-mod multilib python versionator
63 +inherit eutils linux-mod multilib python versionator toolchain-funcs
64
65 MY_P=VirtualBox-${PV}
66 DESCRIPTION="VirtualBox video driver"
67 @@ -80,6 +80,11 @@
68 epatch "${FILESDIR}/${PN}-3.2.8-mesa-check.patch" \
69 "${FILESDIR}/${PN}-4-makeself-check.patch" \
70 "${FILESDIR}/${PN}-4-mkisofs-check.patch"
71 +
72 + # Patch to link with lazy on hardened #394757
73 + if gcc-specs-now ; then
74 + epatch "${FILESDIR}/${PN}-link-lazy.patch"
75 + fi
76 }
77
78 src_configure() {