pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 21 12:41:56 UTC 2021

Modified Files:
        pkgsrc/devel/libthrift: Makefile PLIST

Log Message:
devel/libthrift: update to 0.14.0

0.14.0 (2021-03-08)

C++

* THRIFT-1513 - Thrift compiler generates inconsistent code with some
  complex values (causing g++ to error: "has no member named '__isset')
* THRIFT-5168 - Useless generated code when .thrift file only has service type
* THRIFT-5179 - Thrift compiler will generate wrong code if IDL struct's
  name is 'a' or 'b'
* THRIFT-5200 - Thrift compiler will generate incorrect code when add
  'cob_style' option.
* THRIFT-4282 - StressTestNonBlocking is disabled in Appveyor as it is
  unstable on Windows in general
* THRIFT-4682 - C++ TBinaryProtocol crashes on port scan
* THRIFT-4963 - TNonblockingServer blocked int addTask(IOThread) and
  notify(workerThread)
* THRIFT-5047 - fix cmake support to build cpp server without OPENSSL
* THRIFT-5076 - Improve CMake OpenSSL usage
* THRIFT-5078 - Handle named pipe clients quickly disconnecting
* THRIFT-5086 - CMake target thrift::thrift has no
  INTERFACE_INCLUDE_DIRECTORIES property
* THRIFT-5110 - Added a number of required libs for using static OpenSSL
* THRIFT-5114 - Simplify the computation of the size of TMemoryBuffer
* THRIFT-5177 - getaddrinfo() should not be used for Unix sockets
* THRIFT-5178 - THttpClient should work without specifying host
* THRIFT-5185 - C++: Add WebSocket Server Transport
* THRIFT-5186 - AI_ADDRCONFIG: Thrift libraries crash with localhost-only
  network.
* THRIFT-5215 - C++: Remove portable_endian.h
* THRIFT-5217 - Deprecated boost header
* THRIFT-5237 - Implement MAX_MESSAGE_SIZE and consolidate limits into a
  TConfiguration class
* THRIFT-5290 - Adjusting cpp *.cproj msvcrt options according to LEGAL-538
* THRIFT-5295 - Thread and ThreadFactory should be extensible
* THRIFT-5344 - TTransport may throw raw pointer exceptions


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/libthrift/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libthrift/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.84 pkgsrc/devel/libthrift/Makefile:1.85
--- pkgsrc/devel/libthrift/Makefile:1.84        Fri Jan  1 08:24:40 2021
+++ pkgsrc/devel/libthrift/Makefile     Sun Mar 21 12:41:56 2021
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.84 2021/01/01 08:24:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.85 2021/03/21 12:41:56 taca Exp $
 
-PKGREVISION= 4
 .include "../../devel/thrift/Makefile.common"
 
 PKGNAME=       lib${DISTNAME}

Index: pkgsrc/devel/libthrift/PLIST
diff -u pkgsrc/devel/libthrift/PLIST:1.13 pkgsrc/devel/libthrift/PLIST:1.14
--- pkgsrc/devel/libthrift/PLIST:1.13   Sun Nov 10 18:05:32 2019
+++ pkgsrc/devel/libthrift/PLIST        Sun Mar 21 12:41:56 2021
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.13 2019/11/10 18:05:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2021/03/21 12:41:56 taca Exp $
 include/thrift/TApplicationException.h
 include/thrift/TBase.h
+include/thrift/TConfiguration.h
 include/thrift/TDispatchProcessor.h
 include/thrift/TLogging.h
 include/thrift/TOutput.h
@@ -33,14 +34,18 @@ include/thrift/protocol/TBinaryProtocol.
 include/thrift/protocol/TCompactProtocol.h
 include/thrift/protocol/TCompactProtocol.tcc
 include/thrift/protocol/TDebugProtocol.h
+include/thrift/protocol/TEnum.h
 include/thrift/protocol/THeaderProtocol.h
 include/thrift/protocol/TJSONProtocol.h
+include/thrift/protocol/TList.h
+include/thrift/protocol/TMap.h
 include/thrift/protocol/TMultiplexedProtocol.h
 include/thrift/protocol/TProtocol.h
 include/thrift/protocol/TProtocolDecorator.h
 include/thrift/protocol/TProtocolException.h
 include/thrift/protocol/TProtocolTap.h
 include/thrift/protocol/TProtocolTypes.h
+include/thrift/protocol/TSet.h
 include/thrift/protocol/TVirtualProtocol.h
 include/thrift/qt/TQIODeviceTransport.h
 include/thrift/qt/TQTcpServer.h
@@ -54,6 +59,7 @@ include/thrift/server/TThreadedServer.h
 include/thrift/thrift-config.h
 include/thrift/thrift_export.h
 include/thrift/transport/PlatformSocket.h
+include/thrift/transport/SocketCommon.h
 include/thrift/transport/TBufferTransports.h
 include/thrift/transport/TFDTransport.h
 include/thrift/transport/TFileTransport.h
@@ -74,10 +80,12 @@ include/thrift/transport/TShortReadTrans
 include/thrift/transport/TSimpleFileTransport.h
 include/thrift/transport/TSocket.h
 include/thrift/transport/TSocketPool.h
+include/thrift/transport/TSocketUtils.h
 include/thrift/transport/TTransport.h
 include/thrift/transport/TTransportException.h
 include/thrift/transport/TTransportUtils.h
 include/thrift/transport/TVirtualTransport.h
+include/thrift/transport/TWebSocketServer.h
 include/thrift/transport/TZlibTransport.h
 lib/libthrift.la
 lib/libthriftnb.la



Home | Main Index | Thread Index | Old Index