From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Mar 2022 09:03:48 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nXevA-005Q7D-Vg for lore@lore.pengutronix.de; Fri, 25 Mar 2022 09:03:48 +0100 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 1nXevE-0008Ty-4l; Fri, 25 Mar 2022 09:03:48 +0100 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 1nXeuX-0008TX-OT; Fri, 25 Mar 2022 09:03:05 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1nXeuX-0008Oa-G5; Fri, 25 Mar 2022 09:03:05 +0100 Date: Fri, 25 Mar 2022 09:03:05 +0100 From: Michael Olbrich To: Rouven Czerwinski Message-ID: <20220325080305.GP9895@pengutronix.de> Mail-Followup-To: Rouven Czerwinski , ptxdist@pengutronix.de References: <20220323110640.1124214-1-r.czerwinski@pengutronix.de> <20220323110640.1124214-3-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220323110640.1124214-3-r.czerwinski@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 X-Uptime: 08:50:54 up 104 days, 16:36, 67 users, load average: 0.24, 0.13, 0.10 User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 3/4] optee-client: bump to 3.16.0 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: 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 Wed, Mar 23, 2022 at 12:06:39PM +0100, Rouven Czerwinski wrote: > Only a bump, no other adjustments necessary. So my check scripts complain because tee-supplicant has an rpath that does not exist: /usr/lib/tee-supplicant/plugins. It is used to load plugins from that directory (dlopen() uses the rpath if filename without path is used). I'm not sure how this should be handled. Do we need plugins at all? It seems optional. Add an option that should be selected by plugins? Are there any security implications? If necessary I'll just ignore this in my checks, but before I do that, I want to make sure that this is actually correct. Michael > Signed-off-by: Rouven Czerwinski > --- > rules/optee-client.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/optee-client.make b/rules/optee-client.make > index 7fbebf1f1..8edec8bd2 100644 > --- a/rules/optee-client.make > +++ b/rules/optee-client.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPTEE_CLIENT) += optee-client > # > # Paths and names > # > -OPTEE_CLIENT_VERSION := 3.5.0 > -OPTEE_CLIENT_MD5 := 2738729cb2457f2b4993ef6b91a6519d > +OPTEE_CLIENT_VERSION := 3.16.0 > +OPTEE_CLIENT_MD5 := d5fe83f6e7429ecc6961fbdaab1b6008 > OPTEE_CLIENT := optee-client-$(OPTEE_CLIENT_VERSION) > OPTEE_CLIENT_SUFFIX := tar.gz > OPTEE_CLIENT_URL := https://github.com/OP-TEE/optee_client/archive/$(OPTEE_CLIENT_VERSION).$(OPTEE_CLIENT_SUFFIX) > -- > 2.35.1 > > > _______________________________________________ > 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