pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel thrift: updated to 0.14.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b556200bc460
branches: trunk
changeset: 450217:b556200bc460
user: adam <adam%pkgsrc.org@localhost>
date: Mon Apr 12 19:23:27 2021 +0000
description:
thrift: updated to 0.14.1
0.14.1
Known Open Issues (Blocker or Critical)
THRIFT-3877 - C++: library don't work with HTTP (csharp server, cpp client; need cross test enhancement)
THRIFT-5098 - Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket." and other Haskell issues
THRIFT-5245 - NPE when the value of map's key is null
Deprecated Languages
THRIFT-5347 - Deprecate Haskell bindings
Build Process
THRIFT-5334 - version of thrift-maven-plugin is not sync with the main project
Delphi
THRIFT-5350 - 0.14.0 fails to build on non-x86
Go
THRIFT-5353 - Namespace from type is ignored in generated code
Python
THRIFT-5352 - Python: IDL exceptions with no fields can't be instantiated
Rust
THRIFT-5299 - rs implementation compact protocol seq_id should not use zigzag encoding.
diffstat:
devel/go-thrift/distinfo | 10 +++++-----
devel/libthrift_c_glib/Makefile | 3 +--
devel/p5-thrift/distinfo | 10 +++++-----
devel/py-thrift/distinfo | 10 +++++-----
devel/ruby-thrift/distinfo | 10 +++++-----
devel/thrift/Makefile.version | 4 ++--
devel/thrift/distinfo | 10 +++++-----
7 files changed, 28 insertions(+), 29 deletions(-)
diffs (107 lines):
diff -r 849696ce76e7 -r b556200bc460 devel/go-thrift/distinfo
--- a/devel/go-thrift/distinfo Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/go-thrift/distinfo Mon Apr 12 19:23:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/03/21 12:42:35 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
-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
+SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
+RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
+SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
+Size (thrift-0.14.1.tar.gz) = 4311458 bytes
diff -r 849696ce76e7 -r b556200bc460 devel/libthrift_c_glib/Makefile
--- a/devel/libthrift_c_glib/Makefile Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/libthrift_c_glib/Makefile Mon Apr 12 19:23:27 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2020/05/13 03:39:52 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2021/04/12 19:23:27 adam Exp $
-PKGREVISION= 2
.include "../../devel/thrift/Makefile.common"
PKGNAME= ${DISTNAME:S/thrift/libthrift_c_glib/}
diff -r 849696ce76e7 -r b556200bc460 devel/p5-thrift/distinfo
--- a/devel/p5-thrift/distinfo Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/p5-thrift/distinfo Mon Apr 12 19:23:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/03/21 12:42:57 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
-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
+SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
+RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
+SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
+Size (thrift-0.14.1.tar.gz) = 4311458 bytes
diff -r 849696ce76e7 -r b556200bc460 devel/py-thrift/distinfo
--- a/devel/py-thrift/distinfo Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/py-thrift/distinfo Mon Apr 12 19:23:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/03/21 12:43:38 taca Exp $
+$NetBSD: distinfo,v 1.5 2021/04/12 19:23:27 adam Exp $
-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
+SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
+RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
+SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
+Size (thrift-0.14.1.tar.gz) = 4311458 bytes
diff -r 849696ce76e7 -r b556200bc460 devel/ruby-thrift/distinfo
--- a/devel/ruby-thrift/distinfo Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/ruby-thrift/distinfo Mon Apr 12 19:23:27 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/03/21 12:44:03 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/04/12 19:23:27 adam Exp $
-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
+SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
+RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
+SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
+Size (thrift-0.14.1.tar.gz) = 4311458 bytes
SHA1 (patch-ext_extconf.rb) = 94b603413349c671d3262365074d3fee717f60d4
diff -r 849696ce76e7 -r b556200bc460 devel/thrift/Makefile.version
--- a/devel/thrift/Makefile.version Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/thrift/Makefile.version Mon Apr 12 19:23:27 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.version,v 1.4 2021/03/21 12:41:11 taca Exp $
+# $NetBSD: Makefile.version,v 1.5 2021/04/12 19:23:27 adam Exp $
# used by devel/go-thrift/Makefile
# used by devel/p5-thrift/Makefile
# used by devel/py-thrift/Makefile
# used by devel/ruby-thrift/Makefile
# used by devel/thrift/Makefile.common
-DISTNAME= thrift-0.14.0
+DISTNAME= thrift-0.14.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${PKGVERSION_NOREV}/}
diff -r 849696ce76e7 -r b556200bc460 devel/thrift/distinfo
--- a/devel/thrift/distinfo Mon Apr 12 15:27:58 2021 +0000
+++ b/devel/thrift/distinfo Mon Apr 12 19:23:27 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2021/03/21 12:41:11 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
-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
+SHA1 (thrift-0.14.1.tar.gz) = 7b322742610ef6c9f15e22101862163b72a7efe7
+RMD160 (thrift-0.14.1.tar.gz) = 40b91e0b042f09921ad3898506199582187e52d0
+SHA512 (thrift-0.14.1.tar.gz) = e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
+Size (thrift-0.14.1.tar.gz) = 4311458 bytes
SHA1 (patch-configure) = 9c7c9747ea3845f8e7db7f923c313c96b96d3e9e
SHA1 (patch-lib_cpp_src_thrift_server_TNonblockingServer.cpp) = 1f648fc9ad2c3e3664e1baf64c1132a061dd249f
SHA1 (patch-lib_cpp_src_thrift_transport_SocketCommon.cpp) = 48269cf7d6ce3df23ebffa3270462a8dd27e6762
Home |
Main Index |
Thread Index |
Old Index