diagnostics 0.3.3-12.4build2 source package in Ubuntu

Changelog

diagnostics (0.3.3-12.4build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:02:40 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
diagnostics_0.3.3.orig.tar.gz 628.1 KiB d3319ed8b904ea5e01ef75bbf7ac0e49ed96716cbf5bdca9672fb4d708f7ab4e
diagnostics_0.3.3-12.4build2.debian.tar.xz 14.4 KiB 64139bb66861ac235a0deab0ed0050ef36a2ea708deca8b922666a6c8c92907d
diagnostics_0.3.3-12.4build2.dsc 2.1 KiB be47aa462d98fe0fbb6ffeff50caff0768ab85b01c81e5fbcd617b10834ab4f6

View changes file

Binary packages built by this source

libdiagnostics-dev: Logging, unittesting, and runtime diagnostics for C++ - development files

 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored.
 Using different loggers, the stream of logging events is used for
 logging or testing.
 .
 The package contains the needed headers and libraries for
 developing software using Diagnostics.

libdiagnostics0t64: Logging, unittesting, and runtime diagnostics for C++ - library

 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored.
 Using different loggers, the stream of logging events is used for
 logging or testing.
 .
 The package contains the libraries for running software linked against
 Diagnostics.

libdiagnostics0t64-dbgsym: debug symbols for libdiagnostics0t64