runc: updated to version 1.1.3

This commit is contained in:
Matt Housh 2022-06-11 12:25:56 -05:00
parent a66358dc26
commit 639b6b6ba7
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36HSzovKxXPAdznquhbOfirwLLQvtcgC3kt8l0df5m4Ox3A9P2v6iJfiK1CbxLIN1dwX5xYdQ85lqYtA1U/++wg=
SHA256 (Pkgfile) = 159ef586f7d0b3e5e251486dc8a9aa34263260fbccf255c8ad1a372b176e3de0
RWSagIOpLGJF357BYZOWSRXrxZuOrXQG6Hvs8OIHBYNko5IEUZTz7HBIObQtTWYfBPTUdmPwZsflCxHKvKDBC/qLJdcpkMHkbA8=
SHA256 (Pkgfile) = 36f02a97a93c52f6fb01950acc44d1fb59da42fb6febe36517c02dece66e2036
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-1.1.2.tar.gz) = 0ccce82b1d9c058d8fd7443d261c96fd7a803f2775bcb1fec2bdb725bc7640f6
SHA256 (runc-man-pages-1.1.2.tar.xz) = deb51accd06c4b47652507f2353f5ca267c751c23150440264bfa4fd761f2c39
SHA256 (runc-1.1.3.tar.gz) = fc1c70e095d662e38a5889bc6de41857762ce022caaf8be2852663198c533a63
SHA256 (runc-man-pages-1.1.3.tar.xz) = 0c1c8721dd52c5492d5351ca49f2682c740884dba09522ec6c14ba737c188b96

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git
name=runc
version=1.1.2
version=1.1.3
release=1
source=(https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz \
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=a916309fff0f838eb94e928713dbc3c0d0ac7aa4
make COMMIT=6724737f999df9ee0d8ca5c6d7b81f97adc34374
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8