diff options
| author | Siddharth Doshi <sdoshi@mvista.com> | 2023-03-10 14:00:36 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-20 17:20:44 +0000 |
| commit | b7da7c8996257d3b249688744fb394f49168749c (patch) | |
| tree | 08d37a432657709b552860e62fdbdb18363bbae6 /meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb | |
| parent | 347ea091f51a173895dee864b2f143eebb2c2b43 (diff) | |
| download | poky-b7da7c8996257d3b249688744fb394f49168749c.tar.gz | |
harfbuzz: Security fix for CVE-2023-25193
Upstream-Status: Backport from [https://github.com/harfbuzz/harfbuzz/commit/8708b9e081192786c027bb7f5f23d76dbe5c19e8]
(From OE-Core rev: 58e212a6109a639ca0675e73967da74d6c4c5aa3)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb')
| -rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb index bdbb322e42..f7dc61ebd5 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb | |||
| @@ -13,7 +13,9 @@ UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ | 14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ |
| 15 | file://CVE-2022-33068.patch \ | 15 | file://CVE-2022-33068.patch \ |
| 16 | file://0001-Fix-conditional.patch" | 16 | file://0001-Fix-conditional.patch \ |
| 17 | file://CVE-2023-25193-pre1.patch \ | ||
| 18 | file://CVE-2023-25193.patch" | ||
| 17 | SRC_URI[sha256sum] = "98f68777272db6cd7a3d5152bac75083cd52a26176d87bc04c8b3929d33bce49" | 19 | SRC_URI[sha256sum] = "98f68777272db6cd7a3d5152bac75083cd52a26176d87bc04c8b3929d33bce49" |
| 18 | 20 | ||
| 19 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection | 21 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection |
