Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
criu
Commits:
29f88675 by Jelle van der Waa at 2025-02-07T20:50:00+01:00
Restore checkpoint/restore functionality on Linux 6.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = criu
pkgdesc = Utilities to checkpoint and restore processes in userspace
pkgver = 4.0
- pkgrel = 2
+ pkgrel = 3
url = https://criu.org
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=criu
pkgver=4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Utilities to checkpoint and restore processes in userspace'
arch=('x86_64')
url='https://criu.org'
@@ -51,6 +51,12 @@
source=("git+https://github.com/checkpoint-restore/criu#tag=v$pkgver")
sha512sums=('cdfaebfe37c2e1111383444a0575499bb4a6b7618a944921d8c2bfa7c2a72831557bc568f8457c70ea0d94b0e70549ed5f4d43134e0c58baa5ffab3c1b3e40c6')
b2sums=('4cf22e25a848007e5c7230aa1a60216f4ba98423be47442a00fd7d5c0079ac86901bfcd5c82d2ee7f4ab243bc1eb431328848317dc24c3c45d81250318bc9e21')
+prepare() {
+ cd "$pkgname"
+ # https://github.com/checkpoint-restore/criu/issues/2532
+ git cherry-pick -n 058572e91dea1d8ac9c345e69e08a58e8abfacbb
+}
+
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/criu/-/commit/29f886751e3f7fcd9a1c1dd735048082d51a3d2b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/criu/-/commit/29f886751e3f7fcd9a1c1dd735048082d51a3d2b
You're receiving this email because of your account on gitlab.archlinux.org.