forked from ports/contrib
runc: updated to version 3f2f8b8
This commit is contained in:
parent
86aa9db520
commit
fc57c15a5d
@ -1,2 +1,2 @@
|
||||
2d27f98356106ea53494e668a5c5b7a9 runc-9c2d8d1.tar.xz
|
||||
f56d7677fe1357df467a7695c5ecfe89 runc-man-pages-9c2d8d1.tar.xz
|
||||
5d0cdbaee3790d80b7ccd44a45e31a8e runc-3f2f8b8.tar.xz
|
||||
60e1f296f8540595d0a28f89460025ae runc-man-pages-3f2f8b8.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+zvvEwLYHxa1QNMT27dRiBF/vOuLS8fKdH63vVUoA1628TO+0XNH2RSXbw3rOKt0KcVDpl0k2ubSvAuzukEMws=
|
||||
SHA256 (Pkgfile) = f1efe05ad87d23b4464437e4a7e331d3fac72edc34bf5a9f448b3090eec6a579
|
||||
RWSagIOpLGJF38j1I5N10TmGDv7UWhklNZI0Ak021z9MzZDVD/3CgTC5XWa8SH6xwy7CBAscKOlcxoF5mJOKlfPFODMfVmzpTAQ=
|
||||
SHA256 (Pkgfile) = 870e3fddfce7dbfcbe0071664cac65e04717677ced0f2c82668d493278b21a7a
|
||||
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
|
||||
SHA256 (runc-9c2d8d1.tar.xz) = 4f1e0fa618310a9488b768daedb40bbbde7eb3d50a684142cc0b30a2e1f17130
|
||||
SHA256 (runc-man-pages-9c2d8d1.tar.xz) = ac5123de2c84ebda9034d7f4516eb9d8ad72b67e05bd956edbeaef88932fdcb3
|
||||
SHA256 (runc-3f2f8b8.tar.xz) = 5338851aae6cbc47afabda96970302e8010b0446d2213d5561d116f7b8cad7e0
|
||||
SHA256 (runc-man-pages-3f2f8b8.tar.xz) = b71fd2ce7238e6129230a81b45534feadf8c9850c007bf971a23f4c3514905e3
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: go libseccomp
|
||||
|
||||
name=runc
|
||||
version=9c2d8d1
|
||||
version=3f2f8b8
|
||||
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)
|
||||
@ -12,11 +12,12 @@ source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz \
|
||||
build() {
|
||||
mkdir -pv src/github.com/opencontainers
|
||||
cd src/github.com/opencontainers
|
||||
ln -sf $SRC/$name-$version
|
||||
cd $name-$version
|
||||
ln -sf $SRC/$name-$version $name
|
||||
cd $name
|
||||
export GOPATH=$SRC
|
||||
export BUILDTAGS="seccomp"
|
||||
# use the long commit hash here
|
||||
make COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
|
||||
make COMMIT=3f2f8b84a77f73d38244dd690525642a72156c64
|
||||
|
||||
install -D -m 0755 $name $PKG/usr/bin/$name
|
||||
install -d -m 0755 $PKG/usr/share/man/man8
|
||||
|
Loading…
x
Reference in New Issue
Block a user