summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-21 12:42:35 +0000
committertaca <taca@pkgsrc.org>2021-03-21 12:42:35 +0000
commitc0ca37d07d61aa320b3c762f1e85aa6c51f4ec7c (patch)
treecd077875722f2396921f1dd7035a5d1e502c46d2 /devel
parent7d46598600f1fce01fde467d7aced6a0f79399e3 (diff)
downloadpkgsrc-c0ca37d07d61aa320b3c762f1e85aa6c51f4ec7c.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/go-thrift/Makefile3
-rw-r--r--devel/go-thrift/distinfo10
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/go-thrift/Makefile b/devel/go-thrift/Makefile
index 56d21570f13..a26dea54318 100644
--- a/devel/go-thrift/Makefile
+++ b/devel/go-thrift/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.18 2021/03/19 17:36:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2021/03/21 12:42:35 taca Exp $
-PKGREVISION= 14
.include "../../devel/thrift/Makefile.version"
PKGNAME= go-${DISTNAME}
diff --git a/devel/go-thrift/distinfo b/devel/go-thrift/distinfo
index 682c44b17ce..c2dcb26103d 100644
--- a/devel/go-thrift/distinfo
+++ b/devel/go-thrift/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/11/10 18:05:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/21 12:42:35 taca Exp $
-SHA1 (thrift-0.13.0.tar.gz) = 0cbb06d047a8212c6ac1240492bc569609fecd33
-RMD160 (thrift-0.13.0.tar.gz) = 04cd735494a9d8558c2d22d1b99315ca859749c8
-SHA512 (thrift-0.13.0.tar.gz) = 5f7426d1e429ead20dd366f63a6d619071eccc17dc0395738307eef507b703733d029147fb596c4d392d31dc822777ea2a0be709f1f677b1221c9335cfcb09b7
-Size (thrift-0.13.0.tar.gz) = 4154357 bytes
+SHA1 (thrift-0.14.0.tar.gz) = ced3c99bede66e27daff7bd097adc329ff3682b9
+RMD160 (thrift-0.14.0.tar.gz) = a532ed4d425a308be0e780ad3ba717ee3c4e4186
+SHA512 (thrift-0.14.0.tar.gz) = 4bf1c9f8f7eeb75c5d70f14657d530a574002846266668c56c1153c6820e6ba199bb462893505cb8cfb7a4cc481b11a4fe84d0d26a3279424c5948f45fa8ce3f
+Size (thrift-0.14.0.tar.gz) = 4180456 bytes