summaryrefslogtreecommitdiff
path: root/runc
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2016-12-06 23:09:57 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2016-12-06 23:09:57 +0100
commit693a7221107c5fb2b572b07f28eea73c39c5ca2f (patch)
tree564a7a1bc52b7ca87236386f03a2a28349abbf61 /runc
parent32373a14702ef40efc02e233cf92378185b956f3 (diff)
parent1bccd5b5b1062ea09967f1cebb1553d1af324532 (diff)
downloadcontrib-693a7221107c5fb2b572b07f28eea73c39c5ca2f.tar.gz
contrib-693a7221107c5fb2b572b07f28eea73c39c5ca2f.tar.xz
Merge branch '3.2' into 3.3
Diffstat (limited to 'runc')
-rw-r--r--runc/.footprint4
-rw-r--r--runc/.md5sum4
-rw-r--r--runc/Pkgfile6
3 files changed, 9 insertions, 5 deletions
diff --git a/runc/.footprint b/runc/.footprint
index 28cd15684..e033d780a 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 e81ba45d4..396db357c 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 85e00a799..c6f4626d6 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() {

Generated by cgit