* update criu to 3.18-3

This commit is contained in:
Alexander Baldeck 2024-09-11 08:35:24 +02:00
parent 1f3728b255
commit a19abf0548
2 changed files with 40 additions and 0 deletions

35
criu/.SRCINFO Normal file
View File

@ -0,0 +1,35 @@
pkgbase = criu
pkgdesc = Utilities to checkpoint and restore processes in userspace
pkgver = 3.19
pkgrel = 1
url = https://criu.org
arch = x86_64
license = GPL-2.0-only
license = LGPL-2.1-only
makedepends = asciidoc
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = xmlto
depends = gcc-libs
depends = glibc
depends = gnutls
depends = libbpf
depends = libbsd
depends = libdrm
depends = libnet
depends = libnl
depends = nftables
depends = protobuf-c
depends = python
depends = python-protobuf
provides = libcompel.so
provides = libcriu.so
options = !lto
source = git+https://github.com/checkpoint-restore/criu#tag=v3.19
sha512sums = f38581b5709e4057f35f36ece46be4b122509e466b6daff4a413efd9b23582d7b35daee43bfbd292524683f6c57cd51994caaabf3f53c1e6dacf29c070276cd3
b2sums = da93a2358346490c364cda5e26ea5618ad68bf0984481d2e58d6d08fb42370cc4c38a2c354f1eaf099764a95df59df54b4ee9ffea8c1be5c25d27d8d2d27c250
pkgname = criu

5
criu/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[criu]
source = "git"
git = "https://github.com/checkpoint-restore/criu"
prefix = "v"
include_regex = '^v[0-9]+\.[0-9]+(\.[0-9]+)?$'