From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C10715800A for ; Thu, 20 Jul 2023 11:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E635E0895; Thu, 20 Jul 2023 11:33:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13DC7E0895 for ; Thu, 20 Jul 2023 11:33:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17BCE340824 for ; Thu, 20 Jul 2023 11:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78B57BE0 for ; Thu, 20 Jul 2023 11:33:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1689852737.b42e1af6cee762ebc65bcb3ef478615afa4cb0da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.13.3.1.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b42e1af6cee762ebc65bcb3ef478615afa4cb0da X-VCS-Branch: master Date: Thu, 20 Jul 2023 11:33:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3078f703-11be-48dd-b93d-da492cec5e62 X-Archives-Hash: 1199f646e2828eecb6f49e3c6abcac34 commit: b42e1af6cee762ebc65bcb3ef478615afa4cb0da Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jul 11 18:12:01 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jul 20 11:32:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42e1af6 sys-boot/refind: use secureboot.eclass to sign efi files Signed-off-by: Andrew Ammerlaan gentoo.org> sys-boot/refind/refind-0.13.3.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-boot/refind/refind-0.13.3.1.ebuild b/sys-boot/refind/refind-0.13.3.1.ebuild index 73f27787890e..327f17b7022b 100644 --- a/sys-boot/refind/refind-0.13.3.1.ebuild +++ b/sys-boot/refind/refind-0.13.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit toolchain-funcs secureboot DESCRIPTION="The UEFI Boot Manager by Rod Smith" HOMEPAGE="https://www.rodsbooks.com/refind/" @@ -39,6 +39,7 @@ pkg_setup() { export EFIARCH=x64 export BUILDARCH=x86_64 fi + secureboot_pkg_setup } src_prepare() { @@ -111,6 +112,8 @@ src_install() { dosbin "mkrlconf" dosbin "mvrefind" dosbin "refind-mkdefault" + + secureboot_auto_sign --in-place } pkg_postinst() {