SHA256
1
0
forked from pool/thrift

Accepting request 885185 from home:susnux:branches:devel:tools

- Update to 0.14.1
  * Fixes CVE-2020-13949
  * Deprecated Languages:
    + Deprecate ActionScript 3 support
    + Deprecate Haskell bindings
  * Removed Languages:
    + Remove deprecated C# and netcore bindings
  * Breaking Changes
    + Upgrade to .NET Core 3.1 (LTS)
    + Implement DEFAULT_MAX_LENGTH at TFramedTransport
    + In Go library TDeserializer.Transport is now
      typed *TMemoryBuffer instead of TTransport
    + Haskell generator fails to distinguish between multiple enum
      types with conflicting enum identifiers
    + Upgrade NodeJS to 10.x
    + Swift generator does not escape keywords properly
    + In Go library TProcessor interface now includes ProcessorMap
      and AddToProcessorMap functions.
    + cpp: use all getaddrinfo() results when retrying failed bind()
      in T{Nonblocking,}ServerSocket
    + Now all Read, Write and Skip functions in TProtocol accept
      context arg
    + go: TSocket and TSSLSocket now have separated connect timeout
      and socket timeout
    + cpp: dropped support for Windows XP
    + TException interface now has a new function: TExceptionType
    + go: TClient.Call now returns ResponseMeta in addition to error 
  * Full: https://github.com/apache/thrift/blob/0.14.1/CHANGES.md

OBS-URL: https://build.opensuse.org/request/show/885185
OBS-URL: https://build.opensuse.org/package/show/devel:tools/thrift?expand=0&rev=36
This commit is contained in:
Martin Pluskal 2021-04-14 06:12:10 +00:00 committed by Git OBS Bridge
parent 9064f93a99
commit 3cf7961493
6 changed files with 51 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179
size 4154357

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQHKBAABCAA0FiEEjNh/GG8G6VjvypY9dr00D8S3WGUFAl2gyjAWHGplbnNnZXll
ckBob3RtYWlsLmNvbQAKCRB2vTQPxLdYZVgAC/42LC+756eyc3Clol9Bzw1q1MAA
zszd5ICZdUqg49UE3H1XrQ4LOOOvVdnYx2vhaHKGxJp/3zBR5ruW1VxiIKqAcMgJ
UIcHpmfLTC9VoAJkFteeabLXiRTo2t5+aEte9SxiX+QsM+qUHE018DCF3u58nzp9
XIj8DXKAvVKBLor8rT4FFwbble9vjEynlxLg4w/QtBAEAjlJPNZABZG5Nz4Ty+dA
lM5DNQUnyzozGK29U9fw6sULwVtXQeVxVAjvtd9uRBpbJ0UtWw/cGG+6PefNosI0
C7irh07MDJb89+fV2NaSh6mR09jisedGdN6jt1fZKMxInqhef90orFsER8Ugk66A
m76qRzwlfnmxYuQDxLhyOR9AaX5YCbEgoY4q2/G4E7HSphVIEBhvOarAL0eIqTZY
ev2YKlDInn4w+n7d8jxGHIbIZxb6OIqM0cyfMNOsTiFy9WnYtL2EIVENO/BN2Phi
wqVxhJnaAf7ubIL85TURRzpl3TRkS8WRj1DnrJE=
=gGpf
-----END PGP SIGNATURE-----

3
thrift-0.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13da5e1cd9c8a3bb89778c0337cc57eb0c29b08f3090b41cf6ab78594b410ca5
size 4311458

14
thrift-0.14.1.tar.gz.asc Normal file
View File

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEjNh/GG8G6VjvypY9dr00D8S3WGUFAmA+ogoACgkQdr00D8S3
WGUYXQwAmEja+xyWo6+VMZvPrUlVDH8z8/0AOd1rnhQyTi7Ug9AOD4t0HZoQlAa5
UKDSW/QdHWPSAPaV0LYTdivHtLH1y3TfRUW9h/B7bbLVr7zm4x5hJ8dRBiCrbWdV
KAW7eXnce+CiG8CSaRSbr6fdEZ4Nfx17IN677NEYnzE6pwjmQ0TPs4cXhQiTJM5Z
KoffLCF6kCEscTCaBSa2CNZJ8FRTr3L5UeeyYQeVCfSgc/Nt6f3H6DPWZSiY1Mdw
ICbe0naS9IDuRh6dJCagoHOTaTGNJE8y2TLbYtT9H9TfgciFGZ6PLEaN32i6cUG7
IHEkfo7xT1PXWlGPUmXLhv76MhQS3E5hbsNc2VDQFrn6+2GbSWTbpK6hbXHc1AHF
rHBLWcZuGIfPOLx2/3fmRhxlaPjE3q2/DP/07Nxo9X6FVB2nTszu43z4jz4Cggx3
BxoPHD1yiLRr2zqPhikpH6KxJ5n3OGw+K1Ms979YPVnAVHZms+V9R6i2/KNanteD
dU4LVTs1
=JdvM
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Apr 13 23:29:20 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 0.14.1
* Fixes CVE-2020-13949
* Deprecated Languages:
+ Deprecate ActionScript 3 support
+ Deprecate Haskell bindings
* Removed Languages:
+ Remove deprecated C# and netcore bindings
* Breaking Changes
+ Upgrade to .NET Core 3.1 (LTS)
+ Implement DEFAULT_MAX_LENGTH at TFramedTransport
+ In Go library TDeserializer.Transport is now
typed *TMemoryBuffer instead of TTransport
+ Haskell generator fails to distinguish between multiple enum
types with conflicting enum identifiers
+ Upgrade NodeJS to 10.x
+ Swift generator does not escape keywords properly
+ In Go library TProcessor interface now includes ProcessorMap
and AddToProcessorMap functions.
+ cpp: use all getaddrinfo() results when retrying failed bind()
in T{Nonblocking,}ServerSocket
+ Now all Read, Write and Skip functions in TProtocol accept
context arg
+ go: TSocket and TSSLSocket now have separated connect timeout
and socket timeout
+ cpp: dropped support for Windows XP
+ TException interface now has a new function: TExceptionType
+ go: TClient.Call now returns ResponseMeta in addition to error
* Full: https://github.com/apache/thrift/blob/0.14.1/CHANGES.md
-------------------------------------------------------------------
Sat Jan 2 20:07:17 UTC 2021 - Benjamin Greiner <code@bnavigator.de>

View File

@ -16,7 +16,7 @@
#
%define libversion 0_13_0
%define libversion 0_14_1
%define libgversion 0
%bcond_without perl
%bcond_without c
@ -34,7 +34,7 @@
%define skip_python38 1
%endif
Name: thrift
Version: 0.13.0
Version: 0.14.1
Release: 0
Summary: Framework for scalable cross-language services development
License: Apache-2.0