Package: apitrace / 9.0+repack-1

Metadata

Package Version Patches format
apitrace 9.0+repack-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system gtest | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use system libgtest-dev
use system libbacktrace | (download)

CMakeLists.txt | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 use system libbacktrace
use system md5 | (download)

CMakeLists.txt | 4 1 + 3 - 0 !
lib/image/image_md5.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 use md5 implementation from system libbsd
use system snappy | (download)

CMakeLists.txt | 8 4 + 4 - 0 !
wrappers/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 use system libsnappy for retracers
 The tracers run LD_PRELOADed into arbitrary, often closed-source binaries,
 so statically-link libsnappy to minimise the possibility of symbol conflicts,
 but the retracers don't have that constraint and are used to process untrusted
 data.
highlight.py shebang | (download)

scripts/highlight.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---