conmon 2.1.10+ds1-1build2 source package in Ubuntu

Changelog

conmon (2.1.10+ds1-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 00:48:49 +0000

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
conmon_2.1.10+ds1.orig.tar.xz 65.8 KiB 4fa2fd8d87ba54e01146d7d2a1358c7200685bf363a4767aab2102ca3dbac4f4
conmon_2.1.10+ds1-1build2.debian.tar.xz 3.8 KiB d97928aa70cb123e9d34c4c4869ef25fe552aca69195dc3e87d6d76a0bdabea4
conmon_2.1.10+ds1-1build2.dsc 2.3 KiB dc58553c58b46f04b9dd8227b053696a91251f63880537187110f72586625f93

View changes file

Binary packages built by this source

conmon: OCI container runtime monitor

 Conmon is a monitoring program and communication tool between a container
 manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
 single container.
 .
 Upon being launched, it double-forks to daemonize and detach from the parent
 that launched it. It then launches the runtime as its child. This allows
 managing processes to die in the foreground, but still be able to watch over
 and connect to the child process (the container).
 .
 While the container runs, conmon does two things:
 .
 - Provides a socket for attaching to the container, holding open the
   container's standard streams and forwarding them over the socket.
 - Writes the contents of the container's streams to a log file (or to the
   systemd journal) so they can be read after the container's death.
 .
 Finally, upon the containers death, conmon will record its exit time and code
 to be read by the managing programs.
 .
 Written in C and designed to have a low memory footprint, conmon is intended to
 be run by a container managing library. Essentially, conmon is the smallest
 daemon a container can have.

conmon-dbgsym: debug symbols for conmon
golang-github-containers-conmon-dev: OCI container runtime monitor

 Conmon is a monitoring program and communication tool between a container
 manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
 single container.
 .
 This package contains golang sources that other packages may require for
 building.