care 2.2.1-1build3 source package in Ubuntu

Changelog

care (2.2.1-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 armel armhf i386 sh4 x32
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64 [FULLYBUILT] armhf

Downloads

File Size SHA-256 Checksum
care_2.2.1.orig.tar.gz 225.4 KiB 0251c4d2c7e4ec4c64c57162e4b99960005d4055cb72eb17d826a02eb53c6661
care_2.2.1-1build3.debian.tar.xz 7.8 KiB 93b5c1f82f72299af8e50ca0bca7fc5b96338e74642aa44bd61e8487ed01cb63
care_2.2.1-1build3.dsc 1.9 KiB 8a20997d1908b476c43ca0ba259c26b386b6848dc0836c8d81e51fe65a62d347

Available diffs

View changes file

Binary packages built by this source

care: make linux programs reproducible on all linux systems

 CARE monitors the execution of the specified command to create an archive that
 contains all the material required to re-execute it in the same context.
 .
 That way, the command will be reproducible everywhere, even on Linux systems
 that are supposed to be not compatible with the original Linux system. CARE is
 typically useful to get reliable bug reports, demonstrations, artifact
 evaluation, tutorials, portable applications, minimal rootfs, file-system
 coverage, ...
 .
 By design, CARE does not record events at all. Instead, it archives
 environment variables and accessed file-system components -- before
 modification -- during the so-called initial execution. Then, to reproduce
 this execution, the re-execute.sh script embedded into the archive restores
 the environment variables and relaunches the command confined into the saved
 file-system.

care-dbgsym: debug symbols for care