![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 16e839da379324ce307f8803969dd035fd94c883 Author: Matt Housh <jaeger@crux.ninja> Date: Wed Feb 6 13:40:40 2019 -0600 runc: updated to version 96ec217 diff --git a/runc/.signature b/runc/.signature index 9fd26923..e0d7210c 100644 --- a/runc/.signature +++ b/runc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30fxyDU/OP+oPgSO6mEpwZCIba6JXh1kifBYzPpPO5u+BE7LS8MbGypugQKSJnSwLp2C2krjT1IBaIbq6VfPqg8= -SHA256 (Pkgfile) = 37b4ee77b4fbe20087c9f82e86a824e14787b50f10dd56f5b4c43f7173c9b983 +RWSagIOpLGJF32eTPLW4SKbWyiEc1zMmyMj3+ihqlu70FKc3J9hFQnewA0XW2ijRHf+gg2SnHVdBjH4a515mPQpSi0ZC+Ei/xwY= +SHA256 (Pkgfile) = 5e5926ac2c3f41f6b004dfdde75e71ff250be54f3a11846d96095adadd74309d SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 -SHA256 (runc-69663f0.tar.xz) = f387db86a9884329c22dd09dbbc60f38f2dac6e4407418876a6fa8cf211ef2f7 -SHA256 (runc-man-pages-69663f0.tar.xz) = 0db3d837a75da91cab73fbbc40b55eb224ca211903610488fc0a69e9fde9eaa2 +SHA256 (runc-96ec217.tar.xz) = 4b0f7fdad9e4ed743cc8fdff97683b92e3338a49e036ba653c0ebdd037360b3a +SHA256 (runc-man-pages-96ec217.tar.xz) = 71ba39bb01780056d3272641ed4187ef54a5bdbdb64e51e4aeb63f95a7ebad57 diff --git a/runc/Pkgfile b/runc/Pkgfile index 6081d34f..d1167177 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go libseccomp git name=runc -version=69663f0 +version=96ec217 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz \ http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz) @@ -17,7 +17,7 @@ build() { export GOPATH=$SRC export BUILDTAGS="seccomp" # use the long commit hash here - make COMMIT=69663f0bd4b60df09991c08812a60108003fa340 + make COMMIT=96ec2177ae841256168fcf76954f7177af9446eb install -D -m 0755 $name $PKG/usr/bin/$name install -d -m 0755 $PKG/usr/share/man/man8