[folly related] update to 09.23 (#41169)

This commit is contained in:
c8ef 2024-09-26 22:42:01 +08:00 committed by GitHub
parent b388ee1800
commit 5260086ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 50 additions and 20 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/fbthrift
REF "v${VERSION}"
SHA512 3b0459013e9e3cb1396fbbb83763a5adcda57255f1831d0117ce8db66532594ce0f1499a7c305c667bcbf4fd42d4ebb0d7877fe8989ab6269ea4c822bd6a029f
SHA512 4b472bb66020ddea715a4c3d19613b4ec9e389a32c8b6b9089d1a160ab23d3ffc6a2e77e43d7d4b1a1546aa5ea0ac04fdeee7a5496739d51f3ab0d1fe6961f62
HEAD_REF main
PATCHES
fix-glog.patch
@ -51,6 +51,7 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/inmemory/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/rocket/client/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/rocket/framing/parser/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/rocket/payload/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/rocket/server/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/util/gtest/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/util/test"

View File

@ -1,6 +1,6 @@
{
"name": "fbthrift",
"version-string": "2024.09.16.00",
"version-string": "2024.09.23.00",
"description": "Facebook's branch of Apache Thrift, including a new C++ server.",
"homepage": "https://github.com/facebook/fbthrift",
"license": "Apache-2.0",

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookincubator/fizz
REF "v${VERSION}"
SHA512 8377a28763c5b049135714d45e352850aa6db807cd4c367003fb0a917714a4dddeb857e8b3bfc07aac15b6bb385495e5f8d1d6eb04d04a57d1ff71801f0cb097
SHA512 71f3572cd05bf01e446f20389c0129c0aca0a4114d284c20c062211ce0c618930401825cd0438c25f9df84ea0b43b6bc4ae244b94fd99fe108dc47d755174f45
HEAD_REF main
PATCHES
fix-build.patch

View File

@ -1,6 +1,6 @@
{
"name": "fizz",
"version-string": "2024.09.16.00",
"version-string": "2024.09.23.00",
"description": "a TLS 1.3 implementation by Facebook",
"homepage": "https://github.com/facebookincubator/fizz",
"license": "BSD-3-Clause",

View File

@ -9,7 +9,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/folly
REF "v${VERSION}"
SHA512 3575ffb109c84c6070679ef7654e37f600ad19ca7e4e90840e0a4ea16f6ffdb29ecaba1fe05c2a2224d914258688b5bdf77f10f5ffa0f0e097a4e05e21f001b6
SHA512 b9b19048201498ad9215eadd2ba1ea15433b115d8aa5652480d0057c5130bcaaf737203853fe9e199c982955d70e5226fcbcf84c66035211045826310204057a
HEAD_REF main
PATCHES
disable-non-underscore-posix-names.patch

View File

@ -1,7 +1,6 @@
{
"name": "folly",
"version-string": "2024.09.16.00",
"port-version": 1,
"version-string": "2024.09.23.00",
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
"homepage": "https://github.com/facebook/folly",
"license": "Apache-2.0",

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/mvfst
REF "v${VERSION}"
SHA512 5317a5e0cb147aa581d6df1e1e36d2b6f02bd911e58eedc207c72847a806f85a7b37fc38eae473a3f9c20791566d723b6a0c67be0b2ebbd3f4d9825e69b1e900
SHA512 8052bd65cd87a333c08764f5a00b6da009f44261282eba7cb680195b27499c81c2f74105bd523908326030bc330913082042065200263e8bb88e37c77a01e6ac
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "mvfst",
"version-string": "2024.09.16.00",
"version-string": "2024.09.23.00",
"description": "mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by Facebook.",
"homepage": "https://github.com/facebook/mvfst",
"license": "MIT",

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/proxygen
REF "v${VERSION}"
SHA512 0c742a10aa1cf95dc057d8d582ed746f376f2376e892cfb59b86d49bf083df66a2abb2abea81affef929132613b3e18f279e090ad40d55eeb4dab553e57097bb
SHA512 99b7bf93cade441ddb5c6e7a8adc2024bc5f19993679f0846794ee0f3cf6c4b692fe753919cab22188f25c7fc63b643db3d18df742f1a275621b13a89d8e2c35
HEAD_REF main
PATCHES
remove-register.patch

View File

@ -1,6 +1,6 @@
{
"name": "proxygen",
"version-string": "2024.09.16.00",
"version-string": "2024.09.23.00",
"description": "It comprises the core C++ HTTP abstractions used at Facebook.",
"homepage": "https://github.com/facebook/proxygen",
"license": "BSD-3-Clause",

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/wangle
REF "v${VERSION}"
SHA512 9c35bf492c75f8fe517ee9d7b2a3a76298953ee5c8b1c83f3821c425948b229817445c4cd9efab051c7e79c1a8503095b5e776f4c280e8c2fcf6206b251b6419
SHA512 45c9c1aaa92fc68b833f17d539bfb7234be68f638858a8ac87dd49338fef95938fe2503ae9b410827abad9b3669801c41354bee65152b03ff3f152a3c8ac7935
HEAD_REF main
PATCHES
fix-config-cmake.patch

View File

@ -1,6 +1,6 @@
{
"name": "wangle",
"version-string": "2024.09.16.00",
"version-string": "2024.09.23.00",
"description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
"homepage": "https://github.com/facebook/wangle",
"license": "Apache-2.0",

View File

@ -2713,7 +2713,7 @@
"port-version": 1
},
"fbthrift": {
"baseline": "2024.09.16.00",
"baseline": "2024.09.23.00",
"port-version": 0
},
"fcl": {
@ -2761,7 +2761,7 @@
"port-version": 0
},
"fizz": {
"baseline": "2024.09.16.00",
"baseline": "2024.09.23.00",
"port-version": 0
},
"flagpp": {
@ -2845,8 +2845,8 @@
"port-version": 1
},
"folly": {
"baseline": "2024.09.16.00",
"port-version": 1
"baseline": "2024.09.23.00",
"port-version": 0
},
"font-chef": {
"baseline": "1.1.0",
@ -6137,7 +6137,7 @@
"port-version": 7
},
"mvfst": {
"baseline": "2024.09.16.00",
"baseline": "2024.09.23.00",
"port-version": 0
},
"mygui": {
@ -7185,7 +7185,7 @@
"port-version": 0
},
"proxygen": {
"baseline": "2024.09.16.00",
"baseline": "2024.09.23.00",
"port-version": 0
},
"psimd": {
@ -9497,7 +9497,7 @@
"port-version": 5
},
"wangle": {
"baseline": "2024.09.16.00",
"baseline": "2024.09.23.00",
"port-version": 0
},
"wasmedge": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "324afed5a4c1c5a2a062a43d871e1181a1756539",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "7b3207df9ca03b1113a3417cb488e81aca8ebb29",
"version-string": "2024.09.16.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "94e28ef195727dd9e771c537fdc8ca45500748df",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "99bc5ceddd4c4b50c194ea05bc7fe84e90ff0b95",
"version-string": "2024.09.16.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c1d8414e47563364104aa5a263b3fe7bfa0db784",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "1240ab18398982f4a1f4c4cd9bd7f1cdf63f6664",
"version-string": "2024.09.16.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "821c48bcc34b47b6803068f3099168a72580843b",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "f15502db02cdf31171aa1b8532e649708abefa64",
"version-string": "2024.09.16.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4e81117b1daf5d15c02c132da1b324656014fc00",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "39f61917bb4ab8515651270d7c62fb2c4ebe1cf2",
"version-string": "2024.09.16.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c1530a38079e8d52584830e8bfa29cf6a53b88ce",
"version-string": "2024.09.23.00",
"port-version": 0
},
{
"git-tree": "09630b54809fdfa982f3b58f9df2043c9d81fda0",
"version-string": "2024.09.16.00",