ltrace 0.7.3-6.4ubuntu3 source package in Ubuntu

Changelog

ltrace (0.7.3-6.4ubuntu3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 17:51:37 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils

Downloads

File Size SHA-256 Checksum
ltrace_0.7.3.orig.tar.bz2 471.3 KiB 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
ltrace_0.7.3-6.4ubuntu3.debian.tar.xz 52.3 KiB 85edbd772f6d6acbfb770e2f51804e2f3afc8b364264845836b78d9890ffa570
ltrace_0.7.3-6.4ubuntu3.dsc 1.8 KiB 93e086cbaacf51b0a4075680ca19e5f62a240c93a6a075f48bdce5c53ac30f5c

View changes file

Binary packages built by this source

ltrace: Tracks runtime library calls in dynamically linked programs

 ltrace is a debugging program which runs a specified command until it
 exits. While the command is executing, ltrace intercepts and records
 the dynamic library calls which are called by
 the executed process and the signals received by that process.
 It can also intercept and print the system calls executed by the program.
 .
 The program to be traced need not be recompiled for this, so you can
 use it on binaries for which you don't have the source handy.
 .
 You should install ltrace if you need a sysadmin tool for tracking the
 execution of processes.

ltrace-dbgsym: debug symbols for ltrace