All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] lz4: remove rest of ptest artifacts
@ 2021-08-27  2:09 Armin Kuster
  2021-08-27 10:58 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2021-08-27  2:09 UTC (permalink / raw)
  To: openembedded-core

Commit: 953f6d9a71 lz4: remove ptest changes

missed removing the run-ptest file

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-support/lz4/files/run-ptest | 43 ------------------------
 meta/recipes-support/lz4/lz4_1.9.3.bb    |  2 +-
 2 files changed, 1 insertion(+), 44 deletions(-)
 delete mode 100644 meta/recipes-support/lz4/files/run-ptest

diff --git a/meta/recipes-support/lz4/files/run-ptest b/meta/recipes-support/lz4/files/run-ptest
deleted file mode 100644
index d3bfc49f1c..0000000000
--- a/meta/recipes-support/lz4/files/run-ptest
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-cd testsuite
-
-echo -n "---- test-lz4 ----"
-make -C tests test-lz4  > /dev/null 2>&1
-
-if [ $? -eq 0 ]; then
-  echo "PASS"
-else
-  echo "FAIL"
-fi
-
-echo -n "---- test-fasttest ----"
-make -C tests test-fasttest  > /dev/null 2>&1
-if [ $? -eq 0 ]; then
-  echo "PASS"
-else
-  echo "FAIL"
-fi
-
-echo -n "---- test-frametest ----"
-make -C tests test-frametest > /dev/null 2>&1
-if [ $? -eq 0 ]; then
-  echo "PASS"
-else
-  echo "FAIL"
-fi
-
-echo -n "---- test-fullbench ----"
-make -C tests test-fullbench >  /dev/null 2>&1
-if [ $? -eq 0 ]; then
-  echo "PASS"
-else
-  echo "FAIL"
-fi
-
-echo -n "---- test-fuzzer ----"
-make -C tests test-fuzzer >  /dev/null 2>&1
-if [ $? -eq 0 ]; then
-  echo "PASS"
-else
-  echo "FAIL"
-fi
diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
index 3905ef7dbc..74f6743b91 100644
--- a/meta/recipes-support/lz4/lz4_1.9.3.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
@@ -13,7 +13,7 @@ PE = "1"
 SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
 
 SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
-           file://run-ptest \
+           file://CVE-2021-3520.patch \
            "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [master][PATCH] lz4: remove rest of ptest artifacts
  2021-08-27  2:09 [master][PATCH] lz4: remove rest of ptest artifacts Armin Kuster
@ 2021-08-27 10:58 ` Richard Purdie
  2021-08-27 13:48   ` Armin Kuster
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2021-08-27 10:58 UTC (permalink / raw)
  To: Armin Kuster, openembedded-core

On Thu, 2021-08-26 at 19:09 -0700, Armin Kuster wrote:
> Commit: 953f6d9a71 lz4: remove ptest changes
> 
> missed removing the run-ptest file
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
> 
[...]

> diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
> index 3905ef7dbc..74f6743b91 100644
> --- a/meta/recipes-support/lz4/lz4_1.9.3.bb
> +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
> @@ -13,7 +13,7 @@ PE = "1"
>  SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
>  
>  SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
> -           file://run-ptest \
> +           file://CVE-2021-3520.patch \
>             "
>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>  

I think the addition should have been in the previous patch. I've tweaked them.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [master][PATCH] lz4: remove rest of ptest artifacts
  2021-08-27 10:58 ` [OE-core] " Richard Purdie
@ 2021-08-27 13:48   ` Armin Kuster
  0 siblings, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2021-08-27 13:48 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core



On 8/27/21 3:58 AM, Richard Purdie wrote:
> On Thu, 2021-08-26 at 19:09 -0700, Armin Kuster wrote:
>> Commit: 953f6d9a71 lz4: remove ptest changes
>>
>> missed removing the run-ptest file
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>
> [...]
>
>> diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
>> index 3905ef7dbc..74f6743b91 100644
>> --- a/meta/recipes-support/lz4/lz4_1.9.3.bb
>> +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
>> @@ -13,7 +13,7 @@ PE = "1"
>>  SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
>>  
>>  SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
>> -           file://run-ptest \
>> +           file://CVE-2021-3520.patch \
>>             "
>>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>>  
> I think the addition should have been in the previous patch. I've tweaked them.
Correct.. Thanks,

-armin
>
> Cheers,
>
> Richard
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-27 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27  2:09 [master][PATCH] lz4: remove rest of ptest artifacts Armin Kuster
2021-08-27 10:58 ` [OE-core] " Richard Purdie
2021-08-27 13:48   ` Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.