aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2023-01-29 20:23:14 +0100
committerMichał Polański <michal@polanski.me>2023-01-29 20:26:36 +0100
commit97c1d77711fc27b996265128a55748c2ca6ff974 (patch)
tree115982f4d38b2b8016370b7e0e63c377404fc269
parent3098b36e34a85eebaf1f94a379f80abd538a2081 (diff)
testing/clevis: upgrade to 19
-rw-r--r--testing/clevis/APKBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/testing/clevis/APKBUILD b/testing/clevis/APKBUILD
index f6c9af9023d..25d25ff846b 100644
--- a/testing/clevis/APKBUILD
+++ b/testing/clevis/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=clevis
-pkgver=18
-pkgrel=1
+pkgver=19
+pkgrel=0
pkgdesc="Pluggable framework for automated decryption"
url="https://github.com/latchset/clevis"
license="GPL-3.0-or-later WITH OpenSSL-Exception"
@@ -20,20 +20,17 @@ makedepends="
udisks2-dev
luksmeta-dev
"
-checkdepends="jq tang"
+checkdepends="jq keyutils tang"
subpackages="
$pkgname-dbg
$pkgname-doc
$pkgname-bash-completion
"
-source="https://github.com/latchset/clevis/archive/v$pkgver/clevis-$pkgver.tar.gz
- musl.patch
- $pkgname-openssl3.patch::https://github.com/latchset/clevis/commit/ee1dfedb9baca107e66a0fec76693c9d479dcfd9.patch
- "
+source="https://github.com/latchset/clevis/archive/v$pkgver/clevis-$pkgver.tar.gz"
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
@@ -45,7 +42,5 @@ package() {
}
sha512sums="
-19b6743ff61ff7e29699bbc3fb69dfa31567a37ab824629330b57c92aa89b70759d63c1770be68d4525681ec9ba56d980cae2bb1cdeee6192992ede449a0e4ff clevis-18.tar.gz
-3ba68e896b58040eaddc50dcdf9fa9a42c0348be4bc9c96d09061563a608b9f77edf21cf159d45ccd95954625496cd3645acccaed8642b360f632201b9a28fd0 musl.patch
-5ce96e4bc0a7249bcdfb7a64e0f0f1baaaaa218e889e42c1e919de1f7618b09224346ef0c4a56a34ef18bf171216215d7400fcdbe2d496f20945f37e04508295 clevis-openssl3.patch
+dee19354c908c3843fc295a84b431780d5d6062c77766ee7ce9550636d3623d92b0cd1f6d4c40d57bef14debddc161da2b72289a5d6185cdd17b09a1ef67409a clevis-19.tar.gz
"