testing/kpatch: upgrade to 0.9.10

This commit is contained in:
Nicolas Lorin 2025-01-21 19:37:21 +01:00 committed by Patrycja Rosa
parent ce36a3f574
commit 4dc9227889
2 changed files with 14 additions and 2 deletions
testing/kpatch

View file

@ -0,0 +1,10 @@
--- a/kpatch-build/create-kpatch-module.c 2025-01-21 17:38:20.000000000 +0100
+++ b/kpatch-build/create-kpatch-module.c.new 2025-01-21 19:34:37.220704831 +0100
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <libgen.h>
#include <argp.h>
+#include <limits.h>
#include "log.h"
#include "kpatch-elf.h"

View file

@ -1,7 +1,7 @@
# Contributor: Nicolas Lorin <androw95220@gmail.com>
# Maintainer: Nicolas Lorin <androw95220@gmail.com>
pkgname=kpatch
pkgver=0.9.9
pkgver=0.9.10
pkgrel=0
pkgdesc="live kernel patching"
url="https://github.com/dynup/kpatch"
@ -18,6 +18,7 @@ makedepends="argp-standalone"
options="!check"
subpackages="kpatch-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dynup/kpatch/archive/v$pkgver.tar.gz
01-musl.patch
02-argp.patch
03-ppc64.patch
"
@ -35,7 +36,8 @@ package() {
}
sha512sums="
2e1fd4ee11cbbe0f0838023e13547a58f352ea7a35e257b651fdcccd04de3ddfc418ae0c658a3fd8c26e43c549ae17df935f28acc0c32f0865831796795a4ca9 kpatch-0.9.9.tar.gz
d27f0e92d93539cc6ae6137419a99d124e5e2dba8bfbf67d15b0bf89230d2e92584c974ccae6932ce7a02460d73da9d46806e9104ee019ea3c6d3cfe8658be83 kpatch-0.9.10.tar.gz
92c69799af9b1179678d615d49780103f57c8027f34c9dd6cbacf703acd14ae0c3ae244624466d713d5027fb6d51b9f213fbeb93d00f2c7f441142108fb34ac1 01-musl.patch
69b05b0941e40189b246159de4faafdf78527b4f08d6b28e82eabae0f3e10935adcdf237b0ff402dd1bc9e6cc96315f3e65438c7a827246da5c3a119d4fc207b 02-argp.patch
99256fd74ffa98d00bc614115b1acb3d7f4d829b641cc4e46a342cd4bfdb97fb1197888ca438c0562881f2382a6e7d2dd6995cf8d24915d261385dcea95df27f 03-ppc64.patch
"