Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 5CDE11A9250 for ; Sat, 17 Oct 2020 19:08:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E980D84DB1; Sat, 17 Oct 2020 19:08:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70AF084D9C for ; Sat, 17 Oct 2020 19:08:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DuGyFxnlv9tp for ; Sat, 17 Oct 2020 19:08:12 +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 3267284D41 for ; Sat, 17 Oct 2020 19:08:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26671FB28; Sat, 17 Oct 2020 19:08:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602961692189090" MIME-Version: 1.0 Date: Sat, 17 Oct 2020 19:08:12 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/textproc/go-text To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20201017190812.26671FB28@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. --_----------=_1602961692189090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Oct 17 19:08:12 UTC 2020 Modified Files: pkgsrc/textproc/go-text: Makefile PLIST distinfo Log Message: Update go-text to 0.3.3. - Unicode 12 support - fix a CVE To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/go-text/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/go-text/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/go-text/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602961692189090 Content-Disposition: inline Content-Length: 13602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/go-text/Makefile diff -u pkgsrc/textproc/go-text/Makefile:1.38 pkgsrc/textproc/go-text/Makefile:1.39 --- pkgsrc/textproc/go-text/Makefile:1.38 Thu Oct 15 13:08:31 2020 +++ pkgsrc/textproc/go-text/Makefile Sat Oct 17 19:08:11 2020 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.38 2020/10/15 13:08:31 bsiegert Exp $ +# $NetBSD: Makefile,v 1.39 2020/10/17 19:08:11 bsiegert Exp $ -DISTNAME= go-text-0.3.0 -PKGREVISION= 20 +DISTNAME= go-text-0.3.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text -GITHUB_TAG= v0.3.0 +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= https://golang.org/ Index: pkgsrc/textproc/go-text/PLIST diff -u pkgsrc/textproc/go-text/PLIST:1.3 pkgsrc/textproc/go-text/PLIST:1.4 --- pkgsrc/textproc/go-text/PLIST:1.3 Sun Jul 8 17:15:42 2018 +++ pkgsrc/textproc/go-text/PLIST Sat Oct 17 19:08:11 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/07/08 17:15:42 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/10/17 19:08:11 bsiegert Exp $ bin/colcmp gopkg/pkg/${GO_PLATFORM}/golang.org/x/text.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cases.a @@ -25,8 +25,12 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/te gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/cldrtree.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/export/idna.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/export/unicode.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/format.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen/bitfield.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/language.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/language/compact.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/number.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/stringset.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/tag.a @@ -73,6 +77,10 @@ gopkg/src/golang.org/x/text/cases/map.go gopkg/src/golang.org/x/text/cases/map_test.go gopkg/src/golang.org/x/text/cases/tables10.0.0.go gopkg/src/golang.org/x/text/cases/tables10.0.0_test.go +gopkg/src/golang.org/x/text/cases/tables11.0.0.go +gopkg/src/golang.org/x/text/cases/tables11.0.0_test.go +gopkg/src/golang.org/x/text/cases/tables12.0.0.go +gopkg/src/golang.org/x/text/cases/tables12.0.0_test.go gopkg/src/golang.org/x/text/cases/tables9.0.0.go gopkg/src/golang.org/x/text/cases/tables9.0.0_test.go gopkg/src/golang.org/x/text/cases/trieval.go @@ -200,6 +208,8 @@ gopkg/src/golang.org/x/text/feature/plur gopkg/src/golang.org/x/text/feature/plural/plural_test.go gopkg/src/golang.org/x/text/feature/plural/tables.go gopkg/src/golang.org/x/text/gen.go +gopkg/src/golang.org/x/text/go.mod +gopkg/src/golang.org/x/text/go.sum gopkg/src/golang.org/x/text/internal/catmsg/catmsg.go gopkg/src/golang.org/x/text/internal/catmsg/catmsg_test.go gopkg/src/golang.org/x/text/internal/catmsg/codec.go @@ -236,6 +246,7 @@ gopkg/src/golang.org/x/text/internal/col gopkg/src/golang.org/x/text/internal/colltab/weighter_test.go gopkg/src/golang.org/x/text/internal/export/README gopkg/src/golang.org/x/text/internal/export/idna/common_test.go +gopkg/src/golang.org/x/text/internal/export/idna/conformance_test.go gopkg/src/golang.org/x/text/internal/export/idna/example_test.go gopkg/src/golang.org/x/text/internal/export/idna/gen.go gopkg/src/golang.org/x/text/internal/export/idna/gen10.0.0_test.go @@ -250,18 +261,53 @@ gopkg/src/golang.org/x/text/internal/exp gopkg/src/golang.org/x/text/internal/export/idna/punycode.go gopkg/src/golang.org/x/text/internal/export/idna/punycode_test.go gopkg/src/golang.org/x/text/internal/export/idna/tables10.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/tables11.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/tables12.0.0.go gopkg/src/golang.org/x/text/internal/export/idna/tables9.0.0.go gopkg/src/golang.org/x/text/internal/export/idna/trie.go gopkg/src/golang.org/x/text/internal/export/idna/trieval.go +gopkg/src/golang.org/x/text/internal/export/unicode/doc.go +gopkg/src/golang.org/x/text/internal/export/unicode/gen.go +gopkg/src/golang.org/x/text/internal/export/unicode/unicode_test.go gopkg/src/golang.org/x/text/internal/format/format.go gopkg/src/golang.org/x/text/internal/format/parser.go gopkg/src/golang.org/x/text/internal/format/parser_test.go -gopkg/src/golang.org/x/text/internal/gen.go +gopkg/src/golang.org/x/text/internal/gen/bitfield/bitfield.go +gopkg/src/golang.org/x/text/internal/gen/bitfield/bitfield_test.go +gopkg/src/golang.org/x/text/internal/gen/bitfield/gen1_test.go +gopkg/src/golang.org/x/text/internal/gen/bitfield/gen2_test.go gopkg/src/golang.org/x/text/internal/gen/code.go gopkg/src/golang.org/x/text/internal/gen/gen.go -gopkg/src/golang.org/x/text/internal/gen_test.go gopkg/src/golang.org/x/text/internal/internal.go gopkg/src/golang.org/x/text/internal/internal_test.go +gopkg/src/golang.org/x/text/internal/language/common.go +gopkg/src/golang.org/x/text/internal/language/compact.go +gopkg/src/golang.org/x/text/internal/language/compact/compact.go +gopkg/src/golang.org/x/text/internal/language/compact/gen.go +gopkg/src/golang.org/x/text/internal/language/compact/gen_index.go +gopkg/src/golang.org/x/text/internal/language/compact/gen_parents.go +gopkg/src/golang.org/x/text/internal/language/compact/gen_test.go +gopkg/src/golang.org/x/text/internal/language/compact/language.go +gopkg/src/golang.org/x/text/internal/language/compact/language_test.go +gopkg/src/golang.org/x/text/internal/language/compact/parents.go +gopkg/src/golang.org/x/text/internal/language/compact/parse_test.go +gopkg/src/golang.org/x/text/internal/language/compact/tables.go +gopkg/src/golang.org/x/text/internal/language/compact/tags.go +gopkg/src/golang.org/x/text/internal/language/compose.go +gopkg/src/golang.org/x/text/internal/language/compose_test.go +gopkg/src/golang.org/x/text/internal/language/coverage.go +gopkg/src/golang.org/x/text/internal/language/gen.go +gopkg/src/golang.org/x/text/internal/language/gen_common.go +gopkg/src/golang.org/x/text/internal/language/language.go +gopkg/src/golang.org/x/text/internal/language/language_test.go +gopkg/src/golang.org/x/text/internal/language/lookup.go +gopkg/src/golang.org/x/text/internal/language/lookup_test.go +gopkg/src/golang.org/x/text/internal/language/match.go +gopkg/src/golang.org/x/text/internal/language/match_test.go +gopkg/src/golang.org/x/text/internal/language/parse.go +gopkg/src/golang.org/x/text/internal/language/parse_test.go +gopkg/src/golang.org/x/text/internal/language/tables.go +gopkg/src/golang.org/x/text/internal/language/tags.go gopkg/src/golang.org/x/text/internal/match.go gopkg/src/golang.org/x/text/internal/match_test.go gopkg/src/golang.org/x/text/internal/number/common.go @@ -280,7 +326,6 @@ gopkg/src/golang.org/x/text/internal/num gopkg/src/golang.org/x/text/internal/number/tables_test.go gopkg/src/golang.org/x/text/internal/stringset/set.go gopkg/src/golang.org/x/text/internal/stringset/set_test.go -gopkg/src/golang.org/x/text/internal/tables.go gopkg/src/golang.org/x/text/internal/tag/tag.go gopkg/src/golang.org/x/text/internal/tag/tag_test.go gopkg/src/golang.org/x/text/internal/testtext/codesize.go @@ -301,8 +346,6 @@ gopkg/src/golang.org/x/text/internal/ucd gopkg/src/golang.org/x/text/internal/ucd/ucd.go gopkg/src/golang.org/x/text/internal/ucd/ucd_test.go gopkg/src/golang.org/x/text/internal/utf8internal/utf8internal.go -gopkg/src/golang.org/x/text/language/Makefile -gopkg/src/golang.org/x/text/language/common.go gopkg/src/golang.org/x/text/language/coverage.go gopkg/src/golang.org/x/text/language/coverage_test.go gopkg/src/golang.org/x/text/language/display/dict.go @@ -316,15 +359,11 @@ gopkg/src/golang.org/x/text/language/dis gopkg/src/golang.org/x/text/language/doc.go gopkg/src/golang.org/x/text/language/examples_test.go gopkg/src/golang.org/x/text/language/gen.go -gopkg/src/golang.org/x/text/language/gen_common.go -gopkg/src/golang.org/x/text/language/gen_index.go gopkg/src/golang.org/x/text/language/go1_1.go gopkg/src/golang.org/x/text/language/go1_2.go gopkg/src/golang.org/x/text/language/httpexample_test.go -gopkg/src/golang.org/x/text/language/index.go gopkg/src/golang.org/x/text/language/language.go gopkg/src/golang.org/x/text/language/language_test.go -gopkg/src/golang.org/x/text/language/lookup.go gopkg/src/golang.org/x/text/language/lookup_test.go gopkg/src/golang.org/x/text/language/match.go gopkg/src/golang.org/x/text/language/match_test.go @@ -389,6 +428,8 @@ gopkg/src/golang.org/x/text/secure/preci gopkg/src/golang.org/x/text/secure/precis/profile_test.go gopkg/src/golang.org/x/text/secure/precis/profiles.go gopkg/src/golang.org/x/text/secure/precis/tables10.0.0.go +gopkg/src/golang.org/x/text/secure/precis/tables11.0.0.go +gopkg/src/golang.org/x/text/secure/precis/tables12.0.0.go gopkg/src/golang.org/x/text/secure/precis/tables9.0.0.go gopkg/src/golang.org/x/text/secure/precis/tables_test.go gopkg/src/golang.org/x/text/secure/precis/transformer.go @@ -406,6 +447,8 @@ gopkg/src/golang.org/x/text/unicode/bidi gopkg/src/golang.org/x/text/unicode/bidi/prop.go gopkg/src/golang.org/x/text/unicode/bidi/ranges_test.go gopkg/src/golang.org/x/text/unicode/bidi/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/bidi/tables11.0.0.go +gopkg/src/golang.org/x/text/unicode/bidi/tables12.0.0.go gopkg/src/golang.org/x/text/unicode/bidi/tables9.0.0.go gopkg/src/golang.org/x/text/unicode/bidi/tables_test.go gopkg/src/golang.org/x/text/unicode/bidi/trieval.go @@ -427,6 +470,8 @@ gopkg/src/golang.org/x/text/unicode/doc. gopkg/src/golang.org/x/text/unicode/norm/composition.go gopkg/src/golang.org/x/text/unicode/norm/composition_test.go gopkg/src/golang.org/x/text/unicode/norm/data10.0.0_test.go +gopkg/src/golang.org/x/text/unicode/norm/data11.0.0_test.go +gopkg/src/golang.org/x/text/unicode/norm/data12.0.0_test.go gopkg/src/golang.org/x/text/unicode/norm/data9.0.0_test.go gopkg/src/golang.org/x/text/unicode/norm/example_iter_test.go gopkg/src/golang.org/x/text/unicode/norm/example_test.go @@ -441,6 +486,8 @@ gopkg/src/golang.org/x/text/unicode/norm gopkg/src/golang.org/x/text/unicode/norm/readwriter.go gopkg/src/golang.org/x/text/unicode/norm/readwriter_test.go gopkg/src/golang.org/x/text/unicode/norm/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/norm/tables11.0.0.go +gopkg/src/golang.org/x/text/unicode/norm/tables12.0.0.go gopkg/src/golang.org/x/text/unicode/norm/tables9.0.0.go gopkg/src/golang.org/x/text/unicode/norm/transform.go gopkg/src/golang.org/x/text/unicode/norm/transform_test.go @@ -453,14 +500,17 @@ gopkg/src/golang.org/x/text/unicode/rang gopkg/src/golang.org/x/text/unicode/rangetable/rangetable.go gopkg/src/golang.org/x/text/unicode/rangetable/rangetable_test.go gopkg/src/golang.org/x/text/unicode/rangetable/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/rangetable/tables11.0.0.go +gopkg/src/golang.org/x/text/unicode/rangetable/tables12.0.0.go gopkg/src/golang.org/x/text/unicode/rangetable/tables9.0.0.go -gopkg/src/golang.org/x/text/unicode/runenames/bits.go gopkg/src/golang.org/x/text/unicode/runenames/example_test.go gopkg/src/golang.org/x/text/unicode/runenames/gen.go -gopkg/src/golang.org/x/text/unicode/runenames/gen_bits.go gopkg/src/golang.org/x/text/unicode/runenames/runenames.go gopkg/src/golang.org/x/text/unicode/runenames/runenames_test.go -gopkg/src/golang.org/x/text/unicode/runenames/tables.go +gopkg/src/golang.org/x/text/unicode/runenames/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/runenames/tables11.0.0.go +gopkg/src/golang.org/x/text/unicode/runenames/tables12.0.0.go +gopkg/src/golang.org/x/text/unicode/runenames/tables9.0.0.go gopkg/src/golang.org/x/text/width/common_test.go gopkg/src/golang.org/x/text/width/example_test.go gopkg/src/golang.org/x/text/width/gen.go @@ -469,6 +519,8 @@ gopkg/src/golang.org/x/text/width/gen_tr gopkg/src/golang.org/x/text/width/kind_string.go gopkg/src/golang.org/x/text/width/runes_test.go gopkg/src/golang.org/x/text/width/tables10.0.0.go +gopkg/src/golang.org/x/text/width/tables11.0.0.go +gopkg/src/golang.org/x/text/width/tables12.0.0.go gopkg/src/golang.org/x/text/width/tables9.0.0.go gopkg/src/golang.org/x/text/width/tables_test.go gopkg/src/golang.org/x/text/width/transform.go Index: pkgsrc/textproc/go-text/distinfo diff -u pkgsrc/textproc/go-text/distinfo:1.5 pkgsrc/textproc/go-text/distinfo:1.6 --- pkgsrc/textproc/go-text/distinfo:1.5 Sun Jul 8 17:15:42 2018 +++ pkgsrc/textproc/go-text/distinfo Sat Oct 17 19:08:11 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/07/08 17:15:42 bsiegert Exp $ +$NetBSD: distinfo,v 1.6 2020/10/17 19:08:11 bsiegert Exp $ -SHA1 (go-text-0.3.0.tar.gz) = 5033f2028bcbe3f7ecab0c94343f585c936e7a18 -RMD160 (go-text-0.3.0.tar.gz) = 96c9fc9705b27a71e3027b9eb39761d515ed54f0 -SHA512 (go-text-0.3.0.tar.gz) = bd60dfaa7d9dbfca171a3ba40b51f5663c01257cf3b12b618d35689a97ab2212d316d5716ff09681bf40b099f7e20a0e0df8cfc065699cb6a07ad1dc2e2bc189 -Size (go-text-0.3.0.tar.gz) = 6102619 bytes +SHA1 (go-text-0.3.3.tar.gz) = 3a4edde4a116dcabcd8879fe5af41cde22568db3 +RMD160 (go-text-0.3.3.tar.gz) = e10455ee91c3031dd7ef9e55fabad22a253f45f3 +SHA512 (go-text-0.3.3.tar.gz) = e44883e5be2526f58d282160aa9079d57bfd386766a2e8b91acb207dfbc502f9160f1073b952c61e72f12c5709f4b4d901e1269c67fa2e85234a968521f56f8d +Size (go-text-0.3.3.tar.gz) = 7747332 bytes --_----------=_1602961692189090--