diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-25 18:50:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-25 18:50:15 +0000 |
commit | 2396cad66241a3b271ffa74aaa5b876dc1bccdf0 (patch) | |
tree | 00de8a1048ae504762702b24a4e653564ec3d316 /fonts/harfbuzz | |
parent | bbdeed5305111ff3fe2dce0c9e1ae00c0fd545b7 (diff) | |
download | pkgsrc-2396cad66241a3b271ffa74aaa5b876dc1bccdf0.tar.gz |
Update to 0.9.38:
Overview of changes leading to 0.9.38
Friday, January 23, 2015
=====================================
- Fix minor out-of-bounds access in Indic shaper.
- Change New Tai Lue shaping engine from South-East Asian to default,
reflecting change in Unicode encoding model.
- Add hb-shape --font-size. Can take up to two numbers for separate
x / y size.
- Fix CoreText and FreeType scale issues with negative scales.
- Reject blobs larger than 2GB. This might break some icu-le-hb clients
that need security fixes. See:
http://www.icu-project.org/trac/ticket/11450
- Avoid accessing font tables during face destruction, in casce rogue
clients released face data already.
- Fix up gobject-introspection a bit. Python bindings kinda working.
See README.python.
- Misc fixes.
- API additions:
hb_ft_face_create_referenced()
hb_ft_font_create_referenced()
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index e38ce8338f2..a0d461d8ce1 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2014/12/30 14:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/01/25 18:50:15 wiz Exp $ -DISTNAME= harfbuzz-0.9.37 +DISTNAME= harfbuzz-0.9.38 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 d16096af0bc..f4b9d50f141 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2014/12/30 14:29:58 wiz Exp $ +$NetBSD: distinfo,v 1.34 2015/01/25 18:50:15 wiz Exp $ -SHA1 (harfbuzz-0.9.37.tar.bz2) = f06ed431edbb3a6cf996e8bfc5a289def68b5fa1 -RMD160 (harfbuzz-0.9.37.tar.bz2) = 711a07b2cf642a25ceabd733e6ec5237e3986c6e -Size (harfbuzz-0.9.37.tar.bz2) = 1172911 bytes +SHA1 (harfbuzz-0.9.38.tar.bz2) = 00c24a228206a5646166630e02b542d7d3fb4544 +RMD160 (harfbuzz-0.9.38.tar.bz2) = 8c7dbb6836f8a529858f926366a63cd72a944c45 +Size (harfbuzz-0.9.38.tar.bz2) = 1177106 bytes |