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:
parent
c2791cd3be
commit
2606526c7c
@ -14,6 +14,7 @@ As well as the following still-in-review patches:
|
|||||||
* opencontainers/selinux#59:
|
* opencontainers/selinux#59:
|
||||||
("selinux: verify that writes to /proc/... are on procfs")
|
("selinux: verify that writes to /proc/... are on procfs")
|
||||||
|
|
||||||
|
SUSE-Bugs: bsc#1152308
|
||||||
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
|
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
|
||||||
Signed-off-by: Aleksa Sarai <asarai@suse.de>
|
Signed-off-by: Aleksa Sarai <asarai@suse.de>
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
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
|
+ CVE-2019-16884.patch
|
||||||
- Add runc-rpmlintrc to drop runc-test rpmlint warnings.
|
- Add runc-rpmlintrc to drop runc-test rpmlint warnings.
|
||||||
|
|
||||||
|
@ -53,7 +53,8 @@ Source2: runc.keyring
|
|||||||
Source3: runc-rpmlintrc
|
Source3: runc-rpmlintrc
|
||||||
# FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/2129.
|
# FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/2129.
|
||||||
# https://github.com/opencontainers/selinux/pull/59.
|
# 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
|
Patch1: CVE-2019-16884.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
@ -89,7 +90,7 @@ Test package for runc. It contains the source code and the tests.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%setup -q -n %{name}-%{_version}
|
||||||
# CVE-2019-16884
|
# bsc#1152308 CVE-2019-16884
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user