aboutsummaryrefslogtreecommitdiff
path: root/ports/fizz
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-28 11:44:41 +0800
committerGitHub <noreply@github.com>2020-10-27 20:44:41 -0700
commitc34c4189ebbf0795e1f8e2de562c527a854c8db4 (patch)
treeab47b097ec857cf97d9a74f740ab446b09c284dd /ports/fizz
parente765d96d6f6ee0c448869618db626254f5345624 (diff)
downloadvcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.tar.gz
vcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.zip
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (#13701)
Diffstat (limited to 'ports/fizz')
-rw-r--r--ports/fizz/CONTROL4
-rw-r--r--ports/fizz/find-zlib.patch6
-rw-r--r--ports/fizz/portfile.cmake7
3 files changed, 9 insertions, 8 deletions
diff --git a/ports/fizz/CONTROL b/ports/fizz/CONTROL
index 152f53ad5..19b03e429 100644
--- a/ports/fizz/CONTROL
+++ b/ports/fizz/CONTROL
@@ -1,5 +1,5 @@
Source: fizz
-Version: 2020.02.03.00
-Port-Version: 1
+Version: 2020.10.19.00
+Homepage: https://github.com/facebookincubator/fizz
Build-Depends: folly, openssl, libsodium, zlib, fmt
Description: a TLS 1.3 implementation by Facebook \ No newline at end of file
diff --git a/ports/fizz/find-zlib.patch b/ports/fizz/find-zlib.patch
index 34e93168e..7222db04e 100644
--- a/ports/fizz/find-zlib.patch
+++ b/ports/fizz/find-zlib.patch
@@ -1,8 +1,8 @@
diff --git a/fizz/CMakeLists.txt b/fizz/CMakeLists.txt
-index 0c95883..52585aa 100644
+index 7e3347b..76ee974 100644
--- a/fizz/CMakeLists.txt
+++ b/fizz/CMakeLists.txt
-@@ -86,6 +86,9 @@ else()
+@@ -89,6 +89,9 @@ else()
list(APPEND FIZZ_INCLUDE_DIRECTORIES ${LIBEVENT_INCLUDE_DIR})
endif()
@@ -10,5 +10,5 @@ index 0c95883..52585aa 100644
+list(APPEND FIZZ_SHINY_DEPENDENCIES ZLIB::ZLIB)
+
set(FIZZ_HEADER_DIRS
- base
client
+ crypto
diff --git a/ports/fizz/portfile.cmake b/ports/fizz/portfile.cmake
index 869dfcd2e..459c6a807 100644
--- a/ports/fizz/portfile.cmake
+++ b/ports/fizz/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookincubator/fizz
- REF c0bafd67140e8c6f4f585c1077f2fd89102e4582 # v2020.02.03.00
- SHA512 7db706ffdd79f6d753c5530eb67646747d1e7b8b380387f34bd1fc7a06b289a68a6bb4c13faa74e108d4dede72bb2d993d7ad8f60fabcfb3b48abbf4326291c2
+ REF 1c40fde31b5eff8a05f928497429bffe7425b4fd # v2020.10.19.00
+ SHA512 9e0de756855941c377f2a52d9b751e6ae066c8d8ae4e7a06211b2537a039e533cbc782cbce947cb703d7bd4c5cb5fb4420e71eeafdcb5f1264d788ca3eb0b76d
HEAD_REF master
PATCHES
find-zlib.patch
@@ -41,5 +41,6 @@ file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug/include
)
-# Handle copyright
+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) \ No newline at end of file