Received: by mail.netbsd.org (Postfix, from userid 605) id A081084D77; Sun, 19 Aug 2018 17:24:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C59984D62 for ; Sun, 19 Aug 2018 17:24:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ogi-gUUESfHq for ; Sun, 19 Aug 2018 17:24:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BFAB784D2D for ; Sun, 19 Aug 2018 17:24:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A55E2FBEC; Sun, 19 Aug 2018 17:24:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534699495144260" MIME-Version: 1.0 Date: Sun, 19 Aug 2018 17:24:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180819172455.A55E2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1534699495144260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1534699495144260 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1534699495144260--