From 50700e0360ec60053b547912bcfa733c297abe27 Mon Sep 17 00:00:00 2001 From: Wei Dai Date: Tue, 16 Nov 2021 10:13:33 -0800 Subject: [PATCH] [SEAL/APSI]Updated SEAL to 3.7.2 and APSI to 0.5.0 (#21454) * Updated ports/seal to 3.7.2 and ports/apsi to 0.5.0. * Updated versioning. --- ports/apsi/portfile.cmake | 6 +++--- ports/apsi/vcpkg.json | 2 +- ports/seal/portfile.cmake | 4 ++-- ports/seal/vcpkg.json | 2 +- versions/a-/apsi.json | 5 +++++ versions/baseline.json | 4 ++-- versions/s-/seal.json | 5 +++++ 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ports/apsi/portfile.cmake b/ports/apsi/portfile.cmake index 95f63b17bd..7e2266e00e 100644 --- a/ports/apsi/portfile.cmake +++ b/ports/apsi/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/APSI - REF 7fbeefbd42f4884da95073d40de22ba46fc0f1f5 - SHA512 dfa4b7571b355646004d5b8823f250b56cda6e84d348a6a013f45fbf5c119e49bda28ac8a75f8ec06738814c50e34e66805994c7bc780ddfd57cc2067ffa745a + REF 4e412e6c89a2729a09aa2a998b212dec0fa9a0fc + SHA512 8cabe842884a90bd3de5156af964f68efe77c55c1ff773ce3a64a0c4e3380868dd5ee79f4db2033278eba2c7cf5561c225b1625313a7ac89f068218d5cb9f40c HEAD_REF main ) @@ -29,7 +29,7 @@ vcpkg_cmake_configure( vcpkg_cmake_install() -vcpkg_cmake_config_fixup(PACKAGE_NAME "APSI" CONFIG_PATH "lib/cmake/APSI-0.3") +vcpkg_cmake_config_fixup(PACKAGE_NAME "APSI" CONFIG_PATH "lib/cmake/APSI-0.5") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/apsi/vcpkg.json b/ports/apsi/vcpkg.json index e341604730..6ee65d0036 100644 --- a/ports/apsi/vcpkg.json +++ b/ports/apsi/vcpkg.json @@ -1,6 +1,6 @@ { "name": "apsi", - "version-semver": "0.3.1", + "version-semver": "0.5.0", "description": "APSI is a research library for asymmetric private set intersection.", "homepage": "https://github.com/microsoft/APSI", "supports": "static", diff --git a/ports/seal/portfile.cmake b/ports/seal/portfile.cmake index 29535cc261..0806056029 100644 --- a/ports/seal/portfile.cmake +++ b/ports/seal/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/SEAL - REF 608fb1b9717ec6effe707758a636e0a0df76fc26 - SHA512 4d73e44955dcf7424318d1f46dd2b38b08592fd649a208953dbb9da30e7befdb6bf9f50ab364732d0ded7c9d977fd9bbad9fd1e2d2ff6ea2931d418a87be6d27 + REF 79234726053c45eede688400aa219fdec0810bd8 + SHA512 634ad75d70f04cce220bfa9f6d13e8ddb293e8403ebd195e2c8b522b751a1a268021feea7843038037ed6d1b354b2e470ad565966a117613cf5371073afda9a4 HEAD_REF main ) diff --git a/ports/seal/vcpkg.json b/ports/seal/vcpkg.json index 20ca7bec42..7ff225449d 100644 --- a/ports/seal/vcpkg.json +++ b/ports/seal/vcpkg.json @@ -1,6 +1,6 @@ { "name": "seal", - "version-semver": "3.7.1", + "version-semver": "3.7.2", "description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.", "homepage": "https://github.com/microsoft/SEAL", "supports": "!windows | (windows & static)", diff --git a/versions/a-/apsi.json b/versions/a-/apsi.json index 30ac072337..fa1c3690f2 100644 --- a/versions/a-/apsi.json +++ b/versions/a-/apsi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ff4f1e6dfc87696ea2da4bd557e15b1f2034f340", + "version-semver": "0.5.0", + "port-version": 0 + }, { "git-tree": "3cfe8c41e42a7aa179511d6f6ead1c47bb8f3327", "version-semver": "0.3.1", diff --git a/versions/baseline.json b/versions/baseline.json index e7111afd9e..c26ad16702 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -117,7 +117,7 @@ "port-version": 4 }, "apsi": { - "baseline": "0.3.1", + "baseline": "0.5.0", "port-version": 0 }, "arb": { @@ -6165,7 +6165,7 @@ "port-version": 1 }, "seal": { - "baseline": "3.7.1", + "baseline": "3.7.2", "port-version": 0 }, "secp256k1": { diff --git a/versions/s-/seal.json b/versions/s-/seal.json index 01951b3b5b..f8d84e29d2 100644 --- a/versions/s-/seal.json +++ b/versions/s-/seal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f60c9b8a5bafea149666d032b375f1b3980dd3ca", + "version-semver": "3.7.2", + "port-version": 0 + }, { "git-tree": "dc1789c424c644a859870fb66288c5bfacb62d35", "version-semver": "3.7.1",