diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-03-11 12:42:40 +0900 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2023-05-13 20:03:33 +0200 |
commit | 4cda30e876d35ea0d4de431fc7c0d2a72eeea5f9 (patch) | |
tree | 5d54bff8d96a9283c4e8ca531446951bba61a0af /download.lst | |
parent | 7d2d07be0aa91ae4a5db305531dc6d19285dd38f (diff) |
Upgrade Harfbuzz to 7.1.0
* Fixes CVE-2023-25193.
* if Harfbuzz >= 7.0.0, uses hb_font_draw_glyph()
instead of hb_font_get_glyph_shape().
* Update URL in README.
Change-Id: Id234c2b459c40ddac340731b44889b104e03a1e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148759
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index 8e7bf0398d13..375c9f09b94f 100644 --- a/download.lst +++ b/download.lst @@ -281,8 +281,8 @@ GRAPHITE_TARBALL := graphite2-minimal-1.3.14.tgz # three static lines # so that git cherry-pick # will not run into conflicts -HARFBUZZ_SHA256SUM := 735a94917b47936575acb4d4fa7e7986522f8a89527e4635721474dee2bc942c -HARFBUZZ_TARBALL := harfbuzz-5.2.0.tar.xz +HARFBUZZ_SHA256SUM := f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b +HARFBUZZ_TARBALL := harfbuzz-7.1.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts |