| 1 |
# ChangeLog for dev-util/valgrind |
| 2 |
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.66 2006/09/17 16:49:18 griffon26 Exp $ |
| 4 |
|
| 5 |
24 Oct 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 6 |
+files/valgrind-3.2.1-glibc-2.5.patch, valgrind-3.2.1.ebuild: |
| 7 |
Made valgrind build with glibc 2.5 installed. Thanks to Ed Catmur |
| 8 |
<ed@catmur.co.uk> for reporting the problem and looking up the |
| 9 |
appropriate patches (bug #152297). |
| 10 |
|
| 11 |
*valgrind-3.2.1 (17 Sep 2006) |
| 12 |
|
| 13 |
17 Sep 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 14 |
+files/valgrind-3.2.1-only64bit.patch, |
| 15 |
+files/valgrind-3.2.1-pkg-config.patch, +valgrind-3.2.1.ebuild: |
| 16 |
Bumped version and added patch to correct pkg-config output, fixing |
| 17 |
bug #147904 reported by Priit Laes <amd@store20.com>. |
| 18 |
This is also the first valgrind ebuild marked ~ppc64. |
| 19 |
|
| 20 |
25 Aug 2006; <blubb@gentoo.org> valgrind-3.2.0.ebuild: |
| 21 |
stable on amd64 |
| 22 |
|
| 23 |
19 Aug 2006; Torsten Veller <tove@gentoo.org> valgrind-3.2.0.ebuild: |
| 24 |
Stable on x86 (#144393) |
| 25 |
|
| 26 |
14 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 27 |
valgrind-3.1.1.ebuild, valgrind-3.2.0.ebuild: |
| 28 |
Now replacing -O3 with -O2 if compiling with gcc 3.3.x for bug #129776 |
| 29 |
reported by Fabian Groffen <grobian@gentoo.org>. Also corrected location |
| 30 |
of docs for valgrind-3.2.0. |
| 31 |
|
| 32 |
11 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 33 |
valgrind-3.2.0.ebuild: |
| 34 |
Fixed bug #136047 as proposed by Jean Bréfort <jean.brefort@normalesup.org> |
| 35 |
and added a blocking dep for callgrind as part of a fix for bug #136303 |
| 36 |
reported by Daniel Franke <franke.daniel@gmail.com>. |
| 37 |
|
| 38 |
09 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 39 |
-files/valgrind-2.2.0-current-macro-clash.patch, |
| 40 |
-files/valgrind-2.2.0-no-exec-stack.patch, |
| 41 |
-files/valgrind-2.4.0-pie-fix.patch, |
| 42 |
-files/valgrind-2.4.1-dont-trample-cflags.patch, |
| 43 |
-files/valgrind-2.4.1-static-const.patch, |
| 44 |
-files/valgrind-3.0.0-pie-fix.patch, -files/valgrind-3.0.1-mfence.patch, |
| 45 |
-files/valgrind-3.0.1-pic-fix.patch, -valgrind-2.2.0-r2.ebuild, |
| 46 |
-valgrind-2.4.0.ebuild, -valgrind-2.4.1.ebuild, -valgrind-3.0.0.ebuild, |
| 47 |
-valgrind-3.0.1.ebuild, -valgrind-3.0.1-r1.ebuild, -valgrind-3.1.0.ebuild, |
| 48 |
valgrind-3.1.1.ebuild: |
| 49 |
Removed a bunch of old ebuilds and fixed bug #131987 reported by Marti |
| 50 |
Raudsepp <marti@juffo.org> in valgrind-3.1.1. |
| 51 |
|
| 52 |
*valgrind-3.2.0 (07 Jun 2006) |
| 53 |
|
| 54 |
07 Jun 2006; Luca Barbato <lu_zero@gentoo.org> +valgrind-3.2.0.ebuild: |
| 55 |
New version |
| 56 |
|
| 57 |
11 Apr 2006; Joshua Jackson <tsunam@gentoo.org> valgrind-3.1.1.ebuild: |
| 58 |
stable on x86; bug #129127 |
| 59 |
|
| 60 |
*valgrind-3.1.1 (29 Mar 2006) |
| 61 |
|
| 62 |
29 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 63 |
+valgrind-3.1.1.ebuild: |
| 64 |
Added version 3.1.1 of valgrind, which is purely a bug fixing release. |
| 65 |
Requested by Nuno Lopes <nunoplopes@sapo.pt> in bug #127766. |
| 66 |
|
| 67 |
07 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
| 68 |
+files/valgrind-3.1.0-amd64-nomultilib-fix.patch, valgrind-3.1.0.ebuild: |
| 69 |
Added patch created by Marco Matthies <gentoo-bugzilla@moinmarco.de> for |
| 70 |
bug #114407 reported by Scott Robert Ladd <gentoo@coyotegulch.com>. This |
| 71 |
problem occurred only on amd64 without multilib. |
| 72 |
|
| 73 |
03 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 74 |
valgrind-3.1.0.ebuild: |
| 75 |
Filtering out -fstack-protector again, because otherwise valgrind would need |
| 76 |
__guard and __stack_smash_handler from glibc, which it doesn't link to. |
| 77 |
Closes bug #114347 reported by Graham Murray <graham@gmurray.org.uk> |
| 78 |
|
| 79 |
*valgrind-3.1.0 (02 Dec 2005) |
| 80 |
|
| 81 |
02 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 82 |
+valgrind-3.1.0.ebuild: |
| 83 |
Added version 3.1.0 of valgrind. To summarise, AMD64 support is much better, |
| 84 |
PPC32 support is now usable, and this is the first release in the 3.0 line |
| 85 |
that supports core dumping for programs running under valgrind. |
| 86 |
|
| 87 |
*valgrind-3.0.1-r1 (06 Nov 2005) |
| 88 |
|
| 89 |
06 Nov 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 90 |
+files/valgrind-3.0.1-mfence.patch, +files/valgrind-3.0.1-pic-fix.patch, |
| 91 |
+valgrind-3.0.1-r1.ebuild: |
| 92 |
The mfence patch fixes the failed assertion mentioned by Brian Tarricone |
| 93 |
<bjt23@cornell.edu> in bug #101402. The pic patch was supplied by Ned Ludd |
| 94 |
<solar@gentoo.org> to fix bug #111233. |
| 95 |
|
| 96 |
*valgrind-3.0.1 (30 Aug 2005) |
| 97 |
|
| 98 |
30 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 99 |
+valgrind-3.0.1.ebuild: |
| 100 |
Added version 3.0.1 of valgrind. This one is built without PIE as it seems to |
| 101 |
cause trouble from time to time. This should fix bug #102157 reported by Dizzy |
| 102 |
<dizzy@roedu.net>. |
| 103 |
|
| 104 |
04 Aug 2005; Herbie Hopkins <herbs@gentoo.org> valgrind-3.0.0.ebuild: |
| 105 |
Marked ~amd64 wrt bug #101386. |
| 106 |
|
| 107 |
04 Aug 2005; Jory A. Pratt <anarchy@gentoo.org> valgrind-3.0.0.ebuild: |
| 108 |
Marked ~ppc and added -* as bug report requested |
| 109 |
|
| 110 |
*valgrind-3.0.0 (04 Aug 2005) |
| 111 |
*valgrind-2.4.1 (04 Aug 2005) |
| 112 |
|
| 113 |
04 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 114 |
+files/valgrind-2.4.1-dont-trample-cflags.patch, |
| 115 |
+files/valgrind-2.4.1-static-const.patch, |
| 116 |
+files/valgrind-3.0.0-pie-fix.patch, +valgrind-2.4.1.ebuild, |
| 117 |
+valgrind-3.0.0.ebuild: |
| 118 |
Added two new releases of valgrind. 2.4.1 is mainly a stability release |
| 119 |
while 3.0.0 is a release that is much more portable to platforms other |
| 120 |
than x86. It should work on amd64 already. |
| 121 |
I also reevaluated all patches/restrictions that were present in earlier |
| 122 |
ebuilds, removed the ones that seem no longer necessary and commented |
| 123 |
the ones that do. |
| 124 |
|
| 125 |
28 Jun 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 126 |
-files/valgrind-2.1.1-pic.patch, |
| 127 |
-files/valgrind-2.1.2-kernel-headers.patch, |
| 128 |
-files/valgrind-configure.in-2.6.diff, -valgrind-2.0.0.ebuild, |
| 129 |
-valgrind-2.1.0.ebuild, -valgrind-2.1.1.ebuild, -valgrind-2.1.1-r1.ebuild, |
| 130 |
-valgrind-2.1.2.ebuild, -valgrind-2.2.0.ebuild, -valgrind-2.2.0-r1.ebuild, |
| 131 |
valgrind-2.4.0.ebuild: |
| 132 |
Marked valgrind 2.4.0 stable on x86. |
| 133 |
Removed old valgrind ebuilds. |
| 134 |
|
| 135 |
25 May 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 136 |
valgrind-2.4.0.ebuild: |
| 137 |
Added back ppc support. |
| 138 |
|
| 139 |
12 Apr 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 140 |
+files/valgrind-2.4.0-pie-fix.patch, valgrind-2.4.0.ebuild: |
| 141 |
Included some fixes that should enable building with PIE, |
| 142 |
even with a hardened gcc profile; this fixes bug #87598 |
| 143 |
reported by Olaf Freyer <aaron@cs.tu-berlin.de> |
| 144 |
Also prepared the ebuild for ppc support. |
| 145 |
|
| 146 |
28 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 147 |
valgrind-2.4.0.ebuild: |
| 148 |
Adapted to changes in configure, fixing bug #87010. Thanks to |
| 149 |
Olivier <ocastan@noos.fr> for identifying the problem. |
| 150 |
|
| 151 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> : |
| 152 |
Had repoman fix Manifest file |
| 153 |
|
| 154 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 155 |
valgrind-2.4.0.ebuild: |
| 156 |
Corrected url to source |
| 157 |
|
| 158 |
*valgrind-2.4.0 (24 Mar 2005) |
| 159 |
|
| 160 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 161 |
valgrind-2.2.0-r2.ebuild, +valgrind-2.4.0.ebuild: |
| 162 |
Added ebuild for new version 2.4.0. Temporarily dropped ~ppc until |
| 163 |
a ppc version is released. |
| 164 |
Marked 2.2.0-r2 stable on x86 |
| 165 |
|
| 166 |
22 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 167 |
+files/valgrind-2.2.0-current-macro-clash.patch, valgrind-2.2.0-r2.ebuild: |
| 168 |
Fixed compilation against 2.6.10 kernel headers closing bug #82629 |
| 169 |
reported by Dennis Schridde <lindevel@gmx.net>. |
| 170 |
|
| 171 |
*valgrind-2.2.0-r2 (13 Feb 2005) |
| 172 |
|
| 173 |
13 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 174 |
+valgrind-2.2.0-r2.ebuild: |
| 175 |
Prevent valgrind from ignoring CFLAGS in environment to allow building |
| 176 |
with hardened gcc (see bug #75789 reported by Dominik Schäfer |
| 177 |
<schaedpq@despammed.com>) |
| 178 |
Make valgrind less dependent on actual name of kernel headers as |
| 179 |
suggested by Mihai Limbasan <mihailim@gmail.com> in bug #80176. |
| 180 |
|
| 181 |
*valgrind-2.2.0-r1 (19 Dec 2004) |
| 182 |
|
| 183 |
19 Dec 2004; Maurice van der Pot <griffon26@gentoo.org> |
| 184 |
+files/valgrind-2.2.0-no-exec-stack.patch, +valgrind-2.2.0-r1.ebuild: |
| 185 |
Remove nested function to enable running without an executable stack. |
| 186 |
Fixes segmentation fault on nptl systems as reported by Pedro Morales |
| 187 |
<pemorale@dcc.uchile.cl> in bug #74716. |
| 188 |
|
| 189 |
28 Oct 2004; Maurice van der Pot <griffon26@gentoo.org> metadata.xml: |
| 190 |
Taken up maintenance of valgrind. |
| 191 |
|
| 192 |
23 Sep 2004; Caleb Tennis <caleb@gentoo.org> valgrind-2.2.0.ebuild: |
| 193 |
Marking x86 stable |
| 194 |
|
| 195 |
03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
| 196 |
Stray ebuild got committed in place, replaced with the correct one. |
| 197 |
|
| 198 |
03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
| 199 |
Minor fix, thanks again to Olaf Freyer <aaron@cs.tu-berlin.de> for reporting it |
| 200 |
|
| 201 |
*valgrind-2.2.0 (02 Sep 2004) |
| 202 |
|
| 203 |
02 Sep 2004; Luca Barbato <lu_zero@gentoo.org> +valgrind-2.2.0.ebuild: |
| 204 |
New Version, experimental ppc support available |
| 205 |
|
| 206 |
07 Aug 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.1.2.ebuild: |
| 207 |
Fix for the system headers wierdness, thanks to Olaf Freyer |
| 208 |
<aaron@cs.tu-berlin.de> |
| 209 |
|
| 210 |
24 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> valgrind-2.1.2.ebuild: |
| 211 |
don't rdepend on autoconf; error message; doc tidy |
| 212 |
|
| 213 |
*valgrind-2.1.2 (22 Jul 2004) |
| 214 |
|
| 215 |
22 Jul 2004; Luca Barbato <lu_zero@gentoo.org> |
| 216 |
+files/valgrind-2.1.2-kernel-headers.patch, +valgrind-2.1.2.ebuild: |
| 217 |
New version, thanks to Olaf Freyer <aaron@cs.tu-berlin.de> for the |
| 218 |
early patch. |
| 219 |
|
| 220 |
10 Jul 2004; Tom Martin <slarti@gentoo.org> valgrind-2.1.1-r1.ebuild: |
| 221 |
Marking -amd64, valgrind is ix86 specific. |
| 222 |
|
| 223 |
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> |
| 224 |
valgrind-2.0.0.ebuild, valgrind-2.1.0.ebuild, valgrind-2.1.1-r1.ebuild, |
| 225 |
valgrind-2.1.1.ebuild: |
| 226 |
virtual/glibc -> virtual/libc |
| 227 |
|
| 228 |
*valgrind-2.1.1-r1 (17 Jun 2004) |
| 229 |
|
| 230 |
17 Jun 2004; <solar@gentoo.org> valgrind-2.1.1-r1.ebuild, |
| 231 |
files/valgrind-2.1.1-pic.patch: |
| 232 |
added patch from bug 54068 to make valgrind pic aware |