diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-09-26 22:33:03 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-09-26 22:33:03 -0500 |
commit | 2cfcf1e02db20f8086fc5b163a1e95d29e1119cf (patch) | |
tree | aa0642edb6e34c355f41f3548f3afa8af2a6e64a /containerd | |
parent | 6ded2def3a073f8ca3f42931dba1d02750bd604d (diff) | |
download | contrib-2cfcf1e02db20f8086fc5b163a1e95d29e1119cf.tar.gz contrib-2cfcf1e02db20f8086fc5b163a1e95d29e1119cf.tar.xz |
containerd: updated to version 1.3.7
Diffstat (limited to 'containerd')
-rw-r--r-- | containerd/.footprint | 1 | ||||
-rw-r--r-- | containerd/.signature | 8 | ||||
-rw-r--r-- | containerd/Pkgfile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/containerd/.footprint b/containerd/.footprint index 023e75ae3..d65f8ecc9 100644 --- a/containerd/.footprint +++ b/containerd/.footprint @@ -3,5 +3,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/containerd -rwxr-xr-x root/root usr/bin/containerd-shim -rwxr-xr-x root/root usr/bin/containerd-shim-runc-v1 +-rwxr-xr-x root/root usr/bin/containerd-shim-runc-v2 -rwxr-xr-x root/root usr/bin/containerd-stress -rwxr-xr-x root/root usr/bin/ctr diff --git a/containerd/.signature b/containerd/.signature index 25c459183..cbd0139dd 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xcRS0EtoV6dGJoLgZPzbJgw3VkPaPLvrEkW/F7R8pDb35Hutw6STHJoOa8RDZyG0grzbjlDEz5lc3GMrzjBrgs= -SHA256 (Pkgfile) = 413565ce05d86bab877bb61e69a55ce8a77cf2230adea01d5c278139815507cf -SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460 -SHA256 (containerd-7ad1843.tar.xz) = d0a44bb1859cc96ef4106a599e1576a066ead8ef1ce0c6f654f5f3b4ad8657c1 +RWSagIOpLGJF3xdogemqPbXHSIm4Z+AIO205goeTWFJyghmtt1nZBr8qiS3a6A0RGT6eFHgQ0IOz4in9Zyi1en9cpFvUNZAPMwc= +SHA256 (Pkgfile) = 81d404c737dfb83d43b102711aa5622bb9cc7d72bb43f747727661ac7352281f +SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c +SHA256 (containerd-1.3.7.tar.xz) = fc35912adb1bae8a053221efaa13aa6763997d6c4fbd2c0faa2adf6fe802da97 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index ccb8be8f7..36cc2a08d 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=7ad1843 +version=1.3.7 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=7ad184331fa3e55e52b890ea95e65ba581ae3429 + make GIT_COMMIT=8fba4e9a7d01810a393d5d25a3621dc101981175 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |