diff options
| author | Kai Kang <kai.kang@windriver.com> | 2022-01-07 23:09:24 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-14 09:34:04 +0000 |
| commit | 5f93a1c2ee139e49f21fe4b8a6bf47d4d02a547d (patch) | |
| tree | 2ff937ebc087c37b27e3b95c39d5034823194bf3 /meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | |
| parent | b5010071e6291b3f5431b371907064b63c1565df (diff) | |
| download | poky-5f93a1c2ee139e49f21fe4b8a6bf47d4d02a547d.tar.gz | |
webkitgtk: fix fix CVE-2021-42762
Backport and rebase patch to fix CVE-2021-42762 for webkitgtk 2.30.5.
CVE: CVE-2021-42762
Ref:
* https://bugs.webkit.org/show_bug.cgi?id=231479#c8
(From OE-Core rev: 64170871293745254e4287cabeb7ceff5cbf64f8)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.30.5.bb')
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb index 88b5056165..93cca20d01 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.30.5.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
| 22 | file://musl-lower-stack-usage.patch \ | 22 | file://musl-lower-stack-usage.patch \ |
| 23 | file://0001-MiniBrowser-Fix-reproduciblity.patch \ | 23 | file://0001-MiniBrowser-Fix-reproduciblity.patch \ |
| 24 | file://reproducibility.patch \ | 24 | file://reproducibility.patch \ |
| 25 | file://CVE-2021-42762.patch \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | SRC_URI[sha256sum] = "7d0dab08e3c5ae07bec80b2822ef42e952765d5724cac86eb23999bfed5a7f1f" | 28 | SRC_URI[sha256sum] = "7d0dab08e3c5ae07bec80b2822ef42e952765d5724cac86eb23999bfed5a7f1f" |
