| 1 |
# ChangeLog for dev-util/valgrind |
| 2 |
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.52 2005/08/04 22:31:25 herbs Exp $ |
| 4 |
|
| 5 |
*valgrind-3.0.1 (30 Aug 2005) |
| 6 |
|
| 7 |
30 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 8 |
+valgrind-3.0.1.ebuild: |
| 9 |
Added version 3.0.1 of valgrind. This one is built without PIE as it seems to |
| 10 |
cause trouble from time to time. This should fix bug #102157 reported by Dizzy |
| 11 |
<dizzy@roedu.net>. |
| 12 |
|
| 13 |
04 Aug 2005; Herbie Hopkins <herbs@gentoo.org> valgrind-3.0.0.ebuild: |
| 14 |
Marked ~amd64 wrt bug #101386. |
| 15 |
|
| 16 |
04 Aug 2005; Jory A. Pratt <anarchy@gentoo.org> valgrind-3.0.0.ebuild: |
| 17 |
Marked ~ppc and added -* as bug report requested |
| 18 |
|
| 19 |
*valgrind-3.0.0 (04 Aug 2005) |
| 20 |
*valgrind-2.4.1 (04 Aug 2005) |
| 21 |
|
| 22 |
04 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 23 |
+files/valgrind-2.4.1-dont-trample-cflags.patch, |
| 24 |
+files/valgrind-2.4.1-static-const.patch, |
| 25 |
+files/valgrind-3.0.0-pie-fix.patch, +valgrind-2.4.1.ebuild, |
| 26 |
+valgrind-3.0.0.ebuild: |
| 27 |
Added two new releases of valgrind. 2.4.1 is mainly a stability release |
| 28 |
while 3.0.0 is a release that is much more portable to platforms other |
| 29 |
than x86. It should work on amd64 already. |
| 30 |
I also reevaluated all patches/restrictions that were present in earlier |
| 31 |
ebuilds, removed the ones that seem no longer necessary and commented |
| 32 |
the ones that do. |
| 33 |
|
| 34 |
28 Jun 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 35 |
-files/valgrind-2.1.1-pic.patch, |
| 36 |
-files/valgrind-2.1.2-kernel-headers.patch, |
| 37 |
-files/valgrind-configure.in-2.6.diff, -valgrind-2.0.0.ebuild, |
| 38 |
-valgrind-2.1.0.ebuild, -valgrind-2.1.1.ebuild, -valgrind-2.1.1-r1.ebuild, |
| 39 |
-valgrind-2.1.2.ebuild, -valgrind-2.2.0.ebuild, -valgrind-2.2.0-r1.ebuild, |
| 40 |
valgrind-2.4.0.ebuild: |
| 41 |
Marked valgrind 2.4.0 stable on x86. |
| 42 |
Removed old valgrind ebuilds. |
| 43 |
|
| 44 |
25 May 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 45 |
valgrind-2.4.0.ebuild: |
| 46 |
Added back ppc support. |
| 47 |
|
| 48 |
12 Apr 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 49 |
+files/valgrind-2.4.0-pie-fix.patch, valgrind-2.4.0.ebuild: |
| 50 |
Included some fixes that should enable building with PIE, |
| 51 |
even with a hardened gcc profile; this fixes bug #87598 |
| 52 |
reported by Olaf Freyer <aaron@cs.tu-berlin.de> |
| 53 |
Also prepared the ebuild for ppc support. |
| 54 |
|
| 55 |
28 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 56 |
valgrind-2.4.0.ebuild: |
| 57 |
Adapted to changes in configure, fixing bug #87010. Thanks to |
| 58 |
Olivier <ocastan@noos.fr> for identifying the problem. |
| 59 |
|
| 60 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> : |
| 61 |
Had repoman fix Manifest file |
| 62 |
|
| 63 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 64 |
valgrind-2.4.0.ebuild: |
| 65 |
Corrected url to source |
| 66 |
|
| 67 |
*valgrind-2.4.0 (24 Mar 2005) |
| 68 |
|
| 69 |
24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 70 |
valgrind-2.2.0-r2.ebuild, +valgrind-2.4.0.ebuild: |
| 71 |
Added ebuild for new version 2.4.0. Temporarily dropped ~ppc until |
| 72 |
a ppc version is released. |
| 73 |
Marked 2.2.0-r2 stable on x86 |
| 74 |
|
| 75 |
22 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 76 |
+files/valgrind-2.2.0-current-macro-clash.patch, valgrind-2.2.0-r2.ebuild: |
| 77 |
Fixed compilation against 2.6.10 kernel headers closing bug #82629 |
| 78 |
reported by Dennis Schridde <lindevel@gmx.net>. |
| 79 |
|
| 80 |
*valgrind-2.2.0-r2 (13 Feb 2005) |
| 81 |
|
| 82 |
13 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 83 |
+valgrind-2.2.0-r2.ebuild: |
| 84 |
Prevent valgrind from ignoring CFLAGS in environment to allow building |
| 85 |
with hardened gcc (see bug #75789 reported by Dominik Schäfer |
| 86 |
<schaedpq@despammed.com>) |
| 87 |
Make valgrind less dependent on actual name of kernel headers as |
| 88 |
suggested by Mihai Limbasan <mihailim@gmail.com> in bug #80176. |
| 89 |
|
| 90 |
*valgrind-2.2.0-r1 (19 Dec 2004) |
| 91 |
|
| 92 |
19 Dec 2004; Maurice van der Pot <griffon26@gentoo.org> |
| 93 |
+files/valgrind-2.2.0-no-exec-stack.patch, +valgrind-2.2.0-r1.ebuild: |
| 94 |
Remove nested function to enable running without an executable stack. |
| 95 |
Fixes segmentation fault on nptl systems as reported by Pedro Morales |
| 96 |
<pemorale@dcc.uchile.cl> in bug #74716. |
| 97 |
|
| 98 |
28 Oct 2004; Maurice van der Pot <griffon26@gentoo.org> metadata.xml: |
| 99 |
Taken up maintenance of valgrind. |
| 100 |
|
| 101 |
23 Sep 2004; Caleb Tennis <caleb@gentoo.org> valgrind-2.2.0.ebuild: |
| 102 |
Marking x86 stable |
| 103 |
|
| 104 |
03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
| 105 |
Stray ebuild got committed in place, replaced with the correct one. |
| 106 |
|
| 107 |
03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
| 108 |
Minor fix, thanks again to Olaf Freyer <aaron@cs.tu-berlin.de> for reporting it |
| 109 |
|
| 110 |
*valgrind-2.2.0 (02 Sep 2004) |
| 111 |
|
| 112 |
02 Sep 2004; Luca Barbato <lu_zero@gentoo.org> +valgrind-2.2.0.ebuild: |
| 113 |
New Version, experimental ppc support available |
| 114 |
|
| 115 |
07 Aug 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.1.2.ebuild: |
| 116 |
Fix for the system headers wierdness, thanks to Olaf Freyer |
| 117 |
<aaron@cs.tu-berlin.de> |
| 118 |
|
| 119 |
24 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> valgrind-2.1.2.ebuild: |
| 120 |
don't rdepend on autoconf; error message; doc tidy |
| 121 |
|
| 122 |
*valgrind-2.1.2 (22 Jul 2004) |
| 123 |
|
| 124 |
22 Jul 2004; Luca Barbato <lu_zero@gentoo.org> |
| 125 |
+files/valgrind-2.1.2-kernel-headers.patch, +valgrind-2.1.2.ebuild: |
| 126 |
New version, thanks to Olaf Freyer <aaron@cs.tu-berlin.de> for the |
| 127 |
early patch. |
| 128 |
|
| 129 |
10 Jul 2004; Tom Martin <slarti@gentoo.org> valgrind-2.1.1-r1.ebuild: |
| 130 |
Marking -amd64, valgrind is ix86 specific. |
| 131 |
|
| 132 |
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> |
| 133 |
valgrind-2.0.0.ebuild, valgrind-2.1.0.ebuild, valgrind-2.1.1-r1.ebuild, |
| 134 |
valgrind-2.1.1.ebuild: |
| 135 |
virtual/glibc -> virtual/libc |
| 136 |
|
| 137 |
*valgrind-2.1.1-r1 (17 Jun 2004) |
| 138 |
|
| 139 |
17 Jun 2004; <solar@gentoo.org> valgrind-2.1.1-r1.ebuild, |
| 140 |
files/valgrind-2.1.1-pic.patch: |
| 141 |
added patch from bug 54068 to make valgrind pic aware |