Date: Mon, 24 Jun 2024 18:20:35 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 71df84244eeb - main - devel/fbthrift: update 2024.05.20.00 =?utf-8?Q?=E2=86=92?= 2024.06.24.00 Message-ID: <202406241820.45OIKZLo056966@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=71df84244eeb9636c1f9aab337dcdeb0dfb1891c commit 71df84244eeb9636c1f9aab337dcdeb0dfb1891c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-24 18:14:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-24 18:20:13 +0000 devel/fbthrift: update 2024.05.20.00 → 2024.06.24.00 --- devel/fbthrift/Makefile | 2 +- devel/fbthrift/distinfo | 6 +++--- devel/fbthrift/pkg-plist | 54 +++++++----------------------------------------- 3 files changed, 12 insertions(+), 50 deletions(-) diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 26507a6c3ea2..1c4a22426f54 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.20.00 +DISTVERSION= 2024.06.24.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 1a59c336159f..70c078fc346c 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716264257 -SHA256 (facebook-fbthrift-v2024.05.20.00_GH0.tar.gz) = f23c5072179ef988b01b3d35fd52500a9e77deddd14cdc15f339eb3e0cc0f2f0 -SIZE (facebook-fbthrift-v2024.05.20.00_GH0.tar.gz) = 18124939 +TIMESTAMP = 1719245134 +SHA256 (facebook-fbthrift-v2024.06.24.00_GH0.tar.gz) = 78bbc48d1dfa8948580b780b3e827b4562102d2b9ca87db11b5a03ba277ac0e5 +SIZE (facebook-fbthrift-v2024.06.24.00_GH0.tar.gz) = 14725417 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index 5c0c9eac126c..ab3c274448be 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -409,7 +409,6 @@ include/thrift/lib/cpp2/reflection/pretty_print.h include/thrift/lib/cpp2/reflection/reflection.h include/thrift/lib/cpp2/reflection/testing.h include/thrift/lib/cpp2/reflection/variant.h -include/thrift/lib/cpp2/sbe/MessageWrapper.h include/thrift/lib/cpp2/security/AsyncStopTLS.h include/thrift/lib/cpp2/security/FizzPeeker.h include/thrift/lib/cpp2/security/SSLUtil.h @@ -462,6 +461,9 @@ include/thrift/lib/cpp2/server/ServerFlags.h include/thrift/lib/cpp2/server/ServerInstrumentation.h include/thrift/lib/cpp2/server/ServerModule.h include/thrift/lib/cpp2/server/ServiceHealthPoller.h +include/thrift/lib/cpp2/server/ServiceInterceptor.h +include/thrift/lib/cpp2/server/ServiceInterceptorBase.h +include/thrift/lib/cpp2/server/ServiceInterceptorStorage.h include/thrift/lib/cpp2/server/StandardConcurrencyController.h include/thrift/lib/cpp2/server/StatusServerInterface.h include/thrift/lib/cpp2/server/TMConcurrencyController.h @@ -475,6 +477,9 @@ include/thrift/lib/cpp2/server/TransportRoutingHandler.h include/thrift/lib/cpp2/server/WeightedRequestPileQueue-inl.h include/thrift/lib/cpp2/server/WeightedRequestPileQueue.h include/thrift/lib/cpp2/server/metrics/MetricCollector.h +include/thrift/lib/cpp2/server/metrics/MetricCollectorBackend.h +include/thrift/lib/cpp2/server/metrics/Scope.h +include/thrift/lib/cpp2/server/metrics/StreamMetricCallback.h include/thrift/lib/cpp2/server/metrics/tests/Utils.h include/thrift/lib/cpp2/server/peeking/PeekingManager.h include/thrift/lib/cpp2/server/peeking/TLSHelper.h @@ -484,20 +489,6 @@ 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 @@ -620,7 +611,8 @@ include/thrift/lib/cpp2/util/MethodMetadata.h include/thrift/lib/cpp2/util/ScopedServerInterfaceThread-inl.h include/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h include/thrift/lib/cpp2/util/ScopedServerThread.h -include/thrift/lib/cpp2/util/TypeErasedStorage.h +include/thrift/lib/cpp2/util/TypeErasedRef.h +include/thrift/lib/cpp2/util/TypeErasedValue.h include/thrift/lib/cpp2/util/gtest/Matcher-inl.h include/thrift/lib/cpp2/util/gtest/Matcher.h include/thrift/lib/cpp2/util/gtest/Printer.h @@ -636,44 +628,14 @@ include/thrift/lib/py3/enums.h include/thrift/lib/py3/exceptions.h include/thrift/lib/py3/serializer.h include/thrift/lib/py3/server.h -include/thrift/lib/py3/ssl.h include/thrift/lib/py3/stream.h include/thrift/lib/py3/test/BinaryTypes.h -include/thrift/lib/py3/test/client_event_handlers/handler.h include/thrift/lib/py3/test/cpp_handler.h include/thrift/lib/py3/test/interactions/interaction_test.h include/thrift/lib/py3/test/is_overload/func.h include/thrift/lib/py3/types.h include/thrift/lib/thrift/RpcMetadata_extra.h include/thrift/lib/thrift/SerializableDynamic.h -include/thrift/lib/thrift/apache_thrift_sbe/BooleanType.h -include/thrift/lib/thrift/apache_thrift_sbe/CodecConfig.h -include/thrift/lib/thrift/apache_thrift_sbe/CompressionAlgorithm.h -include/thrift/lib/thrift/apache_thrift_sbe/CompressionConfig.h -include/thrift/lib/thrift/apache_thrift_sbe/ErrorBlame.h -include/thrift/lib/thrift/apache_thrift_sbe/ErrorClassification.h -include/thrift/lib/thrift/apache_thrift_sbe/ErrorKind.h -include/thrift/lib/thrift/apache_thrift_sbe/ErrorSafety.h -include/thrift/lib/thrift/apache_thrift_sbe/ExceptionMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/FdMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/GroupSizeEncoding.h -include/thrift/lib/thrift/apache_thrift_sbe/InteractionCreate.h -include/thrift/lib/thrift/apache_thrift_sbe/InteractionRequest.h -include/thrift/lib/thrift/apache_thrift_sbe/InterationTerminate.h -include/thrift/lib/thrift/apache_thrift_sbe/LoggingContext.h -include/thrift/lib/thrift/apache_thrift_sbe/MessageHeader.h -include/thrift/lib/thrift/apache_thrift_sbe/MetadataType.h -include/thrift/lib/thrift/apache_thrift_sbe/PayloadExceptionMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/ProtocolId.h -include/thrift/lib/thrift/apache_thrift_sbe/QueueMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/RequestRpcMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/RequestRpcMetadataOptional.h -include/thrift/lib/thrift/apache_thrift_sbe/ResponseRpcMetadata.h -include/thrift/lib/thrift/apache_thrift_sbe/ResponseRpcMetadataOptional.h -include/thrift/lib/thrift/apache_thrift_sbe/RpcKind.h -include/thrift/lib/thrift/apache_thrift_sbe/RpcPriority.h -include/thrift/lib/thrift/apache_thrift_sbe/VarDataEncoding.h -include/thrift/lib/thrift/apache_thrift_sbe/VarStringEncoding.h include/thrift/lib/thrift/detail/id.h include/thrift/lib/thrift/detail/protocol.h include/thrift/lib/thrift/gen-cpp2/RocketUpgrade.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406241820.45OIKZLo056966>