Skip to content

Commit

Permalink
[folly related] update to 07.15 (#39943)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef committed Jul 16, 2024
1 parent a26e565 commit b2fd29f
Show file tree
Hide file tree
Showing 23 changed files with 59 additions and 24 deletions.
2 changes: 1 addition & 1 deletion ports/cachelib/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/CacheLib
REF "v${VERSION}"
SHA512 5670b796bad9bca30b126cfff9466de095294f855598c663193054b08cace03f0ba73677735ffc26f9a920d58eec9430b83ad7f7187dbcba9264d7e3635ed30e
SHA512 0d67a5086222cf787d8f6205f68b783b462b4e7baed437caac9dc3952605b6fe392829a6802e4bd3ad366915f687c7d89dae1f5b903479aad7e8c5592adbabf7
HEAD_REF main
PATCHES
fix-build.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/cachelib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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 9b4a6f3654282aa95689a4956b6ad7ee3449deff064873f9fea227840a4639a06f0ade07e1a6c96b5c48a52c68c1516bab51d28f30d58532c48143a32adfd0c3
SHA512 be206fba93ddea6940910993b3222216e84233118f0b8c646c631ad168fac749217e0bd0aa4a8d17160e7fcca33d260b90f3cf5b2b273e786bf993cb1e1fd1ef
HEAD_REF main
PATCHES
fix-glog.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.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",
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 dd5a3dec4c6672f21e4315428ad33358f1387f02b415fa40206bb727bb8df4e36320d20e4432e9f995fa054f91b7d723301b6176f32e4485f497f8891ef1f77a
SHA512 669b5a81ebd51ce84aa210f462db8cd88f7fbb12a6c8e8c7a894779e3e44c71f4d65c735fe4ba2043f48112880154e8f6b102c005abc0c4718b02bbf417ae722
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.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",
Expand Down
6 changes: 3 additions & 3 deletions ports/folly/fix-unistd-include.patch
Original file line number Diff line number Diff line change
@@ -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
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 d6f5508e8a64e7177841198afea468685e35a16b6447ad506e60388d1dfb5c8c1d9d9593a0588e7d42e5f5112a4c19bff2bee27bb24927ed017d5af5bbdbb971
SHA512 899293ee5986dc260a9838c0408f12768fc4710fd1d0e0d7c199c0cf90f990da4a140a19f0b6b8fbb96e6433468824e43e0b1f13de30a890e5e1ca0f8cc4a441
HEAD_REF main
PATCHES
disable-non-underscore-posix-names.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.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",
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 b2661b9d2e2411040aa0b7a1ca565c15f20faf9b0d94bda5b0bd8adee2f3e2711cbdaf32da29751f68efcf51293160327697039091176b7ff85835ff5692c254
SHA512 b598e7dac91ace885ff4bd2f15ca758f4d306dd35af7e90b0f6fda6dfbeb7af0eb31643a2d0376e00616b0423b293c9d3c1b253ee8c3a96d3fc910e9b2fa3ba0
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.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",
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 1b46f92e70461413648915440aec522e2560da3bfcb4b5b2b379f01909f23070ea87d0d246707e8dad125e22850a8d090474c56d8ac64b26e88edbaba3db6809
SHA512 7dcba4b87074edde0e390d94efc530754a68b29cb96b54d3cd965ae187a394b84500f4f52975994981b5989a8a3177306670766305aee1df406a8e53d5045fae
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.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",
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 35033d0a8393996ad82215fcab36938072aaa63c324adeb3f9efbe0b6e6eb9beb2248026ba376696d0d8632e62a45ba14d8af12945e6d2c31ac694e598ff9207
SHA512 e77ebe858c8994148c0c69c768bf167741e6d32eec1a2b0cc4858d7b068f1af502ad06885a99e4255f3cb42f7e867c499e7b9e052d14cf7c94925326a953cfc0
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.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",
Expand Down
14 changes: 7 additions & 7 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
"port-version": 0
},
"cachelib": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"caf": {
Expand Down Expand Up @@ -2677,7 +2677,7 @@
"port-version": 1
},
"fbthrift": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"fcl": {
Expand Down Expand Up @@ -2721,7 +2721,7 @@
"port-version": 0
},
"fizz": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"flagpp": {
Expand Down Expand Up @@ -2805,7 +2805,7 @@
"port-version": 2
},
"folly": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"font-chef": {
Expand Down Expand Up @@ -6045,7 +6045,7 @@
"port-version": 7
},
"mvfst": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"mygui": {
Expand Down Expand Up @@ -7081,7 +7081,7 @@
"port-version": 0
},
"proxygen": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"psimd": {
Expand Down Expand Up @@ -9373,7 +9373,7 @@
"port-version": 5
},
"wangle": {
"baseline": "2024.07.08.00",
"baseline": "2024.07.15.00",
"port-version": 0
},
"wasmedge": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cachelib.json
Original file line number Diff line number Diff line change
@@ -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",
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": "613b0890df6dfb44c454f4b59cc4d9c2aa18d854",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "e46c617876244a1f44a453035152ec97346375b8",
"version-string": "2024.07.08.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": "e92daece56f17f3b31c7c88f79dd5d2d99b7badc",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "fb3438ce20119e412dcfb0a214345b397e78c8c7",
"version-string": "2024.07.08.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": "748025cac899f51cbaa9a5fcd151e2bb7d43b85a",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "bf80eb8ce23617b9ed0623118c3d8c2347265767",
"version-string": "2024.07.08.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": "6791d07ae9fe8265688bad7e7fd0dfa9755a2285",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "240986dc80a7741fc3bedcd20ab57e8475bdfd0e",
"version-string": "2024.07.08.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": "f86a0a0930d286d5ed237af5c5e805e17929d392",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "7fcfc0c9a00907a2c3428cf661656361aae92be1",
"version-string": "2024.07.08.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": "0abc657836142d176e017531878df2d84f92dfda",
"version-string": "2024.07.15.00",
"port-version": 0
},
{
"git-tree": "bdf3a7df52ec8d1232c6df401995a503fa1fdebe",
"version-string": "2024.07.08.00",
Expand Down

0 comments on commit b2fd29f

Please sign in to comment.