Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-3.0-r3.ebuild distcc-2.18.3-r10.ebuild distcc-2.18.3-r13.ebuild
Date: Sun, 02 Nov 2008 22:24:25
Message-Id: E1KwlMt-0000yN-9k@stork.gentoo.org
1 gengor 08/11/02 22:24:23
2
3 Modified: ChangeLog distcc-3.0-r3.ebuild
4 distcc-2.18.3-r10.ebuild distcc-2.18.3-r13.ebuild
5 Log:
6 Add "hardened" USE flag, fixing bugs #120001, #167844 and probably more.
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.180 sys-devel/distcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.180&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.180&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.179&r2=1.180
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
19 retrieving revision 1.179
20 retrieving revision 1.180
21 diff -u -r1.179 -r1.180
22 --- ChangeLog 27 Oct 2008 21:29:44 -0000 1.179
23 +++ ChangeLog 2 Nov 2008 22:24:23 -0000 1.180
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/distcc
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.179 2008/10/27 21:29:44 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.180 2008/11/02 22:24:23 gengor Exp $
29 +
30 + 02 Nov 2008; Gordon Malm <gengor@g.o> +files/distcc-hardened.patch,
31 + distcc-2.18.3-r10.ebuild, distcc-2.18.3-r13.ebuild, distcc-3.0-r3.ebuild:
32 + Add "hardened" USE flag, fixing bugs #120001, #167844 and probably more.
33
34 27 Oct 2008; MATSUU Takuto <matsuu@g.o>
35 +files/distcc-3.0-xinetd.patch, files/3.0/distcc-config,
36
37
38
39 1.4 sys-devel/distcc/distcc-3.0-r3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?r1=1.3&r2=1.4
44
45 Index: distcc-3.0-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- distcc-3.0-r3.ebuild 27 Oct 2008 21:37:06 -0000 1.3
52 +++ distcc-3.0-r3.ebuild 2 Nov 2008 22:24:23 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.3 2008/10/27 21:37:06 matsuu Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.4 2008/11/02 22:24:23 gengor Exp $
58
59 inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
60
61 @@ -11,7 +11,7 @@
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
65 -IUSE="avahi gnome gtk ipv6 selinux xinetd"
66 +IUSE="avahi gnome gtk hardened ipv6 selinux xinetd"
67
68 RESTRICT="test"
69
70 @@ -51,6 +51,9 @@
71 epatch "${FILESDIR}/${P}-svn617.patch"
72 epatch "${FILESDIR}/${P}-xinetd.patch"
73 sed -i -e "/PATH/s:\$distcc_location:${DCCC_PATH}:" pump.in || die
74 +
75 + # Bugs #120001, #167844 and probably more. See patch for description.
76 + use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
77 }
78
79 src_compile() {
80
81
82
83 1.11 sys-devel/distcc/distcc-2.18.3-r10.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.11&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.11&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?r1=1.10&r2=1.11
88
89 Index: distcc-2.18.3-r10.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v
92 retrieving revision 1.10
93 retrieving revision 1.11
94 diff -u -r1.10 -r1.11
95 --- distcc-2.18.3-r10.ebuild 27 Oct 2008 21:37:06 -0000 1.10
96 +++ distcc-2.18.3-r10.ebuild 2 Nov 2008 22:24:23 -0000 1.11
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.10 2008/10/27 21:37:06 matsuu Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.11 2008/11/02 22:24:23 gengor Exp $
102
103 # If you change this in any way please email lisa@g.o and make an
104 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
105 @@ -16,7 +16,7 @@
106 LICENSE="GPL-2"
107 SLOT="0"
108 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
109 -IUSE="gnome gtk selinux ipv6"
110 +IUSE="gnome gtk hardened selinux ipv6"
111
112 DEPEND=">=sys-devel/gcc-config-1.3.1
113 userland_GNU? ( sys-apps/shadow )
114 @@ -47,6 +47,9 @@
115 # See bug #75420 for more multilib stuff
116 epatch "${FILESDIR}/distcc-gentoo-multilib-r1.patch"
117 einfo "Please report to bug #75420 success or failure of this patch."
118 +
119 + # Bugs #120001, #167844 and probably more. See patch for description.
120 + use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
121 }
122
123 src_compile() {
124
125
126
127 1.3 sys-devel/distcc/distcc-2.18.3-r13.ebuild
128
129 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?rev=1.3&view=markup
130 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?rev=1.3&content-type=text/plain
131 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild?r1=1.2&r2=1.3
132
133 Index: distcc-2.18.3-r13.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v
136 retrieving revision 1.2
137 retrieving revision 1.3
138 diff -u -r1.2 -r1.3
139 --- distcc-2.18.3-r13.ebuild 17 Aug 2008 03:24:18 -0000 1.2
140 +++ distcc-2.18.3-r13.ebuild 2 Nov 2008 22:24:23 -0000 1.3
141 @@ -1,6 +1,6 @@
142 # Copyright 1999-2008 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v 1.2 2008/08/17 03:24:18 mr_bones_ Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r13.ebuild,v 1.3 2008/11/02 22:24:23 gengor Exp $
146
147 # If you change this in any way please email lisa@g.o and make an
148 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
149 @@ -17,7 +17,7 @@
150 LICENSE="GPL-2"
151 SLOT="0"
152 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
153 -IUSE="avahi gnome gtk selinux ipv6"
154 +IUSE="avahi gnome gtk hardened selinux ipv6"
155
156 COMMON_DEP="dev-libs/popt
157 avahi? ( >=net-dns/avahi-0.6.5 )"
158 @@ -64,7 +64,7 @@
159
160 epatch "${FILESDIR}/distcc-freedesktop.patch"
161 epatch "${FILESDIR}/distcc-create-dir.patch"
162 - epatch "${FILESDIR}"/${PN}-march-native.patch
163 + epatch "${FILESDIR}/${PN}-march-native.patch"
164
165 rm -v popt/*.c || die
166 if use avahi; then
167 @@ -72,6 +72,9 @@
168 epatch "${FILESDIR}/${PN}-avahi-configure.patch"
169 fi
170
171 + # Bugs #120001, #167844 and probably more. See patch for description.
172 + use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
173 +
174 eautoreconf
175 }