forked from pool/containerd
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
b982bc3bda
|
||
| 112d5da3f3 | |||
| d39886d5dc | |||
| 38c946ac3a | |||
| ec75bab728 | |||
| fc28b43938 | |||
| 247521d6fd | |||
| 230ede70a6 | |||
| 82a2329efc | |||
| cfc5133b6e | |||
| 1b83e0c0ea | |||
| eb91fe76cf |
File diff suppressed because it is too large
Load Diff
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<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.22_%h</param>
|
||||
<param name="revision">v1.7.22</param>
|
||||
<param name="versionformat">1.7.27_%h</param>
|
||||
<param name="revision">v1.7.27</param>
|
||||
<param name="exclude">.git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9f6b8de8f5331657cc3f65e9e31ee41e65828e5253139a34feb1f53fd0d367
|
||||
size 6082656
|
||||
BIN
containerd-1.7.29_442cb34b.tar.xz
LFS
Normal file
BIN
containerd-1.7.29_442cb34b.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 00:55:44 UTC 2025 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.29. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.29>
|
||||
* CVE-2024-25621 bsc#1253126
|
||||
* CVE-2025-64329 bsc#1253132
|
||||
- Rebase patches:
|
||||
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
|
||||
- Remove unused containerd.obsinfo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 06:23:59 UTC 2025 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.28. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.28>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 07:09:30 UTC 2025 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.27. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.27>
|
||||
bsc#1239749 CVE-2024-40635
|
||||
- Rebase patches:
|
||||
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 00:58:15 UTC 2025 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.26. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.26>
|
||||
- Rebase patches:
|
||||
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 01:36:42 UTC 2025 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.25. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.25>
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.24>
|
||||
- Rebase patches:
|
||||
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:10:25 UTC 2024 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to containerd v1.7.23. Upstream release notes:
|
||||
<https://github.com/containerd/containerd/releases/tag/v1.7.23>
|
||||
- Rebase patches:
|
||||
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 08:58:49 UTC 2024 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: containerd
|
||||
version: 1.7.17_3a4de459a689
|
||||
mtime: 1715895967
|
||||
commit: 3a4de459a68952ffb703bbe7f2290861a75b6b67
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package containerd
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,14 +23,14 @@
|
||||
%endif
|
||||
|
||||
# MANUAL: Update the git_version.
|
||||
%define git_version 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
|
||||
%define git_short 7f7fdf5fed64
|
||||
%define git_version 442cb34bda9a6a0fed82a2ca7cade05c5c749582
|
||||
%define git_short 442cb34b
|
||||
|
||||
%global provider_prefix github.com/containerd/containerd
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: containerd
|
||||
Version: 1.7.22
|
||||
Version: 1.7.29
|
||||
Release: 0
|
||||
Summary: Standalone OCI Container Daemon
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user