devel/fbthrift: update 2024.03.11.00 → 2024.03.18.00
This commit is contained in:
parent
249233516e
commit
47cbda8a22
3 changed files with 19 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fbthrift
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.03.11.00
|
||||
DISTVERSION= 2024.03.18.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1710197675
|
||||
SHA256 (facebook-fbthrift-v2024.03.11.00_GH0.tar.gz) = decfd7e211d61159778501d3847673d0212303999bbfa15913b0c05567641b84
|
||||
SIZE (facebook-fbthrift-v2024.03.11.00_GH0.tar.gz) = 15946561
|
||||
TIMESTAMP = 1710782378
|
||||
SHA256 (facebook-fbthrift-v2024.03.18.00_GH0.tar.gz) = e1d8d7cc0a718e3c18934ac198ee3ad63848b90e8a19d62b2b7d54f0c878089c
|
||||
SIZE (facebook-fbthrift-v2024.03.18.00_GH0.tar.gz) = 17723732
|
||||
|
|
|
@ -155,6 +155,7 @@ include/thrift/lib/cpp/protocol/TVirtualProtocol.h
|
|||
include/thrift/lib/cpp/server/TConnectionContext.h
|
||||
include/thrift/lib/cpp/server/TServerEventHandler.h
|
||||
include/thrift/lib/cpp/server/TServerObserver.h
|
||||
include/thrift/lib/cpp/server/test/TrackingTServerEventHandler.h
|
||||
include/thrift/lib/cpp/test/MockTAsyncSSLSocket.h
|
||||
include/thrift/lib/cpp/test/loadgen/Controller.h
|
||||
include/thrift/lib/cpp/test/loadgen/GaussianMixtureModel.h
|
||||
|
@ -486,6 +487,20 @@ include/thrift/lib/cpp2/test/MockCpp2ConnContext.h
|
|||
include/thrift/lib/cpp2/test/ProtoBufStructs-inl.h
|
||||
include/thrift/lib/cpp2/test/Structs.h
|
||||
include/thrift/lib/cpp2/test/ThriftStructs-inl.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/ByteVarStringEncoding.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/CustomerNotFound.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/CustomerResponse.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/GroupSizeEncoding.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/MessageHeader.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/MultipleCustomerLookup.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/MultipleCustomerResponse.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/ShortVarDataEncoding.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/ShortVarStringEncoding.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/facebook_sbe_test/SingleCustomerLookup.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/service/Customer.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/service/CustomerLookupHandler.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/service/CustomerLookupService.h
|
||||
include/thrift/lib/cpp2/test/sbe/integration_test/src/service/DataLoader.h
|
||||
include/thrift/lib/cpp2/test/util/FakeClock.h
|
||||
include/thrift/lib/cpp2/test/util/TestInterface.h
|
||||
include/thrift/lib/cpp2/test/util/TestServerFactory.h
|
||||
|
|
Loading…
Reference in a new issue