diff --git a/runc-1.2.0-rc.2.tar.xz b/runc-1.2.0-rc.2.tar.xz deleted file mode 100644 index 046c196..0000000 --- a/runc-1.2.0-rc.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:293b7271196a7284a1cca1865e8e210d9c153054b0d0c04f3a69f28ca517723d -size 1607920 diff --git a/runc-1.2.0-rc.2.tar.xz.asc b/runc-1.2.0-rc.2.tar.xz.asc deleted file mode 100644 index 6f232dd..0000000 --- a/runc-1.2.0-rc.2.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEwkKM11cg+s3PdrbqF95ey3WhEA4FAmZ8WH4ACgkQF95ey3Wh -EA6mMwf/Zh+RldJEoFjye87UFK9OhNMZCwIKqYS4mKNRdgCfdzYq/ZGbvczwGbQQ -tUpD7UFfHlIegc1qJkOi20LtyzoE+H3bChacjn5N0hpfbfJ/NUPMgoBFxpcPS8Bp -xdyKrA4L6RwvoS6APxAfzqFoXkZ0lADxa/x46NBgxHMCXkGwofY6n/G+2ztgYEyn -hg10kG2olFK7nbmCms3xdxi2AEQ5V35SwyCtZrSnVlm/9rGtZZro8eiF4MXMYr9N -Cj/9oWy+F4ATzkQI1FoqtE5K8uhD76qFtKfJ67SuVGZhHaqLUPSuMjlF6Qlu+ziA -0YH6gwvKpvtFSejEM2l9UKYazASJMA== -=tl7E ------END PGP SIGNATURE----- diff --git a/runc-1.2.0-rc.3.tar.xz b/runc-1.2.0-rc.3.tar.xz new file mode 100644 index 0000000..a362722 --- /dev/null +++ b/runc-1.2.0-rc.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837185e9041c795187eb0f775af8d0b76869e98376bad7cf5f3249a2c636e794 +size 1609672 diff --git a/runc-1.2.0-rc.3.tar.xz.asc b/runc-1.2.0-rc.3.tar.xz.asc new file mode 100644 index 0000000..a83f000 --- /dev/null +++ b/runc-1.2.0-rc.3.tar.xz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS2TklVsp+j1GPyqQYol/rSt+lEbwUCZtZoygAKCRAol/rSt+lE +bx7WAP0SyVg+qUJHACE0IkVAxaBzqVjNFVhdLY5ieF9h4LE0KgEA5Aa2n1k22JMX +0774jwpF778ieaNR3L6sf/hKjAXTmwM= +=6S7t +-----END PGP SIGNATURE----- diff --git a/runc.changes b/runc.changes index 6717506..caaa9fc 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Sep 3 02:01:16 UTC 2024 - Aleksa Sarai + +- Update to runc v1.2.0~rc3. Upstream changelog is available from + . + Includes the patch for CVE-2024-45310. + +------------------------------------------------------------------- +Tue Sep 3 01:57:20 UTC 2024 - Aleksa Sarai + +[ This was only ever released for SLES and Leap. ] + +- Update to runc v1.1.14. Upstream changelog is available from + . + Includes the patch for CVE-2024-45310. + +- Rebase patches: + * 0001-bsc1221050-libct-seccomp-patchbpf-rm-duplicated-code.patch + * 0002-bsc1221050-seccomp-patchbpf-rename-nativeArch-linuxA.patch + * 0003-bsc1221050-seccomp-patchbpf-always-include-native-ar.patch + * 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch + +------------------------------------------------------------------- +Mon Jul 22 13:08:06 UTC 2024 - Aleksa Sarai + +[ This was only ever released for SLES and Leap. ] + +- Update to runc v1.1.13. Upstream changelog is available from + . +- Rebase patches: + * 0001-bsc1221050-libct-seccomp-patchbpf-rm-duplicated-code.patch + * 0002-bsc1221050-seccomp-patchbpf-rename-nativeArch-linuxA.patch + * 0003-bsc1221050-seccomp-patchbpf-always-include-native-ar.patch +- Backport to fix a + performance issue when running lots of containers, caused by systemd getting + too many mount notifications. bsc#1214960 + + 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch + ------------------------------------------------------------------- Fri Jul 12 08:33:22 UTC 2024 - Aleksa Sarai diff --git a/runc.spec b/runc.spec index 2b91466..8157311 100644 --- a/runc.spec +++ b/runc.spec @@ -18,16 +18,16 @@ # MANUAL: Make sure you update this each time you update runc. -%define git_version 275e6d85f78a9d0a90d9a714ba5f667561a4b0b9 -%define git_short 275e6d85f78a +%define git_version 45471bc945571d57acef05e0795008d7f1d9baf5 +%define git_short 45471bc94557 %define project github.com/opencontainers/runc Name: runc # RPM doesn't handle semver rc releases nicely, so for rc releases we need to # do something different. -%define upstream_version 1.2.0-rc.2 -Version: 1.2.0~rc2 +%define upstream_version 1.2.0-rc.3 +Version: 1.2.0~rc3 Release: 0 Summary: Tool for spawning and running OCI containers License: Apache-2.0