runc: updated to version dc9208a

This commit is contained in:
Matt Housh 2020-02-22 18:30:25 -06:00
parent 3580b12f32
commit 66c8e92641
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xalYiZI/MExhOlM5z4mqMcjc5ePtN8n/MSRnwA7KXE7shKGcirwSekx2IepApYBvWMySrbUyVVb0VEe1E3C4gY=
SHA256 (Pkgfile) = ef60b0ba3d2d1b9e2a5e4d50e43616cb7c9ee2f087cab001a856dc916d2508ab
RWSagIOpLGJF39ZXMBU2ff8CPnUlnvsb1woX+KRSR6fW8ekqi4E+SrTbrtpQyN7Y1Hp3nzPNjEltUUgb+154WB9SX5060sK1MA0=
SHA256 (Pkgfile) = 39b6876160054b750aad2ea9a3babdedb9615f1417f8c8726f206d3a26836fd0
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-3e425f8.tar.xz) = 1d237cd362574951961110d9d995c9aedafd4975121a3adb5ff3599ddae18e85
SHA256 (runc-man-pages-3e425f8.tar.xz) = 329f807992b4646e0baa475a3471aa325d5c045414aab73a5ac270c26b3179fd
SHA256 (runc-dc9208a.tar.xz) = 56bc0a9dcbfe3850043ee04fb465df84cfd02b8ce5df4d5a108225d01226095f
SHA256 (runc-man-pages-dc9208a.tar.xz) = e1857983bcb5883cf67b207e2e1a6706ff883d219cdaec24fd6a6f4bc77339f5

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git
name=runc
version=3e425f8
version=dc9208a
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=3e425f80a8c931f88e6d94a8c831b9d5aa481657
make COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8