Skip to content

Commit

Permalink
containerd: update to 1.4.4
Browse files Browse the repository at this point in the history
This includes the fix for CVE-2021-21334.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
  • Loading branch information
bcressey committed Mar 17, 2021
1 parent c66251e commit f74ac0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/containerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "build.rs"
path = "pkg.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/containerd/containerd/archive/v1.4.3/containerd-1.4.3.tar.gz"
sha512 = "40501a45c46e4f2f6df1ce9e4142612863b400bb2e804b1e23a0b9f0b1ed3d5c83a6fcce4e70f82a4557ce0f301e2de11cf2935039cb74b8ebec0dc71752406e"
url = "https://github.com/containerd/containerd/archive/v1.4.4/containerd-1.4.4.tar.gz"
sha512 = "f09930d19f53381d86cf522954458ecc949f15a0c6a49f990bdb61fe19afee075356338998ed84bd756f16ba85211f55f9c638de8b7083d71e24d8e87335e070"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/containerd/containerd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global gorepo containerd
%global goimport %{goproject}/%{gorepo}

%global gover 1.4.3
%global gover 1.4.4
%global rpmver %{gover}
%global gitrev 269548fa27e0089a8b8278fc4fc781d7f65a939b
%global gitrev 05f951a3781f4f2c1911b05e61c160e9c30eaa8e

%global _dwz_low_mem_die_limit 0

Expand Down

0 comments on commit f74ac0e

Please sign in to comment.