diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-06 16:13:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-06 16:13:14 +0000 |
commit | cd817855cd0676ae931b3ac81578b1cc19378c9e (patch) | |
tree | b5761bf7f9140bd52cb572ab7aff166b253bd7bb /fonts | |
parent | c756544b109ed24a69f8973dcb28aa6af09dfd63 (diff) | |
download | pkgsrc-cd817855cd0676ae931b3ac81578b1cc19378c9e.tar.gz |
Update to 0.9.22:
Overview of changes leading to 0.9.22
Thursday, October 3, 2013
=====================================
- Fix use-after-end-of-scope in hb_language_from_string().
- Fix hiding of default_ignorables if font doesn't have space glyph.
- Protect against out-of-range lookup indices.
- API Changes:
* Added hb_ot_layout_table_get_lookup_count()
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 5 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 65af06508f3..5fa54da32df 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2013/10/04 14:34:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2013/10/06 16:13:14 wiz Exp $ -DISTNAME= harfbuzz-0.9.21 -PKGREVISION= 1 +DISTNAME= harfbuzz-0.9.22 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 46e6eeea063..36eecbc536e 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2013/09/30 18:25:27 wiz Exp $ +$NetBSD: distinfo,v 1.17 2013/10/06 16:13:14 wiz Exp $ -SHA1 (harfbuzz-0.9.21.tar.bz2) = 864f825e708afc968b60f8666b301325c3bcb9a1 -RMD160 (harfbuzz-0.9.21.tar.bz2) = 2274c555f411111f1a646cb3e5d5c370636f0406 -Size (harfbuzz-0.9.21.tar.bz2) = 913283 bytes +SHA1 (harfbuzz-0.9.22.tar.bz2) = c76797b5c970066436e8f0b3bcd8fc33bbcb12d6 +RMD160 (harfbuzz-0.9.22.tar.bz2) = 23579be8b7d10b90bd94c12c6be0e0e6ff63195c +Size (harfbuzz-0.9.22.tar.bz2) = 915442 bytes SHA1 (patch-src_hb-open-type-private.hh) = 876f1afdf2c7babb4cd3c2b9c9e4635167ad1021 |