Skip to content
Snippets Groups Projects
Commit 2b1b99f6 authored by mio's avatar mio Committed by Kevin Daudt
Browse files

testing/youki: upgrade to 0.4.1

parent badfda8e
No related branches found
No related tags found
1 merge request!72350testing/youki: upgrade to 0.4.1
Pipeline #262242 skipped
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=youki
pkgver=0.3.1
pkgrel=1
pkgver=0.4.1
pkgrel=0
pkgdesc="Container runtime written in Rust"
url="https://github.com/containers/youki"
# ppc64le: syscalls crate inline asm is unstable for ppc64le
# s390x: nix crate lacks support
# riscv64: syscalls crate lacks support
# armhf: nc crate fails on invalid instruction
# armv7: need for rustc to catch to up pass thumb-mode properly
arch="all !armv7 !ppc64le !s390x !riscv64"
arch="all !armhf !armv7 !ppc64le !s390x !riscv64"
license="Apache-2.0"
makedepends="
cargo
......@@ -19,15 +20,17 @@ makedepends="
zlib-dev
"
subpackages="$pkgname-dbg"
source="https://github.com/containers/youki/archive/v$pkgver/youki-$pkgver.tar.gz
cargo-update.patch
"
source="https://github.com/containers/youki/archive/v$pkgver/youki-$pkgver.tar.gz"
options="!check" # FIXME: some tests fail
# prioritize crun and runc
provides="oci-runtime"
provider_priority=80
# secfixes:
# 0.4.1-r0:
# - CVE-2024-21626
# Disable systemd_cgroups
_cargo_opts='--frozen --no-default-features --features=libcgroups/v1,libcgroups/v2'
......@@ -50,6 +53,5 @@ package() {
}
sha512sums="
6c73f406e1717c45a45d1beba2ceb26b9ffd965880f517b72aa4753504fd8e40f502aea6587429c17f6dcff3b5fda38ed496f0794f35bb65f003ece48be85e6c youki-0.3.1.tar.gz
b9fc8d150fe0573ab13bd74b28d73c180e51fd860fa76d28e39fce0a3044cf5be8035f1fb3dba1a4236aba05a7b8095a89b8302c5cd3bd0ac584377673dfb332 cargo-update.patch
ff3c6a416844f25093630f19d8e92812fbb5d7359c148ae72abacc614a4ebc3d8263cf40429431c2f55c912cea12d91194bae49889d8998ed509b450c58a57a1 youki-0.4.1.tar.gz
"
diff --git a/Cargo.lock b/Cargo.lock
index f4974d2..18fe651 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1893,9 +1893,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.151"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libcgroups"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment