diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-08-17 19:03:28 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-08-17 19:03:28 -0500 |
commit | 5897c7d9a7db1c3bd378764528e59e77d00f5fc5 (patch) | |
tree | cf281ad4d7c74c6152018e78e8af22ec389ac0ad /runc | |
parent | 61ab6e5cdf790dac68df7fff5fdeedd25ba5e0f0 (diff) | |
download | contrib-5897c7d9a7db1c3bd378764528e59e77d00f5fc5.tar.gz contrib-5897c7d9a7db1c3bd378764528e59e77d00f5fc5.tar.xz |
runc: updated to version 425e105
Diffstat (limited to 'runc')
-rw-r--r-- | runc/.signature | 8 | ||||
-rw-r--r-- | runc/Pkgfile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/runc/.signature b/runc/.signature index 462fcf61b..2aa5ec4f6 100644 --- a/runc/.signature +++ b/runc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35eA3b3MAbVIYqDvqWE1WT07WANLscwpmK89QxqG0KeCIbVRxYRAz1KaG556VOPy4vd8kn6I66FqQgVITEwvxww= -SHA256 (Pkgfile) = 0aaa52b09c65852e5c03862d3c3b2225a4624f5940f7ec9cd1dac697dd1c8799 +RWSagIOpLGJF34EMgiTWlnWxtT2HWwkuT90iHfrkxXHS7/oggXFMVWvgTT0n392bL3f68Mafw3vOuX1DproSEEUKl/kYyXSoUwc= +SHA256 (Pkgfile) = a3dee701d2bf71179bf76969e6483131d84964d657fc9837bbf83b08bd865260 SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 -SHA256 (runc-2b18fe1.tar.xz) = c6d3b0e231ca003758010fcf636fdaea2460da9f3221b859744769e93c3052f9 -SHA256 (runc-man-pages-2b18fe1.tar.xz) = d4e635faff6a6b3b915baa4c02be32c1949e2d54221d6bf1c244c7eca3e787d5 +SHA256 (runc-425e105.tar.xz) = 2106882623417169dd86743e968789a9ae1400c540ea69743b7db7754fbe959e +SHA256 (runc-man-pages-425e105.tar.xz) = 569f7986a3f9998d000c5afd28235f158f872f24661d6e1aa00608ad8a12515f diff --git a/runc/Pkgfile b/runc/Pkgfile index f6ef1ff04..daaf05496 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -4,8 +4,8 @@ # Depends on: go libseccomp git name=runc -version=2b18fe1 -release=2 +version=425e105 +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=2b18fe1d885ee5083ef9f0838fee39b62d653e30 + make COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f install -D -m 0755 $name $PKG/usr/bin/$name install -d -m 0755 $PKG/usr/share/man/man8 |