SHA256
1
0
forked from pool/containerd

13 Commits

Author SHA256 Message Date
baed3e7e59 Accepting request 1316646 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1316646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=75
2025-11-11 18:18:36 +00:00
338465e85e - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=198
2025-11-09 08:08:21 +00:00
112d5da3f3 Accepting request 1268053 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1268053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=74
2025-05-27 16:49:01 +00:00
d39886d5dc - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=196
2025-04-09 07:31:15 +00:00
38c946ac3a Accepting request 1249129 from home:cyphar:docker
- 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

OBS-URL: https://build.opensuse.org/request/show/1249129
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=195
2025-02-28 01:04:25 +00:00
ec75bab728 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=194 2025-02-05 16:29:11 +00:00
fc28b43938 Accepting request 1237097 from home:cyphar:docker
- 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

OBS-URL: https://build.opensuse.org/request/show/1237097
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=193
2025-02-05 14:34:58 +00:00
247521d6fd Accepting request 1225791 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1225791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=73
2024-11-22 22:51:02 +00:00
230ede70a6 Drop SLE12 fix.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=191
2024-11-22 10:14:35 +00:00
82a2329efc Accepting request 1221453 from Virtualization:containers
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1221453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=72
2024-11-06 15:49:54 +00:00
cfc5133b6e Accepting request 1218778 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1218778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=71
2024-10-29 13:31:56 +00:00
1b83e0c0ea - build for SLE12 as well
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=187
2024-10-29 13:20:21 +00:00
eb91fe76cf - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=186
2024-10-28 10:23:11 +00:00
6 changed files with 754 additions and 114 deletions

View File

@@ -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.29_%h</param>
<param name="revision">v1.7.29</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="manual">

View File

@@ -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

Binary file not shown.

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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>

View File

@@ -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