Skip to content

Commit

Permalink
[folly] update to v2022.07.11.00 (#25769)
Browse files Browse the repository at this point in the history
* [folly] update to v2022.07.11.00

* update version

* [proxygen] update to v2022.07.11.00

* update version

* Add License

* update version

* update version
  • Loading branch information
JonLiu1993 committed Jul 15, 2022
1 parent fd69fb2 commit 8bb8b57
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 51 deletions.
38 changes: 0 additions & 38 deletions ports/folly/fix-abort.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/folly/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ vcpkg_add_to_path("${PYTHON3_DIR}")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/folly
REF v2022.03.21.00
SHA512 4e0fda55f007179883af30024fe1d389642159b1b4c915f7ef1a3c1003c8c52e2370f53ffa79d5fa75533d33becfb946d2bcbb2abdc62b9a297f977403d13dd7
REF 4ba3bfed38ad14d0951d82b154c44235d380f59b #v2022.07.11.00
SHA512 d2dd31a42475e564d01a0e7d99b59382f0afd56d89beb189e580b654650d2f9316cbeb459a038f9534881f22efd1571494926c1ea88b827de6ac56317d3c135b
HEAD_REF main
PATCHES
reorder-glog-gflags.patch
disable-non-underscore-posix-names.patch
boost-1.70.patch
fix-windows-minmax.patch
fix-abort.patch
)

file(COPY
Expand Down
3 changes: 1 addition & 2 deletions ports/folly/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "folly",
"version-string": "2022.03.21.00",
"port-version": 2,
"version-string": "2022.07.11.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
4 changes: 2 additions & 2 deletions ports/proxygen/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/proxygen
REF v2022.03.21.00
SHA512 66dfd40e45b884d64be9c06b110caaa9333116c402312ee8eb0c21f0ab569ea31b9e4fb676c68b96730abbff0b74d139f5e39e702cd958c24ce0fe76f353fbe9
REF 0c932f6c57095838494520ec4ce7243a7f0c1234 #v2022.07.11.00
SHA512 496189c37be8f42821cb5357e501b02f013858f1917854000777ac5c0403d078837e89dc3eef5f66f30f83c7506e40316d730725d7f97070090ac6549e766093
HEAD_REF master
PATCHES
remove-register.patch
Expand Down
4 changes: 2 additions & 2 deletions ports/proxygen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "proxygen",
"version-string": "2022.03.21.00",
"port-version": 2,
"version-string": "2022.07.11.00",
"description": "It comprises the core C++ HTTP abstractions used at Facebook.",
"homepage": "https://github.com/facebook/proxygen",
"license": "BSD-3-Clause",
"supports": "!windows",
"dependencies": [
"boost-context",
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2321,8 +2321,8 @@
"port-version": 2
},
"folly": {
"baseline": "2022.03.21.00",
"port-version": 2
"baseline": "2022.07.11.00",
"port-version": 0
},
"font-chef": {
"baseline": "1.1.0",
Expand Down Expand Up @@ -5677,8 +5677,8 @@
"port-version": 0
},
"proxygen": {
"baseline": "2022.03.21.00",
"port-version": 2
"baseline": "2022.07.11.00",
"port-version": 0
},
"psimd": {
"baseline": "2021-02-21",
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": "fcb721c422a09f612a5a83519d0c163c8cc83257",
"version-string": "2022.07.11.00",
"port-version": 0
},
{
"git-tree": "9d2f0850a514d305b6b3b56833185aaf7f6154e1",
"version-string": "2022.03.21.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": "7f8e28d0d1ec8591df5cdfa602d60e0efaa8ee7a",
"version-string": "2022.07.11.00",
"port-version": 0
},
{
"git-tree": "27f0950fcf11ac8f561591363715ddf581146325",
"version-string": "2022.03.21.00",
Expand Down

0 comments on commit 8bb8b57

Please sign in to comment.