FreeBSD Bugzilla – Attachment 190472 Details for
Bug 225798
Update thrift ports to 0.11.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0.11.0 diff for thrift ports
thrift.diff (text/plain), 9.98 KB, created by
David Thiel
on 2018-02-10 01:43:06 UTC
(
hide
)
Description:
0.11.0 diff for thrift ports
Filename:
MIME Type:
Creator:
David Thiel
Created:
2018-02-10 01:43:06 UTC
Size:
9.98 KB
patch
obsolete
>Index: node-thrift/Makefile >=================================================================== >--- node-thrift/Makefile (revision 461344) >+++ node-thrift/Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= thrift > PORTVERSION= ${THRIFT_PORTVERSION} >-PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= APACHE/thrift/${PORTVERSION} > PKGNAMEPREFIX= node- >Index: node-thrift/pkg-plist >=================================================================== >--- node-thrift/pkg-plist (revision 461344) >+++ node-thrift/pkg-plist (working copy) >@@ -29,6 +29,8 @@ > lib/node_modules/thrift/lib/thrift/http_connection.js > lib/node_modules/thrift/lib/thrift/index.js > lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js >+lib/node_modules/thrift/lib/thrift/int64_util.js >+lib/node_modules/thrift/lib/thrift/json_parse.js > lib/node_modules/thrift/lib/thrift/json_protocol.js > lib/node_modules/thrift/lib/thrift/log.js > lib/node_modules/thrift/lib/thrift/multiplexed_processor.js >Index: p5-Thrift/Makefile >=================================================================== >--- p5-Thrift/Makefile (revision 461344) >+++ p5-Thrift/Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= Thrift > PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk >-PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= devel perl5 > PKGNAMEPREFIX= p5- >Index: p5-Thrift/pkg-plist >=================================================================== >--- p5-Thrift/pkg-plist (revision 461344) >+++ p5-Thrift/pkg-plist (working copy) >@@ -1,6 +1,7 @@ > %%SITE_PERL%%/Thrift.pm > %%SITE_PERL%%/Thrift/BinaryProtocol.pm > %%SITE_PERL%%/Thrift/BufferedTransport.pm >+%%SITE_PERL%%/Thrift/Exception.pm > %%SITE_PERL%%/Thrift/FramedTransport.pm > %%SITE_PERL%%/Thrift/HttpClient.pm > %%SITE_PERL%%/Thrift/MemoryBuffer.pm >@@ -15,3 +16,6 @@ > %%SITE_PERL%%/Thrift/ServerSocket.pm > %%SITE_PERL%%/Thrift/Socket.pm > %%SITE_PERL%%/Thrift/Transport.pm >+%%SITE_PERL%%/Thrift/Type.pm >+%%SITE_PERL%%/Thrift/UnixServerSocket.pm >+%%SITE_PERL%%/Thrift/UnixSocket.pm >Index: rubygem-thrift/distinfo >=================================================================== >--- rubygem-thrift/distinfo (revision 461344) >+++ rubygem-thrift/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (rubygem/thrift-0.9.3.0.gem) = 2b8cb950cacd6265ea3d93ef716a5394c6d5de1f560b665098eba2d06fa1574d >-SIZE (rubygem/thrift-0.9.3.0.gem) = 72192 >+TIMESTAMP = 1518214128 >+SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a >+SIZE (rubygem/thrift-0.11.0.0.gem) = 85504 >Index: thrift/bsd.thrift.mk >=================================================================== >--- thrift/bsd.thrift.mk (revision 461344) >+++ thrift/bsd.thrift.mk (working copy) >@@ -5,8 +5,7 @@ > # in your makefile, set: > # PORTVERSION= ${THRIFT_PORTVERSION} > # see $PORTSDIR/devel/thrift for examples >-THRIFT_PORTVERSION= 0.9.3 >-THRIFT_PORTREVISION= 1 >+THRIFT_PORTVERSION= 0.11.0 > > CONFIGURE_ARGS+= \ > --without-tests >Index: thrift/distinfo >=================================================================== >--- thrift/distinfo (revision 461344) >+++ thrift/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (thrift-0.9.3.tar.gz) = b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e >-SIZE (thrift-0.9.3.tar.gz) = 8897936 >+TIMESTAMP = 1518215832 >+SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2 >+SIZE (thrift-0.11.0.tar.gz) = 3667154 >Index: thrift-c_glib/Makefile >=================================================================== >--- thrift-c_glib/Makefile (revision 461344) >+++ thrift-c_glib/Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= thrift > PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift >-PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= APACHE/thrift/${PORTVERSION} >Index: thrift-c_glib/pkg-plist >=================================================================== >--- thrift-c_glib/pkg-plist (revision 461344) >+++ thrift-c_glib/pkg-plist (working copy) >@@ -1,11 +1,17 @@ > @comment bin/thrift > include/thrift/c_glib/config.h > include/thrift/c_glib/processor/thrift_dispatch_processor.h >+include/thrift/c_glib/processor/thrift_multiplexed_processor.h > include/thrift/c_glib/processor/thrift_processor.h > include/thrift/c_glib/protocol/thrift_binary_protocol.h > include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h >+include/thrift/c_glib/protocol/thrift_compact_protocol.h >+include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h >+include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h > include/thrift/c_glib/protocol/thrift_protocol.h >+include/thrift/c_glib/protocol/thrift_protocol_decorator.h > include/thrift/c_glib/protocol/thrift_protocol_factory.h >+include/thrift/c_glib/protocol/thrift_stored_message_protocol.h > include/thrift/c_glib/server/thrift_server.h > include/thrift/c_glib/server/thrift_simple_server.h > include/thrift/c_glib/thrift.h >@@ -13,12 +19,15 @@ > include/thrift/c_glib/thrift_struct.h > include/thrift/c_glib/transport/thrift_buffered_transport.h > include/thrift/c_glib/transport/thrift_buffered_transport_factory.h >+include/thrift/c_glib/transport/thrift_fd_transport.h > include/thrift/c_glib/transport/thrift_framed_transport.h > include/thrift/c_glib/transport/thrift_framed_transport_factory.h > include/thrift/c_glib/transport/thrift_memory_buffer.h >+include/thrift/c_glib/transport/thrift_platform_socket.h > include/thrift/c_glib/transport/thrift_server_socket.h > include/thrift/c_glib/transport/thrift_server_transport.h > include/thrift/c_glib/transport/thrift_socket.h >+include/thrift/c_glib/transport/thrift_ssl_socket.h > include/thrift/c_glib/transport/thrift_transport.h > include/thrift/c_glib/transport/thrift_transport_factory.h > lib/libthrift_c_glib.a >Index: thrift-cpp/Makefile >=================================================================== >--- thrift-cpp/Makefile (revision 461344) >+++ thrift-cpp/Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= thrift > PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift >-PORTREVISION= 12 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= APACHE/thrift/${PORTVERSION} >@@ -36,6 +35,7 @@ > CONFIGURE_ARGS+= \ > --without-c_glib \ > --with-cpp \ >+ --with-boost-libdir="${LOCALBASE}/lib" \ > --without-csharp \ > --without-erlang \ > --without-haskell \ >Index: thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp >=================================================================== >--- thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp (revision 461344) >+++ thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp (nonexistent) >@@ -1,13 +0,0 @@ >---- lib/cpp/src/thrift/transport/TSSLSocket.cpp.orig 2015-09-25 02:24:34 UTC >-+++ lib/cpp/src/thrift/transport/TSSLSocket.cpp >-@@ -139,8 +139,10 @@ static char uppercase(char c); >- SSLContext::SSLContext(const SSLProtocol& protocol) { >- if (protocol == SSLTLS) { >- ctx_ = SSL_CTX_new(SSLv23_method()); >-+#ifndef OPENSSL_NO_SSL3 >- } else if (protocol == SSLv3) { >- ctx_ = SSL_CTX_new(SSLv3_method()); >-+#endif >- } else if (protocol == TLSv1_0) { >- ctx_ = SSL_CTX_new(TLSv1_method()); >- } else if (protocol == TLSv1_1) { > >Property changes on: thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: thrift-cpp/pkg-plist >=================================================================== >--- thrift-cpp/pkg-plist (revision 461344) >+++ thrift-cpp/pkg-plist (working copy) >@@ -1,5 +1,6 @@ > @comment bin/thrift > include/thrift/TApplicationException.h >+include/thrift/TBase.h > include/thrift/TDispatchProcessor.h > include/thrift/TLogging.h > include/thrift/TOutput.h >@@ -30,7 +31,6 @@ > include/thrift/concurrency/TimerManager.h > include/thrift/concurrency/Util.h > include/thrift/config.h >-include/thrift/cxxfunctional.h > include/thrift/processor/PeekProcessor.h > include/thrift/processor/StatsProcessor.h > include/thrift/processor/TMultiplexedProcessor.h >@@ -40,6 +40,7 @@ > include/thrift/protocol/TCompactProtocol.h > include/thrift/protocol/TCompactProtocol.tcc > include/thrift/protocol/TDebugProtocol.h >+include/thrift/protocol/THeaderProtocol.h > include/thrift/protocol/TJSONProtocol.h > include/thrift/protocol/TMultiplexedProtocol.h > include/thrift/protocol/TProtocol.h >@@ -46,6 +47,7 @@ > include/thrift/protocol/TProtocolDecorator.h > include/thrift/protocol/TProtocolException.h > include/thrift/protocol/TProtocolTap.h >+include/thrift/protocol/TProtocolTypes.h > include/thrift/protocol/TVirtualProtocol.h > include/thrift/qt/TQIODeviceTransport.h > include/thrift/qt/TQTcpServer.h >@@ -56,14 +58,19 @@ > include/thrift/server/TSimpleServer.h > include/thrift/server/TThreadPoolServer.h > include/thrift/server/TThreadedServer.h >+include/thrift/stdcxx.h > include/thrift/thrift-config.h > include/thrift/transport/PlatformSocket.h > include/thrift/transport/TBufferTransports.h > include/thrift/transport/TFDTransport.h > include/thrift/transport/TFileTransport.h >+include/thrift/transport/THeaderTransport.h > include/thrift/transport/THttpClient.h > include/thrift/transport/THttpServer.h > include/thrift/transport/THttpTransport.h >+include/thrift/transport/TNonblockingSSLServerSocket.h >+include/thrift/transport/TNonblockingServerSocket.h >+include/thrift/transport/TNonblockingServerTransport.h > include/thrift/transport/TPipe.h > include/thrift/transport/TPipeServer.h > include/thrift/transport/TSSLServerSocket.h >@@ -79,7 +86,7 @@ > include/thrift/transport/TTransportUtils.h > include/thrift/transport/TVirtualTransport.h > include/thrift/transport/TZlibTransport.h >-lib/libthrift-0.9.3.so >+lib/libthrift-%%PORTVERSION%%.so > lib/libthrift.a > lib/libthrift.so > lib/libthrift.so.0 >@@ -91,7 +98,7 @@ > %%QT4%%lib/libthriftqt.a > %%QT4%%lib/libthriftqt.so > %%QT4%%lib/libthriftqt.so.0 >-lib/libthriftz-0.9.3.so >+lib/libthriftz-%%PORTVERSION%%.so > lib/libthriftz.a > lib/libthriftz.so > lib/libthriftz.so.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225798
: 190472