| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: valgrind | Distribution: Mageia |
| Version: 3.6.1 | Vendor: Mageia.Org |
| Release: 2.mga1 | Build date: Sun May 15 16:43:08 2011 |
| Group: Development/Other | Build host: ecosse |
| Size: 42914322 | Source RPM: valgrind-3.6.1-2.mga1.src.rpm |
| Packager: Mageia Team <http://www.mageia.org> | |
| Url: http://valgrind.org/ | |
| Summary: Memory debugger | |
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. As a result, Valgrind can detect problems such as:
* Use of uninitialised memory
* Reading/writing memory after it has been free'd
* Reading/writing off the end of malloc'd blocks
* Reading/writing inappropriate areas on the stack
* Memory leaks -- where pointers to malloc'd blocks are lost forever
* Passing of uninitialised and/or unaddressible memory to system calls
* Mismatched use of malloc/new/new [] vs free/delete/delete []
GPLv2+
* Sun May 15 2011 pterjan <pterjan> 3.6.1-2.mga1
+ Revision: 99037
- Rebuild for fixed find-requires
* Sat Apr 16 2011 pterjan <pterjan> 3.6.1-1.mga1
+ Revision: 86603
- Update to 3.6.1
* Tue Jan 11 2011 blino <blino> 3.6.0-2.mga1
+ Revision: 6503
- do not build with qt4 support for now
- remove versions in comments
- imported package valgrind
* Wed Nov 03 2010 Paulo Andrade <pcpa@mandriva.com.br> 3.6.0-1mdv2011.0
+ Revision: 593038
- Update to valgrind 3.6.0
+ Per Øyvind Karlsen <peroyvind@mandriva.org>
- build with support for OpenMP, boost & qt4 threads
* Mon Dec 07 2009 Paulo Andrade <pcpa@mandriva.com.br> 3.5.0-2mdv2010.1
+ Revision: 474521
- Correct valgrind to work with glibc-2.11.
* Wed Aug 26 2009 Eugeni Dodonov <eugeni@mandriva.com> 3.5.0-1mdv2010.0
+ Revision: 421314
- updated to 3.5.0
* Thu Jun 25 2009 Per Øyvind Karlsen <peroyvind@mandriva.org> 3.4.1-3mdv2010.0
+ Revision: 389173
- add wildcards after GLIBC_VERSION to match any library micro versions as well (P4 from Fedora)
- redirect x86_64 ld.so strlen early (P3, RH bug #495645)
* Tue Jun 02 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 3.4.1-2mdv2010.0
+ Revision: 382232
- Rebuild with newer glibc (#51374).
* Thu Mar 05 2009 Frederic Crozat <fcrozat@mandriva.com> 3.4.1-1mdv2009.1
+ Revision: 348875
- Release 3.4.1
- Regenerate patch0
- Remove patch1 (merged upstream)
* Thu Jan 15 2009 Frederic Crozat <fcrozat@mandriva.com> 3.4.0-1mdv2009.1
+ Revision: 329847
- Release 3.4.0
- Remove patches 3, 8 (merged upstream)
- Regenerate patches 0 & 1
* Mon Jun 30 2008 Frederic Crozat <fcrozat@mandriva.com> 3.3.1-2mdv2009.0
+ Revision: 230240
- Update patch8 with upstream fix
* Thu Jun 26 2008 Frederic Crozat <fcrozat@mandriva.com> 3.3.1-1mdv2009.0
+ Revision: 229225
- Release 3.3.1
- Remove patches 4, 5, 6, 7 (merged upstream)
- Don't regenerate debug package, all debug info should stay in valgrind binaries
* Fri May 30 2008 Paulo Andrade <pcpa@mandriva.com.br> 3.3.0-5mdv2009.0
+ Revision: 213483
- Don't supress warnings only if the binary has been explicitly linked
with libraries at /usr/X11*/lib*.
+ Frederic Crozat <fcrozat@mandriva.com>
- Rebuild with glibc 4.3 / glibc 2.8
- run make test in check section
- Patch0 (Fedora): add cachegrind improvement
- Patch1 (Fedora): fix pkgconfig file (RH bug #213149)
- Patch2 (Fedora): fix openat handling (RH bug #208097)
- Patch3 (Fedora): suppress pthread_barrier_wait in helgrind
- Patch4 (Fedora): add suppression for glibc 2.7
- Patch5 (Fedora): add support for glibc 2.8
- Patches6, 7 (Fedora): add more syscalls
- Patch8: fix malloc_free_fill test when glibc >= 2.7
* Thu Feb 21 2008 Adam Williamson <awilliamson@mandriva.org> 3.3.0-3mdv2008.1
+ Revision: 173469
- suggests gdb (#37755)
* Thu Feb 14 2008 Adam Williamson <awilliamson@mandriva.org> 3.3.0-2mdv2008.1
+ Revision: 167680
- new license policy
- drop bogus doc install hacks
- buildrequires gdb (#37739)
- spec clean
- drop Source1 (it's not actually used)
+ Olivier Blin <oblin@mandriva.com>
- restore BuildRoot
* Tue Dec 18 2007 trem <trem@mandriva.org> 3.3.0-1mdv2008.1
+ Revision: 131903
- update to 3.3.0
- remove patch for glibc-2.6
+ Thierry Vignaud <tv@mandriva.org>
- kill re-definition of %buildroot on Pixel's request
* Mon Aug 06 2007 Olivier Blin <oblin@mandriva.com> 3.2.3-2mdv2008.0
+ Revision: 59231
- use generic man page extension in files list (for lzma)
- add glibc-2.6 support (patch from Gentoo)
* Fri Mar 16 2007 Laurent Montel <lmontel@mandriva.com> 3.2.3-1mdv2007.1
+ Revision: 144737
- 3.2.3
* Sat Jan 13 2007 Michael Scherer <misc@mandriva.org> 3.2.1-1mdv2007.1
+ Revision: 108323
- update to 3.2.1, fix illegal instruction on current libstdc++ on x86_64
- Import valgrind
* Sat Jun 17 2006 Guillaume Rousse <guillomovitch@mandriva.org> 3.2.0-2mdv2007.0
- obsoletes valgrind-plugins
* Wed Jun 14 2006 Guillaume Rousse <guillomovitch@mandriva.org> 3.2.0-1mdv2007.0
- new version
- rpmbuildupdate aware
- spec cleanup
- move doc file in doc directory
* Sat Apr 29 2006 Jerome Soyer <saispo@mandriva.org> 3.1.1-1mdk
- New release 3.1.1
* Fri Feb 17 2006 Christiaan Welvaart <cjw@daneel.dyndns.org> 3.1.0-2mdk
- enable build for ppc
* Thu Dec 01 2005 Laurent MONTEL <lmontel@mandriva.com> 3.1.0-1mdk
- 3.1.0
* Tue Sep 06 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 3.0.1-1mdk
- 3.0.1
* Fri Aug 05 2005 Laurent MONTEL <lmontel@mandriva.com> 3.0.0-1mdk
- 3.0.0
* Thu Mar 24 2005 Laurent MONTEL <lmontel@mandrakesoft.com> 2.4.0-1mdk
- 2.4.0
* Wed Jan 19 2005 Laurent MONTEL <lmontel@mandrakesoft.com> 2.2.0-2mdk
- Remove calltree from this package create new package valgrind-plugins and put callgrind into (because we can't compile callgrind without valgrind)
* Sat Sep 04 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 2.2.0-1mdk
- 2.2.0
* Thu Jul 22 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 2.1.2-1mdk
- 2.1.2 (see http://developer.kde.org/~sewardj/docs-2.0.0/NEWS.txt)
* Fri Apr 23 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 2.1.1-3mdk
- Add calltree plugins for kcachegrind (kdesdk)
* Tue Apr 20 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 2.1.1-2mdk
- fix buildrequires
- use %configure macro
- update url
- drop patches that wasn't applied
* Wed Mar 31 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 2.1.1-1mdk
- new version
* Wed Mar 31 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 2.1.0-3mdk
- Don't package twice manual.html bug #9314
/usr/bin/callgrind_annotate /usr/bin/callgrind_control /usr/bin/cg_annotate /usr/bin/cg_diff /usr/bin/cg_merge /usr/bin/ms_print /usr/bin/no_op_client_for_valgrind /usr/bin/valgrind /usr/bin/valgrind-listener /usr/include/valgrind /usr/include/valgrind/callgrind.h /usr/include/valgrind/drd.h /usr/include/valgrind/helgrind.h /usr/include/valgrind/libvex.h /usr/include/valgrind/libvex_basictypes.h /usr/include/valgrind/libvex_emwarn.h /usr/include/valgrind/libvex_guest_amd64.h /usr/include/valgrind/libvex_guest_arm.h /usr/include/valgrind/libvex_guest_offsets.h /usr/include/valgrind/libvex_guest_ppc32.h /usr/include/valgrind/libvex_guest_ppc64.h /usr/include/valgrind/libvex_guest_x86.h /usr/include/valgrind/libvex_ir.h /usr/include/valgrind/libvex_trc_values.h /usr/include/valgrind/memcheck.h /usr/include/valgrind/pub_tool_aspacehl.h /usr/include/valgrind/pub_tool_aspacemgr.h /usr/include/valgrind/pub_tool_basics.h /usr/include/valgrind/pub_tool_basics_asm.h /usr/include/valgrind/pub_tool_clientstate.h /usr/include/valgrind/pub_tool_clreq.h /usr/include/valgrind/pub_tool_cpuid.h /usr/include/valgrind/pub_tool_debuginfo.h /usr/include/valgrind/pub_tool_errormgr.h /usr/include/valgrind/pub_tool_execontext.h /usr/include/valgrind/pub_tool_hashtable.h /usr/include/valgrind/pub_tool_libcassert.h /usr/include/valgrind/pub_tool_libcbase.h /usr/include/valgrind/pub_tool_libcfile.h /usr/include/valgrind/pub_tool_libcprint.h /usr/include/valgrind/pub_tool_libcproc.h /usr/include/valgrind/pub_tool_libcsignal.h /usr/include/valgrind/pub_tool_machine.h /usr/include/valgrind/pub_tool_mallocfree.h /usr/include/valgrind/pub_tool_options.h /usr/include/valgrind/pub_tool_oset.h /usr/include/valgrind/pub_tool_redir.h /usr/include/valgrind/pub_tool_replacemalloc.h /usr/include/valgrind/pub_tool_seqmatch.h /usr/include/valgrind/pub_tool_signals.h /usr/include/valgrind/pub_tool_sparsewa.h /usr/include/valgrind/pub_tool_stacktrace.h /usr/include/valgrind/pub_tool_threadstate.h /usr/include/valgrind/pub_tool_tooliface.h /usr/include/valgrind/pub_tool_vki.h /usr/include/valgrind/pub_tool_vkiscnums.h /usr/include/valgrind/pub_tool_vkiscnums_asm.h /usr/include/valgrind/pub_tool_wordfm.h /usr/include/valgrind/pub_tool_xarray.h /usr/include/valgrind/valgrind.h /usr/include/valgrind/vki /usr/include/valgrind/vki/vki-amd64-linux.h /usr/include/valgrind/vki/vki-arm-linux.h /usr/include/valgrind/vki/vki-darwin.h /usr/include/valgrind/vki/vki-linux.h /usr/include/valgrind/vki/vki-posixtypes-amd64-linux.h /usr/include/valgrind/vki/vki-posixtypes-arm-linux.h /usr/include/valgrind/vki/vki-posixtypes-ppc32-linux.h /usr/include/valgrind/vki/vki-posixtypes-ppc64-linux.h /usr/include/valgrind/vki/vki-posixtypes-x86-linux.h /usr/include/valgrind/vki/vki-ppc32-linux.h /usr/include/valgrind/vki/vki-ppc64-linux.h /usr/include/valgrind/vki/vki-scnums-amd64-linux.h /usr/include/valgrind/vki/vki-scnums-arm-linux.h /usr/include/valgrind/vki/vki-scnums-darwin.h /usr/include/valgrind/vki/vki-scnums-ppc32-linux.h /usr/include/valgrind/vki/vki-scnums-ppc64-linux.h /usr/include/valgrind/vki/vki-scnums-x86-linux.h /usr/include/valgrind/vki/vki-x86-linux.h /usr/lib/pkgconfig/valgrind.pc /usr/lib/valgrind /usr/lib/valgrind/cachegrind-x86-linux /usr/lib/valgrind/callgrind-x86-linux /usr/lib/valgrind/default.supp /usr/lib/valgrind/drd-x86-linux /usr/lib/valgrind/exp-bbv-x86-linux /usr/lib/valgrind/exp-dhat-x86-linux /usr/lib/valgrind/exp-ptrcheck-x86-linux /usr/lib/valgrind/helgrind-x86-linux /usr/lib/valgrind/lackey-x86-linux /usr/lib/valgrind/libcoregrind-x86-linux.a /usr/lib/valgrind/libreplacemalloc_toolpreload-x86-linux.a /usr/lib/valgrind/libvex-x86-linux.a /usr/lib/valgrind/massif-x86-linux /usr/lib/valgrind/memcheck-x86-linux /usr/lib/valgrind/none-x86-linux /usr/lib/valgrind/vgpreload_core-x86-linux.so /usr/lib/valgrind/vgpreload_drd-x86-linux.so /usr/lib/valgrind/vgpreload_exp-dhat-x86-linux.so /usr/lib/valgrind/vgpreload_exp-ptrcheck-x86-linux.so /usr/lib/valgrind/vgpreload_helgrind-x86-linux.so /usr/lib/valgrind/vgpreload_massif-x86-linux.so /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so /usr/share/doc/valgrind /usr/share/doc/valgrind/AUTHORS /usr/share/doc/valgrind/FAQ.txt /usr/share/doc/valgrind/README /usr/share/doc/valgrind/README_DEVELOPERS /usr/share/doc/valgrind/README_MISSING_SYSCALL_OR_IOCTL /usr/share/doc/valgrind/README_PACKAGERS /usr/share/doc/valgrind/html /usr/share/doc/valgrind/html/FAQ.html /usr/share/doc/valgrind/html/QuickStart.html /usr/share/doc/valgrind/html/bbv-manual.html /usr/share/doc/valgrind/html/cg-manual.html /usr/share/doc/valgrind/html/cl-format.html /usr/share/doc/valgrind/html/cl-manual.html /usr/share/doc/valgrind/html/design-impl.html /usr/share/doc/valgrind/html/dh-manual.html /usr/share/doc/valgrind/html/dist.authors.html /usr/share/doc/valgrind/html/dist.html /usr/share/doc/valgrind/html/dist.news.html /usr/share/doc/valgrind/html/dist.readme-developers.html /usr/share/doc/valgrind/html/dist.readme-missing.html /usr/share/doc/valgrind/html/dist.readme-packagers.html /usr/share/doc/valgrind/html/dist.readme.html /usr/share/doc/valgrind/html/drd-manual.html /usr/share/doc/valgrind/html/faq.html /usr/share/doc/valgrind/html/hg-manual.html /usr/share/doc/valgrind/html/images /usr/share/doc/valgrind/html/images/home.png /usr/share/doc/valgrind/html/images/next.png /usr/share/doc/valgrind/html/images/prev.png /usr/share/doc/valgrind/html/images/up.png /usr/share/doc/valgrind/html/index.html /usr/share/doc/valgrind/html/license.gfdl.html /usr/share/doc/valgrind/html/license.gpl.html /usr/share/doc/valgrind/html/licenses.html /usr/share/doc/valgrind/html/lk-manual.html /usr/share/doc/valgrind/html/manual-core-adv.html /usr/share/doc/valgrind/html/manual-core.html /usr/share/doc/valgrind/html/manual-intro.html /usr/share/doc/valgrind/html/manual-writing-tools.html /usr/share/doc/valgrind/html/manual.html /usr/share/doc/valgrind/html/mc-manual.html /usr/share/doc/valgrind/html/ms-manual.html /usr/share/doc/valgrind/html/nl-manual.html /usr/share/doc/valgrind/html/pc-manual.html /usr/share/doc/valgrind/html/quick-start.html /usr/share/doc/valgrind/html/tech-docs.html /usr/share/doc/valgrind/html/vg_basic.css /usr/share/doc/valgrind/valgrind_manual.pdf /usr/share/doc/valgrind/valgrind_manual.ps /usr/share/man/man1/callgrind_annotate.1.xz /usr/share/man/man1/callgrind_control.1.xz /usr/share/man/man1/cg_annotate.1.xz /usr/share/man/man1/ms_print.1.xz /usr/share/man/man1/valgrind.1.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue May 21 05:48:45 2013