diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-22 23:33:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-22 23:33:13 +0000 |
commit | 9ece86923727bf71f8ad74250ed0b0e585b3c83b (patch) | |
tree | 0a6a1deff86d02676f0dd5c67c1607ffb1d6c2d9 | |
parent | 64be8fb1bff6364d52f032208d5fac25ca1d03e3 (diff) | |
download | pkgsrc-9ece86923727bf71f8ad74250ed0b0e585b3c83b.tar.gz |
Update harfbuzz to 1.1.0:
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().
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index ebf027a56fc..416b49ae2b8 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2015/10/21 08:29:02 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2015/11/22 23:33:13 wiz Exp $ -DISTNAME= harfbuzz-1.0.6 +DISTNAME= harfbuzz-1.1.0 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index b5c036cc3eb..23ccc810f47 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2015/11/04 17:41:18 agc Exp $ +$NetBSD: distinfo,v 1.45 2015/11/22 23:33:13 wiz Exp $ -SHA1 (harfbuzz-1.0.6.tar.bz2) = a5b7d071f106c928fda305edc9113bf936572968 -RMD160 (harfbuzz-1.0.6.tar.bz2) = 702738e7c831ddfe31dc67acda37f3ec7b086b3d -SHA512 (harfbuzz-1.0.6.tar.bz2) = 20ee169389a784e4ad4e2ff006a59a36879dba0a37a999ff51c2b4d76da9496a1a747d5176e9611998187452e6d18f880295bdfb9f45338acddf772fc3f16021 -Size (harfbuzz-1.0.6.tar.bz2) = 1240522 bytes +SHA1 (harfbuzz-1.1.0.tar.bz2) = de3af3a17a37641dc266296c2bd29049785338bf +RMD160 (harfbuzz-1.1.0.tar.bz2) = a333a0cb4fad1db481b09484f37a166e0b35f802 +SHA512 (harfbuzz-1.1.0.tar.bz2) = 64ee51f50bd567c4b94082d6ca50d2b5ed91b030150d1df1e24c97601a62d1dcf5aff69036bdf490a2a2ad4241c791bf19fc5d47ab4fd5a05b0bb89ac5890d6e +Size (harfbuzz-1.1.0.tar.bz2) = 1255422 bytes |