[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)

* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
This commit is contained in:
Mengna Li 2023-07-06 02:59:03 +08:00 committed by GitHub
parent d06a922845
commit fb9be49cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 48 additions and 21 deletions

View File

@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/fbthrift
REF "v${VERSION}"
SHA512 b9f7bb7037cbc24ba18928cfad8673fd321ec095dec5fa6ca5b6c51b468873bbefde4326d39faa916747f4273b5a4003d60c0f6f755bfce095f9d3e8946bcb46
SHA512 abba38b2451459f86735c010a9492875a70aa9935978a2032a7882b3d37a136c17bc7ffcd70aff617539e5602302df2957ba153f8fc8dcae866e9baf364261a2
HEAD_REF master
PATCHES
fix-glog.patch
@ -43,6 +43,9 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/http2/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/transport/core/test"
"${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/server/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/protocol/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/security/extensions/test"
"${CURRENT_PACKAGES_DIR}/include/thrift/lib/cpp2/security/test"
@ -74,4 +77,4 @@ endif()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/fbthrift/FBThriftTargets.cmake" "LOCATION_HH=\\\"${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/thrift/compiler/location.hh\\\"" "")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "fbthrift",
"version-string": "2023.05.15.00",
"version-string": "2023.07.03.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 6b057a0610e12e1bbfa668f0233d0daf0ce872247deaa9301bd8b842c7c01afd78812fe2170479b128852c4bf22dffd4a5d84b1970e59e4e82f35b0fb7e54e5e
SHA512 c7140b61529ee024e3c99e65d175acb8277fa7bc0090019188481b57c5253d8f5b96a01c28df4a1d00bae67e1f9079d409c2a7f526e933c7fe2f3c2a12fd92ac
HEAD_REF master
PATCHES
0001-fix-libsodium.patch
@ -38,4 +38,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/fizz/tool/test" "${CURRENT_PACKAGES_DIR}/include/fizz/util/test")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "fizz",
"version-string": "2023.05.15.00",
"version-string": "2023.07.03.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 8be640c0b87c85929aa0af2e147ef9556e24f777d80dc7d06019b7edc9b5738635ad3db9dea94f99f1a9eb7eb48e91d78a42d08bcb19b98a279fb805da41bf82
SHA512 6e9433c65d91ff1af51b74e7153ce3d116484d6eb9cbe72747bad902bcb237fccffc35897c63ee3612fa633164b62884a94f511b7039112e2725851ad2719776
HEAD_REF main
PATCHES
reorder-glog-gflags.patch

View File

@ -1,7 +1,6 @@
{
"name": "folly",
"version-string": "2023.05.22.00",
"port-version": 1,
"version-string": "2023.07.03.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/proxygen
REF "v${VERSION}"
SHA512 b08110c4bb4d83a80786aa517edc88d2d9233934705a5deb3da70542251c737113500a11a4cd55d72928635be7c2833e806d1c5391892269a0dd1fe8d4e80187
SHA512 e4f9af0092e810455f029bbd0b6abc152ac90742f88f75f49722bbb99427fb752429852f97d7c15c158d3ef007981bf37a0f61fa7855f1662c19af95bd39307c
HEAD_REF master
PATCHES
remove-register.patch
@ -29,4 +29,4 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "proxygen",
"version-string": "2023.05.15.00",
"version-string": "2023.07.03.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 aa87614f9630fd325e848bef38c520b85a57eaf0e3dd5cb3421a0bb55322fbdf9c22b153436d703eb30ac9f8c4d02bfb71b9313acd16c412609216eb0ca16109
SHA512 c1dbde9f0c7b9c2edc192123b8420fe6a56038a7dbe90cbef91578ea0e9ebe890de45d3c8aa8bec376fce30e76e3b709a5353b79a91f8e6e63159c97197242a6
HEAD_REF master
PATCHES
fix-config-cmake.patch
@ -49,4 +49,4 @@ file(REMOVE_RECURSE
)
file(INSTALL "${CURRENT_PORT_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "wangle",
"version-string": "2023.05.15.00",
"version-string": "2023.07.03.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

@ -2465,7 +2465,7 @@
"port-version": 0
},
"fbthrift": {
"baseline": "2023.05.15.00",
"baseline": "2023.07.03.00",
"port-version": 0
},
"fcl": {
@ -2505,7 +2505,7 @@
"port-version": 0
},
"fizz": {
"baseline": "2023.05.15.00",
"baseline": "2023.07.03.00",
"port-version": 0
},
"flann": {
@ -2581,8 +2581,8 @@
"port-version": 0
},
"folly": {
"baseline": "2023.05.22.00",
"port-version": 1
"baseline": "2023.07.03.00",
"port-version": 0
},
"font-chef": {
"baseline": "1.1.0",
@ -6489,7 +6489,7 @@
"port-version": 0
},
"proxygen": {
"baseline": "2023.05.15.00",
"baseline": "2023.07.03.00",
"port-version": 0
},
"psimd": {
@ -8569,7 +8569,7 @@
"port-version": 4
},
"wangle": {
"baseline": "2023.05.15.00",
"baseline": "2023.07.03.00",
"port-version": 0
},
"wasmedge": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c2384982312ce0a1ee08ff0da69ff562e3690ffe",
"version-string": "2023.07.03.00",
"port-version": 0
},
{
"git-tree": "4ad62e4d34a61f43fee3a61b14aae377ed73249a",
"version-string": "2023.05.15.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "813216afa42f8549aac52519655ab62f8d552c64",
"version-string": "2023.07.03.00",
"port-version": 0
},
{
"git-tree": "81e1764f1bcde018ea8a73fc36c4f4d14b03e978",
"version-string": "2023.05.15.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "16c4e4b0e25b9eb99d5a4b17de525a42a1ecdf48",
"version-string": "2023.07.03.00",
"port-version": 0
},
{
"git-tree": "e5c2e858383fffea763ce85c2672d1d2aeead9e6",
"version-string": "2023.05.22.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9c24a9089256797b853fdf56833eafa213a51f2d",
"version-string": "2023.07.03.00",
"port-version": 0
},
{
"git-tree": "8b7e41b105fbb8e30443037e04098621d31a4fb2",
"version-string": "2023.05.15.00",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "105b20279ba475028db9848e6acc0950843e103c",
"version-string": "2023.07.03.00",
"port-version": 0
},
{
"git-tree": "05744fe658f891ca87fd5cdad73a382ace640bed",
"version-string": "2023.05.15.00",