valgrind 1:3.21.0-0ubuntu1 source package in Ubuntu

Changelog

valgrind (1:3.21.0-0ubuntu1) mantic; urgency=medium

  * New upstream release.
  * Merge with Debian unstable. Remaining changes:
    - Lower over-inflated valgrind-dbg Recommends to Suggests instead.
    - Don't strip vgpreload* on ARM; this results in unusable stack traces
      without valgrind-dbg.
    - Configure with --enable-only64bit on AArch64.
    - debian/patches/armv7-illegal-opcode.patch: fix a crash due to an
      unhandled thumb instruction on armhf.
    - debian/rules: use dh_missing --fail-missing to we don't overlook not
      install files
    - LTO triggers undefined symbols in valgrind.  Valgrind has a --enable-lto
      configure time option, but that doesn't seem to help.
      Disable LTO for now.

valgrind (1:3.20.0-1) experimental; urgency=medium

  * New upstream release.
  * Add myself to uploaders.

  [Jelmer Vernooij]
  * Fix day-of-week for changelog entry 1.9.5-2.
  * Drop unnecessary dependency on dh-autoreconf.
  * Use secure URI in Homepage field.
  * Transition to automatic debug package (from: valgrind-dbg).

 -- Matthias Klose <email address hidden>  Fri, 25 Aug 2023 12:50:25 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.21.0.orig.tar.bz2 16.6 MiB 10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971
valgrind_3.21.0-0ubuntu1.debian.tar.xz 34.2 KiB 8cf84e7f0e62633180e62c83ed4358ebcfdb5b777661cfff316dc8a15c2f1015
valgrind_3.21.0-0ubuntu1.dsc 2.4 KiB 82661bcf1c389f171d17987557bef951b4e4357392f8a326aeef5784ca0aff02

View changes file

Binary packages built by this source

valgrind: instrumentation framework for building dynamic analysis tools

 Valgrind is a system for debugging and profiling Linux programs. With its tool
 suite you can automatically detect many memory management and threading bugs,
 avoiding hours of frustrating bug-hunting and making your programs more stable.
 You can also perform detailed profiling to help speed up your programs and use
 Valgrind to build new tools.
 .
 The Valgrind distribution currently includes six production-quality tools:
  * a memory error detector (Memcheck)
  * two thread error detectors (Helgrind and DRD)
  * a cache and branch-prediction profiler (Cachegrind)
  * a call-graph generating cache and branch-prediction profiler (Callgrind)
  * a heap profiler (Massif)
 It also includes three experimental tools:
  * a stack/global array overrun detector (SGCheck)
  * a second heap profiler that examines how heap blocks are used (DHAT)
  * a SimPoint basic block vector generator (BBV)

valgrind-dbgsym: debug symbols for valgrind
valgrind-mpi: instrumentation framework for building dynamic analysis tools (MPI module)

 Valgrind is a system for debugging and profiling Linux programs. With its tool
 suite you can automatically detect many memory management and threading bugs,
 avoiding hours of frustrating bug-hunting and making your programs more stable.
 You can also perform detailed profiling to help speed up your programs and use
 Valgrind to build new tools.
 .
 This package provides the "mpiwrap" library for debugging distributed-memory
 applications which use the MPI message passing standard.

valgrind-mpi-dbgsym: debug symbols for valgrind-mpi