pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/go-text Update go-text to 0.3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef40c0f16a1b
branches:  trunk
changeset: 440750:ef40c0f16a1b
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Oct 17 19:08:11 2020 +0000

description:
Update go-text to 0.3.3.

- Unicode 12 support
- fix a CVE

diffstat:

 textproc/go-text/Makefile |   7 +--
 textproc/go-text/PLIST    |  78 +++++++++++++++++++++++++++++++++++++++-------
 textproc/go-text/distinfo |  10 +++---
 3 files changed, 73 insertions(+), 22 deletions(-)

diffs (238 lines):

diff -r ef0bc25255ac -r ef40c0f16a1b textproc/go-text/Makefile
--- a/textproc/go-text/Makefile Sat Oct 17 17:19:19 2020 +0000
+++ b/textproc/go-text/Makefile Sat Oct 17 19:08:11 2020 +0000
@@ -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@localhost
 HOMEPAGE=              https://golang.org/
diff -r ef0bc25255ac -r ef40c0f16a1b textproc/go-text/PLIST
--- a/textproc/go-text/PLIST    Sat Oct 17 17:19:19 2020 +0000
+++ b/textproc/go-text/PLIST    Sat Oct 17 19:08:11 2020 +0000
@@ -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/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_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/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/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/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/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/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/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/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/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/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/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/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/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
diff -r ef0bc25255ac -r ef40c0f16a1b textproc/go-text/distinfo
--- a/textproc/go-text/distinfo Sat Oct 17 17:19:19 2020 +0000
+++ b/textproc/go-text/distinfo Sat Oct 17 19:08:11 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index