runc: updated to version 1.1.10

This commit is contained in:
Matt Housh 2023-11-04 17:09:18 -05:00
parent 8f06ec3b43
commit 2edd8f1677
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/NIY6cEOsZopA81/znML3cOQuDS8vxnGFqiwUhUzK7q/KRV7YdwJEy+ZW0JA+bpJcAjY5Dc0I5RPyej20ew2go=
SHA256 (Pkgfile) = a36de1d37bdc926fe79dd16b905c4cd08d97423adcd60c619fa1c9f32a8927f5
RWSagIOpLGJF38VQJ1WdRzQYs9/wwhAfRgK0wYR/Z4C261eFIw7iO8svLrpV+fBLVrkZjuKwjjN5qSe26D6zJ4WhXdgfEKNmVgc=
SHA256 (Pkgfile) = 5ae15adbb4132744cec0f1a7f77e8342ff31c4792c1414b0ef4dd506c104f8c9
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-1.1.9.tar.gz) = 509993674481aad7e14aedfb280e0eb160f3a34c0b77e2e98c4b3c0b1df76894
SHA256 (runc-man-pages-1.1.9.tar.xz) = 1e43677a76082991b731d4f9c8132cec3b14165d2e60c80af0110e219064d312
SHA256 (runc-1.1.10.tar.gz) = e26ae522d09b253b64a30b4e4d233988c988f7588178308b51da7aec927df47b
SHA256 (runc-man-pages-1.1.10.tar.xz) = 311f60e2140889724bbb6968bef137fe99ef1ccb77c1e35851b2061cd70a6377

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git
name=runc
version=1.1.9
version=1.1.10
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=860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
make COMMIT=18a0cb0f32bcac2ecc9a10f327d282759c144dab
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8