From: Tycho Andersen Date: Wed, 2 Dec 2015 21:30:53 +0000 (-0700) Subject: c/r: bump criu version requirements X-Git-Tag: lxc-2.0.0.beta1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf5b3da1eb7db1f488e5d13aee592afdde7021c;p=thirdparty%2Flxc.git c/r: bump criu version requirements Since we're relying on 1.8 for the seccomp stuff, let's refuse to use anything lower than that. Signed-off-by: Tycho Andersen Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/criu.h b/src/lxc/criu.h index df6362577..9714d17ea 100644 --- a/src/lxc/criu.h +++ b/src/lxc/criu.h @@ -29,10 +29,10 @@ // We require either the criu major/minor version, or the criu GITID if criu // was built from git. -#define CRIU_VERSION "1.6" +#define CRIU_VERSION "1.8" -#define CRIU_GITID_VERSION "1.5" -#define CRIU_GITID_PATCHLEVEL 133 +#define CRIU_GITID_VERSION "1.7" +#define CRIU_GITID_PATCHLEVEL 371 struct criu_opts { /* The type of criu invocation, one of "dump" or "restore" */