Received: by mail.netbsd.org (Postfix, from userid 605) id C6B9F84F75; Sun, 24 Apr 2022 17:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C80084E67 for ; Sun, 24 Apr 2022 17:23:46 +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 U8HewxdzUSMi for ; Sun, 24 Apr 2022 17:23:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E5A684CBC for ; Sun, 24 Apr 2022 17:23:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BF56FB1A; Sun, 24 Apr 2022 17:23:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650821025295400" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 17:23:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220424172345.4BF56FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650821025295400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 24 17:23:45 UTC 2022 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo pkgsrc/fonts/harfbuzz-icu: PLIST Log Message: harfbuzz harfbuzz-icu: updated to 4.2.1 4.2.1 Make sure hb_blob_create_from_file_or_fail() always returns nullptr in case of failure and not empty blob sometimes. (Khaled Hosny) Add --passthrough-tables option to hb-subset. (Cosimo Lupo) Reinstate a pause after basic features in Khmer shaper, fixing a regression introduced in previous release. (Behdad Esfahbod) Better handling of Regional_Indicator when shaped with RTL-native scripts, reverting earlier fix that caused regressions in AAT shaping. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.58 -r1.59 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.115 -r1.116 pkgsrc/fonts/harfbuzz/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/harfbuzz-icu/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650821025295400 Content-Disposition: inline Content-Length: 3218 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile.common diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.17 pkgsrc/fonts/harfbuzz/Makefile.common:1.18 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.17 Wed Apr 20 20:23:22 2022 +++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Apr 24 17:23:44 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.17 2022/04/20 20:23:22 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2022/04/24 17:23:44 adam Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-4.2.0 +DISTNAME= harfbuzz-4.2.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.58 pkgsrc/fonts/harfbuzz/PLIST:1.59 --- pkgsrc/fonts/harfbuzz/PLIST:1.58 Wed Apr 20 20:23:22 2022 +++ pkgsrc/fonts/harfbuzz/PLIST Sun Apr 24 17:23:44 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2022/04/20 20:23:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.59 2022/04/24 17:23:44 adam Exp $ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset @@ -43,13 +43,13 @@ lib/cmake/harfbuzz/harfbuzz-config.cmake ${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib lib/libharfbuzz-gobject.so lib/libharfbuzz-gobject.so.0 -lib/libharfbuzz-gobject.so.0.40200.0 +lib/libharfbuzz-gobject.so.0.40201.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.40200.0 +lib/libharfbuzz-subset.so.0.40201.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.40200.0 +lib/libharfbuzz.so.0.40201.0 lib/pkgconfig/harfbuzz-gobject.pc lib/pkgconfig/harfbuzz-subset.pc lib/pkgconfig/harfbuzz.pc Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.115 pkgsrc/fonts/harfbuzz/distinfo:1.116 --- pkgsrc/fonts/harfbuzz/distinfo:1.115 Wed Apr 20 20:23:22 2022 +++ pkgsrc/fonts/harfbuzz/distinfo Sun Apr 24 17:23:45 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.115 2022/04/20 20:23:22 wiz Exp $ +$NetBSD: distinfo,v 1.116 2022/04/24 17:23:45 adam Exp $ -BLAKE2s (harfbuzz-4.2.0.tar.xz) = 9dc24095458afa5b6ecc857117d48de61a350951246fc8297a78237f3c706330 -SHA512 (harfbuzz-4.2.0.tar.xz) = d63be1c322762ef811a010e1dc5ef1d0a401fe9357251ad71e1d234ce4564b9857947170f2bdd63f974b96cafbf59a942d2061e4f273de4f62ef3bb940dcde02 -Size (harfbuzz-4.2.0.tar.xz) = 14980636 bytes +BLAKE2s (harfbuzz-4.2.1.tar.xz) = 6c9ef342e181957c72c7c86475e23c9ae28350b237c7a0d3926104d48bfb90f3 +SHA512 (harfbuzz-4.2.1.tar.xz) = 860ce65b66815e432f7d3483325404ae3deb55067d03eff1b941ad9fd946db509ceaaf5e195905d57b0c6779fc2ae1f35375fbd16a860f08ec195f5337002fe0 +Size (harfbuzz-4.2.1.tar.xz) = 14987200 bytes Index: pkgsrc/fonts/harfbuzz-icu/PLIST diff -u pkgsrc/fonts/harfbuzz-icu/PLIST:1.14 pkgsrc/fonts/harfbuzz-icu/PLIST:1.15 --- pkgsrc/fonts/harfbuzz-icu/PLIST:1.14 Wed Apr 20 23:25:58 2022 +++ pkgsrc/fonts/harfbuzz-icu/PLIST Sun Apr 24 17:23:45 2022 @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.14 2022/04/20 23:25:58 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/04/24 17:23:45 adam Exp $ include/harfbuzz/hb-icu.h lib/libharfbuzz-icu.so lib/libharfbuzz-icu.so.0 -lib/libharfbuzz-icu.so.0.40200.0 +lib/libharfbuzz-icu.so.0.40201.0 lib/pkgconfig/harfbuzz-icu.pc --_----------=_1650821025295400--