Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 45BC21A9217 for ; Mon, 4 Jan 2021 12:16:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7BFF6850C9; Mon, 4 Jan 2021 12:16:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B38A284E02 for ; Mon, 4 Jan 2021 12:16:30 +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 67LEMYk_Fbjg for ; Mon, 4 Jan 2021 12:16:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3644D84CDC for ; Mon, 4 Jan 2021 12:16:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33DD8FA9D; Mon, 4 Jan 2021 12:16:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609762590103650" MIME-Version: 1.0 Date: Mon, 4 Jan 2021 12:16:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/utf8proc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210104121630.33DD8FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609762590103650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 4 12:16:30 UTC 2021 Modified Files: pkgsrc/converters/utf8proc: Makefile distinfo Log Message: utf8proc: update to 2.6.1. ## Version 2.6.1 ## 2020-12-15 - Bugfix in `utf8proc_grapheme_break_stateful` for `NULL` state argument, which also broke `utf8proc_grapheme_break`. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/utf8proc/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/utf8proc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609762590103650 Content-Disposition: inline Content-Length: 1703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/utf8proc/Makefile diff -u pkgsrc/converters/utf8proc/Makefile:1.11 pkgsrc/converters/utf8proc/Makefile:1.12 --- pkgsrc/converters/utf8proc/Makefile:1.11 Mon Nov 30 15:25:18 2020 +++ pkgsrc/converters/utf8proc/Makefile Mon Jan 4 12:16:30 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/11/30 15:25:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2021/01/04 12:16:30 wiz Exp $ -DISTNAME= utf8proc-2.6.0 -PKGREVISION= 1 +DISTNAME= utf8proc-2.6.1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GITHUB:=JuliaLang/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/converters/utf8proc/distinfo diff -u pkgsrc/converters/utf8proc/distinfo:1.8 pkgsrc/converters/utf8proc/distinfo:1.9 --- pkgsrc/converters/utf8proc/distinfo:1.8 Sun Nov 29 18:11:13 2020 +++ pkgsrc/converters/utf8proc/distinfo Mon Jan 4 12:16:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/11/29 18:11:13 wiz Exp $ +$NetBSD: distinfo,v 1.9 2021/01/04 12:16:30 wiz Exp $ -SHA1 (utf8proc-2.6.0.tar.gz) = e875747aefea56f98c1107c7527ae4537b360f54 -RMD160 (utf8proc-2.6.0.tar.gz) = 6e84c02275b87926006ca0bd4f9ce321cf7f1913 -SHA512 (utf8proc-2.6.0.tar.gz) = 1092347dfa0e0d7127bb5e5858ea901a5fe8725fb17d2f04c10f07e5a27230318b13fdce91273dd9d606c75bcc29d1c51b27c6a0f35b564c8905a6e6eb065346 -Size (utf8proc-2.6.0.tar.gz) = 182808 bytes +SHA1 (utf8proc-2.6.1.tar.gz) = f21b3263081adfcbe102cfea8cd4cb02e71f0efc +RMD160 (utf8proc-2.6.1.tar.gz) = 88640cf0405250a57497fbbc095e5b30d16f67bd +SHA512 (utf8proc-2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e +Size (utf8proc-2.6.1.tar.gz) = 182903 bytes --_----------=_1609762590103650--