From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C1232C433F5 for ; Sun, 2 Jan 2022 04:06:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 25CCB605A6; Sun, 2 Jan 2022 04:06:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g1Wsk1ogxixP; Sun, 2 Jan 2022 04:06:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 4191E60DED; Sun, 2 Jan 2022 04:06:19 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id EAC001BF44A for ; Sun, 2 Jan 2022 04:06:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D01714024E for ; Sun, 2 Jan 2022 04:06:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=tkos.co.il Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n-pSR3Fk7Obw for ; Sun, 2 Jan 2022 04:06:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mx.tkos.co.il (guitar.tcltek.co.il [84.110.109.230]) by smtp4.osuosl.org (Postfix) with ESMTPS id D1E2040240 for ; Sun, 2 Jan 2022 04:06:13 +0000 (UTC) Received: from tarshish (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id 8136644053D; Sun, 2 Jan 2022 06:05:45 +0200 (IST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tkos.co.il; s=default; t=1641096354; bh=fLM8p9VkTeOE3qIvXngd6VuZeUnpBy+xplukICywzQs=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=Ff7k4cOewvrQ0Z2+9KPh9n/3J5Wf818j5bFPk28u3Gn7qdnZndykfA690KYjAWi9C k0rwRPWEsv1UNiuNErXCGrpMbaegL3RE6CPn43Wtdfpl+IzUbotvIpMt6k/zR4EFV3 /Cpf6rwLFrUvmVrMGK/DNGKbUuL8E4+BsPAmaLpiiJaC/IIE34mDejeGb1F/pEtFsn HZmUNTUVGuDLmaMhs73D0lEA7xJ7mKMro9+jtc+1Ks8VcdmHKvm4okCmETnqfysf0D NHV3I8PT6hZb/OPEM/LL6Hl0LKUXTV9xbGPmW0cTb4toiFaSv8woFH+26gTRInhXjv cUAV3CHmg4E5Q== References: <20220101223900.2970405-1-who+buildroot@cnackers.org> <20220101223900.2970405-2-who+buildroot@cnackers.org> User-agent: mu4e 1.6.10; emacs 27.1 To: Erik Larsson Date: Sun, 02 Jan 2022 06:04:26 +0200 In-reply-to: <20220101223900.2970405-2-who+buildroot@cnackers.org> Message-ID: <871r1qkcis.fsf@tarshish> MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 2/3] package/tpm2-tools: bump version to 5.2 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Baruch Siach via buildroot Reply-To: Baruch Siach Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hi Erik, On Sat, Jan 01 2022, Erik Larsson wrote: > Depedency on libuuid was removed in: > https://github.com/tpm2-software/tpm2-tools/commit/210b2d639c216df7fa68e38427b13b96edbf78fd > > Drop 0001-configure-make-build-gnu99.patch as it is in 5.2 > > Signed-off-by: Erik Larsson > --- > .../0001-configure-make-build-gnu99.patch | 30 ------------------- > package/tpm2-tools/Config.in | 2 -- > package/tpm2-tools/tpm2-tools.hash | 2 +- > package/tpm2-tools/tpm2-tools.mk | 4 +-- > 4 files changed, 3 insertions(+), 35 deletions(-) > delete mode 100644 package/tpm2-tools/0001-configure-make-build-gnu99.patch > > diff --git a/package/tpm2-tools/0001-configure-make-build-gnu99.patch b/package/tpm2-tools/0001-configure-make-build-gnu99.patch > deleted file mode 100644 > index 37ca6c5873..0000000000 > --- a/package/tpm2-tools/0001-configure-make-build-gnu99.patch > +++ /dev/null > @@ -1,30 +0,0 @@ > -From 521c3cc506b18c5c84d86e1e90d1daee39849b0c Mon Sep 17 00:00:00 2001 > -From: William Roberts > -Date: Mon, 8 Feb 2021 11:57:28 -0600 > -Subject: [PATCH] configure: make build gnu99 > - > -Signed-off-by: William Roberts > - > -[Retrieved from: > -https://github.com/tpm2-software/tpm2-tools/commit/521c3cc506b18c5c84d86e1e90d1daee39849b0c > -and updated to set gnu99 instead of c99 as done by > -https://github.com/tpm2-software/tpm2-tools/commit/5d0267428e96989afce406d096994ec5091ee107] > -Signed-off-by: Fabrice Fontaine > ---- > - configure.ac | 3 +++ > - 1 file changed, 3 insertions(+) > - > -diff --git a/configure.ac b/configure.ac > -index dc15b5595..25039a0d9 100644 > ---- a/configure.ac > -+++ b/configure.ac > -@@ -287,6 +287,9 @@ AC_DEFUN([add_c_flag], [ > - # -D_GNU_SOURCE is required for execvpe() in options.c > - add_c_flag([-D_GNU_SOURCE], [AC_MSG_ERROR([Cannot enable -D_GNU_SOURCE])]) > - > -+# Enable gnu99 mode, since we use some of these features. > -+add_c_flag([-std=gnu99], [AC_MSG_ERROR([Cannot enable -std=gnu99])]) > -+ > - # Best attempt compiler options that are on newer versions of GCC that > - # we can't widely enforce without killing other peoples builds. > - # Works with gcc only. Needs to be disabled on BSD and clang > diff --git a/package/tpm2-tools/Config.in b/package/tpm2-tools/Config.in > index 3be947648f..1a6698570a 100644 > --- a/package/tpm2-tools/Config.in > +++ b/package/tpm2-tools/Config.in > @@ -7,8 +7,6 @@ config BR2_PACKAGE_TPM2_TOOLS > select BR2_PACKAGE_LIBCURL > select BR2_PACKAGE_OPENSSL > select BR2_PACKAGE_TPM2_TSS > - select BR2_PACKAGE_UTIL_LINUX > - select BR2_PACKAGE_UTIL_LINUX_LIBUUID > help > TPM (Trusted Platform Module) 2.0 CLI tools based on system > API of TPM2-TSS. These tools can be used to manage keys, > diff --git a/package/tpm2-tools/tpm2-tools.hash b/package/tpm2-tools/tpm2-tools.hash > index bfb7e9b220..f50a896363 100644 > --- a/package/tpm2-tools/tpm2-tools.hash > +++ b/package/tpm2-tools/tpm2-tools.hash > @@ -1,3 +1,3 @@ > # Locally computed: > -sha256 e2802d4093a24b2c65b1f913d0f4c68eadde9b8fd8a9b7a3b17a6e50765e8350 tpm2-tools-4.3.2.tar.gz > +sha256 c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630 tpm2-tools-5.2.tar.gz > sha256 f6995d52c8b8e4d2c3bace7fc9c330a77a90d808166fbad4d7ead7e8ba2fc66c doc/LICENSE > diff --git a/package/tpm2-tools/tpm2-tools.mk b/package/tpm2-tools/tpm2-tools.mk > index 41f5bcf201..df5fbbfff4 100644 > --- a/package/tpm2-tools/tpm2-tools.mk > +++ b/package/tpm2-tools/tpm2-tools.mk > @@ -4,13 +4,13 @@ > # > ################################################################################ > > -TPM2_TOOLS_VERSION = 4.3.2 > +TPM2_TOOLS_VERSION = 5.2 > TPM2_TOOLS_SITE = https://github.com/tpm2-software/tpm2-tools/releases/download/$(TPM2_TOOLS_VERSION) > TPM2_TOOLS_LICENSE = BSD-3-Clause > TPM2_TOOLS_LICENSE_FILES = doc/LICENSE > TPM2_TOOLS_CPE_ID_VENDOR = tpm2-tools_project > TPM2_TOOLS_SELINUX_MODULES = tpm2 > -TPM2_TOOLS_DEPENDENCIES = libcurl openssl tpm2-tss host-pkgconf util-linux > +TPM2_TOOLS_DEPENDENCIES = libcurl openssl tpm2-tss host-pkgconf > # We're patching configure.ac > TPM2_TOOLS_AUTORECONF = YES You can also remove this AUTORECONF since you remove the configure.ac patch. baruch -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot