runc: updated to version 1.1.13

This commit is contained in:
Matt Housh 2024-08-18 14:19:09 -05:00
parent ed40352ca8
commit 9c82ded3bf
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
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
RWSagIOpLGJF37zY9wgeBZAtQK+06e3+ie6i/YE07stA9DKyRMIP0mx77KKnDtlTib3dKjQ/KlRfK+5KI5LFMfLTycBWbZY/GQI= RWSagIOpLGJF31nVe81hQBChbQHsF3qtP/KqzEQkEtU+I+bSjr2fcD7S/ayaOt34KeeP1okN3rji3Zx1QXcT7uQzLnL3+v0zIAg=
SHA256 (Pkgfile) = df832098caa0e3aff702bde4639382ae818a80a9948c2bd6aeb5aff9f312a2d1 SHA256 (Pkgfile) = 841cf487017d45e16d00b09f1e62dac64789a0c679828c9c3083d17d573d0cde
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-1.1.12.tar.gz) = be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208 SHA256 (runc-1.1.13.tar.gz) = 789d5749a08ef1fbe5d1999b67883206a68a4e58e6ca0151c411d678f3480b25
SHA256 (runc-man-pages-1.1.12.tar.xz) = 0111d774aeed4b0d1f14b711b5a4c8053bafeca0568f368ff14b61c9ad7e47af SHA256 (runc-man-pages-1.1.13.tar.xz) = 05dc846f123421c3ce3105d751757bd4c8f855475763a043645aac4c86cf2dc9

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git # Depends on: go libseccomp git
name=runc name=runc
version=1.1.12 version=1.1.13
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 \
https://crux.nu/files/$name-man-pages-$version.tar.xz) https://crux.nu/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=51d5e94601ceffbbd85688df1c928ecccbfa4685 make COMMIT=58aa9203c123022138b22cf96540c284876a7910
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