crun 1.8.5-1 source package in Ubuntu

Changelog

crun (1.8.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump golang-github-opencontainers-specs-dev Build-Dependency to account
    for required changes there (timeOffsets).
  * Add an additional guard in override_dh_gencontrol to ensure that we are
    building against libyajl. The embedded copy is not, and was never used in
    this package, but add a guard to make sure we FTBFS if that ever becomes
    the case. See bugs #1039083 and #1040147 for additional context.
  * Add an autopkgtest running the upstream test suite, in an isolated-machine
    test rig, under both rootless and rootful configurations.
  * Enable wasm-wasi support on amd64 and arm64 through the WasmEdge runtime.
    - Build-Depend on libwasmedge-dev, and Suggest libwasmedge0.
    - Pass --with-wasmedge to ./configure.
  * Move myself to Maintainer, and Dmitry to Uploaders.

 -- Faidon Liambotis <email address hidden>  Thu, 13 Jul 2023 17:54:38 +0300

Upload details

Uploaded by:
Faidon Liambotis
Uploaded to:
Sid
Original maintainer:
Faidon Liambotis
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
crun_1.8.5-1.dsc 2.4 KiB ce8f58716f9d20656cac612b569eafec7744cf0d191420a90282159fd89ff389
crun_1.8.5.orig.tar.xz 707.7 KiB 00ad733ecfef50b5e8683b1031171f6ecd3539691fbdaf2fa384c05397298c61
crun_1.8.5.orig.tar.xz.asc 488 bytes c47af8ff9f6ff1d137c577738bfcd12f1d3e81f545d513cdad1216b2b5f59398
crun_1.8.5-1.debian.tar.xz 19.0 KiB ef9543c1c65f113852e7c58d08ab8b90002570dd73856da20a831026d3e01705

Available diffs

No changes file available.

Binary packages built by this source

crun: lightweight OCI runtime for running containers

 crun is a command line program for running Linux containers that follow the
 Open Container Initiative (OCI) format. It is alternative to runc, but fully
 written in C, and focused on being fast and low-memory.
 .
 As an OCI runtime, crun is low-level and primarily intended to be used through
 a container engine, such as podman, docker, and containerd.

crun-dbgsym: debug symbols for crun