Sun Mar 21 12:42:35 2021 UTC ()
devel/go-thrift: update to 0.14.0

0.14.0 (2021-03-08)

Go

* THRIFT-4914 - Compiler generated service clients now provide a new
  function, LastResponseMeta_(), to get the response metadata (e.g. headers
  from THeader) from the last client call.
* THRIFT-4984 - Scary and spammy "error processing request: EOF" logs from
  TSimpleServer
* THRIFT-4985 - Clean up logging in go library
* THRIFT-5002 - remote client fails to compile when extending services
* THRIFT-5019 - Multiple import same namespace for go included files
* THRIFT-5046 - Custom tags remove db and json tags
* THRIFT-5069 - Add TSerializerPool and TDeserializerPool, which are
  thread-safe versions of TSerializer and TDeserializer.
* THRIFT-5092 - Panic on nil buffer writes
* THRIFT-5152 - Separate timeout in TSocket
* THRIFT-5164 - Go middleware support
* THRIFT-5214 - go: Implement connection check in TSocket
* THRIFT-5233 - I/O timeout handling in go library
* THRIFT-5240 - The context passed into server handler implementations will
  be canceled when we detected that the client closed the connection.
* THRIFT-5257 - Go THeader implementation doesn't handle endOfFrame correctly
* THRIFT-5270 - Go library unit test is broken in go 1.15
* THRIFT-5278 - Expose API to use THeader+TCompactProtocol in go library
  client code
* THRIFT-5279 - Cleanups/small optimizations for go's
  serializer/deserializer code
* THRIFT-5294 - Go: TSimpleJSONProtocol could panic on WriteMessageEnd
  without matching WriteMessageBegin
* THRIFT-5322 - Add support to TConfiguration, and also fix a bug that could
  cause excessive memory usage when reading malformed messages from
  TCompactProtocol.
* THRIFT-5338 - Proposal: Raise minimal supported Go version with upcoming
  0.14.0 release


(taca)
diff -r1.18 -r1.19 pkgsrc/devel/go-thrift/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/go-thrift/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/go-thrift/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/go-thrift/Attic/Makefile 2021/03/19 17:36:57 1.18
+++ pkgsrc/devel/go-thrift/Attic/Makefile 2021/03/21 12:42:35 1.19
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.18 2021/03/19 17:36:57 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.19 2021/03/21 12:42:35 taca Exp $
2 2
3PKGREVISION= 14 
4.include "../../devel/thrift/Makefile.version" 3.include "../../devel/thrift/Makefile.version"
5 4
6PKGNAME= go-${DISTNAME} 5PKGNAME= go-${DISTNAME}
7COMMENT= Go bindings for the Apache Thrift RPC system 6COMMENT= Go bindings for the Apache Thrift RPC system
8 7
9EXTRACT_ELEMENTS= ${DISTNAME}/lib/go 8EXTRACT_ELEMENTS= ${DISTNAME}/lib/go
10 9
11GO_SRCPATH= github.com/apache/thrift/lib/go/thrift 10GO_SRCPATH= github.com/apache/thrift/lib/go/thrift
12GO_DIST_BASE= ${DISTNAME}/lib/go/thrift 11GO_DIST_BASE= ${DISTNAME}/lib/go/thrift
13 12
14.include "../../lang/go/go-package.mk" 13.include "../../lang/go/go-package.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/go-thrift/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/go-thrift/Attic/distinfo 2019/11/10 18:05:32 1.2
+++ pkgsrc/devel/go-thrift/Attic/distinfo 2021/03/21 12:42:35 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2019/11/10 18:05:32 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/03/21 12:42:35 taca Exp $
2 2
3SHA1 (thrift-0.13.0.tar.gz) = 0cbb06d047a8212c6ac1240492bc569609fecd33 3SHA1 (thrift-0.14.0.tar.gz) = ced3c99bede66e27daff7bd097adc329ff3682b9
4RMD160 (thrift-0.13.0.tar.gz) = 04cd735494a9d8558c2d22d1b99315ca859749c8 4RMD160 (thrift-0.14.0.tar.gz) = a532ed4d425a308be0e780ad3ba717ee3c4e4186
5SHA512 (thrift-0.13.0.tar.gz) = 5f7426d1e429ead20dd366f63a6d619071eccc17dc0395738307eef507b703733d029147fb596c4d392d31dc822777ea2a0be709f1f677b1221c9335cfcb09b7 5SHA512 (thrift-0.14.0.tar.gz) = 4bf1c9f8f7eeb75c5d70f14657d530a574002846266668c56c1153c6820e6ba199bb462893505cb8cfb7a4cc481b11a4fe84d0d26a3279424c5948f45fa8ce3f
6Size (thrift-0.13.0.tar.gz) = 4154357 bytes 6Size (thrift-0.14.0.tar.gz) = 4180456 bytes