pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: update to 1.8.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b44b13de30a
branches:  trunk
changeset: 311846:4b44b13de30a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 19 17:24:55 2018 +0000

description:
harfbuzz: update to 1.8.8.

Overview of changes leading to 1.8.8
Tuesday, August 14, 2018
====================================
- Fix hb-icu crash on architectures where compare_exchange_weak() can
  fail falsely.  This bug was introduced in 1.8.4.
  https://bugs.chromium.org/p/chromium/issues/detail?id=873568
- More internal refactoring of atomic operations and singletons.
- API changes:
  The following functions do NOT reference their return value before
  returning:
  * hb_unicode_funcs_get_default()
  * hb_glib_get_unicode_funcs()
  * hb_icu_get_unicode_funcs()
  This is consistent with their naming ("get", instead of "reference")
  as well as how they are used in the wild (ie. no one calls destroy()
  on their return value.)

diffstat:

 fonts/harfbuzz/Makefile |   4 ++--
 fonts/harfbuzz/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 19c424fc7a9b -r 4b44b13de30a fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Sun Aug 19 14:37:17 2018 +0000
+++ b/fonts/harfbuzz/Makefile   Sun Aug 19 17:24:55 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2018/08/16 11:59:05 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2018/08/19 17:24:55 wiz Exp $
 
-DISTNAME=      harfbuzz-1.8.7
+DISTNAME=      harfbuzz-1.8.8
 CATEGORIES=    fonts
 MASTER_SITES=  http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=  .tar.bz2
diff -r 19c424fc7a9b -r 4b44b13de30a fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Sun Aug 19 14:37:17 2018 +0000
+++ b/fonts/harfbuzz/distinfo   Sun Aug 19 17:24:55 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2018/08/16 11:59:05 wiz Exp $
+$NetBSD: distinfo,v 1.77 2018/08/19 17:24:55 wiz Exp $
 
-SHA1 (harfbuzz-1.8.7.tar.bz2) = cc4495a278dc597efb4749d2b17ded1d064f5867
-RMD160 (harfbuzz-1.8.7.tar.bz2) = 0d39e52462d1dc54792bac50f94aeb47c96126d5
-SHA512 (harfbuzz-1.8.7.tar.bz2) = 8654b148fa6fcc34a0e2a981493901a5d93c46934861655c070a228baf136e5ed231cd8a5268948b6ff12ab551870f37d7270d9be649d35d515130540d0eeefa
-Size (harfbuzz-1.8.7.tar.bz2) = 3863545 bytes
+SHA1 (harfbuzz-1.8.8.tar.bz2) = be496408b2bb3dc794891e8b0e977cd75f02d71d
+RMD160 (harfbuzz-1.8.8.tar.bz2) = 3b4a94557770bc0aeb7a0a1d7fb3ac2c92830fc5
+SHA512 (harfbuzz-1.8.8.tar.bz2) = eb96cd710571a96473b20bc9a01dadf2a3c11224497e52c63368e8edec64a8eb7085dd847c78111b798a1e8a6a950f0a04c930209822aabf13cf86d7a53b1f79
+Size (harfbuzz-1.8.8.tar.bz2) = 3862626 bytes



Home | Main Index | Thread Index | Old Index