Skip to content
Snippets Groups Projects
Commit 12e5986b authored by Petr Vorel's avatar Petr Vorel Committed by alice
Browse files

testing/ima-evm-utils: upgrade to 1.5


Project primary git repository moved to github.

Signed-off-by: default avatarPetr Vorel <petr.vorel@gmail.com>
parent cc363a86
No related branches found
No related tags found
1 merge request!45718testing/ima-evm-utils: upgrade to 1.5
Pipeline #158864 canceled
# Contributor: Petr Vorel <petr.vorel@gmail.com>
# Maintainer: Petr Vorel <petr.vorel@gmail.com>
pkgname=ima-evm-utils
pkgver=1.4
pkgver=1.5
pkgrel=0
pkgdesc="Linux Integrity Measurement Architecture (IMA) Extended Verification Module (EVM) tools"
url="https://sourceforge.net/p/linux-ima/wiki/Home/"
url="https://github.com/mimizohar/ima-evm-utils"
arch="all"
license="LGPL-2.1-or-later"
makedepends="
attr-dev
asciidoc
attr-dev
autoconf
automake
bash
......@@ -23,8 +23,23 @@ makedepends="
tpm2-tss-dev
xxd
"
checkdepends="
bash
diffutils
e2fsprogs
e2fsprogs-extra
gawk
util-linux-misc
"
subpackages="$pkgname-libs $pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/ima-evm-utils-$pkgver.tar.gz"
source="https://github.com/mimizohar/ima-evm-utils/releases/download/v$pkgver/ima-evm-utils-$pkgver.tar.gz"
case "$CARCH" in
armv7)
# sign_verify signatures fail
options="$options !check"
;;
esac
prepare() {
default_prepare
......@@ -44,7 +59,10 @@ build() {
}
check() {
make check
make check || {
cat tests/test-suite.log
return 1
}
}
package() {
......@@ -52,5 +70,5 @@ package() {
}
sha512sums="
2fdf41470d88608162a084c4877ba17d531941b744bcb44dd4913e48ab2c2d131e0af3e3ead74c18748a5d46aced51213ebd7c13a5ee19050c28d54a26c011a3 ima-evm-utils-1.4.tar.gz
a1f0f2441dd1c41044f1b9a2151c53a02ed539dc1317950c4f8d72ec6340b2ac464bd572e6b0971bc2fe5dcc1842013f5698fe1bf2de92524ae0891c24daa417 ima-evm-utils-1.5.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment