mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
criu: update to 1.8.
This commit is contained in:
parent
07dfbbb789
commit
ecf4598199
2 changed files with 17 additions and 2 deletions
15
srcpkgs/criu/patches/fix-glibc-2.23.patch
Normal file
15
srcpkgs/criu/patches/fix-glibc-2.23.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
diff --git include/ptrace.h include/ptrace.h
|
||||||
|
index dfc5ecd..efea594 100644
|
||||||
|
--- include/ptrace.h
|
||||||
|
+++ include/ptrace.h
|
||||||
|
@@ -44,8 +44,10 @@ struct ptrace_peeksiginfo_args {
|
||||||
|
# define PTRACE_SETREGSET 0x4205
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#ifndef PTRACE_GETSIGMASK
|
||||||
|
#define PTRACE_GETSIGMASK 0x420a
|
||||||
|
#define PTRACE_SETSIGMASK 0x420b
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#ifndef PTRACE_SECCOMP_GET_FILTER
|
||||||
|
#define PTRACE_SECCOMP_GET_FILTER 0x420c
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'criu'
|
# Template file for 'criu'
|
||||||
pkgname=criu
|
pkgname=criu
|
||||||
version=1.7.2
|
version=1.8
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config protobuf-c protobuf python asciidoc xmlto"
|
hostmakedepends="pkg-config protobuf-c protobuf python asciidoc xmlto"
|
||||||
makedepends="libbsd-devel protobuf-c-devel protobuf-devel"
|
makedepends="libbsd-devel protobuf-c-devel protobuf-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2"
|
license="GPL-2, LGPL-2"
|
||||||
homepage="http://criu.org/"
|
homepage="http://criu.org/"
|
||||||
distfiles="http://download.openvz.org/criu/criu-$version.tar.bz2"
|
distfiles="http://download.openvz.org/criu/criu-$version.tar.bz2"
|
||||||
checksum=f5d377fd2a3c8824c592f6c27147cb4d37333ca0ce8b9c6e85a8b7cd8479b21d
|
checksum=d1d6693d23181b1cd7378d77c142e41bcac3cb2ae5c71ea4c5b7de01f65575bb
|
||||||
|
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
pycompile_module="pycriu"
|
pycompile_module="pycriu"
|
||||||
|
|
Loading…
Add table
Reference in a new issue