[Lunar-commits] <moonbase> valgrind: bump the version to 3.4.1.
Florin Braescu
florin at lunar-linux.org
Tue Mar 3 19:21:14 CET 2009
commit dc79eb267df31fe1d281e67e423866e2deaa1809
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 3 20:21:14 2009 +0200
valgrind: bump the version to 3.4.1.
Remove the old valgrind module and rename the valgrind3 module.
3.4.1 is a bug-fix release that fixes some regressions and assertion
failures in debug info reading in 3.4.0, most notably incorrect stack
traces on amd64-linux on older (glibc-2.3 based) systems. Various
other debug info problems are also fixed. A number of bugs in the
exp-ptrcheck tool introduced in 3.4.0 have been fixed.
---
devel/valgrind/CONFLICTS | 2 --
devel/valgrind/DETAILS | 12 ++++++------
devel/valgrind3/CONFLICTS | 2 --
devel/valgrind3/DETAILS | 18 ------------------
4 files changed, 6 insertions(+), 28 deletions(-)
diff --git a/devel/valgrind/CONFLICTS b/devel/valgrind/CONFLICTS
deleted file mode 100644
index e2e44a5..0000000
--- a/devel/valgrind/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts valgrind3
-
diff --git a/devel/valgrind/DETAILS b/devel/valgrind/DETAILS
index 48bd4f4..f01047f 100644
--- a/devel/valgrind/DETAILS
+++ b/devel/valgrind/DETAILS
@@ -1,11 +1,11 @@
MODULE=valgrind
- VERSION=2.4.0
+ VERSION=3.4.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://valgrind.org/downloads/
- SOURCE_VFY=sha1:e674666aeda0034833546e7a1fd21d879caa5495
- WEB_SITE=http://valgrind.org/
- ENTERED=20020729
- UPDATED=20060624
+ SOURCE_URL=http://valgrind.org/downloads
+ SOURCE_VFY=sha1:935ea4642b6d9b33a6686c5b0ce70f2f0929fe0d
+ WEB_SITE=http://valgrind.org
+ ENTERED=20050821
+ UPDATED=20090303
SHORT="An open-source memory debugger for x86-GNU/Linux"
cat <<EOF
diff --git a/devel/valgrind3/CONFLICTS b/devel/valgrind3/CONFLICTS
deleted file mode 100644
index ba7d7a4..0000000
--- a/devel/valgrind3/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts valgrind
-
diff --git a/devel/valgrind3/DETAILS b/devel/valgrind3/DETAILS
deleted file mode 100644
index ceaa4fc..0000000
--- a/devel/valgrind3/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=valgrind3
- VERSION=3.4.0
- SOURCE=valgrind-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/valgrind-$VERSION
- SOURCE_URL=http://valgrind.org/downloads
- SOURCE_VFY=sha1:ae68418a4c283d14ae6454aca4a720ac936422df
- WEB_SITE=http://valgrind.org
- ENTERED=20050821
- UPDATED=20090111
- SHORT="An open-source memory debugger for x86-GNU/Linux"
-
-cat <<EOF
-Valgrind is a GPL'd tool to help you find memory-management problems in
-your programs. When a program is run under Valgrind's supervision, all
-reads and writes of memory are checked, and calls to malloc/new/free/delete
-are intercepted.
-EOF
-
More information about the Lunar-commits
mailing list