diff --git a/crun-1.19.1.tar.gz b/crun-1.19.1.tar.gz new file mode 100644 index 0000000..bfa7581 --- /dev/null +++ b/crun-1.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a9f283066640141a0f4401ac7ec7b5dd076b9632ab7e2eb53ff2c4e77bc8c1 +size 1786019 diff --git a/crun-1.19.1.tar.gz.asc b/crun-1.19.1.tar.gz.asc new file mode 100644 index 0000000..5f9ccf0 --- /dev/null +++ b/crun-1.19.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmdh49UACgkQZ+OPeoui +F3JaKAf8Cj1pfuua4Xy+K3LRG/6kANrkI4N6WoHgu1iOqFka5bEMDP/TTVx2NLAm +vAd2wHEArtYpSyHi4FMYrqNmKu2t7/ng+FRKOQyCj7gBvc9hjxUysdDVunb1btZV +C6zUIe3B3ZxlMhZPfNBGGYBWLKZzY9QT8Jf0Z+7c7qgx3YpMfZAmExkM8IdGi6Ft +/HsrdSTjY0wUQT4L++e6eU2T/rk8k6TawMk6XI+AxDtIuUNCTYW9EhfN4C5R55VP +CPrfv0xHUDJSEVPDATVLDPEC+X9zSmWiJqwztR/Tu+qT5T0hVd+SjZPe7NuAZpKf +H4i0oYnHeg1pCldG3q4audpkUH9DHA== +=V2ke +-----END PGP SIGNATURE----- diff --git a/crun-1.19.tar.gz b/crun-1.19.tar.gz deleted file mode 100644 index 3b3a732..0000000 --- a/crun-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f37ae4936832a4bde31d50028307e83bcc7af80f2d36779f4ac7c79cdfe682b0 -size 1783246 diff --git a/crun-1.19.tar.gz.asc b/crun-1.19.tar.gz.asc deleted file mode 100644 index 38409a7..0000000 --- a/crun-1.19.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmdTDcIACgkQZ+OPeoui -F3LtrQf/Wpgo4cSvwBuyEGRJfwY2U5+b0WK6oyQ+jkOuuIO+wLPURqLZjJ2ssRy9 -DQ8SD2qwG9yJKXg6LQX7UMX2SfHuKPD8crK0XIYDwiwT67Y9+OX7He4GLEthJPa0 -oyVgOEbi7Ph1U5I7K2rZ/+2PIhbZ+W3hY5nQyHv49vdW8dpxYsqH/8pFJoJNPXr/ -7uGNL/uFBcnvg4FQTLKoVK2gdREfgkSYab8/kh7OlCbj2YxAWIonBcPlN6lbQ+/H -mPQe+lxl10MFikLK78uIptXr71rSfuqILtfP2FqEkq7uzrgmz2szrFpljLfAravR -/87H6SqsdvB7RUxS9SaJdAsXWa+atQ== -=GD8P ------END PGP SIGNATURE----- diff --git a/crun.changes b/crun.changes index 9a327bc..602611b 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 7 09:05:57 UTC 2025 - Madhankumar Chellamuthu + +- Update to 1.19.1 + * linux: fix a hang if there are no reads from the tty. Use non blocking sockets to read and write from the tty so that the "crun exec" process doesn't hang when the terminal is not consuming any data. + * linux: remove the workaround needed to mount a cgroup on top of another cgroup mount. The workaround had the disadvantage to temporarily leak a mount on the host. The alternative that is currently used is to mount a temporary tmpfs between the twoo cgroup mounts. + +- Update to 1.19 + * wasm: add new handler wamr. + * criu: allow passing network lock method to libcriu. + * linux: honor exec cpu affinity mask. + * build: fix build with musl libc. + * crun: use mount API to self-clone. + * cgroup, systemd: do not override devices on update. If the "update" request has no device block configured, do not reset the previously configuration. + * cgroup: handle case where cgroup v1 freezer is disabled. On systems without the freezer controller, containers were mistakenly reported as paused. + * cgroup: do not stop process on exec. The cpu mask is configured on the systemd scope, the previous workaround to stop the container until the cgroup is fully configured is no longer needed. + ------------------------------------------------------------------- Tue Dec 10 06:14:24 UTC 2024 - Aleksa Sarai diff --git a/crun.spec b/crun.spec index 81a0809..6269e66 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ # # spec file for package crun # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %endif Name: crun -Version: 1.19 +Version: 1.19.1 Release: 0 Summary: OCI runtime written in C License: GPL-2.0-or-later