From 2606526c7c72b573248ac9839b1997db3a729af4b0de1ecca7c896d03ba0c000 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Sat, 28 Sep 2019 11:41:04 +0000 Subject: [PATCH] Accepting request 733834 from home:cyphar:containers:maint Add reference to bsc#1152308. OBS-URL: https://build.opensuse.org/request/show/733834 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=80 --- CVE-2019-16884.patch | 1 + runc.changes | 2 +- runc.spec | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CVE-2019-16884.patch b/CVE-2019-16884.patch index 5fca573..e3a437c 100644 --- a/CVE-2019-16884.patch +++ b/CVE-2019-16884.patch @@ -14,6 +14,7 @@ As well as the following still-in-review patches: * opencontainers/selinux#59: ("selinux: verify that writes to /proc/... are on procfs") +SUSE-Bugs: bsc#1152308 Signed-off-by: Michael Crosby Signed-off-by: Aleksa Sarai --- diff --git a/runc.changes b/runc.changes index 10ed360..fdf5286 100644 --- a/runc.changes +++ b/runc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai -- Add backported fix for CVE-2019-16884. +- Add backported fix for CVE-2019-16884. bsc#1152308 + CVE-2019-16884.patch - Add runc-rpmlintrc to drop runc-test rpmlint warnings. diff --git a/runc.spec b/runc.spec index 8511a50..00d69aa 100644 --- a/runc.spec +++ b/runc.spec @@ -53,7 +53,8 @@ Source2: runc.keyring Source3: runc-rpmlintrc # FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/2129. # https://github.com/opencontainers/selinux/pull/59. -# https://github.com/opencontainers/runc/pull/2130. CVE-2019-16884 +# https://github.com/opencontainers/runc/pull/2130. +# bsc#1152308 CVE-2019-16884 Patch1: CVE-2019-16884.patch BuildRequires: fdupes BuildRequires: go-go-md2man @@ -89,7 +90,7 @@ Test package for runc. It contains the source code and the tests. %prep %setup -q -n %{name}-%{_version} -# CVE-2019-16884 +# bsc#1152308 CVE-2019-16884 %patch1 -p1 %build