mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/fbthrift: Update 2022.01.31.00 -> 2022.02.14.00
This commit is contained in:
parent
93be9dede1
commit
1af270ecae
@ -1,6 +1,6 @@
|
||||
PORTNAME= fbthrift
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2022.01.31.00
|
||||
DISTVERSION= 2022.02.14.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1643651488
|
||||
SHA256 (facebook-fbthrift-v2022.01.31.00_GH0.tar.gz) = 6194127fd9e6771bd34f502a84b292278bf3a6ee7b87377afd1ae287a5572f48
|
||||
SIZE (facebook-fbthrift-v2022.01.31.00_GH0.tar.gz) = 6310503
|
||||
TIMESTAMP = 1644861728
|
||||
SHA256 (facebook-fbthrift-v2022.02.14.00_GH0.tar.gz) = 269f40b973e90d080e98283b4ce5cc7647ba4304945d38926bf3ce47ced5e83d
|
||||
SIZE (facebook-fbthrift-v2022.02.14.00_GH0.tar.gz) = 6340378
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- thrift/lib/cpp2/server/Cpp2ConnContext.cpp.orig 2020-09-10 00:42:26 UTC
|
||||
+++ thrift/lib/cpp2/server/Cpp2ConnContext.cpp
|
||||
@@ -51,7 +51,7 @@ Cpp2ConnContext::PeerCred Cpp2ConnContext::PeerCred::q
|
||||
} else {
|
||||
return PeerCred{cred.pid, cred.uid, cred.gid};
|
||||
}
|
||||
-#elif defined(LOCAL_PEERCRED) // macOS
|
||||
+#elif defined(LOCAL_PEERCRED) && defined(LOCAL_PEEREPID) // macOS
|
||||
struct xucred cred = {};
|
||||
pid_t epid = 0;
|
||||
socklen_t len;
|
@ -25,7 +25,6 @@ include/thrift/lib/cpp/async/TStreamAsyncChannel-inl.h
|
||||
include/thrift/lib/cpp/async/TStreamAsyncChannel.h
|
||||
include/thrift/lib/cpp/async/TUnframedAsyncChannel-inl.h
|
||||
include/thrift/lib/cpp/async/TUnframedAsyncChannel.h
|
||||
include/thrift/lib/cpp/async/TZlibAsyncChannel.h
|
||||
include/thrift/lib/cpp/concurrency/Exception.h
|
||||
include/thrift/lib/cpp/concurrency/FunctionRunner.h
|
||||
include/thrift/lib/cpp/concurrency/InitThreadFactory.h
|
||||
@ -309,6 +308,7 @@ include/thrift/lib/cpp2/server/PreprocessParams.h
|
||||
include/thrift/lib/cpp2/server/RequestDebugLog.h
|
||||
include/thrift/lib/cpp2/server/RequestPileInterface.h
|
||||
include/thrift/lib/cpp2/server/RequestsRegistry.h
|
||||
include/thrift/lib/cpp2/server/ResourcePool.h
|
||||
include/thrift/lib/cpp2/server/ResourcePoolHandle.h
|
||||
include/thrift/lib/cpp2/server/RoundRobinRequestPile.h
|
||||
include/thrift/lib/cpp2/server/ServerAttribute.h
|
||||
@ -330,9 +330,6 @@ 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/util/FakeClock.h
|
||||
include/thrift/lib/cpp2/test/util/TestClientChannelFactory.h
|
||||
include/thrift/lib/cpp2/test/util/TestHTTPClientChannelFactory.h
|
||||
include/thrift/lib/cpp2/test/util/TestHeaderClientChannelFactory.h
|
||||
include/thrift/lib/cpp2/test/util/TestInterface.h
|
||||
include/thrift/lib/cpp2/test/util/TestServerFactory.h
|
||||
include/thrift/lib/cpp2/test/util/TestThriftServerFactory.h
|
||||
|
Loading…
Reference in New Issue
Block a user