valgrind:update 3.11

This commit is contained in:
alihanozturk
2016-03-29 17:37:57 +03:00
parent 70b31a1603
commit 90bd53fe61
5 changed files with 152 additions and 98 deletions
+10 -6
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,18 +12,23 @@
<IsA>app:console</IsA>
<Summary>Memory access debugger for X86 and PPC Linux platforms</Summary>
<Description>Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.</Description>
<Archive sha1sum="15518427de842547ffa84eff8b2b67f3b16581a8" type="tarbz2">http://www.valgrind.org/downloads/valgrind-3.10.1.tar.bz2</Archive>
<Archive sha1sum="340757e91d9e83591158fe8bb985c6b11bc53de5" type="tarbz2">http://www.valgrind.org/downloads/valgrind-3.11.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>gdb-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">valgrind-3.9.0-glibc-2.19.patch</Patch>-->
<Patch level="1">valgrind-3.9.0-glibc-2.21.patch</Patch>
<Patch level="0">fix_rlimit.patch</Patch>
</Patches>
</Source>
<Package>
<Name>valgrind</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include/valgrind</Path>
@@ -36,8 +40,8 @@
<History>
<Update release="1">
<Date>2015-07-21</Date>
<Version>3.10.1</Version>
<Date>2016-03-29</Date>
<Version>3.11.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>