Accepting request 1175940 from home:cyphar:docker

Update containerd v1.7.17, and add missing CVE references.
- CVE-2023-45288 bsc#1221400
- GHSA-jq35-85cj-fj4p bsc#1224323

OBS-URL: https://build.opensuse.org/request/show/1175940
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=175
This commit is contained in:
Aleksa Sarai 2024-05-22 19:51:46 +00:00 committed by Git OBS Bridge
parent 5c14e204b8
commit 4ad3a4b893
6 changed files with 23 additions and 12 deletions

View File

@ -3,11 +3,11 @@
<param name="url">https://github.com/containerd/containerd.git</param>
<param name="scm">git</param>
<param name="filename">containerd</param>
<param name="versionformat">1.7.15_%h</param>
<param name="revision">v1.7.15</param>
<param name="versionformat">1.7.17_%h</param>
<param name="revision">v1.7.17</param>
<param name="exclude">.git</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b376a2339a0751ec75a7e7a9f8607f563a07cb7c93c09cf9badfda5fa64600e
size 50037773

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 22 19:31:04 UTC 2024 - Aleksa Sarai <asarai@suse.com>
- Update to containerd v1.7.17. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.7.17>
- Update to containerd v1.7.16. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.7.16>
CVE-2023-45288 bsc#1221400
-------------------------------------------------------------------
Sun Apr 21 15:57:05 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
@ -21,6 +31,7 @@ Sun Apr 21 15:57:05 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to containerd v1.7.11. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.7.11>
GHSA-jq35-85cj-fj4p bsc#1224323
-------------------------------------------------------------------
Mon Feb 26 11:04:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: containerd
version: 1.7.15_926c9586
mtime: 1712336502
commit: 926c9586fe4a6236699318391cd44976a98e31f1
version: 1.7.17_3a4de459a689
mtime: 1715895967
commit: 3a4de459a68952ffb703bbe7f2290861a75b6b67

View File

@ -23,14 +23,14 @@
%endif
# MANUAL: Update the git_version.
%define git_version 926c9586fe4a6236699318391cd44976a98e31f1
%define git_short 926c9586
%define git_version 3a4de459a68952ffb703bbe7f2290861a75b6b67
%define git_short 3a4de459a689
%global provider_prefix github.com/containerd/containerd
%global import_path %{provider_prefix}
Name: containerd
Version: 1.7.15
Version: 1.7.17
Release: 0
Summary: Standalone OCI Container Daemon
License: Apache-2.0