| 1 | # ChangeLog for dev-util/valgrind |
1 | # ChangeLog for dev-util/valgrind |
| 2 | # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.54 2005/11/06 14:55:28 griffon26 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.111 2010/03/21 15:00:20 ranger Exp $ |
|
|
4 | |
|
|
5 | 21 Mar 2010; Brent Baude <ranger@gentoo.org> valgrind-3.5.0.ebuild: |
|
|
6 | stable ppc64, bug 304287 |
|
|
7 | |
|
|
8 | 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> |
|
|
9 | valgrind-3.5.0.ebuild: |
|
|
10 | Transfer Prefix keywords |
|
|
11 | |
|
|
12 | 16 Nov 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
13 | files/valgrind-3.5.0-non-exec-stack.patch: |
|
|
14 | Corrected non-exec-stack patch for platforms without a secondary architecture |
|
|
15 | (bug #293169 reported by Denys <nuclearcat@nuclearcat.com>). |
|
|
16 | Thanks to Mattias Nissler <mattias.nissler@gmx.de> for the patch. |
|
|
17 | |
|
|
18 | 08 Nov 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
19 | valgrind-3.5.0.ebuild, +files/valgrind-3.5.0-glibc-2.11.patch, |
|
|
20 | +files/valgrind-3.5.0-non-exec-stack.patch: |
|
|
21 | Adapted configure.in to not abort when glibc-2.11 is installed (bug #292231). |
|
|
22 | Now using emake during installation instead of just make (bug #285513). |
|
|
23 | Fixed QA warning about executable stacks. |
|
|
24 | |
|
|
25 | 23 Oct 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
26 | valgrind-3.5.0.ebuild, +files/valgrind-3.5.0-local-labels.patch: |
|
|
27 | Removed now unnecessary patch for no-multilib ppc64 and valgrind-3.5.0, as it |
|
|
28 | failed to apply (bug #289892 by Alexis Ballier <aballier@gentoo.org>). Added |
|
|
29 | another local labels patch to make things compile on ppc32 and ppc64. |
|
|
30 | |
|
|
31 | *valgrind-3.5.0 (14 Oct 2009) |
|
|
32 | |
|
|
33 | 14 Oct 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
34 | valgrind-3.4.1.ebuild, +valgrind-3.5.0.ebuild, |
|
|
35 | +files/valgrind-3.5.0-respect-LDFLAGS.patch: |
|
|
36 | Undid stabilization of valgrind-3.4.1 for ppc64. It was stabilized despite |
|
|
37 | Joe Jezak's comment that it shouldn't be (bug #278534 comment 3) and Joe |
|
|
38 | agreed it should be undone. |
|
|
39 | Added valgrind-3.5.0 as requested in bug #282607. |
|
|
40 | |
|
|
41 | 31 Aug 2009; Brent Baude <ranger@gentoo.org> valgrind-3.4.1.ebuild: |
|
|
42 | Marking valgrind-3.4.1 ppc64 for bug 278534 |
|
|
43 | |
|
|
44 | 08 Aug 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
45 | valgrind-3.4.1-r1.ebuild, +files/valgrind-3.4.1-local-labels.patch, |
|
|
46 | +files/valgrind-3.4.1-respect-LDFLAGS.patch: |
|
|
47 | Added patches to fix ignoring of LDFLAGS (bug #279194 by Arfrever Frehtes |
|
|
48 | Taifersar Arahesis <arfrever@gentoo.org>) and compilation error with GCC 4.4 |
|
|
49 | and -O3 (bug #260802 by Ryan Hill <dirtyepic@gentoo.org>). |
|
|
50 | |
|
|
51 | *valgrind-3.4.1-r1 (26 Jul 2009) |
|
|
52 | |
|
|
53 | 26 Jul 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
54 | +valgrind-3.4.1-r1.ebuild, +files/valgrind-3.4.1-glibc-2.10.1.patch, |
|
|
55 | +files/valgrind-3.4.1-x86_64-ldso-strlen.patch: |
|
|
56 | Added -r1 with fix for bug #274771. Thanks to Nikos Chantziaras |
|
|
57 | <realnc@gmail.com> for the bug report and the reference to a patch. |
|
|
58 | Also added mpi use flag to support debugging MPI programs (bug #258832). |
|
|
59 | |
|
|
60 | 22 Jul 2009; Joseph Jezak <josejx@gentoo.org> valgrind-3.4.1.ebuild: |
|
|
61 | Marked ppc stable for bug #278534. |
|
|
62 | |
|
|
63 | 22 Jul 2009; Christian Faulhammer <fauli@gentoo.org> |
|
|
64 | valgrind-3.4.1.ebuild: |
|
|
65 | stable x86, bug 278534 |
|
|
66 | |
|
|
67 | 21 Jul 2009; <chainsaw@gentoo.org> valgrind-3.4.1.ebuild: |
|
|
68 | Marked stable on AMD64 as requested by Olivier Crete <tester@gentoo.org> |
|
|
69 | in bug #278534. |
|
|
70 | |
|
|
71 | *valgrind-3.4.1 (03 Mar 2009) |
|
|
72 | |
|
|
73 | 03 Mar 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
74 | +valgrind-3.4.1.ebuild: |
|
|
75 | Added bug-fix release valgrind-3.4.1. |
|
|
76 | |
|
|
77 | 13 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> |
|
|
78 | valgrind-3.4.0.ebuild: |
|
|
79 | ppc stable, bug #245317 |
|
|
80 | |
|
|
81 | 12 Jan 2009; Brent Baude <ranger@gentoo.org> valgrind-3.4.0.ebuild: |
|
|
82 | Marking valgrind-3.4.0 ppc64 for bug 245317 |
|
|
83 | |
|
|
84 | 10 Jan 2009; Markus Meier <maekke@gentoo.org> valgrind-3.4.0.ebuild: |
|
|
85 | amd64/x86 stable, bug #245317 |
|
|
86 | |
|
|
87 | *valgrind-3.4.0 (05 Jan 2009) |
|
|
88 | |
|
|
89 | 05 Jan 2009; Maurice van der Pot <griffon26@gentoo.org> |
|
|
90 | -files/valgrind-3.2.1-only64bit.patch, |
|
|
91 | -files/valgrind-3.2.3-glibc-2.6.patch, |
|
|
92 | -files/valgrind-3.2.3-glibc-2.7.patch, |
|
|
93 | -files/valgrind-3.2.3-unhandled-instr-amd64.patch, |
|
|
94 | -files/valgrind-3.3.0-massif-cplusplus.patch, -valgrind-3.2.3.ebuild, |
|
|
95 | -valgrind-3.2.3-r1.ebuild, -valgrind-3.3.0.ebuild, |
|
|
96 | -valgrind-3.3.0-r1.ebuild, +valgrind-3.4.0.ebuild: |
|
|
97 | Added valgrind-3.4.0, which has a fix for CVE-2008-4865 (bug #245317). |
|
|
98 | Removed old ebuilds. |
|
|
99 | |
|
|
100 | *valgrind-3.3.1-r1 (13 Dec 2008) |
|
|
101 | |
|
|
102 | 13 Dec 2008; Maurice van der Pot <griffon26@gentoo.org> |
|
|
103 | +files/valgrind-3.3.1-glibc-2.9.patch, +valgrind-3.3.1-r1.ebuild: |
|
|
104 | Added patch to support glibc-2.9, submitted by Bartosz Szreder |
|
|
105 | <cfiend@talent.edu.pl> in bug #250570. |
|
|
106 | |
|
|
107 | 24 Aug 2008; Markus Rothe <corsair@gentoo.org> valgrind-3.3.1.ebuild: |
|
|
108 | Stable on ppc64; bug #234526 |
|
|
109 | |
|
|
110 | 16 Aug 2008; nixnut <nixnut@gentoo.org> valgrind-3.3.1.ebuild: |
|
|
111 | Stable on ppc wrt bug 234526 |
|
|
112 | |
|
|
113 | 15 Aug 2008; Markus Meier <maekke@gentoo.org> valgrind-3.3.1.ebuild: |
|
|
114 | amd64/x86 stable, bug #234526 |
|
|
115 | |
|
|
116 | 13 Aug 2008; Maurice van der Pot <griffon26@gentoo.org> |
|
|
117 | +files/valgrind-3.3.1-local-labels.patch, valgrind-3.3.1.ebuild: |
|
|
118 | Use local labels in inline asm to prevent duplicate definition of symbols |
|
|
119 | when optimisation is turned on (bug #234644 reported by Olivier Huber |
|
|
120 | <oli.huber@gmail.com>). |
|
|
121 | |
|
|
122 | 27 Jul 2008; Olivier Crête <tester@gentoo.org> valgrind-3.3.0.ebuild, |
|
|
123 | valgrind-3.3.0-r1.ebuild, valgrind-3.3.1.ebuild: |
|
|
124 | Add --without-mpicc because auto-deps are bad and some MPI implementation |
|
|
125 | provide static libraries which are not PIC, bug #202684 |
|
|
126 | |
|
|
127 | *valgrind-3.3.1 (06 Jun 2008) |
|
|
128 | |
|
|
129 | 06 Jun 2008; Maurice van der Pot <griffon26@gentoo.org> |
|
|
130 | +valgrind-3.3.1.ebuild: |
|
|
131 | Version bump to 3.3.1 (closes bug #225081). |
|
|
132 | |
|
|
133 | *valgrind-3.3.0-r1 (18 May 2008) |
|
|
134 | |
|
|
135 | 18 May 2008; Maurice van der Pot <griffon26@gentoo.org> |
|
|
136 | +files/valgrind-3.3.0-massif-cplusplus.patch, +valgrind-3.3.0-r1.ebuild: |
|
|
137 | Added a patch to make massif usable for C++. Requested by Fernando J. Pereda |
|
|
138 | <ferdy@gentoo.org> in bug #221067. |
|
|
139 | |
|
|
140 | 25 Mar 2008; Maurice van der Pot <griffon26@gentoo.org> |
|
|
141 | valgrind-3.3.0.ebuild: |
|
|
142 | Added a warning for ppc & ppc64 that valgrind will not work if glibc |
|
|
143 | doesn't have debug info (bug #214065). |
|
|
144 | |
|
|
145 | 14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> |
|
|
146 | valgrind-3.2.3-r1.ebuild: |
|
|
147 | ppc. stable |
|
|
148 | |
|
|
149 | *valgrind-3.3.0 (13 Dec 2007) |
|
|
150 | |
|
|
151 | 13 Dec 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
152 | -files/valgrind-3.2.1-glibc-2.5.patch, |
|
|
153 | -files/valgrind-3.2.1-pkg-config.patch, |
|
|
154 | +files/valgrind-3.3.0-only64bit.patch, -valgrind-3.2.0.ebuild, |
|
|
155 | -valgrind-3.2.1.ebuild, +valgrind-3.3.0.ebuild: |
|
|
156 | Added valgrind-3.3.0 as requested by Giacomo Graziosi <g.graziosi@gmail.com> |
|
|
157 | in bug #202131. This release reintroduces helgrind, contains a revamped massif |
|
|
158 | and much more. Also removed old ebuilds. |
|
|
159 | |
|
|
160 | 01 Dec 2007; Markus Rothe <corsair@gentoo.org> valgrind-3.2.3-r1.ebuild: |
|
|
161 | Stable on ppc64 |
|
|
162 | |
|
|
163 | 17 Nov 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
164 | +files/valgrind-3.2.3-glibc-2.7.patch, valgrind-3.2.3-r1.ebuild: |
|
|
165 | Added glibc-2.7 suppression file and build fix as requested in bug #199001 by |
|
|
166 | <nedrandersoff@yahoo.com>. Thanks to Florian Maier <floma@onlinehome.de> for |
|
|
167 | the patch. |
|
|
168 | |
|
|
169 | 06 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> |
|
|
170 | valgrind-3.2.3-r1.ebuild: |
|
|
171 | Stable on amd64 wrt bug #189396. |
|
|
172 | |
|
|
173 | *valgrind-3.2.3-r1 (20 Oct 2007) |
|
|
174 | |
|
|
175 | 20 Oct 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
176 | +valgrind-3.2.3-r1.ebuild: |
|
|
177 | Copied 3.2.3 ebuild to 3.2.3-r1, because there were still people who hadn't |
|
|
178 | remerged 3.2.3 and spent time looking for a solution to bug #189396. |
|
|
179 | |
|
|
180 | 26 Aug 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
181 | +files/valgrind-3.2.3-unhandled-instr-amd64.patch, valgrind-3.2.3.ebuild: |
|
|
182 | Added fix for bug #189396 reported by Tiziano Müller <dev-zero@gentoo.org>. |
|
|
183 | |
|
|
184 | 17 Jul 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
185 | +files/valgrind-3.2.3-glibc-2.6.patch, valgrind-3.2.3.ebuild: |
|
|
186 | Added support for glibc-2.6, which closes bug 185551 reported by |
|
|
187 | Billy DeVincentis <billydv1@verizon.net> |
|
|
188 | |
|
|
189 | 05 May 2007; nixnut <nixnut@gentoo.org> valgrind-3.2.3.ebuild: |
|
|
190 | Stable on ppc wrt bug 176707 |
|
|
191 | |
|
|
192 | 04 May 2007; Daniel Gryniewicz <dang@gentoo.org> valgrind-3.2.3.ebuild: |
|
|
193 | Marked stable on amd64 for bug #176707 |
|
|
194 | |
|
|
195 | 02 May 2007; Andrej Kacian <ticho@gentoo.org> valgrind-3.2.3.ebuild: |
|
|
196 | Stable on x86, security bug #176707. |
|
|
197 | |
|
|
198 | 01 May 2007; Markus Rothe <corsair@gentoo.org> valgrind-3.2.3.ebuild: |
|
|
199 | Stable on ppc64; bug #176707 |
|
|
200 | |
|
|
201 | 04 Mar 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
202 | valgrind-3.2.3.ebuild: |
|
|
203 | Fixed invalid reference to patch for ppc64 without multilib (bug #169216). |
|
|
204 | |
|
|
205 | *valgrind-3.2.3 (19 Feb 2007) |
|
|
206 | |
|
|
207 | 19 Feb 2007; Maurice van der Pot <griffon26@gentoo.org> |
|
|
208 | +files/valgrind-3.2.3-pkg-config.patch, +valgrind-3.2.3.ebuild: |
|
|
209 | Added new valgrind release 3.2.3 (closes bug #163509). |
|
|
210 | |
|
|
211 | 13 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> valgrind-3.2.1.ebuild: |
|
|
212 | Stable on amd64/ppc wrt bug #166121 due to glibc-2.5 being stable there, too. |
|
|
213 | |
|
|
214 | 13 Feb 2007; Markus Rothe <corsair@gentoo.org> valgrind-3.2.1.ebuild: |
|
|
215 | Stable on ppc64; bug #166121 |
|
|
216 | |
|
|
217 | 11 Feb 2007; Raúl Porcel <armin76@gentoo.org> valgrind-3.2.1.ebuild: |
|
|
218 | x86 stable wrt bug 166121 |
|
|
219 | |
|
|
220 | 03 Nov 2006; Caleb Tennis <caleb@gentoo.org> |
|
|
221 | -files/valgrind-3.1.0-amd64-nomultilib-fix.patch, -valgrind-3.1.1.ebuild: |
|
|
222 | remove old version |
|
|
223 | |
|
|
224 | 24 Oct 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
225 | +files/valgrind-3.2.1-glibc-2.5.patch, valgrind-3.2.1.ebuild: |
|
|
226 | Made valgrind build with glibc 2.5 installed. Thanks to Ed Catmur |
|
|
227 | <ed@catmur.co.uk> for reporting the problem and looking up the |
|
|
228 | appropriate patches (bug #152297). |
|
|
229 | |
|
|
230 | *valgrind-3.2.1 (17 Sep 2006) |
|
|
231 | |
|
|
232 | 17 Sep 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
233 | +files/valgrind-3.2.1-only64bit.patch, |
|
|
234 | +files/valgrind-3.2.1-pkg-config.patch, +valgrind-3.2.1.ebuild: |
|
|
235 | Bumped version and added patch to correct pkg-config output, fixing |
|
|
236 | bug #147904 reported by Priit Laes <amd@store20.com>. |
|
|
237 | This is also the first valgrind ebuild marked ~ppc64. |
|
|
238 | |
|
|
239 | 25 Aug 2006; <blubb@gentoo.org> valgrind-3.2.0.ebuild: |
|
|
240 | stable on amd64 |
|
|
241 | |
|
|
242 | 19 Aug 2006; Torsten Veller <tove@gentoo.org> valgrind-3.2.0.ebuild: |
|
|
243 | Stable on x86 (#144393) |
|
|
244 | |
|
|
245 | 14 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
246 | valgrind-3.1.1.ebuild, valgrind-3.2.0.ebuild: |
|
|
247 | Now replacing -O3 with -O2 if compiling with gcc 3.3.x for bug #129776 |
|
|
248 | reported by Fabian Groffen <grobian@gentoo.org>. Also corrected location |
|
|
249 | of docs for valgrind-3.2.0. |
|
|
250 | |
|
|
251 | 11 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
252 | valgrind-3.2.0.ebuild: |
|
|
253 | Fixed bug #136047 as proposed by Jean Bréfort <jean.brefort@normalesup.org> |
|
|
254 | and added a blocking dep for callgrind as part of a fix for bug #136303 |
|
|
255 | reported by Daniel Franke <franke.daniel@gmail.com>. |
|
|
256 | |
|
|
257 | 09 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
258 | -files/valgrind-2.2.0-current-macro-clash.patch, |
|
|
259 | -files/valgrind-2.2.0-no-exec-stack.patch, |
|
|
260 | -files/valgrind-2.4.0-pie-fix.patch, |
|
|
261 | -files/valgrind-2.4.1-dont-trample-cflags.patch, |
|
|
262 | -files/valgrind-2.4.1-static-const.patch, |
|
|
263 | -files/valgrind-3.0.0-pie-fix.patch, -files/valgrind-3.0.1-mfence.patch, |
|
|
264 | -files/valgrind-3.0.1-pic-fix.patch, -valgrind-2.2.0-r2.ebuild, |
|
|
265 | -valgrind-2.4.0.ebuild, -valgrind-2.4.1.ebuild, -valgrind-3.0.0.ebuild, |
|
|
266 | -valgrind-3.0.1.ebuild, -valgrind-3.0.1-r1.ebuild, -valgrind-3.1.0.ebuild, |
|
|
267 | valgrind-3.1.1.ebuild: |
|
|
268 | Removed a bunch of old ebuilds and fixed bug #131987 reported by Marti |
|
|
269 | Raudsepp <marti@juffo.org> in valgrind-3.1.1. |
|
|
270 | |
|
|
271 | *valgrind-3.2.0 (07 Jun 2006) |
|
|
272 | |
|
|
273 | 07 Jun 2006; Luca Barbato <lu_zero@gentoo.org> +valgrind-3.2.0.ebuild: |
|
|
274 | New version |
|
|
275 | |
|
|
276 | 11 Apr 2006; Joshua Jackson <tsunam@gentoo.org> valgrind-3.1.1.ebuild: |
|
|
277 | stable on x86; bug #129127 |
|
|
278 | |
|
|
279 | *valgrind-3.1.1 (29 Mar 2006) |
|
|
280 | |
|
|
281 | 29 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
282 | +valgrind-3.1.1.ebuild: |
|
|
283 | Added version 3.1.1 of valgrind, which is purely a bug fixing release. |
|
|
284 | Requested by Nuno Lopes <nunoplopes@sapo.pt> in bug #127766. |
|
|
285 | |
|
|
286 | 07 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
287 | +files/valgrind-3.1.0-amd64-nomultilib-fix.patch, valgrind-3.1.0.ebuild: |
|
|
288 | Added patch created by Marco Matthies <gentoo-bugzilla@moinmarco.de> for |
|
|
289 | bug #114407 reported by Scott Robert Ladd <gentoo@coyotegulch.com>. This |
|
|
290 | problem occurred only on amd64 without multilib. |
|
|
291 | |
|
|
292 | 03 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
293 | valgrind-3.1.0.ebuild: |
|
|
294 | Filtering out -fstack-protector again, because otherwise valgrind would need |
|
|
295 | __guard and __stack_smash_handler from glibc, which it doesn't link to. |
|
|
296 | Closes bug #114347 reported by Graham Murray <graham@gmurray.org.uk> |
|
|
297 | |
|
|
298 | *valgrind-3.1.0 (02 Dec 2005) |
|
|
299 | |
|
|
300 | 02 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
301 | +valgrind-3.1.0.ebuild: |
|
|
302 | Added version 3.1.0 of valgrind. To summarise, AMD64 support is much better, |
|
|
303 | PPC32 support is now usable, and this is the first release in the 3.0 line |
|
|
304 | that supports core dumping for programs running under valgrind. |
| 4 | |
305 | |
| 5 | *valgrind-3.0.1-r1 (06 Nov 2005) |
306 | *valgrind-3.0.1-r1 (06 Nov 2005) |
| 6 | |
307 | |
| 7 | 06 Nov 2005; Maurice van der Pot <griffon26@gentoo.org> |
308 | 06 Nov 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 8 | +files/valgrind-3.0.1-mfence.patch, +files/valgrind-3.0.1-pic-fix.patch, |
309 | +files/valgrind-3.0.1-mfence.patch, +files/valgrind-3.0.1-pic-fix.patch, |