SHA256
1
0
forked from pool/runc

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
This commit is contained in:
Aleksa Sarai 2019-09-28 11:41:04 +00:00 committed by Git OBS Bridge
parent c2791cd3be
commit 2606526c7c
3 changed files with 5 additions and 3 deletions

View File

@ -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 <crosbymichael@gmail.com>
Signed-off-by: Aleksa Sarai <asarai@suse.de>
---

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai <asarai@suse.com>
- 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.

View File

@ -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