Re: [OE-core] [master][PATCH] lz4: remove rest of ptest artifacts
From: Richard Purdie <hidden>
Date: 2021-08-27 10:58:38
From: Richard Purdie <hidden>
Date: 2021-08-27 10:58:38
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 <redacted> ---
[...]
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