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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/789df09e6201
branches:  trunk
changeset: 457857:789df09e6201
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 03 11:19:33 2021 +0000

description:
thrift: updated to 0.14.2

0.14.2

Java
THRIFT-5383 - THRIFT-5383 TJSONProtocol Java readString throws on bounds check

Go
THRIFT-5369 - TConfiguration.GetMaxMessageSize() now also applies to container sizes in TProtocol implementations provided

diffstat:

 devel/libthrift/Makefile        |   3 +--
 devel/libthrift_c_glib/Makefile |   3 +--
 devel/lua-thrift/Makefile       |   3 +--
 devel/p5-thrift/Makefile        |   3 +--
 devel/p5-thrift/distinfo        |  10 +++++-----
 devel/py-thrift/distinfo        |  10 +++++-----
 devel/ruby-thrift/distinfo      |  10 +++++-----
 devel/thrift/Makefile.version   |   5 ++---
 devel/thrift/distinfo           |  10 +++++-----
 9 files changed, 26 insertions(+), 31 deletions(-)

diffs (125 lines):

diff -r aeb2503364ce -r 789df09e6201 devel/libthrift/Makefile
--- a/devel/libthrift/Makefile  Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/libthrift/Makefile  Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.87 2021/05/24 19:50:01 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2021/09/03 11:19:33 adam Exp $
 
-PKGREVISION= 2
 .include "../../devel/thrift/Makefile.common"
 
 PKGNAME=       lib${DISTNAME}
diff -r aeb2503364ce -r 789df09e6201 devel/libthrift_c_glib/Makefile
--- a/devel/libthrift_c_glib/Makefile   Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/libthrift_c_glib/Makefile   Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.6 2021/05/24 19:50:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2021/09/03 11:19:33 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/thrift/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/thrift/libthrift_c_glib/}
diff -r aeb2503364ce -r 789df09e6201 devel/lua-thrift/Makefile
--- a/devel/lua-thrift/Makefile Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/lua-thrift/Makefile Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2021/05/24 19:50:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/03 11:19:33 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/thrift/Makefile.common"
 
 PKGNAME=       lua-${DISTNAME}
diff -r aeb2503364ce -r 789df09e6201 devel/p5-thrift/Makefile
--- a/devel/p5-thrift/Makefile  Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/p5-thrift/Makefile  Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2021/05/24 19:52:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/03 11:19:34 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/thrift/Makefile.version"
 
 PKGNAME=       p5-${DISTNAME}
diff -r aeb2503364ce -r 789df09e6201 devel/p5-thrift/distinfo
--- a/devel/p5-thrift/distinfo  Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/p5-thrift/distinfo  Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/09/03 11:19:34 adam Exp $
 
-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 (thrift-0.14.2.tar.gz) = daf3640f5f18ddb7c194133903b6882df93c5d51
+RMD160 (thrift-0.14.2.tar.gz) = 52ff909c997ce38c70480d6d2c35c4bfbe8abbdc
+SHA512 (thrift-0.14.2.tar.gz) = b65804c487809a26ad1b2dfc3bd47e73ac2713d58541d1eb0622cd1715aaf8b5ba6f2c79b9adb5c6716aa332e13d546581ec61032807c6cd9dbdaaa6e17bc7bd
+Size (thrift-0.14.2.tar.gz) = 4182273 bytes
diff -r aeb2503364ce -r 789df09e6201 devel/py-thrift/distinfo
--- a/devel/py-thrift/distinfo  Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/py-thrift/distinfo  Fri Sep 03 11:19:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/04/12 19:23:27 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/09/03 11:19:34 adam Exp $
 
-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 (thrift-0.14.2.tar.gz) = daf3640f5f18ddb7c194133903b6882df93c5d51
+RMD160 (thrift-0.14.2.tar.gz) = 52ff909c997ce38c70480d6d2c35c4bfbe8abbdc
+SHA512 (thrift-0.14.2.tar.gz) = b65804c487809a26ad1b2dfc3bd47e73ac2713d58541d1eb0622cd1715aaf8b5ba6f2c79b9adb5c6716aa332e13d546581ec61032807c6cd9dbdaaa6e17bc7bd
+Size (thrift-0.14.2.tar.gz) = 4182273 bytes
diff -r aeb2503364ce -r 789df09e6201 devel/ruby-thrift/distinfo
--- a/devel/ruby-thrift/distinfo        Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/ruby-thrift/distinfo        Fri Sep 03 11:19:33 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2021/04/12 19:23:27 adam Exp $
+$NetBSD: distinfo,v 1.10 2021/09/03 11:19:34 adam Exp $
 
-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 (thrift-0.14.2.tar.gz) = daf3640f5f18ddb7c194133903b6882df93c5d51
+RMD160 (thrift-0.14.2.tar.gz) = 52ff909c997ce38c70480d6d2c35c4bfbe8abbdc
+SHA512 (thrift-0.14.2.tar.gz) = b65804c487809a26ad1b2dfc3bd47e73ac2713d58541d1eb0622cd1715aaf8b5ba6f2c79b9adb5c6716aa332e13d546581ec61032807c6cd9dbdaaa6e17bc7bd
+Size (thrift-0.14.2.tar.gz) = 4182273 bytes
 SHA1 (patch-ext_extconf.rb) = 94b603413349c671d3262365074d3fee717f60d4
diff -r aeb2503364ce -r 789df09e6201 devel/thrift/Makefile.version
--- a/devel/thrift/Makefile.version     Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/thrift/Makefile.version     Fri Sep 03 11:19:33 2021 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.version,v 1.5 2021/04/12 19:23:27 adam Exp $
-# used by devel/go-thrift/Makefile
+# $NetBSD: Makefile.version,v 1.6 2021/09/03 11:19:34 adam Exp $
 # 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.1
+DISTNAME=      thrift-0.14.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_APACHE:=thrift/${PKGVERSION_NOREV}/}
 
diff -r aeb2503364ce -r 789df09e6201 devel/thrift/distinfo
--- a/devel/thrift/distinfo     Fri Sep 03 10:30:13 2021 +0000
+++ b/devel/thrift/distinfo     Fri Sep 03 11:19:33 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2021/04/12 19:23:27 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/09/03 11:19:34 adam Exp $
 
-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 (thrift-0.14.2.tar.gz) = daf3640f5f18ddb7c194133903b6882df93c5d51
+RMD160 (thrift-0.14.2.tar.gz) = 52ff909c997ce38c70480d6d2c35c4bfbe8abbdc
+SHA512 (thrift-0.14.2.tar.gz) = b65804c487809a26ad1b2dfc3bd47e73ac2713d58541d1eb0622cd1715aaf8b5ba6f2c79b9adb5c6716aa332e13d546581ec61032807c6cd9dbdaaa6e17bc7bd
+Size (thrift-0.14.2.tar.gz) = 4182273 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