pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 19 17:24:55 UTC 2018

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile distinfo

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/fonts/harfbuzz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.97 pkgsrc/fonts/harfbuzz/Makefile:1.98
--- pkgsrc/fonts/harfbuzz/Makefile:1.97 Thu Aug 16 11:59:05 2018
+++ pkgsrc/fonts/harfbuzz/Makefile      Sun Aug 19 17:24:55 2018
@@ -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

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.76 pkgsrc/fonts/harfbuzz/distinfo:1.77
--- pkgsrc/fonts/harfbuzz/distinfo:1.76 Thu Aug 16 11:59:05 2018
+++ pkgsrc/fonts/harfbuzz/distinfo      Sun Aug 19 17:24:55 2018
@@ -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