]> code.ossystems Code Review - openembedded-core.git/commitdiff
harfbuzz: update 1.0.6 -> 1.1.0
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 20 Nov 2015 21:29:14 +0000 (13:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:00 +0000 (21:31 +0000)
  http://cgit.freedesktop.org/harfbuzz/tree/NEWS

Overview of changes leading to 1.1.0
Wednesday, November 18, 2015
====================================

- Implement 'stch' stretch feature for Syriac Abbreviation Mark.
  https://github.com/behdad/harfbuzz/issues/141
- Disable use of decompose_compatibility() callback.
- Implement "shaping" of various Unicode space characters, even
  if the font does not support them.
  https://github.com/behdad/harfbuzz/issues/153
- If font does not support U+2011 NO-BREAK HYPHEN, fallback to
  U+2010 HYPHEN.
- Changes resulting from libFuzzer continuous fuzzing:
  * Reject font tables that need more than 8 edits,
  * Bound buffer growth during shaping to 32x,
  * Fix assertions and other issues at OOM / buffer max-growth.
- Misc fixes and optimizations.
- API changes:
  * All fonts created with hb_font_create() now inherit from
    (ie. have parent) hb_font_get_empty().

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb [moved from meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.0.6.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.1.0.bb
index 58541aa94f88e0cec515f9269ce563d0490b4f08..e12dc0dec55e7c2c4932859afe33bc4258f04ec8 100644 (file)
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 SECTION = "libs"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "2256fd144c936936db9c92e77510a011"
-SRC_URI[sha256sum] = "f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26"
+SRC_URI[md5sum] = "1223cefac2bc77298ff5c7422bb148d5"
+SRC_URI[sha256sum] = "0f584a5947e60ede565e7a4e122baa5e4b17a62eab872abf5f73d8552ceb716b"
 
 inherit autotools pkgconfig lib_package