Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 01:32:51 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: 3c7416c36049 - main - devel/fbthrift: update 2024.09.02.00 =?utf-8?Q?=E2=86=92?= 2024.09.09.00
Message-ID:  <202409100132.48A1Wpuq012731@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=3c7416c36049255fd4bd8851c865cd440182c449

commit 3c7416c36049255fd4bd8851c865cd440182c449
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-10 01:29:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-10 01:32:41 +0000

    devel/fbthrift: update 2024.09.02.00 → 2024.09.09.00
---
 devel/fbthrift/Makefile  |  2 +-
 devel/fbthrift/distinfo  |  6 +++---
 devel/fbthrift/pkg-plist | 19 +++++++++++++------
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 3ff20185e7cb..ed609211f022 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fbthrift
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2024.09.02.00
+DISTVERSION=	2024.09.09.00
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo
index 9bfaa20777ca..9653e6232a37 100644
--- a/devel/fbthrift/distinfo
+++ b/devel/fbthrift/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725344036
-SHA256 (facebook-fbthrift-v2024.09.02.00_GH0.tar.gz) = 050576c0544b88b8ffaa03a00085d46c069775251d17b88be81e2a334eb31b69
-SIZE (facebook-fbthrift-v2024.09.02.00_GH0.tar.gz) = 14865340
+TIMESTAMP = 1725919119
+SHA256 (facebook-fbthrift-v2024.09.09.00_GH0.tar.gz) = b1428c43c46ace466783f83eae5cba94d658783d38794db17f586fbb94a508a5
+SIZE (facebook-fbthrift-v2024.09.09.00_GH0.tar.gz) = 14857512
diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist
index 288a9004f3f1..889a730bdebd 100644
--- a/devel/fbthrift/pkg-plist
+++ b/devel/fbthrift/pkg-plist
@@ -327,7 +327,6 @@ include/thrift/lib/cpp2/op/StdSerializer.h
 include/thrift/lib/cpp2/op/Testing.h
 include/thrift/lib/cpp2/op/Xxh64Hasher.h
 include/thrift/lib/cpp2/op/detail/AnyOp.h
-include/thrift/lib/cpp2/op/detail/AnyPatch.h
 include/thrift/lib/cpp2/op/detail/BaseOp.h
 include/thrift/lib/cpp2/op/detail/BasePatch.h
 include/thrift/lib/cpp2/op/detail/Clear.h
@@ -345,6 +344,8 @@ include/thrift/lib/cpp2/op/detail/StructOp.h
 include/thrift/lib/cpp2/op/detail/StructPatch.h
 include/thrift/lib/cpp2/op/detail/ValueOp.h
 include/thrift/lib/cpp2/op/detail/ValuePatch.h
+include/thrift/lib/cpp2/patch/DynamicPatch.h
+include/thrift/lib/cpp2/patch/detail/PatchBadge.h
 include/thrift/lib/cpp2/protocol/BinaryProtocol-inl.h
 include/thrift/lib/cpp2/protocol/BinaryProtocol.h
 include/thrift/lib/cpp2/protocol/CompactProtocol-inl.h
@@ -399,15 +400,12 @@ include/thrift/lib/cpp2/reflection/internal/legacy_reflection-inl-pre.h
 include/thrift/lib/cpp2/reflection/internal/legacy_reflection_type_id.h
 include/thrift/lib/cpp2/reflection/internal/merge-inl-post.h
 include/thrift/lib/cpp2/reflection/internal/merge-inl-pre.h
-include/thrift/lib/cpp2/reflection/internal/pretty_print-inl-post.h
-include/thrift/lib/cpp2/reflection/internal/pretty_print-inl-pre.h
 include/thrift/lib/cpp2/reflection/internal/reflection-inl-post.h
 include/thrift/lib/cpp2/reflection/internal/reflection-inl-pre.h
 include/thrift/lib/cpp2/reflection/internal/test_helpers.h
 include/thrift/lib/cpp2/reflection/legacy_reflection.h
 include/thrift/lib/cpp2/reflection/merge.h
 include/thrift/lib/cpp2/reflection/populator.h
-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
@@ -483,6 +481,13 @@ 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/StreamMetricCallback.h
+include/thrift/lib/cpp2/server/overload/ChainedOverloadChecker.h
+include/thrift/lib/cpp2/server/overload/CurrentlyOverloadedChecker.h
+include/thrift/lib/cpp2/server/overload/IOverloadChecker.h
+include/thrift/lib/cpp2/server/overload/NoOpOverloadChecker.h
+include/thrift/lib/cpp2/server/overload/OverloadCheckerFactory.h
+include/thrift/lib/cpp2/server/overload/QpsOverloadChecker.h
+include/thrift/lib/cpp2/server/overload/QueueConcurrencyOverloadChecker.h
 include/thrift/lib/cpp2/server/peeking/PeekingManager.h
 include/thrift/lib/cpp2/server/peeking/TLSHelper.h
 include/thrift/lib/cpp2/server/test/util/MockServerConfigs.h
@@ -526,6 +531,7 @@ include/thrift/lib/cpp2/transport/http2/common/testutil/ChannelTestFixture.h
 include/thrift/lib/cpp2/transport/http2/common/testutil/FakeProcessors.h
 include/thrift/lib/cpp2/transport/http2/common/testutil/FakeResponseHandler.h
 include/thrift/lib/cpp2/transport/http2/server/ThriftRequestHandler.h
+include/thrift/lib/cpp2/transport/rocket/ChecksumGenerator.h
 include/thrift/lib/cpp2/transport/rocket/Compression.h
 include/thrift/lib/cpp2/transport/rocket/FdSocket.h
 include/thrift/lib/cpp2/transport/rocket/PayloadUtils.h
@@ -641,6 +647,8 @@ include/thrift/lib/py3/types.h
 include/thrift/lib/thrift/RpcMetadata_extra.h
 include/thrift/lib/thrift/SerializableDynamic.h
 include/thrift/lib/thrift/TypeToMaskAdapter.h
+include/thrift/lib/thrift/detail/AnyPatch.h
+include/thrift/lib/thrift/detail/DynamicPatch.h
 include/thrift/lib/thrift/detail/id.h
 include/thrift/lib/thrift/detail/protocol.h
 include/thrift/lib/thrift/gen-cpp2/RocketUpgrade.h
@@ -833,5 +841,4 @@ lib/libthrifttyperep.so
 lib/libthrifttyperep.so.1.0.0
 lib/libtransport.so
 lib/libtransport.so.1.0.0
-lib/libwhisker.so
-lib/libwhisker.so.1.0.0
+lib/libwhisker.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409100132.48A1Wpuq012731>