From patchwork Wed Jul 9 12:09:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8918 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bccHJ2vM2z3wnT for ; Wed, 9 Jul 2025 12:10:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bccHC3kCSz6wn for ; Wed, 9 Jul 2025 12:09:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bccHC1Sbfz34Jr for ; Wed, 9 Jul 2025 12:09:59 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bccH81m8jz34Bn for ; Wed, 9 Jul 2025 12:09:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bccH80LYPz83; Wed, 9 Jul 2025 12:09:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752062996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HcCEmnZsjE0/xp8N7qGMZmEPh1j5anOuQVkEIxPanQw=; b=B3P/RgvE6NAMTkQNSsxFm9FODOmfkz1P5I/h59ZQvaqY53H+aW9VqHBJQh7ifbumWgHn95 l72i1VwwLA5M+jBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752062996; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HcCEmnZsjE0/xp8N7qGMZmEPh1j5anOuQVkEIxPanQw=; b=toeaHNe5A+9XiYLWYgFhr/+j7lBRLPFObVNEbdNrfap88zmANx48+CNKY8NBkYRkDrN6TI 8FINBYNiUBSOs3p5J8JByirYsxCH8o86TVzmK+6Pv0xtfLBxZ24AlcGoFVj42GRJYiNlte WNHuDdIzIGWw3hs43/WqheR3X8Y4sxUQ+uke0RYiyC2pV0cg3RWiEe94QUxvou/s3E3gab PLh/EDxJ98hN7R2kMaI2PUDOfA1c0+tukMMziTeSf98Yy7fUY1kOuqTvIjKLm90lVF1v+J xk4mfffBxP3eU7C5b++LcsthdOhif8BnJ0G+BjhR46fxxyywMv4cGKJw9NPKoA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/4] libtpms: Add dist to lfs file Date: Wed, 9 Jul 2025 14:09:51 +0200 Message-ID: <20250709120952.210031-3-adolf.belka@ipfire.org> In-Reply-To: <20250709120952.210031-1-adolf.belka@ipfire.org> References: <20250709120952.210031-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- lfs/libtpms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lfs/libtpms b/lfs/libtpms index 1f87a236c..6116e9412 100644 --- a/lfs/libtpms +++ b/lfs/libtpms @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libtpms -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -58,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) b2 : $(subst %,%_BLAKE2,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, b2sum ###############################################################################