From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 16 Jun 2021 18:02:04 +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 1ltXzQ-0002vd-NI for lore@lore.pengutronix.de; Wed, 16 Jun 2021 18:02:04 +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 1ltXzQ-0000kz-B9; Wed, 16 Jun 2021 18:02:04 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltXzG-0000kr-Sh for ptxdist@pengutronix.de; Wed, 16 Jun 2021 18:01:54 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ltXzG-0000yf-JB for ptxdist@pengutronix.de; Wed, 16 Jun 2021 18:01:54 +0200 Date: Wed, 16 Jun 2021 18:01:54 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Message-ID: <20210616160154.3r6mzg7xic73livg@pengutronix.de> References: <20210607130909.4836-1-rhi@pengutronix.de> <20210607130909.4836-5-rhi@pengutronix.de> <20210611121842.GH839947@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210611121842.GH839947@pengutronix.de> User-Agent: NeoMutt/20180716 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 Fri, Jun 11, 2021 at 02:18:42PM +0200, Michael Olbrich wrote: > 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. If you mean the MANPAGE_DOCBOOK_XSL configure variable, I didn't get that to work, so I just expanded the "remove docs" patch in v2. - Roland > > 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 > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://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