From 62a399ce9e946186a8f9ef8ca9f8a25424d9e595 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 30 May 2021 14:08:25 +0200 Subject: [PATCH] vboot-utils: update to 92.13982. --- srcpkgs/vboot-utils/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template index 591697d20cf49f..450e78596f6100 100644 --- a/srcpkgs/vboot-utils/template +++ b/srcpkgs/vboot-utils/template @@ -1,7 +1,7 @@ # Template file for 'vboot-utils' pkgname=vboot-utils -version=89.13729 -revision=2 +version=92.13982 +revision=1 _version=${version/./-} archs="x86_64* i686* aarch64* arm*" create_wrksrc=yes @@ -13,8 +13,9 @@ short_desc="Verified boot kernel utilities" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git" -distfiles="https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git/+archive/refs/heads/release-R${_version}.B.tar.gz" -checksum=@3d8edd7e3a1672b29f02d93c4cf89f19ad7477694968b0653aa968783c8ba3e6 +# Using github mirror because upstream does not have stable checksums. +distfiles="https://github.com/coreboot/vboot/archive/refs/heads/release-R${_version}.B.tar.gz" +checksum=84ce04a9a65c4ec3f08fcf76576a0decde38c72596e350b2bd95dfc95b05f62f # 2crypto specifies a section for some variables, which lead to text relocations in the binary # let's play it safe and disable PIE nopie=yes