Accepting request 907280 from home:cyphar:docker
- Update to containerd v1.4.8, to fix CVE-2021-32760. bsc#1188282 - Remove upstreamed patches: - bsc1188282-use-chmod-path-for-checking-symlink.patch OBS-URL: https://build.opensuse.org/request/show/907280 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=120
This commit is contained in:
parent
31e8c52014
commit
59370da71e
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">https://github.com/containerd/containerd.git</param>
|
<param name="url">https://github.com/containerd/containerd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">containerd</param>
|
<param name="filename">containerd</param>
|
||||||
<param name="versionformat">1.4.4_%h</param>
|
<param name="versionformat">1.4.8_%h</param>
|
||||||
<param name="revision">v1.4.4</param>
|
<param name="revision">v1.4.8</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:791077e6b1da244e66cd8af3416fc9fba8c331202b3839f624ee9447d226bc5c
|
|
||||||
size 3597032
|
|
3
containerd-1.4.8_7eba5930496d.tar.xz
Normal file
3
containerd-1.4.8_7eba5930496d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75e9f06dd9efae2819f4a6aa4d2a725e98e28ad42111f5ebf7a489473de7c109
|
||||||
|
size 3693892
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 20 09:30:30 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Update to containerd v1.4.8, to fix CVE-2021-32760. bsc#1188282
|
||||||
|
- Remove upstreamed patches:
|
||||||
|
- bsc1188282-use-chmod-path-for-checking-symlink.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 14 10:23:38 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
[ This patch was only released in SLES and Leap. ]
|
||||||
|
|
||||||
|
- Add patch for GHSA-c72p-9xmj-rx3w. CVE-2021-32760 bsc#1188282
|
||||||
|
+ bsc1188282-use-chmod-path-for-checking-symlink.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 16 05:25:40 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
Fri Apr 16 05:25:40 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -23,11 +23,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# MANUAL: Update the git_version.
|
# MANUAL: Update the git_version.
|
||||||
%define git_version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
|
%define git_version 7eba5930496d9bbe375fdf71603e610ad737d2b2
|
||||||
%define git_short 05f951a3781f
|
%define git_short 7eba5930496d
|
||||||
|
|
||||||
Name: containerd
|
Name: containerd
|
||||||
Version: 1.4.4
|
Version: 1.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Standalone OCI Container Daemon
|
Summary: Standalone OCI Container Daemon
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user