From 2c75252177d03cd847da2e2bcfc518ea38a6bf6f Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Thu, 23 May 2024 10:17:42 +0800 Subject: [PATCH] runc:add patch into series.conf --- git-commit | 2 +- runc.spec | 6 ++++++ series.conf | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/git-commit b/git-commit index 6c73169..0facadb 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -8fc687c6fb64e110866466035e90c718d58f2c7f +288b7252b0db60842f5d7e1b9716c84c98f4ea30 diff --git a/runc.spec b/runc.spec index cde7f44..16061c8 100644 --- a/runc.spec +++ b/runc.spec @@ -57,6 +57,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Thu May 23 2024 zhongjiawei - 1.1.8-16 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add patch into series.conf + * Thu May 09 2024 zhaosai - 1.1.8-15 - Type:cves - CVE:CVE-2024-3154 diff --git a/series.conf b/series.conf index 6674de1..681bf5b 100644 --- a/series.conf +++ b/series.conf @@ -35,3 +35,4 @@ patch/0035-runc-Fix-undefined-behavior.patch patch/0036-runc-increase-the-number-of-cgroup-deletion-retries.patch patch/0037-runc-fix-CVE-2024-21626.patch patch/0038-runc-check-cmd-exist.patch +patch/0039-runc-fix-CVE-2024-3154.patch -- Gitee