From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 11 Jun 2021 14:19:19 +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 1lrg87-00061F-Px for lore@lore.pengutronix.de; Fri, 11 Jun 2021 14:19:19 +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 1lrg87-0006Hg-Bl; Fri, 11 Jun 2021 14:19:19 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lrg7W-0006HY-So for ptxdist@pengutronix.de; Fri, 11 Jun 2021 14:18:42 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lrg7W-0007XD-CE for ptxdist@pengutronix.de; Fri, 11 Jun 2021 14:18:42 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lrg7W-007gzf-BV for ptxdist@pengutronix.de; Fri, 11 Jun 2021 14:18:42 +0200 Date: Fri, 11 Jun 2021 14:18:42 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Message-ID: <20210611121842.GH839947@pengutronix.de> Mail-Followup-To: ptxdist@pengutronix.de References: <20210607130909.4836-1-rhi@pengutronix.de> <20210607130909.4836-5-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210607130909.4836-5-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 5/7] ima-evm-utils: version bump 1.1 -> 1.2.1 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 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 On Mon, Jun 07, 2021 at 03:09:07PM +0200, Roland Hieber wrote: > The tarball does not include a configure script, generate it in the > extract.post stage. > > Based on a patch by Marc Kleine-Budde. > > Cc: Marc Kleine-Budde > Signed-off-by: Roland Hieber > --- > patches/ima-evm-utils-1.2.1/autogen.sh | 1 + > rules/ima-evm-utils.make | 7 ++++--- > 2 files changed, 5 insertions(+), 3 deletions(-) > create mode 120000 patches/ima-evm-utils-1.2.1/autogen.sh > > diff --git a/patches/ima-evm-utils-1.2.1/autogen.sh b/patches/ima-evm-utils-1.2.1/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/ima-evm-utils-1.2.1/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/rules/ima-evm-utils.make b/rules/ima-evm-utils.make > index eda5ad8a2883..82c5641e3776 100644 > --- a/rules/ima-evm-utils.make > +++ b/rules/ima-evm-utils.make > @@ -1,7 +1,7 @@ > # -*-makefile-*- > # > # Copyright (C) 2013 by Michael Grzeschik > -# 2015 by Marc Kleine-Budde > +# 2015, 2020 by Marc Kleine-Budde > # 2021 Roland Hieber, Pengutronix > # > # For further information about the PTXdist project and license conditions > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_IMA_EVM_UTILS) += ima-evm-utils > # > # Paths and names > # > -IMA_EVM_UTILS_VERSION := 1.1 > -IMA_EVM_UTILS_MD5 := 77455aeee54fdc7a70c733bcb65d33cc > +IMA_EVM_UTILS_VERSION := 1.2.1 Why 1.2.1? It's two years old and the latest release is 1.3.1. There are patches for the old version. Building can fail with: make[2]: Entering directory '.../build-host/ima-evm-utils-1.2.1' asciidoc -d manpage -b docbook -o evmctl.1.xsl README /bin/bash: asciidoc: command not found Upstream has a Patch to make building the docs optional. Michael > +IMA_EVM_UTILS_MD5 := 78dc33816ec7a73a4d73153375ac53e5 > IMA_EVM_UTILS := ima-evm-utils-$(IMA_EVM_UTILS_VERSION) > IMA_EVM_UTILS_SUFFIX := tar.gz > IMA_EVM_UTILS_URL := $(call ptx/mirror, SF, linux-ima/ima-evm-utils/$(IMA_EVM_UTILS).$(IMA_EVM_UTILS_SUFFIX)) > @@ -35,6 +35,7 @@ IMA_EVM_UTILS_LICENSE_FILES := \ > IMA_EVM_UTILS_CONF_TOOL := autoconf > IMA_EVM_UTILS_AUTOCONF := \ > $(CROSS_AUTOCONF_USR) \ > + --enable-openssl-conf \ > --disable-debug > > # ---------------------------------------------------------------------------- > -- > 2.29.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de