runc: updated to version 1.1.7

This commit is contained in:
Matt Housh 2023-05-10 00:40:40 -05:00
parent 4a0275e534
commit 759fb20367
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31cC3EqnKIaa1ZSyucPo/YV+fcX62rdVuJm3vJcb5DdIOyAyqM2oZtd/RQ+IPGlDTvEl1WCD5YPwrtN526gpmAE= RWSagIOpLGJF35vb+5g9sg5eMTmHTxPtCI90JihCZGp/G9KzzgNqWfT/3vo/V69HSIMLTNpycXgvA3qXrTi+sORwLNzNX24pCwU=
SHA256 (Pkgfile) = 1b53ce9c4339f39abf7588b9a0de2f4932aac583b907e512bd034fde0e23e6dc SHA256 (Pkgfile) = 8ec67f3fa5fcf631a5b7aaf99d8fe6cc4cf9ea1fd20d1b0d3c7851c03e76fff1
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-1.1.6.tar.gz) = 1401d11f8543af6c4fd5f9c7654ffb3ad21f89ea86be74dba481213c2afb6af3 SHA256 (runc-1.1.7.tar.gz) = f1885d6dfa188f8112328ac2355e5d67346174a2e2e795ec514a972bcbfcc2fa
SHA256 (runc-man-pages-1.1.6.tar.xz) = 74907c2e636a06954c36555338989b9ebb7985cc9c545a251f913de1e025c4d7 SHA256 (runc-man-pages-1.1.7.tar.xz) = 6a0f413702658e19ece4c4f67ec7be4b8c4bc34423177ddd120bcac93374fce2

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git # Depends on: go libseccomp git
name=runc name=runc
version=1.1.6 version=1.1.7
release=1 release=1
source=(https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz \ 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) http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz)
@ -17,7 +17,7 @@ build() {
export GOPATH=$SRC export GOPATH=$SRC
export BUILDTAGS="seccomp" export BUILDTAGS="seccomp"
# use the long commit hash here # use the long commit hash here
make COMMIT=0f48801a0e21e3f0bc4e74643ead2a502df4818d make COMMIT=860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
install -D -m 0755 $name $PKG/usr/bin/$name install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8 install -d -m 0755 $PKG/usr/share/man/man8