meta-virtualization/recipes-containers
Bruce Ashfield 2cf2a1945e crun: update to 1.20
Bumping crun to version 1.20-53-g4d6eae2e, which comprises the following commits:

    107214b1 build(deps): bump uraimo/run-on-arch-action from 2.8.1 to 3.0.0
    c954b1b6 criu: use a process to initialize the cgroup
    959cc6c4 cgroup: extend function
    e3866cc5 cgroup: fix ownership of dfd in read_pids_cgroup
    0f16ced1 linux: set subsystem_path before use in error
    6ed12c63 linux: remove dead code
    6c049b81 criu: hide feature if dlopen is not present
    73d00079 tests: map all IDs into the user namespace
    0037d567 ci: fail on "sudo make check"
    f82ead82 tests: fix test_resources_unified_invalid_controller()
    37213555 utils: improve error message if path not executable
    5f5454b5 utils: do not use hardcoded path buffer
    4948e451 utils: check for eaccess existence
    410f0d53 container: pass down executable path to custom handler
    bb56343c utils: move error handling inside find_executable()
    a77702c0 tests: do a shallow git clone for podman
    f941be48 error: silence compiler warning
    b8b25ea1 Prevent dlopen() for CRIU in static link'ed binary
    990b5f68 krun: fix libkrun_unload
    79b7e6b3 libcrun: use an hash map to lookup the key
    51fa411b libcrun: move annotations handling to a separate struct
    9abef0da linux: fix dup error
    14d5baa4 README: add CentOS Stream 9 & 10, rm 8
    e735b4bc krun: fix libkrun_exec return value
    90a321c6 container, error: update error handling
    620b91b5 utils: fix PATH lookup
    48470009 Downstream Fedora: fix gating config
    7949fbc6 tests: disable new test that does not use the runtime
    7f76fcd4 utils: add missing crun_error_release()
    6598c99b utils: add O_NOFOLLOW
    9c9a76ac NEWS: tag 1.20
    0aec82c2 krun: fix CVE-2025-24965
    793188c2 krun: initialize bool
    ac956685 utils: add O_WRONLY to WRITE_FILE_DEFAULT_FLAGS
    dcf4f78b utils: drop rootfs_len from safe_openat function
    de33f0a8 utils: write_file_at_with_flags uses safe_write
    c460b253 utils: safe_write uses size_t for the buffer length
    12778089 utils: drop function write_file_with_flags
    f1ef3bb4 utils: move write_file* wrappers to utils.h
    3e2344b0 utils: fix partial writes with write_file_at_with_flags
    7930c13d krun: drop unused variable
    f7987aa9 linux, mono: remove unneeded crun_error_release()
    b548479c utils: reduce memory consumption in safe_readlinkat
    3b653170 chroot_realpath: remove dead code
    17135c1b chroot_realpath: do not return non-existing paths
    7ab1acd3 container: fix error after read
    490d5502 linux, utils: remove dead code crun_ensure_file*()
    432a66d9 status: validate container id
    73bcfabb status: report errors from get_state_directory_status_file
    30d22ba3 status: report errors from get_run_directory
    873db607 status: report errors from libcrun_get_state_directory
    f5e7718c linux: improve error writing to net.ipv4.ping_group_range
    5c35f278 tests: make python script executable
    5b51cca8 github: disable aarch64, ppc64le and s390x build
    84d50992 github: cat config.log on configure failures
    7aa2cd85 github: add r/w permissions
    4f823090 github: show apt-get output
    2d08f586 exec: always call setsid
    b788f338 scheduler: ignore ENOSYS when resetting affinity mask
    e292c9e9 src/linux: handle EINVAL during pidfd_open gracefully
    869804f4 TMT: account for environments on internal testing farm ranch
    65484cb9 TMT: Replace `adjust` with `prepare` conditionals
    a4dcb9c6 cgroup: Show the absolute path to cgroup.controllers when a controller is not available
    179686b7 Revert "cgroup: remove tun/tap from the default allow list"
    68e8d9ab test: use wasm32-wasip1 instead of wasm32-wasi
    3158e491 criu: improve error handling for CRIU function calls
    3cd9c2c9 criu: do not set network_lock if not specified

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-03-06 17:17:59 +00:00
..
aardvark-dns aardvark-dns: update to v1.11.0 2024-07-10 15:59:26 +00:00
buildah buildah: update to v1.39.1 2025-03-06 17:17:59 +00:00
catatonit catatonit: update to version 0.2.0 2023-11-06 16:21:12 +00:00
cgroup-lite cgroup-lite: convert remaining WORKDIR references to UNPACKDIR 2024-05-29 13:16:56 +00:00
conmon conmon: update to 2.1.12-tip 2025-01-17 19:17:09 +00:00
container-host-config container-host-config: Remove centos registry 2024-11-02 00:02:34 -04:00
containerd containerd: update to v2.0.3 2025-03-06 17:17:59 +00:00
cri-o cri-o: fix textrel QA issue 2025-01-17 19:17:10 +00:00
cri-tools cri-tools: update to v1.30.0 2024-07-11 14:07:17 +00:00
criu criu: fix buildpaths QA issue for arm 2024-11-12 23:13:45 +00:00
crun crun: update to 1.20 2025-03-06 17:17:59 +00:00
docker docker: switch libnetwork to moby version 2025-01-30 18:52:31 +00:00
docker-compose Revert "docker-compose: WIP [needs go 1.22.10+]: not for merge: update to v2.32.2" 2025-01-17 19:17:09 +00:00
docker-distribution docker-distribution: Enable support for riscv64 2024-07-22 22:23:35 +00:00
go-digest devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-errors devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-spf13-cobra devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-spf13-pflag devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
k3s Revert "k3s: WIP: [needs newer go]: not for merge: upgrade" 2025-01-17 19:17:09 +00:00
kubernetes Revert "k8s: WIP [needs newer go]: not for merge: update to -tip" 2025-01-17 19:17:09 +00:00
lxc lxc: disable lxc-staticdev buildpaths checking 2025-02-18 01:51:58 +00:00
lxcfs lxcfs: add systemd to REQUIRED_DISTRO_FEATURES 2023-09-07 21:00:53 +00:00
nerdctl nerdctl: fix do_compile failed 2025-02-18 19:30:57 +00:00
netavark netavark: update to v1.13.1 2025-01-17 19:17:09 +00:00
oci-image-spec oci-image-spec: update to v1.1.0 latest 2024-07-16 14:00:50 +00:00
oci-image-tools oci-image-tools: remove unneeded deps 2024-03-15 17:17:19 +00:00
oci-runtime-spec oci-runtime-spec: update to v1.2.0 2024-07-16 14:02:22 +00:00
oci-runtime-tools recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
oci-systemd-hook recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
podman go-metalinter: remove it from podman's DEPENDS 2025-01-17 19:17:09 +00:00
podman-compose podman-compose: update to v1.3.0 2025-01-17 19:17:09 +00:00
podman-tui podman-tui: update to v1.3.0 2025-01-17 19:17:09 +00:00
riddler riddler: update to v0.6.4 2025-01-17 19:17:09 +00:00
runc runc: drop runc-docker 2025-01-17 19:17:09 +00:00
singularity recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
skopeo skopeo: update to v1.17.0 2025-01-17 19:17:09 +00:00
sloci-image recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
tini tiny: fix typo in Upstream-Status 2023-02-01 09:55:28 -05:00
umoci umoci: update to v0.4.7 -tip 2025-01-17 19:17:09 +00:00