runc: update to 1.1.5

This commit is contained in:
Victor Tebar
2023-04-01 21:58:00 +00:00
parent eb7eff1eff
commit eb664c819e
3 changed files with 7 additions and 9 deletions

View File

@@ -1,2 +1 @@
ae8e2ac9335b8606eeccd2e7c031350a runc-1.1.4.tar.gz
648235b762cbcff9cc40e3d8bb46241e runc-man-pages-1.1.4.tar.xz
417bd84c5c9374fc4b88a0a531859e88 runc-1.1.5.tar.gz

View File

@@ -1,4 +1,4 @@
runc-1.1.4-1
runc-1.1.5-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/runc

View File

@@ -3,10 +3,9 @@
# depends : go libseccomp
name=runc
version=1.1.4
version=1.1.5
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"
source="https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz"
build() {
mkdir -pv src/github.com/opencontainers
@@ -19,7 +18,7 @@ build() {
make COMMIT=5fd4c4d144137e991c4acebb2146ab1483a97925
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8
install -m 0644 $SRC/man8/* $PKG/usr/share/man/man8/
}
make man
make install-man PREFIX=$PKG/usr
}