Accepting request 687620 from home:sgrunert

- Update containerd to v1.2.4
  * cri: Set /etc/hostname
  * cri: Fix env performance issue
  * runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve
  * CVE-2019-5736
  * cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964
  * Windows: NewDirectIOFromFIFOSet
  * Changelogs from previous versions also included in this update:
      https://github.com/containerd/containerd/releases/tag/v1.2.3

OBS-URL: https://build.opensuse.org/request/show/687620
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=91
This commit is contained in:
Aleksa Sarai 2019-03-25 06:51:51 +00:00 committed by Git OBS Bridge
parent 402a2b50d0
commit fbeeb3f56b
5 changed files with 22 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="filename">containerd</param>
<param name="versionformat">git.%h</param>
<param name="revision">v1.2.2</param>
<param name="revision">v1.2.4</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a3e7925faabba7e1b793067e1f7f79aed632c05a334cc528fa306a6ef6c14e
size 2618852

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6aa1e606f2844d33c806eb7128d0ced462fb1263e64cebec3f6f07f2a111d3f3
size 2721860

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Mar 21 14:30:03 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
- Update containerd to v1.2.4
* cri: Set /etc/hostname
* cri: Fix env performance issue
* runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve
* CVE-2019-5736
* cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964
* Windows: NewDirectIOFromFIFOSet
* Changelogs from previous versions also included in this update:
https://github.com/containerd/containerd/releases/tag/v1.2.3
-------------------------------------------------------------------
Tue Feb 5 11:16:46 UTC 2019 - Aleksa Sarai <asarai@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# nodebuginfo
@ -34,12 +34,12 @@
%endif
# MANUAL: Update the git_version.
%define containerd_version 1.2.2
%define git_version 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
%define git_short 9754871865f7
%define containerd_version 1.2.4
%define git_version e6b3f5632f50dbc4e9cb6288d911bf4f5e95b18e
%define git_short e6b3f5632f50
Name: %{realname}%{name_suffix}
Version: 1.2.2
Version: %{containerd_version}
Release: 0
Summary: Standalone OCI Container Daemon
License: Apache-2.0