From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 20 Jul 2021 11:39:35 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m5mDv-0008As-EE for lore@lore.pengutronix.de; Tue, 20 Jul 2021 11:39:35 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m5mDv-00050J-1f; Tue, 20 Jul 2021 11:39:35 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5mDH-000500-UJ; Tue, 20 Jul 2021 11:38:55 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1m5mDH-0005ux-Lw; Tue, 20 Jul 2021 11:38:55 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Tue, 20 Jul 2021 11:38:50 +0200 Message-Id: <20210720093850.22644-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210719183053.3799-1-rhi@pengutronix.de> References: <20210719183053.3799-1-rhi@pengutronix.de> MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH 2/1] host-ptx-code-signing-dev: version bump 0.5.1 -> 0.6 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Version 0.6 sets up keys for the 'kernel-module' role. Signed-off-by: Roland Hieber --- Meant to be applied along with "[PATCH] kernel: add support for kernel module signing", but I forgot to include this in the series. https://lore.ptxdist.org/ptxdist/20210719183053.3799-1-rhi@pengutronix.de --- rules/host-ptx-code-signing-dev.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-ptx-code-signing-dev.make b/rules/host-ptx-code-signing-dev.make index edae444e14fb..b242d65fc1be 100644 --- a/rules/host-ptx-code-signing-dev.make +++ b/rules/host-ptx-code-signing-dev.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PTX_CODE_SIGNING_DEV) += host-ptx-code-signing-dev # # Paths and names # -HOST_PTX_CODE_SIGNING_DEV_VERSION := 0.5.1 -HOST_PTX_CODE_SIGNING_DEV_MD5 := 906e9638f50dabb46dc78e100fb0bda9 +HOST_PTX_CODE_SIGNING_DEV_VERSION := 0.6 +HOST_PTX_CODE_SIGNING_DEV_MD5 := 0c8b862d0976296f348358d8403a6a74 HOST_PTX_CODE_SIGNING_DEV := ptx-code-signing-dev-$(HOST_PTX_CODE_SIGNING_DEV_VERSION) HOST_PTX_CODE_SIGNING_DEV_SUFFIX := tar.gz HOST_PTX_CODE_SIGNING_DEV_URL := https://git.pengutronix.de/cgit/ptx-code-signing-dev/snapshot/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX) -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de