From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 30 Mar 2022 09:27:45 +0200 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 1nZSk1-00BABA-S1 for lore@lore.pengutronix.de; Wed, 30 Mar 2022 09:27:45 +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 1nZSk4-0002Vs-I9; Wed, 30 Mar 2022 09:27:44 +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 1nZShz-00006h-Sy; Wed, 30 Mar 2022 09:25:35 +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.94.2) (envelope-from ) id 1nZShw-003wYQ-Gb; Wed, 30 Mar 2022 09:25:35 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nZShy-00Aier-EL; Wed, 30 Mar 2022 09:25:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 30 Mar 2022 09:25:34 +0200 Message-Id: <20220330072534.2554799-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220323110640.1124214-4-r.czerwinski@pengutronix.de> References: <20220323110640.1124214-4-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] optee-test: bump to 3.16.0, move from staging 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: Rouven Czerwinski 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 Thanks, applied as 034969695ee0871f70144023c7500cbc81977b32. Michael [sent from post-receive hook] On Wed, 30 Mar 2022 09:25:33 +0200, Rouven Czerwinski wrote: > Bump to 3.16.0 and remove it from staging since it now builds again with > newer gcc versions. > > Signed-off-by: Rouven Czerwinski > Message-Id: <20220323110640.1124214-4-r.czerwinski@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/optee-test.in b/rules/optee-test.in > index b6ef19cc0d83..ceb342bea1a6 100644 > --- a/rules/optee-test.in > +++ b/rules/optee-test.in > @@ -1,6 +1,4 @@ > -## SECTION=staging > -## old section: > -### SECTION=security > +## SECTION=security > > config OPTEE_TEST > tristate > @@ -12,6 +10,3 @@ config OPTEE_TEST > The optee_test git contains the source code for the TEE sanity > testsuite in Linux using the ARM(R) TrustZone(R) technology. It is > distributed under the GPLv2 and BSD 2-clause open-source licenses. > - > - STAGING: remove in ptxdist-2021.05.0 > - Old version that need to be updated. Fails to build with gcc >= 9.x. > diff --git a/rules/optee-test.make b/rules/optee-test.make > index 488e217a074c..c876a9611916 100644 > --- a/rules/optee-test.make > +++ b/rules/optee-test.make > @@ -16,8 +16,8 @@ endif > # > # Paths and names > # > -OPTEE_TEST_VERSION := 3.5.0 > -OPTEE_TEST_MD5 := e75893492a92ea835e8f7e22eaa9697e > +OPTEE_TEST_VERSION := 3.16.0 > +OPTEE_TEST_MD5 := 04b83cb243bb0f3a8dac1ce07556fced > OPTEE_TEST := optee-test-$(OPTEE_TEST_VERSION) > OPTEE_TEST_SUFFIX := tar.gz > OPTEE_TEST_URL := https://github.com/OP-TEE/optee_test/archive/$(OPTEE_TEST_VERSION).$(OPTEE_TEST_SUFFIX) _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de