Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libkrunfw
Commits:
d2e35dd6 by Sven-Hendrik Haase at 2026-02-02T16:13:10+01:00
upgpkg: 5.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libkrunfw
pkgdesc = A dynamic library bundling the guest payload consumed by
libkrun
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/containers/libkrunfw
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = libkrunfw
makedepends = python-pyelftools
makedepends = cpio
depends = glibc
- noextract = linux-6.12.34.tar.xz
+ noextract = linux-6.12.68.tar.xz
options = !debug
- source =
https://github.com/containers/libkrunfw/archive/refs/tags/v5.1.0/libkrunfw-5.1.0.tar.gz
- source =
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.34.tar.xz
- sha256sums =
569034918d24be694f1f96df930f115fe8ae942bb1884795f371ce8d6141390b
- sha256sums =
a7f3fe381f67eca4172e9b63efb61a14bd7f9e1278e03603d0ff5a93f270c24d
+ source =
https://github.com/containers/libkrunfw/archive/refs/tags/v5.2.0/libkrunfw-5.2.0.tar.gz
+ source =
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.68.tar.xz
+ sha256sums =
6e18d7862fa69d59892ef7daf688acc70e2bbe70c6047eede78f2ec6a6ac2275
+ sha256sums =
d367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7
pkgname = libkrunfw
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: hexchain <arch at hexchain.org>
pkgname=libkrunfw
# Check https://github.com/containers/libkrunfw/blob/main/Makefile#L1 for
kernel version
-_kver=6.12.34
-pkgver=5.1.0
+_kver=6.12.68
+pkgver=5.2.0
pkgrel=1
pkgdesc="A dynamic library bundling the guest payload consumed by libkrun"
url="https://github.com/containers/libkrunfw"
@@ -15,8 +15,8 @@
source=("https://github.com/containers/libkrunfw/archive/refs/tags/v$pkgver/$pkg
"https://cdn.kernel.org/pub/linux/kernel/v${_kver%%.*}.x/linux-${_kver}.tar.xz")
noextract=("linux-${_kver}.tar.xz")
options=(!debug) # suppress empty debug package
-sha256sums=('569034918d24be694f1f96df930f115fe8ae942bb1884795f371ce8d6141390b'
- 'a7f3fe381f67eca4172e9b63efb61a14bd7f9e1278e03603d0ff5a93f270c24d')
+sha256sums=('6e18d7862fa69d59892ef7daf688acc70e2bbe70c6047eede78f2ec6a6ac2275'
+ 'd367c7504bd4da520dd01eb08125d2d0ac088bc8af4cd56d236f2074dd4225b7')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/commit/d2e35dd6567410eac2e84e05ae7aa4454d8c9f5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkrunfw/-/commit/d2e35dd6567410eac2e84e05ae7aa4454d8c9f5e
You're receiving this email because of your account on gitlab.archlinux.org.