From b2fd29fec759bf49fd40bfd633204200b115a2b5 Mon Sep 17 00:00:00 2001 From: c8ef Date: Tue, 16 Jul 2024 21:15:01 +0800 Subject: [PATCH] [folly related] update to 07.15 (#39943) --- ports/cachelib/portfile.cmake | 2 +- ports/cachelib/vcpkg.json | 2 +- ports/fbthrift/portfile.cmake | 2 +- ports/fbthrift/vcpkg.json | 2 +- ports/fizz/portfile.cmake | 2 +- ports/fizz/vcpkg.json | 2 +- ports/folly/fix-unistd-include.patch | 6 +++--- ports/folly/portfile.cmake | 2 +- ports/folly/vcpkg.json | 2 +- ports/mvfst/portfile.cmake | 2 +- ports/mvfst/vcpkg.json | 2 +- ports/proxygen/portfile.cmake | 2 +- ports/proxygen/vcpkg.json | 2 +- ports/wangle/portfile.cmake | 2 +- ports/wangle/vcpkg.json | 2 +- versions/baseline.json | 14 +++++++------- versions/c-/cachelib.json | 5 +++++ versions/f-/fbthrift.json | 5 +++++ versions/f-/fizz.json | 5 +++++ versions/f-/folly.json | 5 +++++ versions/m-/mvfst.json | 5 +++++ versions/p-/proxygen.json | 5 +++++ versions/w-/wangle.json | 5 +++++ 23 files changed, 59 insertions(+), 24 deletions(-) diff --git a/ports/cachelib/portfile.cmake b/ports/cachelib/portfile.cmake index eb1bd1a0e4..b40f547c9d 100644 --- a/ports/cachelib/portfile.cmake +++ b/ports/cachelib/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/CacheLib REF "v${VERSION}" - SHA512 5670b796bad9bca30b126cfff9466de095294f855598c663193054b08cace03f0ba73677735ffc26f9a920d58eec9430b83ad7f7187dbcba9264d7e3635ed30e + SHA512 0d67a5086222cf787d8f6205f68b783b462b4e7baed437caac9dc3952605b6fe392829a6802e4bd3ad366915f687c7d89dae1f5b903479aad7e8c5592adbabf7 HEAD_REF main PATCHES fix-build.patch diff --git a/ports/cachelib/vcpkg.json b/ports/cachelib/vcpkg.json index 7da0afb9f2..2635753092 100644 --- a/ports/cachelib/vcpkg.json +++ b/ports/cachelib/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cachelib", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.00", "description": "Pluggable caching engine to build and scale high performance cache services.", "homepage": "https://github.com/facebook/CacheLib", "license": "Apache-2.0", diff --git a/ports/fbthrift/portfile.cmake b/ports/fbthrift/portfile.cmake index 756670c263..74bc92a349 100644 --- a/ports/fbthrift/portfile.cmake +++ b/ports/fbthrift/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/fbthrift REF "v${VERSION}" - SHA512 9b4a6f3654282aa95689a4956b6ad7ee3449deff064873f9fea227840a4639a06f0ade07e1a6c96b5c48a52c68c1516bab51d28f30d58532c48143a32adfd0c3 + SHA512 be206fba93ddea6940910993b3222216e84233118f0b8c646c631ad168fac749217e0bd0aa4a8d17160e7fcca33d260b90f3cf5b2b273e786bf993cb1e1fd1ef HEAD_REF main PATCHES fix-glog.patch diff --git a/ports/fbthrift/vcpkg.json b/ports/fbthrift/vcpkg.json index ed5ea4d974..2041bfd17d 100644 --- a/ports/fbthrift/vcpkg.json +++ b/ports/fbthrift/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fbthrift", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.00", "description": "Facebook's branch of Apache Thrift, including a new C++ server.", "homepage": "https://github.com/facebook/fbthrift", "license": "Apache-2.0", diff --git a/ports/fizz/portfile.cmake b/ports/fizz/portfile.cmake index 0cc4cae122..c5524c0858 100644 --- a/ports/fizz/portfile.cmake +++ b/ports/fizz/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebookincubator/fizz REF "v${VERSION}" - SHA512 dd5a3dec4c6672f21e4315428ad33358f1387f02b415fa40206bb727bb8df4e36320d20e4432e9f995fa054f91b7d723301b6176f32e4485f497f8891ef1f77a + SHA512 669b5a81ebd51ce84aa210f462db8cd88f7fbb12a6c8e8c7a894779e3e44c71f4d65c735fe4ba2043f48112880154e8f6b102c005abc0c4718b02bbf417ae722 HEAD_REF main PATCHES fix-build.patch diff --git a/ports/fizz/vcpkg.json b/ports/fizz/vcpkg.json index 8dededc869..e0325f77cc 100644 --- a/ports/fizz/vcpkg.json +++ b/ports/fizz/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fizz", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.00", "description": "a TLS 1.3 implementation by Facebook", "homepage": "https://github.com/facebookincubator/fizz", "license": "BSD-3-Clause", diff --git a/ports/folly/fix-unistd-include.patch b/ports/folly/fix-unistd-include.patch index 9e3fe5d7a7..2ab22edf1e 100644 --- a/ports/folly/fix-unistd-include.patch +++ b/ports/folly/fix-unistd-include.patch @@ -1,7 +1,7 @@ -diff --git a/folly/experimental/symbolizer/Elf.cpp b/folly/experimental/symbolizer/Elf.cpp +diff --git a/folly/debugging/symbolizer/Elf.cpp b/folly/debugging/symbolizer/Elf.cpp index 6a7f74f..6546fe0 100644 ---- a/folly/experimental/symbolizer/Elf.cpp -+++ b/folly/experimental/symbolizer/Elf.cpp +--- a/folly/debugging/symbolizer/Elf.cpp ++++ b/folly/debugging/symbolizer/Elf.cpp @@ -49,6 +49,8 @@ #define FOLLY_ELF_NATIVE_CLASS __WORDSIZE #endif // __ELF_NATIVE_CLASS diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake index 85f229cf88..fbf9a9abee 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -9,7 +9,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/folly REF "v${VERSION}" - SHA512 d6f5508e8a64e7177841198afea468685e35a16b6447ad506e60388d1dfb5c8c1d9d9593a0588e7d42e5f5112a4c19bff2bee27bb24927ed017d5af5bbdbb971 + SHA512 899293ee5986dc260a9838c0408f12768fc4710fd1d0e0d7c199c0cf90f990da4a140a19f0b6b8fbb96e6433468824e43e0b1f13de30a890e5e1ca0f8cc4a441 HEAD_REF main PATCHES disable-non-underscore-posix-names.patch diff --git a/ports/folly/vcpkg.json b/ports/folly/vcpkg.json index 285de5a113..8c3c6f2ae9 100644 --- a/ports/folly/vcpkg.json +++ b/ports/folly/vcpkg.json @@ -1,6 +1,6 @@ { "name": "folly", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.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", diff --git a/ports/mvfst/portfile.cmake b/ports/mvfst/portfile.cmake index e12e36c15b..3307ac7fc9 100644 --- a/ports/mvfst/portfile.cmake +++ b/ports/mvfst/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/mvfst REF "v${VERSION}" - SHA512 b2661b9d2e2411040aa0b7a1ca565c15f20faf9b0d94bda5b0bd8adee2f3e2711cbdaf32da29751f68efcf51293160327697039091176b7ff85835ff5692c254 + SHA512 b598e7dac91ace885ff4bd2f15ca758f4d306dd35af7e90b0f6fda6dfbeb7af0eb31643a2d0376e00616b0423b293c9d3c1b253ee8c3a96d3fc910e9b2fa3ba0 HEAD_REF main ) diff --git a/ports/mvfst/vcpkg.json b/ports/mvfst/vcpkg.json index ff8e2b4871..8f952c334f 100644 --- a/ports/mvfst/vcpkg.json +++ b/ports/mvfst/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mvfst", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.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", diff --git a/ports/proxygen/portfile.cmake b/ports/proxygen/portfile.cmake index 143da4d37a..540e6346ee 100644 --- a/ports/proxygen/portfile.cmake +++ b/ports/proxygen/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/proxygen REF "v${VERSION}" - SHA512 1b46f92e70461413648915440aec522e2560da3bfcb4b5b2b379f01909f23070ea87d0d246707e8dad125e22850a8d090474c56d8ac64b26e88edbaba3db6809 + SHA512 7dcba4b87074edde0e390d94efc530754a68b29cb96b54d3cd965ae187a394b84500f4f52975994981b5989a8a3177306670766305aee1df406a8e53d5045fae HEAD_REF main PATCHES remove-register.patch diff --git a/ports/proxygen/vcpkg.json b/ports/proxygen/vcpkg.json index 10506deeda..769472296b 100644 --- a/ports/proxygen/vcpkg.json +++ b/ports/proxygen/vcpkg.json @@ -1,6 +1,6 @@ { "name": "proxygen", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.00", "description": "It comprises the core C++ HTTP abstractions used at Facebook.", "homepage": "https://github.com/facebook/proxygen", "license": "BSD-3-Clause", diff --git a/ports/wangle/portfile.cmake b/ports/wangle/portfile.cmake index 75739e56c0..3ce563a80f 100644 --- a/ports/wangle/portfile.cmake +++ b/ports/wangle/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/wangle REF "v${VERSION}" - SHA512 35033d0a8393996ad82215fcab36938072aaa63c324adeb3f9efbe0b6e6eb9beb2248026ba376696d0d8632e62a45ba14d8af12945e6d2c31ac694e598ff9207 + SHA512 e77ebe858c8994148c0c69c768bf167741e6d32eec1a2b0cc4858d7b068f1af502ad06885a99e4255f3cb42f7e867c499e7b9e052d14cf7c94925326a953cfc0 HEAD_REF main PATCHES fix-config-cmake.patch diff --git a/ports/wangle/vcpkg.json b/ports/wangle/vcpkg.json index d0daabc03a..e5b94d755d 100644 --- a/ports/wangle/vcpkg.json +++ b/ports/wangle/vcpkg.json @@ -1,6 +1,6 @@ { "name": "wangle", - "version-string": "2024.07.08.00", + "version-string": "2024.07.15.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", diff --git a/versions/baseline.json b/versions/baseline.json index 44db07cee9..7815fb992e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1453,7 +1453,7 @@ "port-version": 0 }, "cachelib": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "caf": { @@ -2677,7 +2677,7 @@ "port-version": 1 }, "fbthrift": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "fcl": { @@ -2721,7 +2721,7 @@ "port-version": 0 }, "fizz": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "flagpp": { @@ -2805,7 +2805,7 @@ "port-version": 2 }, "folly": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "font-chef": { @@ -6045,7 +6045,7 @@ "port-version": 7 }, "mvfst": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "mygui": { @@ -7081,7 +7081,7 @@ "port-version": 0 }, "proxygen": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "psimd": { @@ -9373,7 +9373,7 @@ "port-version": 5 }, "wangle": { - "baseline": "2024.07.08.00", + "baseline": "2024.07.15.00", "port-version": 0 }, "wasmedge": { diff --git a/versions/c-/cachelib.json b/versions/c-/cachelib.json index d80c7ee767..6c105bb257 100644 --- a/versions/c-/cachelib.json +++ b/versions/c-/cachelib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4c51a07152ad871b913be51d20251c0e92c7c440", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "fad64d7286723130f0af63e88f1d345823e6e509", "version-string": "2024.07.08.00", diff --git a/versions/f-/fbthrift.json b/versions/f-/fbthrift.json index 57d4a3ed7f..55c760f64e 100644 --- a/versions/f-/fbthrift.json +++ b/versions/f-/fbthrift.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "613b0890df6dfb44c454f4b59cc4d9c2aa18d854", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "e46c617876244a1f44a453035152ec97346375b8", "version-string": "2024.07.08.00", diff --git a/versions/f-/fizz.json b/versions/f-/fizz.json index f3052b4917..cd53a26f61 100644 --- a/versions/f-/fizz.json +++ b/versions/f-/fizz.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e92daece56f17f3b31c7c88f79dd5d2d99b7badc", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "fb3438ce20119e412dcfb0a214345b397e78c8c7", "version-string": "2024.07.08.00", diff --git a/versions/f-/folly.json b/versions/f-/folly.json index 9d665346a3..8eb2aee2f1 100644 --- a/versions/f-/folly.json +++ b/versions/f-/folly.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "748025cac899f51cbaa9a5fcd151e2bb7d43b85a", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "bf80eb8ce23617b9ed0623118c3d8c2347265767", "version-string": "2024.07.08.00", diff --git a/versions/m-/mvfst.json b/versions/m-/mvfst.json index c449521174..a5ccdaf574 100644 --- a/versions/m-/mvfst.json +++ b/versions/m-/mvfst.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6791d07ae9fe8265688bad7e7fd0dfa9755a2285", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "240986dc80a7741fc3bedcd20ab57e8475bdfd0e", "version-string": "2024.07.08.00", diff --git a/versions/p-/proxygen.json b/versions/p-/proxygen.json index 4cbe02675f..b3de00876a 100644 --- a/versions/p-/proxygen.json +++ b/versions/p-/proxygen.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f86a0a0930d286d5ed237af5c5e805e17929d392", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "7fcfc0c9a00907a2c3428cf661656361aae92be1", "version-string": "2024.07.08.00", diff --git a/versions/w-/wangle.json b/versions/w-/wangle.json index 7c36612cbb..abae7e7245 100644 --- a/versions/w-/wangle.json +++ b/versions/w-/wangle.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0abc657836142d176e017531878df2d84f92dfda", + "version-string": "2024.07.15.00", + "port-version": 0 + }, { "git-tree": "bdf3a7df52ec8d1232c6df401995a503fa1fdebe", "version-string": "2024.07.08.00",