ports/contrib (3.3): runc: updated to version 1.0.0-rc2
commit 004882287993782ae914f2c0d1a8c72b4b9ee70d Author: Matt Housh <jaeger@crux.ninja> Date: Sun Nov 20 14:35:58 2016 -0600 runc: updated to version 1.0.0-rc2 diff --git a/runc/.footprint b/runc/.footprint index 28cd156..e033d78 100644 --- a/runc/.footprint +++ b/runc/.footprint @@ -5,15 +5,19 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/runc-checkpoint.8.gz +-rw-r--r-- root/root usr/share/man/man8/runc-create.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-delete.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-events.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-exec.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-kill.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-list.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-pause.8.gz +-rw-r--r-- root/root usr/share/man/man8/runc-ps.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-restore.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-resume.8.gz +-rw-r--r-- root/root usr/share/man/man8/runc-run.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-spec.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-start.8.gz -rw-r--r-- root/root usr/share/man/man8/runc-state.8.gz +-rw-r--r-- root/root usr/share/man/man8/runc-update.8.gz -rw-r--r-- root/root usr/share/man/man8/runc.8.gz diff --git a/runc/.md5sum b/runc/.md5sum index e81ba45..396db35 100644 --- a/runc/.md5sum +++ b/runc/.md5sum @@ -1,2 +1,2 @@ -0346708e7c769a1862fb1a4b26fcdd8f runc-0.1.1.tar.xz -435c1fd4150ed5dcfb674f3f352a5e21 runc-man-pages-0.1.1.tar.xz +8921d6c148c48f6e143e9cec0faeb950 runc-1.0.0-rc2.tar.gz +d03d89e580d877f3505fde9f8a4e07c3 runc-man-pages-1.0.0-rc2.tar.xz diff --git a/runc/Pkgfile b/runc/Pkgfile index 85e00a7..c6f4626 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -4,9 +4,9 @@ # Depends on: go libseccomp name=runc -version=0.1.1 -release=2 -source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz \ +version=1.0.0-rc2 +release=1 +source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.gz \ http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz) build() {
participants (1)
-
crux@crux.nu