diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-08-28 11:43:09 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-08-28 11:43:09 -0500 |
commit | 87d2be445ce663a6dbec5ac9b650241758292fad (patch) | |
tree | fc80cbb6c4650f8c8b357bf8d06823d7698cb12b | |
parent | 1b3c49a0fbdf458e56a84e0b11e70d89fd602fdf (diff) | |
download | contrib-87d2be445ce663a6dbec5ac9b650241758292fad.tar.gz contrib-87d2be445ce663a6dbec5ac9b650241758292fad.tar.xz |
runc: updated to version 69663f0
-rw-r--r-- | runc/.md5sum | 2 | ||||
-rw-r--r-- | runc/.signature | 8 | ||||
-rw-r--r-- | runc/Pkgfile | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/runc/.md5sum b/runc/.md5sum deleted file mode 100644 index 13b6c42a6..000000000 --- a/runc/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -14f3556c9178d54f12a0082e231985ce runc-4fc53a8.tar.xz -fab92e45951c528aff94385c527ef414 runc-man-pages-4fc53a8.tar.xz diff --git a/runc/.signature b/runc/.signature index f9c3e522b..9fd269235 100644 --- a/runc/.signature +++ b/runc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+FIXOik4CSYMKgTxcO0y0FWBAH+B/tdtoYVO7Xkv+6U2ZB4AhTmN2u/ROLyeUYWQBQ0zyilJoCGGsc/DL9MeQI= -SHA256 (Pkgfile) = cff790e0313997c328c64e06de7195fe6d392171279ac792293c5abb3b5e5b11 +RWSagIOpLGJF30fxyDU/OP+oPgSO6mEpwZCIba6JXh1kifBYzPpPO5u+BE7LS8MbGypugQKSJnSwLp2C2krjT1IBaIbq6VfPqg8= +SHA256 (Pkgfile) = 37b4ee77b4fbe20087c9f82e86a824e14787b50f10dd56f5b4c43f7173c9b983 SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 -SHA256 (runc-4fc53a8.tar.xz) = 89e9ade6e0b5d97c0b2ebd82100107260e3670ba98816857ee5b883af4fb1082 -SHA256 (runc-man-pages-4fc53a8.tar.xz) = 63f34368ddcfb8ed03c7151c5394b86c7a109f93f1748ac0f16810487e479a15 +SHA256 (runc-69663f0.tar.xz) = f387db86a9884329c22dd09dbbc60f38f2dac6e4407418876a6fa8cf211ef2f7 +SHA256 (runc-man-pages-69663f0.tar.xz) = 0db3d837a75da91cab73fbbc40b55eb224ca211903610488fc0a69e9fde9eaa2 diff --git a/runc/Pkgfile b/runc/Pkgfile index 16413dc7e..6081d34f4 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -1,10 +1,10 @@ # Description: a lightweight universal runtime container # URL: https://runc.io/ # Maintainer: Matt Housh, jaeger at crux dot ninja -# Depends on: go libseccomp +# Depends on: go libseccomp git name=runc -version=4fc53a8 +version=69663f0 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=4fc53a81fb7c994640722ac585fa9ca548971871 + make COMMIT=69663f0bd4b60df09991c08812a60108003fa340 install -D -m 0755 $name $PKG/usr/bin/$name install -d -m 0755 $PKG/usr/share/man/man8 |