From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/sbctl/
Date: Fri, 2 Feb 2024 06:28:32 +0000 (UTC) [thread overview]
Message-ID: <1706854575.1404bae96d0ffc05360f115e14eed5b569ffaa41.andrewammerlaan@gentoo> (raw)
commit: 1404bae96d0ffc05360f115e14eed5b569ffaa41
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 08:59:25 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 2 06:16:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1404bae9
app-crypt/sbctl: add installkernel as optfeature
package installs /usr/lib/kernel/install.d/91-sbctl.install which will be
executed by systemd's kernel-install (i.e. if the systemd-kernel-install
flag is enabled).
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
app-crypt/sbctl/sbctl-0.11.ebuild | 7 ++++++-
app-crypt/sbctl/sbctl-0.12.ebuild | 7 ++++++-
app-crypt/sbctl/sbctl-0.13.ebuild | 9 +++++++--
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/app-crypt/sbctl/sbctl-0.11.ebuild b/app-crypt/sbctl/sbctl-0.11.ebuild
index 98476cfb9a1d..a6a4c9eaf55c 100644
--- a/app-crypt/sbctl/sbctl-0.11.ebuild
+++ b/app-crypt/sbctl/sbctl-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,3 +31,8 @@ src_unpack() {
src_install() {
emake PREFIX="${ED}/usr" install
}
+
+pkg_postinst() {
+ optfeature "automatically signing installed kernels with sbctl keys on each kernel installation" \
+ "sys-kernel/installkernel[systemd]"
+}
diff --git a/app-crypt/sbctl/sbctl-0.12.ebuild b/app-crypt/sbctl/sbctl-0.12.ebuild
index 6d78f5f02945..a6e253342933 100644
--- a/app-crypt/sbctl/sbctl-0.12.ebuild
+++ b/app-crypt/sbctl/sbctl-0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,3 +31,8 @@ src_unpack() {
src_install() {
emake PREFIX="${ED}/usr" install
}
+
+pkg_postinst() {
+ optfeature "automatically signing installed kernels with sbctl keys on each kernel installation" \
+ "sys-kernel/installkernel[systemd]"
+}
diff --git a/app-crypt/sbctl/sbctl-0.13.ebuild b/app-crypt/sbctl/sbctl-0.13.ebuild
index 6d78f5f02945..97f67663daf4 100644
--- a/app-crypt/sbctl/sbctl-0.13.ebuild
+++ b/app-crypt/sbctl/sbctl-0.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit go-module verify-sig
+inherit go-module optfeature verify-sig
DESCRIPTION="Secure Boot key manager"
HOMEPAGE="https://github.com/Foxboron/sbctl"
@@ -31,3 +31,8 @@ src_unpack() {
src_install() {
emake PREFIX="${ED}/usr" install
}
+
+pkg_postinst() {
+ optfeature "automatically signing installed kernels with sbctl keys on each kernel installation" \
+ "sys-kernel/installkernel[systemd]"
+}
next reply other threads:[~2024-02-02 6:28 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 6:28 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-20 23:56 [gentoo-commits] repo/gentoo:master commit in: app-crypt/sbctl/ John Helmert III
2024-12-02 0:47 John Helmert III
2024-12-02 0:47 John Helmert III
2024-12-02 0:47 John Helmert III
2024-08-31 6:47 John Helmert III
2024-07-28 2:39 Sam James
2024-05-11 17:23 John Helmert III
2024-04-21 22:26 John Helmert III
2024-04-01 13:50 Arthur Zamarin
2024-02-02 6:29 Andrew Ammerlaan
2023-12-25 21:25 John Helmert III
2023-10-25 18:19 John Helmert III
2023-07-22 16:30 John Helmert III
2023-07-22 16:30 John Helmert III
2023-03-26 17:00 John Helmert III
2023-03-26 17:00 John Helmert III
2023-03-26 17:00 John Helmert III
2022-12-31 23:53 John Helmert III
2022-10-01 20:25 John Helmert III
2022-08-05 22:06 John Helmert III
2022-08-02 16:55 John Helmert III
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1706854575.1404bae96d0ffc05360f115e14eed5b569ffaa41.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox