Skip to content

Commit

Permalink
[folly related] update to 12.23 (#42914)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Dec 30, 2024
1 parent efa6321 commit 2be9c63
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ports/fbthrift/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/fbthrift
REF "v${VERSION}"
SHA512 ab8defa998f988adc88356ec93e092f39677997e1519b9ff49fca628e66349694524496d19972253bff9c41b3a7e04b7f4ceb305305f645f1a2b01ed8c3853d5
SHA512 1eeb3d370b91cdcffca48b7bf47aaccf883f48f57db2067f6912c33faaf5c05373eb0e2e9d91ababe7b0494a928400540b3abc22c63345c0d90863a46c67cc61
HEAD_REF main
PATCHES
fix-deps.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/fbthrift/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbthrift",
"version-string": "2024.12.16.00",
"version-string": "2024.12.23.00",
"description": "Facebook's branch of Apache Thrift, including a new C++ server.",
"homepage": "https://github.com/facebook/fbthrift",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/fizz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookincubator/fizz
REF "v${VERSION}"
SHA512 8acc2fee933046685ada87afe9868274e73788776577f7227dc271c8449c0196e2602d3615e6daacd670d213be55f1a1d40c414fb083d26de708f5412fc285cd
SHA512 a10abb3f26f3f213e59a8c6fcda63ad41177914969ae7c10e62aee385ac191eb04c37f49acac710e7ea46c364e15a0ed7bb452bf8a790e2216c058d1527fec34
HEAD_REF main
PATCHES
fix-build.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/fizz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fizz",
"version-string": "2024.12.16.00",
"version-string": "2024.12.23.00",
"description": "a TLS 1.3 implementation by Facebook",
"homepage": "https://github.com/facebookincubator/fizz",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion ports/folly/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/folly
REF "v${VERSION}"
SHA512 5408d001f60cf1d097af8c3702bddd966b725b0d78b71248a582f9f54b5d5f196fa1e7dc99ca1ef0a7d051c80cb3cd1b892790b9d56f5d197e889ffb7b5c8f4e
SHA512 476248496118ed0a27776055096a8667ca5114ca8bb4bcb7562c690ece7d3ed5c9f02cf4d5363cbfed0dab9782d8e66269afa72cc29b13df0a5fc84f3da611a4
HEAD_REF main
PATCHES
fix-windows-minmax.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/folly/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folly",
"version-string": "2024.12.16.00",
"version-string": "2024.12.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",
Expand Down
2 changes: 1 addition & 1 deletion ports/mvfst/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/mvfst
REF "v${VERSION}"
SHA512 3410bc5ce8eda71781b5b048470ee41d00acfdf034f699c533ff3bf232f29ea2d2c987c5885ab82d6486c246ddf8bb1e269dce2c9ae002a4efeadd08eb7ac862
SHA512 e4ccad969819ed1a44015f3868da71dc855b0385e4399d606bb73c20cfbc4e5b86964919a64b661f88a46773435de0850ff53d1bf93cc9d5d3530179bd52dd5f
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/mvfst/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvfst",
"version-string": "2024.12.16.00",
"version-string": "2024.12.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",
Expand Down
2 changes: 1 addition & 1 deletion ports/proxygen/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/proxygen
REF "v${VERSION}"
SHA512 b3cf69663aa15dba7041cdbee28180884f47b95f41d27ad0829212a5312c999c386a504719486fc5641d84dfc4f807be1d4a8e3ba70e62bd76a7a995d32e4dff
SHA512 8b7c16735e214730db2ce29f9aa37e9a947fedcf003b3fc6389ae7b24019a65c0f812afd9e1e71dbc31f5b33cf78792f2996462caea57e6333af002ecf86565f
HEAD_REF main
PATCHES
remove-register.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/proxygen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxygen",
"version-string": "2024.12.16.00",
"version-string": "2024.12.23.00",
"description": "It comprises the core C++ HTTP abstractions used at Facebook.",
"homepage": "https://github.com/facebook/proxygen",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion ports/wangle/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/wangle
REF "v${VERSION}"
SHA512 5aeb03086cca8e13a8424935aa49a108cf04c8208905c1186f86a16f94deba69387fdddbab5f4bfc9670c5dee78508eabd25e6fd97109d1c7febf8aae8dab317
SHA512 2efde642bf484ff41f19656d58674bc00c46118582d4387992971781be9707de9c10e7f64b8a6d08bd33cf10c62c2d3b40a9b98e8581f2ab6ee49b9975a55ab7
HEAD_REF main
PATCHES
fix-config-cmake.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/wangle/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wangle",
"version-string": "2024.12.16.00",
"version-string": "2024.12.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",
Expand Down
12 changes: 6 additions & 6 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@
"port-version": 1
},
"fbthrift": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"fcl": {
Expand Down Expand Up @@ -2785,7 +2785,7 @@
"port-version": 0
},
"fizz": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"flagpp": {
Expand Down Expand Up @@ -2869,7 +2869,7 @@
"port-version": 1
},
"folly": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"font-chef": {
Expand Down Expand Up @@ -6217,7 +6217,7 @@
"port-version": 7
},
"mvfst": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"mygui": {
Expand Down Expand Up @@ -7261,7 +7261,7 @@
"port-version": 0
},
"proxygen": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"psimd": {
Expand Down Expand Up @@ -9601,7 +9601,7 @@
"port-version": 0
},
"wangle": {
"baseline": "2024.12.16.00",
"baseline": "2024.12.23.00",
"port-version": 0
},
"wasmedge": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fbthrift.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "54bdaa8f264cb36371a9159c69225a63561a0dcf",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "d1e35db0ff0ab775f3b9f61239b5899bde5d8cb6",
"version-string": "2024.12.16.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fizz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7456d5d3a013701b454f12bab41012b9dbf2605",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "c8abfbc022ab7db601dfc65559b971111b362216",
"version-string": "2024.12.16.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/folly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c2047170fce39d925a840cff13167a3b21bd245c",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "674d15ab14aaa3a9943a005307816ba79b6abbf7",
"version-string": "2024.12.16.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mvfst.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f64f371e5f070b5a372836a9051ee7e8c0dfaa62",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "dd8f9b28f989e770ed3d4e881d5662983b4ea8a6",
"version-string": "2024.12.16.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/proxygen.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "535d364fff81dd78a71c6bcfd94a6e7b40006f82",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "1c0f5317def119968396c78818327c421a4f28ab",
"version-string": "2024.12.16.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wangle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6d808b3e292bafa8160961814c12a854621d36e0",
"version-string": "2024.12.23.00",
"port-version": 0
},
{
"git-tree": "9e21115c15ffc784518488aa7f04800a53222792",
"version-string": "2024.12.16.00",
Expand Down

0 comments on commit 2be9c63

Please sign in to comment.