diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL index 63d5e26f0a1df2..3eac51408f7cd7 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil -Version: 2019-05-08-1 +Version: 2019-10-29 Homepage: https://github.com/abseil/abseil-cpp Description: an open-source collection designed to augment the C++ standard library. Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives. diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index 22f3bc34910ac8..80c58b865d3e1e 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO abseil/abseil-cpp - REF aa468ad75539619b47979911297efbb629c52e44 - SHA512 4254d8599103d8f06b03f60a0386eba07f314184217d0bca404d41fc0bd0a8df287fe6d07158d10cde096af3097aff2ecc1a5e8f7c3046ecf956b5fde709ad1d + REF 3c98fcc0461bd2a4b9c149d4748a7373a225cf4b + SHA512 f74b3d512f68d6ce771a049166b0d6e064a1f6cba322d510376a31c4b9d15f1412e06de75bd57c52ba2aa8988a48de15b0f9ee41028df494cea056d6726ab212 HEAD_REF master PATCHES fix-usage-lnk-error.patch diff --git a/ports/alembic/CONTROL b/ports/alembic/CONTROL index e95c999d7f0b54..c55df2df956292 100644 --- a/ports/alembic/CONTROL +++ b/ports/alembic/CONTROL @@ -1,5 +1,5 @@ Source: alembic -Version: 1.7.11-5 +Version: 1.7.12 Build-Depends: ilmbase, hdf5 Description: Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications. Homepage: https://alembic.io/ diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake index 95e3c22eefd9db..1d6a71f434633e 100644 --- a/ports/alembic/portfile.cmake +++ b/ports/alembic/portfile.cmake @@ -7,8 +7,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO alembic/alembic - REF 1.7.11 - SHA512 94b9c218a2fe6e2e24205aff4a2f6bab784851c2aa15592fb60ea91f0e8038b0c0656a118f3a5cba0d3de8917dd90b74d0e2d1c4ac034b9ee3f5d0741d9f6b70 + REF f4ee6ee71435db416230ba08b01fae91c0751916 # 1.7.12 + SHA512 7520a0761853d5f440d1cdc8574d63693088deaa1fa664dabe07c0c65b3d5ed3b0f88fd6762649627d0168faf75fe54d6013b4c5b314aebbd9384ebf13d21e91 HEAD_REF master PATCHES fix-C1083.patch diff --git a/ports/aliyun-oss-c-sdk/CONTROL b/ports/aliyun-oss-c-sdk/CONTROL index 430541401bbb4b..821c041693fa0a 100644 --- a/ports/aliyun-oss-c-sdk/CONTROL +++ b/ports/aliyun-oss-c-sdk/CONTROL @@ -1,4 +1,4 @@ Source: aliyun-oss-c-sdk -Version: 3.7.1-1 +Version: 3.9.0 Description: Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability. Build-Depends: curl, apr-util diff --git a/ports/aliyun-oss-c-sdk/portfile.cmake b/ports/aliyun-oss-c-sdk/portfile.cmake index 2e3a2c73e9935d..1695035e180be3 100644 --- a/ports/aliyun-oss-c-sdk/portfile.cmake +++ b/ports/aliyun-oss-c-sdk/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO aliyun/aliyun-oss-c-sdk - REF 3.7.1 - SHA512 0c289832d87ea7fae60d0846617bc839a1529ab6d59c2bb520e2826b0374953e8078179c4043c5c85a56c38985189aa584036104a504da4cf1ea2d35a53c8fde + REF 37f62386a4c43f7e6cc1c27c24bdc2c32ad1867a # 3.9.0 + SHA512 cb7568b604065a6756b8b4d1ac1e64f11eb7601e6841572eb6686ba780a9deb1f0018adb4ea96232a1f2408c247849addd7e2d3b878509f5e961257d1ab921ba HEAD_REF master PATCHES patch.patch diff --git a/ports/angle/CONTROL b/ports/angle/CONTROL index abe9234f6abba6..d089f8a6a6fee5 100644 --- a/ports/angle/CONTROL +++ b/ports/angle/CONTROL @@ -1,6 +1,6 @@ -Source: angle -Version: 2019-07-19-3 -Homepage: https://github.com/google/angle -Description: A conformant OpenGL ES implementation for Windows, Mac and Linux. - The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support. -Build-Depends: egl-registry +Source: angle +Version: 2019-10-29 +Homepage: https://github.com/google/angle +Description: A conformant OpenGL ES implementation for Windows, Mac and Linux. + The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support. +Build-Depends: egl-registry diff --git a/ports/angle/portfile.cmake b/ports/angle/portfile.cmake index 527874d7259a84..734ec3097563a2 100644 --- a/ports/angle/portfile.cmake +++ b/ports/angle/portfile.cmake @@ -19,8 +19,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/angle - REF 8f08fed925c54835c4faee4d7dd61d6ed2964ffd - SHA512 037ebe356371924088563180c4a37a31eaffa41ca21c42554391672c28e62fabc19d787516b88baa192b771e05c370c5a6cfec0863b70e08d65216f41d89923f + REF 4e71b2bc254677bdeac521a371402a92f6747776 + SHA512 8dcbcded29b62b4e63ad8aab5ec555a15ddf6e7b837ac93ebb712e8aad7284369fdc39a8270a94d693cad6a4f345d1502ac20a0a482dd2e715590e58f2012cb1 PATCHES 001-fix-uwp.patch ) diff --git a/ports/binn/CONTROL b/ports/binn/CONTROL index b6259b52e64879..f0c5dc45a4319d 100644 --- a/ports/binn/CONTROL +++ b/ports/binn/CONTROL @@ -1,3 +1,3 @@ Source: binn -Version: 1.0 +Version: 2.0 Description: Binn is a binary data serialization format designed to be compact, fast and easy to use. \ No newline at end of file diff --git a/ports/binn/portfile.cmake b/ports/binn/portfile.cmake index e470f0f40b9496..1717d60d6bce7b 100644 --- a/ports/binn/portfile.cmake +++ b/ports/binn/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO liteserver/binn - REF 38019c11e582e5078436b8257887e79a33db8b28 - SHA512 82c7ef211154303ebb4cb991e620da520231edd224de674d4dabc42760fd7b8b6dd7be167d6c0b6c04146ea7e077b0bcff14312be909cb4ebb1ec786863d3fb4 + REF 9d7a26800cc5285818502778a6b3905d65664a1d # 2.0 + SHA512 2507303dfa8b1815507e2ff96482ef94792927a5004195a55c5dadf1fcc29bfa474f8f2a8fb4c285132e782fb54b836d5113e431d25dc23aadbb148d588f26c4 HEAD_REF master PATCHES 0001_fix_uwp.patch diff --git a/ports/bitsery/CONTROL b/ports/bitsery/CONTROL index f2f18255ad8aab..f8007d240ebdfb 100644 --- a/ports/bitsery/CONTROL +++ b/ports/bitsery/CONTROL @@ -1,3 +1,3 @@ Source: bitsery -Version: 5.0.1-1 +Version: 5.0.1-2 Description: Header only C++ binary serialization library diff --git a/ports/bitsery/portfile.cmake b/ports/bitsery/portfile.cmake index 53a8bc5ac8d97c..c4949f57dce1d7 100644 --- a/ports/bitsery/portfile.cmake +++ b/ports/bitsery/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO fraillt/bitsery - REF v5.0.1 - SHA512 b4bb0cdec177b2b3e02f66bd313e4742345c5d928d862be3a3cf1b726006741cf6db2258bb7078bb42f46ed6247838c553bbb9c95b42566d9b05397554676696 + REF c555088aa39f555341a0b20f12379eb9c1120ae4 # v5.0.1 + SHA512 8714ca62158c52209df5e3448259ab614103f7183f9a9306dd5ecf18dec588ceefe18bdf96383039850c807a24eaa77e2dda54d23ea89fefada017808641d59f HEAD_REF master PATCHES fix-install-paths.patch ) diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index 6272fa814b42e3..344f141a9e4467 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO catchorg/Catch2 diff --git a/ports/cereal/portfile.cmake b/ports/cereal/portfile.cmake index d956d86f6d23cf..65fedf3b49f411 100644 --- a/ports/cereal/portfile.cmake +++ b/ports/cereal/portfile.cmake @@ -1,7 +1,4 @@ #header-only library - -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO USCiLab/cereal @@ -24,5 +21,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/cmake/cereal) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) # Handle copyright -file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cereal) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/cereal/LICENSE ${CURRENT_PACKAGES_DIR}/share/cereal/copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file diff --git a/ports/coinutils/CONTROL b/ports/coinutils/CONTROL index 13db5a93720cf8..a185206b6ff42a 100644 --- a/ports/coinutils/CONTROL +++ b/ports/coinutils/CONTROL @@ -1,3 +1,3 @@ Source: coinutils -Version: 2.11.2-2 +Version: 2.11.3 Description: CoinUtils (Coin-or Utilities) is an open-source collection of classes and functions that are generally useful to more than one COIN-OR project diff --git a/ports/coinutils/portfile.cmake b/ports/coinutils/portfile.cmake index 23a2a673d016de..f105ebda9293d3 100644 --- a/ports/coinutils/portfile.cmake +++ b/ports/coinutils/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO coin-or/CoinUtils - REF releases/2.11.2 - SHA512 4ffc1458676daffc46f2448c8962156f1f6a14d41f176462ebb695487ae3e96ae159e078f8f28ac5df4cd22544b3f19f09692725976624454d106ad33d31e30b + REF ea66474879246f299e977802c94a0e45334e7afb # releases/2.11.3 + SHA512 ec747aea9a00a663f9e4cc758e0a7ccbe98237b55928bc3edfbc6eafcb4fecc35236b780f5bb158f56e0d2a82beb8473ada9af74813e0f532cfdaff2b0ce6822 ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) diff --git a/ports/cppfs/CONTROL b/ports/cppfs/CONTROL index d94532e8a8051c..60eefd8087a44e 100644 --- a/ports/cppfs/CONTROL +++ b/ports/cppfs/CONTROL @@ -1,5 +1,5 @@ Source: cppfs -Version: 1.2.0-1 +Version: 1.3.0 Description: Cross-platform C++ file system library supporting multiple backends Feature: ssh diff --git a/ports/cppfs/portfile.cmake b/ports/cppfs/portfile.cmake index b108c55749309f..7f612e8ffdc632 100644 --- a/ports/cppfs/portfile.cmake +++ b/ports/cppfs/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cginternals/cppfs - REF v1.2.0 - SHA512 2e831978dd87bd40d14e5b6f5089f3a962481d41959bfd62db543339d05e306315a1167c3bc06b372517357cc314f7d06ac19605f9a2d5b4edddc9a1f3fa8d03 + REF 156d72e2cf0a9b12bdce369fc5b5d98fb5dffe2d # v1.3.0 + SHA512 da1e09f79d9e65e7676784f47196645aabe1e1284f0ea5e48e845a244f5d49f5ea4b032f9e2e38c8e6a29657ebe636c9b1c9a4601c4bbc7637e7f592c52a8961 HEAD_REF master PATCHES LibCrypto-fix.patch diff --git a/ports/cppgraphqlgen/CONTROL b/ports/cppgraphqlgen/CONTROL index 67b17b7fc705fa..7ddb52433f0a36 100644 --- a/ports/cppgraphqlgen/CONTROL +++ b/ports/cppgraphqlgen/CONTROL @@ -1,4 +1,4 @@ Source: cppgraphqlgen -Version: 3.0.2 +Version: 3.0.4 Build-Depends: boost-filesystem (!uwp&!windows), boost-program-options, pegtl, rapidjson Description: C++ GraphQL schema service generator diff --git a/ports/cppgraphqlgen/portfile.cmake b/ports/cppgraphqlgen/portfile.cmake index b4f22868eedbe2..7bd8f5a4107bcd 100644 --- a/ports/cppgraphqlgen/portfile.cmake +++ b/ports/cppgraphqlgen/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/cppgraphqlgen - REF v3.0.2 - SHA512 ae2e94e7cb8853c88d2dbf226dec52e30fb16d1889f14f94d2a585dd2be1985e58ac8c16765b970c4417c08d519b32514080d90bfab7e34b66dc7c32b9f9caa6 + REF a70d822b5fa205e29c752fb0f8cc13bb010a47ea # v3.0.4 + SHA512 80111ba78382b833a67e8fe4d0db0023e7d16e21d8abb21f06a9248918ee1010f9cfd5433f1c82122a7d59d53a2dab88ef699d1a13054c6d3455370622e3d71c HEAD_REF master ) diff --git a/ports/ctre/CONTROL b/ports/ctre/CONTROL index 1dfd8f0946d842..8be5533a8d67ba 100644 --- a/ports/ctre/CONTROL +++ b/ports/ctre/CONTROL @@ -1,3 +1,3 @@ Source: ctre -Version: 2.6.4 +Version: 2.7 Description: A Compile time PCRE (almost) compatible regular expression matcher diff --git a/ports/ctre/portfile.cmake b/ports/ctre/portfile.cmake index d3de402a4e73c5..4be13256bc3799 100644 --- a/ports/ctre/portfile.cmake +++ b/ports/ctre/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO hanickadot/compile-time-regular-expressions - REF v2.6.4 - SHA512 421122787e3220c5c8935e0d80f06b3d9ba953fface3dc7f4a6e1aadf9fa75468394eb0d2b679f263c17f2b849fd191eff9b532c781278d75a9c54a109dd3ecb + REF 96de8f7a519b61abd4ef53ec37cd89565880aa50 # v2.7 + SHA512 6b65faaccf751ca5c4b695513205c1aa60966f438e912dbacbcb60eeb517aab091a6787a1e9df562ef100ffc2b341640bab05ae76be7c4e60c7d92fd2b5fddd6 HEAD_REF master ) diff --git a/ports/cutelyst2/CONTROL b/ports/cutelyst2/CONTROL index 8d5ce89a0f5f60..9211d2eee586a9 100644 --- a/ports/cutelyst2/CONTROL +++ b/ports/cutelyst2/CONTROL @@ -1,4 +1,4 @@ Source: cutelyst2 -Version: 2.8.0 +Version: 2.9.0 Description: A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework Build-Depends: qt5-base diff --git a/ports/cutelyst2/portfile.cmake b/ports/cutelyst2/portfile.cmake index 320059cd9cfa8a..39cfa3bdd82dd0 100644 --- a/ports/cutelyst2/portfile.cmake +++ b/ports/cutelyst2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cutelyst/cutelyst - REF c020f115b392bb8e22bed1e1669724102a31ab0c #v2.8.0 - SHA512 79b440f6dc0a78bc6b3ea83b496a4a9fd7bb016ea2492393c53d82af2c304291ac62a11af96bb05b1fc6422bf2012bec501bb8eb4bd770c54ad166d119891bc1 + REF e25026edf836621a1d82745ce625509d307f5dc1 # v2.9.0 + SHA512 39afa6bb73217341e741a7dcf40b0d73ccabd018ba68df248e7092d80077c23be8bf31c244590a7fe8a37209c09395423eb945d21a1a11109ee7da60644802b3 HEAD_REF master PATCHES fix-static-build.patch ) diff --git a/ports/dcmtk/CONTROL b/ports/dcmtk/CONTROL index 3f512ab0e3c72d..0ba2ab039d10ca 100644 --- a/ports/dcmtk/CONTROL +++ b/ports/dcmtk/CONTROL @@ -1,3 +1,3 @@ Source: dcmtk -Version: 3.6.4-2 +Version: 3.6.5 Description: This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard. diff --git a/ports/dcmtk/portfile.cmake b/ports/dcmtk/portfile.cmake index 9039a65dbbfb22..4cdbcc73d4c988 100644 --- a/ports/dcmtk/portfile.cmake +++ b/ports/dcmtk/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DCMTK/dcmtk - REF 1967b13134308f311e6a827e616958c6a4da5bc9 - SHA512 a63a773e339081720adb0f3260a3b21ee11cde8009b321c3f45eeb40402ff29bd580926fb44f0dd784ba8369e2597933196bdaa324517d91fa5201b11b7504c0 + REF 0f2de2313a00f9360bdf33399a2f37ee5e65c429 # DCMTK-3.6.5 + SHA512 5fbd51b0142daeccf78a19162ad895972258180b74ddecb1c0d0d4baa06f4fed6b5a9867c70c68aeb3a055b1faedb94fcb7cde76723a4dc4910ec68c33f9fed7 HEAD_REF master PATCHES ${CMAKE_CURRENT_LIST_DIR}/dcmtk.patch ) diff --git a/ports/ecm/CONTROL b/ports/ecm/CONTROL index 4f98c2290eb681..22d0d845a789b6 100644 --- a/ports/ecm/CONTROL +++ b/ports/ecm/CONTROL @@ -1,4 +1,4 @@ Source: ecm -Version: 5.60.0-1 +Version: 5.63.0 Homepage: https://github.com/KDE/extra-cmake-modules Description: Extra CMake Modules (ECM), extra modules and scripts for CMake diff --git a/ports/ecm/portfile.cmake b/ports/ecm/portfile.cmake index ab92b308621cb7..8f525c91259753 100644 --- a/ports/ecm/portfile.cmake +++ b/ports/ecm/portfile.cmake @@ -4,8 +4,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/extra-cmake-modules - REF v5.60.0 - SHA512 98c7cbb0a84fbd4806cdf84538cb16717cbbb13fa5cce5c4bf9a507a699c579fa6f88af5091b3d311bdd504a119d6147114b2fad5de2dfd5f18448bca60cdc92 + REF f3f4893b5bd20a32dd48b147fdd243c3226a06f3 # v5.63.0 + SHA512 c7ffc4361aba05df8b30ed95b312237b052e41044f384b4d420db37750aeec1269c68c56ef56b7a6456df2cb148b269bfcea126fc7e3a20a81e2c355a7456d19 HEAD_REF master ) diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL index 9a45be797a5bc7..10101b62e355a7 100644 --- a/ports/ecsutil/CONTROL +++ b/ports/ecsutil/CONTROL @@ -1,5 +1,5 @@ -Source: ecsutil -Version: 1.0.7.8 -Homepage: https://github.com/EMCECS/ecs-object-client-windows-cpp -Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol. -Build-Depends: atlmfc (windows) +Source: ecsutil +Version: 1.0.7.8-1 +Homepage: https://github.com/EMCECS/ecs-object-client-windows-cpp +Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol. +Build-Depends: atlmfc (windows) diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index 366ebf027b00d7..bbc644dbc4c86f 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -1,55 +1,55 @@ -include(vcpkg_common_functions) - -if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86") - set(PLATFORM x86) -elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64") - set(PLATFORM x64) -else() - message(FATAL_ERROR "Unsupported architecture") -endif() - -if(VCPKG_CMAKE_SYSTEM_NAME) - message(FATAL_ERROR "Unsupported platform. ECSUTIL currently only supports windows desktop.") -endif() - -if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - set(ECSUtil_CONFIGURATION_RELEASE Release) - set(ECSUtil_CONFIGURATION_DEBUG Debug) -else() - if (VCPKG_CRT_LINKAGE STREQUAL dynamic) - set(ECSUtil_CONFIGURATION_RELEASE "Release Lib") - set(ECSUtil_CONFIGURATION_DEBUG "Debug Lib") - else() - set(ECSUtil_CONFIGURATION_RELEASE "Release Lib Static") - set(ECSUtil_CONFIGURATION_DEBUG "Debug Lib Static") - endif() -endif() - -vcpkg_from_github( - OUT_SOURCE_PATH SOURCE_PATH - REPO EMCECS/ecs-object-client-windows-cpp - REF v1.0.7.8 - SHA512 33b15e16e8568db57a670c91e77b7624e3b70e02e18a8b337f4967b3aca4a36d3f6d87ddab60720a93fb5a4798948ec264eb273d8f31fb7e4bf4a86c1e89579a - HEAD_REF master -) - -vcpkg_install_msbuild( - SOURCE_PATH ${SOURCE_PATH} - PROJECT_SUBPATH ECSUtil.sln - PLATFORM ${PLATFORM} - LICENSE_SUBPATH license.txt - TARGET ECSUtil - RELEASE_CONFIGURATION ${ECSUtil_CONFIGURATION_RELEASE} - DEBUG_CONFIGURATION ${ECSUtil_CONFIGURATION_DEBUG} -) - -if(VCPKG_LIBRARY_LINKAGE STREQUAL static) - file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) -endif() - -file(COPY ${SOURCE_PATH}/ECSUtil DESTINATION ${CURRENT_PACKAGES_DIR}/include FILES_MATCHING PATTERN *.h) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/ECSUtil/res ${CURRENT_PACKAGES_DIR}/tools) -file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/NatvisAddIn.dll ${CURRENT_PACKAGES_DIR}/debug/bin/NatvisAddIn.dll) -if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") - file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) -endif() +include(vcpkg_common_functions) + +if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86") + set(PLATFORM x86) +elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64") + set(PLATFORM x64) +else() + message(FATAL_ERROR "Unsupported architecture") +endif() + +if(VCPKG_CMAKE_SYSTEM_NAME) + message(FATAL_ERROR "Unsupported platform. ECSUTIL currently only supports windows desktop.") +endif() + +if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) + set(ECSUtil_CONFIGURATION_RELEASE Release) + set(ECSUtil_CONFIGURATION_DEBUG Debug) +else() + if (VCPKG_CRT_LINKAGE STREQUAL dynamic) + set(ECSUtil_CONFIGURATION_RELEASE "Release Lib") + set(ECSUtil_CONFIGURATION_DEBUG "Debug Lib") + else() + set(ECSUtil_CONFIGURATION_RELEASE "Release Lib Static") + set(ECSUtil_CONFIGURATION_DEBUG "Debug Lib Static") + endif() +endif() + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO EMCECS/ecs-object-client-windows-cpp + REF 16e6b70aaf2062e408e7f37828082920e145d0f7 # v1.0.7.8 + SHA512 5bb7dbe65c6944b0fc91c2ee3e119522ed8b6a2e24b5dcaeb75d567d906ea677cc6d6c81707a45eec5adae84b792b30673764126126d2f75332703daa7e2515c + HEAD_REF master +) + +vcpkg_install_msbuild( + SOURCE_PATH ${SOURCE_PATH} + PROJECT_SUBPATH ECSUtil.sln + PLATFORM ${PLATFORM} + LICENSE_SUBPATH license.txt + TARGET ECSUtil + RELEASE_CONFIGURATION ${ECSUtil_CONFIGURATION_RELEASE} + DEBUG_CONFIGURATION ${ECSUtil_CONFIGURATION_DEBUG} +) + +if(VCPKG_LIBRARY_LINKAGE STREQUAL static) + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) +endif() + +file(COPY ${SOURCE_PATH}/ECSUtil DESTINATION ${CURRENT_PACKAGES_DIR}/include FILES_MATCHING PATTERN *.h) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/ECSUtil/res ${CURRENT_PACKAGES_DIR}/tools) +file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/NatvisAddIn.dll ${CURRENT_PACKAGES_DIR}/debug/bin/NatvisAddIn.dll) +if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) +endif() diff --git a/ports/embree3/CONTROL b/ports/embree3/CONTROL index d27eefbcc75eb6..c3c0c0bd606c73 100644 --- a/ports/embree3/CONTROL +++ b/ports/embree3/CONTROL @@ -1,5 +1,5 @@ Source: embree3 -Version: 3.5.2-3 +Version: 3.6.1 Homepage: https://github.com/embree/embree Description: High Performance Ray Tracing Kernels. Build-Depends: tbb diff --git a/ports/embree3/portfile.cmake b/ports/embree3/portfile.cmake index 32deef6939d052..c81b2e8e4371ff 100644 --- a/ports/embree3/portfile.cmake +++ b/ports/embree3/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO embree/embree - REF v3.5.2 - SHA512 f00403c8bc76428088a38990117245b5b11ac90a2df21fa12c2d5c2e8af45fb3708abb705c612e0d9d7b0cfe4edb51c8b9630b60081b39fcb4370f31ee37acc7 + REF d17aec1491a6c664f4da2f0b8ba03c171cbf36a1 # v3.6.1 + SHA512 a483b6eeccc6e2bad6cb192ccf356cdeb369b16d76f7c4764381cc24b4a7988161627af2cf629686243f51db09431005c8b70acb3f32808b96618b1ab9d0ca35 HEAD_REF master PATCHES fix-InstallPath.patch diff --git a/ports/ensmallen/CONTROL b/ports/ensmallen/CONTROL index 024a7617bdd2b9..04be9d58d2f265 100644 --- a/ports/ensmallen/CONTROL +++ b/ports/ensmallen/CONTROL @@ -1,5 +1,5 @@ Source: ensmallen -Version: 1.15.1 +Version: 2.10.3 Description: A header-only C++ library for mathematical optimization. Build-Depends: openblas (!osx), clapack (!osx), armadillo diff --git a/ports/ensmallen/portfile.cmake b/ports/ensmallen/portfile.cmake index edded904a59a17..73da9f58ae7a45 100644 --- a/ports/ensmallen/portfile.cmake +++ b/ports/ensmallen/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mlpack/ensmallen - REF 8bea8d214b40be3cb42e817328c0791541fbcd6c - SHA512 b075b763c136c1d2d5088c533a8557e3d425da7bcfeb3748063c1e3225e58969eddfc5bd786cb02f29f71ea5e3288327481a0961f64b1d2ff1251a0f59c07779 + REF 7c37b614e35bd1e8f2131d5ee631013493be53bf # 2.10.3 + SHA512 7865b36fbcd0c8ae634ada7da9aac7a919bef5eb92445ff2363783b50fd5705abd9b125437514ed9d05ffcd61651a4d09d2879b7097b4bd11d8a8a317c49a3db HEAD_REF master PATCHES disable_tests.patch diff --git a/ports/entt/CONTROL b/ports/entt/CONTROL index dcc2a92d0366b7..1795e56dc8e7b5 100644 --- a/ports/entt/CONTROL +++ b/ports/entt/CONTROL @@ -1,4 +1,4 @@ Source: entt -Version: 3.1.1 +Version: 3.2.0 Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. Homepage: https://github.com/skypjack/entt diff --git a/ports/entt/portfile.cmake b/ports/entt/portfile.cmake index 4642d8f7b3227c..d1620b44147282 100644 --- a/ports/entt/portfile.cmake +++ b/ports/entt/portfile.cmake @@ -4,8 +4,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO skypjack/entt - REF v3.1.1 - SHA512 eec6dfa82c0290d4c9da2dda5eb31b8fca9de7378aa1560bea78512fa358da34b64efa7cb6c70b7d6fed0ea8dd041d44c6348d847f14b071a61f3258a4f720c1 + REF 03c3ee514b6160c41579edb2f334d7d6f54cf664 # v3.2.0 + SHA512 daea1ea66b48b9621db26a83b0d3de22a0d03f1a06f9478183b25a2d8ab868e7ce0151552a529d0788f0e5c3718639ce960da4f1becb9d7eafb616bf4df82a46 HEAD_REF master ) diff --git a/ports/fluidsynth/CONTROL b/ports/fluidsynth/CONTROL index 4532fa60ea1507..84b9539a6f6cdb 100644 --- a/ports/fluidsynth/CONTROL +++ b/ports/fluidsynth/CONTROL @@ -1,4 +1,4 @@ Source: fluidsynth -Version: 2.0.5-1 +Version: 2.0.8 Description: FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont. Build-Depends: glib diff --git a/ports/fluidsynth/portfile.cmake b/ports/fluidsynth/portfile.cmake index 8554e97346e1fd..ec176fdb9fc518 100644 --- a/ports/fluidsynth/portfile.cmake +++ b/ports/fluidsynth/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO FluidSynth/fluidsynth - REF v2.0.5 - SHA512 5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9 + REF 34b4db10b7164d95e1266c713610554fa96f6914 # v2.0.8 + SHA512 c46e198eb271e27972e2bf6a5b8f694a3f0c15034aab5dded0a5524b979bdcfbc4d10668e7e1b56d7735aae7665e7a24cd8f5f97de85326ce403efb604af3272 HEAD_REF master PATCHES force-x86-gentables.patch diff --git a/ports/gdcm/CONTROL b/ports/gdcm/CONTROL index 7baae4d435c88f..56625fceb12e79 100644 --- a/ports/gdcm/CONTROL +++ b/ports/gdcm/CONTROL @@ -1,4 +1,4 @@ Source: gdcm -Version: 3.0.3 +Version: 3.0.4 Description: Grassroots DICOM library Build-Depends: zlib, expat, openjpeg diff --git a/ports/gdcm/portfile.cmake b/ports/gdcm/portfile.cmake index 154fe9dd5bd6a4..83367ae222e271 100644 --- a/ports/gdcm/portfile.cmake +++ b/ports/gdcm/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO malaterre/GDCM - REF v3.0.3 - SHA512 d1b95ec342341f026f03ead569c20d4482611b6ba1616fab2aaeec617675c678db7e7d9d14820364231b1319ece284f0cd3c35f356b20ef22f7e8ccf8a3fbc21 + REF 511c0ff28500ea0a0eda510dcd36a378ac4d8647 # v3.0.4 + SHA512 f9b1442bb0714a958ff477219cb8ad8e1686ffb4b92ad4e2a3b48d7d16e1d340d4d9b150e9fa5c6a55d98512698192d5e3e81b865c0acabb975fc4e5193c37c0 HEAD_REF master PATCHES use-openjpeg-config.patch diff --git a/ports/glad/CONTROL b/ports/glad/CONTROL index f5ac7ac028e123..5dd8ff59f572f2 100644 --- a/ports/glad/CONTROL +++ b/ports/glad/CONTROL @@ -1,4 +1,4 @@ Source: glad -Version: 0.1.31 +Version: 0.1.33 Description: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. Build-Depends: egl-registry, opengl-registry diff --git a/ports/glad/portfile.cmake b/ports/glad/portfile.cmake index 2be191fc16ad76..ce80db9a6537b2 100644 --- a/ports/glad/portfile.cmake +++ b/ports/glad/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Dav1dde/glad - REF 1a42f8a6099c60f6a4522731fadad4191d64e6ff - SHA512 02870cf43b5ee33a733122885f748a1368e4487fc08f32ba376d6d53c0efd9ed6e9aea350b723d955869ed47b4d9d69235a52f01723215cf4393d6ca99e2ac00 + REF de6c39e3040c987323b8ed078c36442f4fb681b3 # v0.1.33 + SHA512 a24523186d59de5c0895791c639c62573eaacf1d3843d3bf81eba848b4a33a9a8d17f9b6f791202dac77692bf147e25b3650989731d5ddb7a22e7d023b66885e HEAD_REF master ) diff --git a/ports/glm/CONTROL b/ports/glm/CONTROL index ccf64caa15bda8..3e190d6ddc9ee7 100644 --- a/ports/glm/CONTROL +++ b/ports/glm/CONTROL @@ -1,4 +1,4 @@ Source: glm -Version: 0.9.9.5-3 +Version: 0.9.9.6 Description: OpenGL Mathematics (GLM) Homepage: https://glm.g-truc.net diff --git a/ports/glm/portfile.cmake b/ports/glm/portfile.cmake index d38589a88b0a8d..2c1813e2367bbc 100644 --- a/ports/glm/portfile.cmake +++ b/ports/glm/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO g-truc/glm - REF 0.9.9.5 - SHA512 3b329acf5144aab1c0f47f8045d34e097699bd6685118ad8322c5ce23afdcb44ba2bb07e49301db06355b8eef7d4340b72251d55e113b533740d1e6ef6609911 + REF 4db8f89aace8f04c839b606e15b39fb8383ec732 # 0.9.9.6 + SHA512 70029266ef8c51becb2b350cac5be9f1e8425de2acfa2cfd392bcb800f267fa154b1351c6610f5af2d724a704050cbb9cc689c88dcd936b9cb425471bd9c3742 HEAD_REF master ) diff --git a/ports/gmmlib/CONTROL b/ports/gmmlib/CONTROL index 4d043f870254f7..b5ea8a75d02c0c 100644 --- a/ports/gmmlib/CONTROL +++ b/ports/gmmlib/CONTROL @@ -1,3 +1,3 @@ Source: gmmlib -Version: 19.2.3 +Version: 19.3.3 Description: intel's graphics memory management library diff --git a/ports/gmmlib/portfile.cmake b/ports/gmmlib/portfile.cmake index b64650d7466177..2afb0b6057c745 100644 --- a/ports/gmmlib/portfile.cmake +++ b/ports/gmmlib/portfile.cmake @@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO intel/gmmlib - REF e834bcd677382fbebb7749ccbd678d86a82bffd3 - SHA512 a22593d8d075db7af7fd9ffb6a4e0696e9fe25b73efa9b80e8513452581bdd0ceb6f400dd691e6d52edd72ea6f725066a454a829177d4987ccb4664e4c70ed4d + REF 77699a1c8c44884bf39fc609772b734621e120a3 # intel-gmmlib-19.3.3 + SHA512 dfc611e59ca3413a3f6f006005ae2da18e1a6b467f8a855dc6263b3c8c664fc4238ff12ec286c09d451581f50f7f80e2bdc13f0cde5cae43417ecaddf8208e83 HEAD_REF master ) diff --git a/ports/inih/CONTROL b/ports/inih/CONTROL index 1b933c6758b1dc..52367ecbbdb18f 100644 --- a/ports/inih/CONTROL +++ b/ports/inih/CONTROL @@ -1,3 +1,3 @@ Source: inih -Version: 45 +Version: 46 Description: Simple .INI file parser diff --git a/ports/inih/portfile.cmake b/ports/inih/portfile.cmake index 369791bb6da533..f62e94d6a0d207 100644 --- a/ports/inih/portfile.cmake +++ b/ports/inih/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO benhoyt/inih - REF r45 - SHA512 bbec8b798b2ca32741e58467bcb843f991eaa6d687e7ed14dfaf412a9ddea8086b3088267bd30ef6c775d7a81593e181c561f320f8466e38f4ecbbdce9ce26df + REF 6edb31a21839fee262de0644e0e32eb2f131c763 # r46 + SHA512 4e7ec99c5e508eadb2147e6100106e8c1444c8583d7b55a15f1c98a33ba8ae78a25955c170979756f7607a10a679efb2c366f630762a6b2748944b7913863ddd HEAD_REF master ) diff --git a/ports/jack2/CONTROL b/ports/jack2/CONTROL index fb3fed91fa962b..9dab3022ab9090 100644 --- a/ports/jack2/CONTROL +++ b/ports/jack2/CONTROL @@ -1,5 +1,5 @@ Source: jack2 -Version: 1.9.12-2 +Version: 1.9.13 Homepage: https://github.com/jackaudio/jack2 Description: Cross-platform API that enables device sharing and inter-application audio routing diff --git a/ports/jack2/portfile.cmake b/ports/jack2/portfile.cmake index 3cb59189e5a2c0..3935bf66165321 100644 --- a/ports/jack2/portfile.cmake +++ b/ports/jack2/portfile.cmake @@ -1,12 +1,10 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jackaudio/jack2 - REF v1.9.12 - SHA512 f0271dfc8f8e2f2489ca52f431ad4fa420665816d6c67a01a76da1d4b5ae91f6dad8c4e3309ec5e0c159c9d312ed56021ab323d74bce828ace26f1b8d477ddfa + REF 37250ff470277f9947fbf3ba738f943053e30525 # v1.9.13 + SHA512 88f467ca0c968c386b32caaf22899075173828131b507f5cde4b5cb263e58456bd197ea871346fb7def85c62c9e2482b92e3f120966110d8cd203ca60402e68b HEAD_REF master ) @@ -24,4 +22,4 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright -file(INSTALL ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/jack2 RENAME copyright) +file(INSTALL ${SOURCE_PATH}/windows/Setup/src/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/jack2 RENAME copyright) diff --git a/ports/jbig2dec/CONTROL b/ports/jbig2dec/CONTROL index 5e11aa037a5d21..82a0afb9816fd2 100644 --- a/ports/jbig2dec/CONTROL +++ b/ports/jbig2dec/CONTROL @@ -1,4 +1,4 @@ Source: jbig2dec -Version: 0.16-1 +Version: 0.17 Homepage: https://github.com/ArtifexSoftware/jbig2dec Description: a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. diff --git a/ports/jbig2dec/portfile.cmake b/ports/jbig2dec/portfile.cmake index a9d76793714abc..f03c98b23ee35a 100644 --- a/ports/jbig2dec/portfile.cmake +++ b/ports/jbig2dec/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ArtifexSoftware/jbig2dec - REF 0.16 - SHA512 a8aa1b1f14466104eed412c38604b2450d1acc1c73faaaf81d5211ac7f4d636bf8d177285f6550f1f5211b31d14f1c14d83571e3e899700ebfc9af00912ed874 + REF d5db179ea91b1da54df81adb8d5d6d2573117b6a # 0.17 + SHA512 1d12da6f666d2a87c6cd7dc4fc7cd7a21b4c15cd299027d134885cfe0aaab0e5908a3eb3249a70f2ccba763c7b0a3accb334efdb0bbe5adc2e644125c602fa1c HEAD_REF master ) diff --git a/ports/kf5archive/CONTROL b/ports/kf5archive/CONTROL index 94216747107178..fc9470b1ee57b0 100644 --- a/ports/kf5archive/CONTROL +++ b/ports/kf5archive/CONTROL @@ -1,4 +1,4 @@ Source: kf5archive -Version: 5.58.0 +Version: 5.63.0 Description: File compression Build-Depends: ecm, qt5-base, zlib, bzip2 \ No newline at end of file diff --git a/ports/kf5archive/portfile.cmake b/ports/kf5archive/portfile.cmake index 4e028695f199d9..67013e6238be13 100644 --- a/ports/kf5archive/portfile.cmake +++ b/ports/kf5archive/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/karchive - REF v5.58.0 - SHA512 8ac1ff25db7e27881cbea640744639a087a8fc87251337bca5c557b3ef3ec2b3490d3d1f2caf8fc22e0671dad1945e9263a59d22e4d1c395bd3b422cbb7ad1de + REF 4d79d91d707fccdacc3fb3bf3213e45340196c86 # v5.63.0 + SHA512 122c802383c33c156a417bf7336e7d11e91bcda02d579a48b3121a915b19244db9fd336a666f00e07501bd50fd75be3ef17af1695c1896144964f356a4deafb8 HEAD_REF master ) diff --git a/ports/kf5holidays/CONTROL b/ports/kf5holidays/CONTROL index 7110145aa31663..867e6cdabbe189 100644 --- a/ports/kf5holidays/CONTROL +++ b/ports/kf5holidays/CONTROL @@ -1,4 +1,4 @@ Source: kf5holidays -Version: 5.58.0 +Version: 5.63.0 Description: Holiday calculation library Build-Depends: ecm, qt5-base, qt5-declarative, qt5-tools \ No newline at end of file diff --git a/ports/kf5holidays/portfile.cmake b/ports/kf5holidays/portfile.cmake index 64209c5cb5bb3d..561b2451b3f76c 100644 --- a/ports/kf5holidays/portfile.cmake +++ b/ports/kf5holidays/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kholidays - REF v5.58.0 - SHA512 1451603816617eef7e37c67085d12f34ce2e4b10db97220222450c9a7c5dc3200479718b86ea39b279bab93651790a8c70941ac1280458de7864ca04f9cf6471 + REF 5566aaed3cfc78ace23f351b9d6bc7b2515566d0 # v5.63.0 + SHA512 93ae7cd0533116a4bf74c9467085b4a60cdb298061550341b2872e705e715ccf4b240846353b9556486e62b659dde982481334a6871b71c059803f78028431a4 HEAD_REF master ) diff --git a/ports/kf5plotting/CONTROL b/ports/kf5plotting/CONTROL index 0b75bd8c1c52e7..6d5c1578b25578 100644 --- a/ports/kf5plotting/CONTROL +++ b/ports/kf5plotting/CONTROL @@ -1,5 +1,5 @@ Source: kf5plotting -Version: 5.58.0 +Version: 5.63.0 Homepage: https://api.kde.org/frameworks/kplotting/html/index.html Description: Lightweight plotting framework Build-Depends: ecm, qt5-base diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index a5a4e1d467c241..1406ef4ce5f02c 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kplotting - REF v5.58.0 - SHA512 4d2fd69bad6c3117084811453bd32fdd92d1f1df89dba489e6109caad9268107d908e0df6f3e35a460878aa32fe4744173cf96ff292858d657c49582ee1674fc + REF 1318b9416872742d5071627ca281cfbf3c23969d # v5.63.0 + SHA512 f7cd440f4cfbef0d16ec541f65875191e4c065ab6e5693d24233f4c5fe3e1be9ca69f7a5508614d3d6ea66572dc49c00d8920fe1369f8c53e655cbdd03eee688 HEAD_REF master ) diff --git a/ports/libics/CONTROL b/ports/libics/CONTROL index 727c63c02b9c4b..9d145975dda0bb 100644 --- a/ports/libics/CONTROL +++ b/ports/libics/CONTROL @@ -1,3 +1,3 @@ Source: libics -Version: 1.6.3-1 +Version: 1.6.4 Description: Reference library for ICS (Image Cytometry Standard), an open standard for writing images of any dimensionality and data type to file, together with associated information regarding the recording equipment or recorded subject. \ No newline at end of file diff --git a/ports/libics/portfile.cmake b/ports/libics/portfile.cmake index c8b439909d2ce8..b0a1ffaea491c1 100644 --- a/ports/libics/portfile.cmake +++ b/ports/libics/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO svi-opensource/libics - REF b9532b738ad7f17569dfcaae74eb53d3c2959394 - SHA512 a7c0d89125570021494feaf0a187e3a1695e92c85a03d59ac9729618cdddb2ae13af94e4ce93241acbbb9d28465f75297bf03f2c46061bb7a0bba7ec28a23da4 + REF 807193979650ab3d474e9a4bf907cf046eb0f3f0 # 1.6.4 + SHA512 9fcbc14d4b62a8f5c6c114123a5cd3102c3398dd25f44caf07d033dbfc8304fc22dcde35e545ed984047a6009a0e7d7e30cbb6075fb10b9ceda0311cabc56ecb HEAD_REF master ) diff --git a/ports/libmariadb/CONTROL b/ports/libmariadb/CONTROL index 267755d1b52ce7..0d57aecc5d2448 100644 --- a/ports/libmariadb/CONTROL +++ b/ports/libmariadb/CONTROL @@ -1,4 +1,4 @@ Source: libmariadb -Version: 3.0.10-4 +Version: 3.1.4 Homepage: https://github.com/MariaDB/mariadb-connector-c Description: MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases diff --git a/ports/libmariadb/portfile.cmake b/ports/libmariadb/portfile.cmake index 6e74a5186daf5f..a7c56565647b03 100644 --- a/ports/libmariadb/portfile.cmake +++ b/ports/libmariadb/portfile.cmake @@ -8,8 +8,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO MariaDB/mariadb-connector-c - REF v3.0.10 - SHA512 43f89ead531d1b2f6ede943486bf39f606124762309c294b0f3e185937aef7439cb345103fc065e7940ed64c01ca1bf16940cd2fb0d80da60f39009c3b5a910b + REF 544b6f1d12f0e5b2a141129075ff2d64feb0e4c9 # v3.1.4 + SHA512 f7674455afb079f8b2ea7dfb2a8a943a2f2c3704b6facf811940c57d18d821be38a55989aa6cf585e2d0fabd421e1adb0a42c6b477079ee7d43068713aca19f7 HEAD_REF master PATCHES md.patch diff --git a/ports/libmupdf/CONTROL b/ports/libmupdf/CONTROL index 215178ef521acf..bf3348ced36af8 100644 --- a/ports/libmupdf/CONTROL +++ b/ports/libmupdf/CONTROL @@ -1,5 +1,5 @@ Source: libmupdf -Version: 1.15.0-2 +Version: 1.16.1 Build-Depends: freetype, libjpeg-turbo, harfbuzz, zlib, curl, glfw3, openjpeg, jbig2dec Homepage: https://github.com/ArtifexSoftware/mupdf Description: a lightweight PDF, XPS, and E-book library diff --git a/ports/libmupdf/portfile.cmake b/ports/libmupdf/portfile.cmake index a00c4cc878b0be..eafef522b7feac 100644 --- a/ports/libmupdf/portfile.cmake +++ b/ports/libmupdf/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ArtifexSoftware/mupdf - REF 1.15.0 - SHA512 9f47a79a2040ff3da885f54d143a7c44712f8a08650fca1d2be21199a7103364a35e28a1832708c2b7752b11c95bf0755ae6c922afc35ee8ae639da7a6ac03b0 + REF c35d29bf873744d2e74f20444eb6dbef6acfe21c # 1.16.1 + SHA512 e21780283666224f2e5b8e70ff9dee7f6a43468fa4ed295301d5a97f6ecbf56870a07a3fe509a816dc5c1453e6532d27d27a46a1c2381c30770d0ebf45222ee9 HEAD_REF master PATCHES Fix-error-C2169.patch diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL index 20b415a47f26a3..9f7750d317347b 100644 --- a/ports/libraw/CONTROL +++ b/ports/libraw/CONTROL @@ -1,5 +1,5 @@ Source: libraw -Version: 201903-2 +Version: 0.19.5 Build-Depends: lcms, jasper Homepage: https://www.libraw.org Description: raw image decoder library diff --git a/ports/libraw/portfile.cmake b/ports/libraw/portfile.cmake index 91cf2d7365309c..ba6c51b43f8099 100644 --- a/ports/libraw/portfile.cmake +++ b/ports/libraw/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LibRaw/LibRaw - REF d4f05dd1b9b2d44c8f7e82043cbad3c724db2416 - SHA512 5794521f535163afd7815ad005295301c5e0e2f8b2f34ef0a911d9dd1572c1f456b292777548203f9767957a55782b5bc9041c033190d25d1e9b4240d7df32b9 + REF beeb572687270d49c16734c9ca620982151dbeff # 0.19.5 + SHA512 d8ba422999e8c12fd555798bd4612378d17ea292fdb382e6620e5211e2dcbe5c54f34e37c44a8504eb47d7f0918afd096b2fc55f32a558f3d55c83fd8274edfe HEAD_REF master ) diff --git a/ports/libunibreak/CONTROL b/ports/libunibreak/CONTROL index 12e3933229107a..8d2869d58aa7d3 100644 --- a/ports/libunibreak/CONTROL +++ b/ports/libunibreak/CONTROL @@ -1,4 +1,4 @@ Source: libunibreak -Version: 4.2 +Version: 4.2-1-0 Homepage: https://github.com/adah1972/libunibreak Description: an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information. diff --git a/ports/libunibreak/portfile.cmake b/ports/libunibreak/portfile.cmake index c054ce6850ad2e..4d533b149206f0 100644 --- a/ports/libunibreak/portfile.cmake +++ b/ports/libunibreak/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO adah1972/libunibreak - REF 15b579aac410b7c11ba596f4a9abbf405a187e34 - SHA512 a46196ad276134dad19fbc4ad49a2f4a4563137e30657b0f06cee9e6b4dab803723ae270f9682c4b8245c9d10297ce44b7bfb08bfa16894552cdb916fc758c02 + REF a411e4d291741623962a11595dae880422a20ef5 # libunibreak_4_2-1 + SHA512 b4935989990ea1a1a881836696d943c658cf41dd43404e07863c4091a54aa35242e38a359f78899b9975fe2c97e866166da3d0fc3912b9df327deb8a315a590f HEAD_REF master ) diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index c26eb3d37565bd..f7aa19274acedc 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,4 +1,4 @@ Source: libuv -Version: 1.30.1 +Version: 1.33.1 Homepage: https://github.com/libuv/libuv Description: libuv is a multi-platform support library with a focus on asynchronous I/O. diff --git a/ports/libuv/portfile.cmake b/ports/libuv/portfile.cmake index 63990da953a550..727aeeb696e45f 100644 --- a/ports/libuv/portfile.cmake +++ b/ports/libuv/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libuv/libuv - REF 1551969c84c2f546a429dac169c7fdac3e38115e - SHA512 86ad8223c2ec6815e009f5070766e7fc626a6249892a097aafbd45d0ac7c6ef2a38c7db45404ebd5c7648d406172b9236c115a2f1f15eaf735ff60e45bfe9bdd + REF 07ad32138f4d2285ba2226b5e20462b27b091a59 # v1.33.1 + SHA512 abc5f6600b679816cb7f4632e7cf136e4bb0ff56a6f1aa891ff6c153c5b210d5d9301bf34a21f1b46df16d82fd4ee65f5f0018d5b29a0b451f59c3064623af8b HEAD_REF v1.x ) diff --git a/ports/lmdb/CONTROL b/ports/lmdb/CONTROL index eb174de8728fc1..baee5bd2dcf801 100644 --- a/ports/lmdb/CONTROL +++ b/ports/lmdb/CONTROL @@ -1,4 +1,4 @@ Source: lmdb -Version: 0.9.23-3 +Version: 0.9.24 Homepage: https://github.com/LMDB/lmdb Description: LMDB is an extraordinarily fast, memory-efficient database diff --git a/ports/lmdb/portfile.cmake b/ports/lmdb/portfile.cmake index 4638e8b7e6b14a..a628496686792f 100644 --- a/ports/lmdb/portfile.cmake +++ b/ports/lmdb/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LMDB/lmdb - REF LMDB_0.9.23 - SHA512 47466a96ce288d18d489acf1abf811aa973649848a4cac31f71e1f25ea781a055ebd6616d2d630214b2df2f146f12609c82d65be0196f49d6b46a6c96464e120 + REF 0c357cc88a00bda03aa4a982fc227a5872707df2 # LMDB_0.9.24 + SHA512 a4d4ff96078eaf608eff08014d56561903f113a32617d3c9327dcdedfb7b261e03a80bf705f9d7159bb065eb1ab3c95af49d42525b75de0c2953223377042dec HEAD_REF master ) diff --git a/ports/loguru/CONTROL b/ports/loguru/CONTROL index baa9503b09fc11..b156c9f95c0276 100644 --- a/ports/loguru/CONTROL +++ b/ports/loguru/CONTROL @@ -1,4 +1,4 @@ Source: loguru -Version: v2.0.0 +Version: 2.1.0 Description: A lightweight and flexible C++ logging library Build-Depends: \ No newline at end of file diff --git a/ports/loguru/portfile.cmake b/ports/loguru/portfile.cmake index 80efb0eead1da4..838df9a8df382c 100644 --- a/ports/loguru/portfile.cmake +++ b/ports/loguru/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO emilk/loguru - REF v2.0.0 - SHA512 d6358f843689d10a44dc7bf590305cbfb89727e26d971ca4fe439e5468cdb7bcee2aa858368250e9654fb5ecebf63bca9742451881dae78068fecb18f279d988 + REF 9c2fea0d4530657f23259be4132f8101c98b579e # v2.1.0 + SHA512 49eebf8648f9d29273af76dca0a4e49155daa3664e98979df005e64eb0fa9f4eeb4228245327d469772c51076571acbe39a644eba531444d8676d9709a7e3914 HEAD_REF master ) diff --git a/ports/luabridge/CONTROL b/ports/luabridge/CONTROL index db2ffcedf95a57..91f5373a1eecfd 100644 --- a/ports/luabridge/CONTROL +++ b/ports/luabridge/CONTROL @@ -1,3 +1,3 @@ Source: luabridge -Version: 2.3.2 +Version: 2.4.1 Description: A lightweight, dependency-free library for binding Lua to C++ diff --git a/ports/luabridge/portfile.cmake b/ports/luabridge/portfile.cmake index cc5331fccff453..140e0464db16ca 100644 --- a/ports/luabridge/portfile.cmake +++ b/ports/luabridge/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO vinniefalco/LuaBridge - REF b6f17446265865e0ba06bea4d8e328eebfa2b9f0 - SHA512 a422489826ae7047a794948b315f1f9abf8a3201da1d2bf31212a0fd24f47e7a86f17803b1dc678dfc1e0f6724c8e5333bea1a5c7d1e4814e59604cebaa311da + REF 78ab57abf2f76bf20f76a3bbc7dae7a1754a02c7 # 2.4.1 + SHA512 b53544cd544e9939e6e5f32a2b88f603a94fcbbf344b14b08f9e677c8e01c4e4185c0cecca0513449c9488a741e93285150156a96d633c8e54762b503b8999b4 HEAD_REF master ) diff --git a/ports/matio/CONTROL b/ports/matio/CONTROL index 5e433e2df3df62..fe3f5687c91206 100644 --- a/ports/matio/CONTROL +++ b/ports/matio/CONTROL @@ -1,5 +1,5 @@ Source: matio -Version: 1.5.16 +Version: 1.5.17 Homepage: https://github.com/tbeu/matio Description: MATLAB MAT File I/O Library Build-Depends: zlib, hdf5 diff --git a/ports/matio/portfile.cmake b/ports/matio/portfile.cmake index b173ddcc62fd94..2d73da3474dc4d 100644 --- a/ports/matio/portfile.cmake +++ b/ports/matio/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tbeu/matio - REF fabac6cf3ab36dbb82bff747aa99016d7759ccc3 - SHA512 5aa77bced72e23b69692e28ff181f8a08ade25e356cf1ca327cf61c8a3f8f4a468e907090deae104ecff28f997806a8605168b034121f1d8c0a125b750911e83 + REF 64f793668e09216029447990702c145403d14375 # v1.5.17 + SHA512 bbb1c5f1f2609d329b69963f16ff8b60052922f83513d20f3ef687c04c4278536b88116c4727855de06f12ddf34103fe4be250012ae24706868490583ee90fde HEAD_REF master ) diff --git a/ports/mlpack/CONTROL b/ports/mlpack/CONTROL index e76327ca520010..3e72543e4dcc22 100644 --- a/ports/mlpack/CONTROL +++ b/ports/mlpack/CONTROL @@ -1,5 +1,5 @@ Source: mlpack -Version: 3.1.1-1 +Version: 3.2.1 Description: mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms. Build-Depends: openblas (!osx), clapack (!osx), boost, armadillo, ensmallen diff --git a/ports/mlpack/portfile.cmake b/ports/mlpack/portfile.cmake index 6bde064f4789d1..15e6e142456cea 100644 --- a/ports/mlpack/portfile.cmake +++ b/ports/mlpack/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mlpack/mlpack - REF mlpack-3.1.1 - SHA512 4acef74da951934b9bd1cabd87b9d6d002c80eb3218f69755277fa654d928aed379a5e63987f32ec162cc005c2952e618d6d528c2311aebb8cd2cc01cab71f86 + REF 214bb060290c3ba5f83a05784538346d212a4f9f # 3.2.1 + SHA512 f45a922d0fcf6ca3cc66632eb0429fb75a2c1ec6f402c2dc45de2f16822cbf2b7bc2ade56eebbdcd4b270daf86751ddbf2f3012c92179d5a9a749339b741c584 HEAD_REF master PATCHES cmakelists.patch diff --git a/ports/nana/CONTROL b/ports/nana/CONTROL index 4038c6f9edc855..a3d5736c32e965 100644 --- a/ports/nana/CONTROL +++ b/ports/nana/CONTROL @@ -1,5 +1,5 @@ Source: nana -Version: 1.7.1-1 +Version: 1.7.2 Homepage: https://github.com/cnjinhao/nana Description: Cross-platform library for GUI programming in modern C++ style. Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows) diff --git a/ports/nana/portfile.cmake b/ports/nana/portfile.cmake index fa08158138092d..af85e02d9de5fe 100644 --- a/ports/nana/portfile.cmake +++ b/ports/nana/portfile.cmake @@ -9,8 +9,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cnjinhao/nana - REF v1.7.1 - SHA512 43bd6f6321557184431935b4fdd636427458e79333879f6310685a70ee25f4344851910e67c52145382c38a3cea9d1761b40c8edbc072a7cc9c62406ed402549 + REF 38cdf4779456ba697d7da863f7c623e25d30f650 # v1.7.2 + SHA512 0ad15984ce6ef94b4f92b2a87649c0e247850a602a8f48645fd882ed5dddd047a168c319c741b2783218ce467f8d0ac790010717cffc54cb1716b105ec042798 HEAD_REF develop PATCHES fix-build-error.patch diff --git a/ports/ogre/CONTROL b/ports/ogre/CONTROL index 3522ff8c5e890b..a41e83ae0562f6 100644 --- a/ports/ogre/CONTROL +++ b/ports/ogre/CONTROL @@ -1,6 +1,6 @@ Source: ogre -Version: 1.12.1 -Build-Depends: freeimage, freetype, zlib, zziplib +Version: 1.12.2 +Build-Depends: freeimage, freetype, zlib, zziplib, pugixml Homepage: https://github.com/OGRECave/ogre Description: 3D Object-Oriented Graphics Rendering Engine diff --git a/ports/ogre/portfile.cmake b/ports/ogre/portfile.cmake index 898077c1e35af0..47658a0a804d4d 100644 --- a/ports/ogre/portfile.cmake +++ b/ports/ogre/portfile.cmake @@ -1,14 +1,12 @@ -include(vcpkg_common_functions) - -if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") +if(NOT VCPKG_TARGET_IS_WINDOWS) message("${PORT} currently requires the following library from the system package manager:\n Xaw\n\nIt can be installed on Ubuntu systems via apt-get install libxaw7-dev") endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO OGRECave/ogre - REF 8083067c1835147de5d82015347d95c710e36bc0 - SHA512 0690aaff0bea74c38598894939396cab8077b84bda166deb4790fba87566114bc5267660e8efc4de9babeb1b8bddf73530e1a1dbbc63c7e24b14bc012b033bc8 + REF 555898a89aaf66835d0bc4d3820a35de59eba43c # v1.12.2 + SHA512 042c9dd0368eb2b903b03a06e5e1ea3935b3ff08453f7d262647cd5df753cb8288b53c3e2de592e23aba812c1ebc42ebf5193231077adaed86d3ed75d6e1f00e HEAD_REF master PATCHES toolchain_fixes.patch @@ -23,35 +21,17 @@ else() endif() # Configure features - -if("d3d9" IN_LIST FEATURES) - set(WITH_D3D9 ON) -else() - set(WITH_D3D9 OFF) -endif() - -if("java" IN_LIST FEATURES) - set(WITH_JAVA ON) -else() - set(WITH_JAVA OFF) -endif() - -if("python" IN_LIST FEATURES) - set(WITH_PYTHON ON) -else() - set(WITH_PYTHON OFF) -endif() - -if("csharp" IN_LIST FEATURES) - set(WITH_CSHARP ON) -else() - set(WITH_CSHARP OFF) -endif() +vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS + d3d9 OGRE_BUILD_RENDERSYSTEM_D3D9 + java OGRE_BUILD_COMPONENT_JAVA + python OGRE_BUILD_COMPONENT_PYTHON + csharp OGRE_BUILD_COMPONENT_CSHARP +) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA - OPTIONS + OPTIONS ${FEATURE_OPTIONS} -DOGRE_BUILD_DEPENDENCIES=OFF -DOGRE_BUILD_SAMPLES=OFF -DOGRE_BUILD_TESTS=OFF @@ -72,11 +52,6 @@ vcpkg_configure_cmake( -DOGRE_BUILD_RENDERSYSTEM_GL3PLUS=ON -DOGRE_BUILD_RENDERSYSTEM_GLES=OFF -DOGRE_BUILD_RENDERSYSTEM_GLES2=OFF -# Optional stuff - -DOGRE_BUILD_COMPONENT_JAVA=${WITH_JAVA} - -DOGRE_BUILD_COMPONENT_PYTHON=${WITH_PYTHON} - -DOGRE_BUILD_COMPONENT_CSHARP=${WITH_CSHARP} - -DOGRE_BUILD_RENDERSYSTEM_D3D9=${WITH_D3D9} # vcpkg specific stuff -DOGRE_CMAKE_DIR=share/ogre ) @@ -84,6 +59,8 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets() +vcpkg_copy_pdbs() + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) @@ -132,6 +109,4 @@ if(NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore endif() # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/ogre RENAME copyright) - -vcpkg_copy_pdbs() +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/open62541/CONTROL b/ports/open62541/CONTROL index 7a3306df9fa165..38a32963785807 100644 --- a/ports/open62541/CONTROL +++ b/ports/open62541/CONTROL @@ -1,3 +1,3 @@ Source: open62541 -Version: 0.3.0-4 +Version: 1.0 Description: open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0. diff --git a/ports/open62541/portfile.cmake b/ports/open62541/portfile.cmake index 3f7469d17ff330..224ac0ef55abd2 100644 --- a/ports/open62541/portfile.cmake +++ b/ports/open62541/portfile.cmake @@ -11,8 +11,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO open62541/open62541 - REF v0.3.0 - SHA512 67766d226e1b900c0c37309099ecdbe987d10888ebf43f9066b21cf79f64d34e6ac30c2671a4901892f044859da4e8dbaa9fed5a49c633f73fef3bec75774050 + REF ce5209d78d3821504d31b3bbdb03f53d6e3f93a7 # v1.0 + SHA512 d55857416a7f5d323699387d341c03631a0ace2996199a1e21a31a5704fab0b3fdfb61ae7236f6722e2e6a1bfd90c3ff69b77defe277089ea33e41a9df63aaf3 HEAD_REF master ) diff --git a/ports/openblas/CONTROL b/ports/openblas/CONTROL index 14efa12f907c9b..1b1cc5741a96f7 100644 --- a/ports/openblas/CONTROL +++ b/ports/openblas/CONTROL @@ -1,5 +1,5 @@ Source: openblas -Version: 0.3.6-6 +Version: 0.3.7 Homepage: https://github.com/xianyi/OpenBLAS Build-Depends: pthread (linux) Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake index 907ec751a32c66..17112279ed7b80 100644 --- a/ports/openblas/portfile.cmake +++ b/ports/openblas/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO xianyi/OpenBLAS - REF v0.3.6 - SHA512 1ad980176a51f70d8b0b2d158da8c01f30f77b7cf385b24a6340d3c5feb1513bd04b9390487d05cc9557db7dc5f7c135b1688dec9f17ebef35dba884ef7ddee9 + REF 5f36f18148603facb6c3540e673610d6b24cbfbb # v0.3.7 + SHA512 c1abcfd6fbf6ae3efa28053523ffb3d72aefaa279594347bfd9910c40f25778421b8d1d2d4dc6c934c9def40642942bb74fe76e06c2d96b1898ea61204a95540 HEAD_REF develop PATCHES uwp.patch diff --git a/ports/openmama/CONTROL b/ports/openmama/CONTROL index fbfb815c3504bc..5dc512d82185a3 100644 --- a/ports/openmama/CONTROL +++ b/ports/openmama/CONTROL @@ -1,5 +1,5 @@ Source: openmama -Version: 6.2.3-1 +Version: 6.3.0 Build-Depends: libevent, apr, qpid-proton Homepage: https://github.com/OpenMAMA/OpenMAMA Description: OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages. diff --git a/ports/openmama/portfile.cmake b/ports/openmama/portfile.cmake index 62f76cf0b34109..997d11ec32c0b2 100644 --- a/ports/openmama/portfile.cmake +++ b/ports/openmama/portfile.cmake @@ -6,8 +6,8 @@ vcpkg_find_acquire_program(SCONS) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO OpenMAMA/OpenMAMA - REF OpenMAMA-6.2.3-release - SHA512 2d641a34f4301f8aa0a33cc6c1172e2d3215792955a56f13858d758cedfea1c2ec3ae466112f06f9be7a67d80569f12238eca98008e6623558183b08dcd954c0 + REF abd490e1e1ffae4c643454102b57dc587a338737 # OpenMAMA-6.3.0-release + SHA512 fd53c9a01075be414b13636b6f3bfbeeb43512d950625826fe133ba108972d71b170a20ce01175ca3e9ed263fd11e108f3902c6d404d43dd812e6a4748c032e1 HEAD_REF next ) diff --git a/ports/opentracing/CONTROL b/ports/opentracing/CONTROL index 62f6dd30362c44..56198366d784c2 100644 --- a/ports/opentracing/CONTROL +++ b/ports/opentracing/CONTROL @@ -1,4 +1,4 @@ Source: opentracing -Version: 1.5.1-1 +Version: 1.6.0 Description: C++ implementation of the OpenTracing API Homepage: https://opentracing.io diff --git a/ports/opentracing/portfile.cmake b/ports/opentracing/portfile.cmake index 595faf1cf65fba..7ccf34dcf8315e 100644 --- a/ports/opentracing/portfile.cmake +++ b/ports/opentracing/portfile.cmake @@ -16,8 +16,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO opentracing/opentracing-cpp - REF cf9b9d5c26ef985af2213521a4f0701b7e715db2 - SHA512 75b77781c075c6814bf4a81d793e872ca47447fe82a4cad878bee99ffb2082e13e95ee285f32fb2e599765b08b4404d8e475bacff79a412a954d227b93ba53ef + REF 4bb431f7728eaf383a07e86f9754a5b67575dab0 # v1.6.0 + SHA512 1c69ff4cfd5f6037a48815367d3026c1bf06c3c49ebf232a64c43167385fb62e444c3b3224fc38f68ef0fdb378e3736db6ee6ba57160e6e578c87c09e92e527e ) vcpkg_configure_cmake( diff --git a/ports/openvr/CONTROL b/ports/openvr/CONTROL index 440cd2092a4eec..940b4fc6ed4f34 100644 --- a/ports/openvr/CONTROL +++ b/ports/openvr/CONTROL @@ -1,4 +1,4 @@ Source: openvr -Version: 1.5.17 +Version: 1.7.15 Homepage: https://github.com/ValveSoftware/openvr Description: an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. diff --git a/ports/openvr/portfile.cmake b/ports/openvr/portfile.cmake index 14666c44c0d588..0f0b93f66a81b9 100644 --- a/ports/openvr/portfile.cmake +++ b/ports/openvr/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ValveSoftware/openvr - REF cdaf2b330c8df58986391b253cd8f04328139823 - SHA512 4ed4e7760d45b2b456e2e8b3b59eb394784225c1fade1fffae87110a5f29bcfc2585fcc6f05e220f064982d67101d0d1a76017f071f4d2f65663795d691fc523 + REF 5aa6c5f0f6520c59c4dce124541ecc62604fd7a5 # v1.7.15 + SHA512 fd8d20c6ed4acc4dfe327ca867d04c11046491a447d7623e1c786480dcf2d1404301be246c4f249a8342d73e6bc459b80411c1bfa212cba9312ea1055fc350d5 HEAD_REF master ) diff --git a/ports/osi/CONTROL b/ports/osi/CONTROL index 5f65e3cf2ce1cf..258c503a7a8485 100644 --- a/ports/osi/CONTROL +++ b/ports/osi/CONTROL @@ -1,4 +1,4 @@ Source: osi -Version: 0.108.4-2 +Version: 0.108.5 Description: Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver. Build-Depends: coinutils diff --git a/ports/osi/portfile.cmake b/ports/osi/portfile.cmake index bb340eaca08c0b..6a4fd9ded002a9 100644 --- a/ports/osi/portfile.cmake +++ b/ports/osi/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO coin-or/Osi - REF releases/0.108.4 - SHA512 43c4da11c7e8b83ef67b10b60fa0be9bd2302965a26447f85c4cf9e747b999710954948e041b7203ac69f5d3cb75ba9c383838184bee8399a95b9ba59eff3f06 + REF 2bd34ae6b8c93d342d54fd19d4d773f07194583c # releases/0.108.5 + SHA512 9a467576cd91a7ac12f364eafb328d06428ac231747581b17e41e8d6ffb4c149f266d79bf9cb101ee594042c219ce62252245cee78e9cbb88fa2dc63dde8cf44 ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) diff --git a/ports/paho-mqtt/CONTROL b/ports/paho-mqtt/CONTROL index 9c380b28842360..67f584e3937a05 100644 --- a/ports/paho-mqtt/CONTROL +++ b/ports/paho-mqtt/CONTROL @@ -1,5 +1,5 @@ Source: paho-mqtt -Version: 1.3.0-1 +Version: 1.3.1 Homepage: https://github.com/eclipse/paho.mqtt.c Description: Paho project provides open-source client implementations of MQTT and MQTT-SN messaging protocols aimed at new, existing, and emerging applications for the Internet of Things Build-Depends: openssl diff --git a/ports/paho-mqtt/portfile.cmake b/ports/paho-mqtt/portfile.cmake index 837ecc8b5bac1c..3e97ff8de3ee01 100644 --- a/ports/paho-mqtt/portfile.cmake +++ b/ports/paho-mqtt/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO eclipse/paho.mqtt.c - REF 9f715d0862a8e16099b5837c4e53a1bf6a6a0675 - SHA512 3ab5e25bfe303f51485696248e78a8a10f20c0e69b7ea6016165a97d61172336e8fbe5b9d059ae546357bace9f3adb8e2026643b61a6af82fae448a024e51d21 + REF d34c51214f4172f2e12bb17532c9f44f72a57dd4 # v1.3.1 + SHA512 184a8ace64bb967c63ac11a2476e6753d7aad39f93b290be030356841a8891edec6e0ac4b925089f2234a56f6da9c09c1a92023d3883fa785d986342bfee3972 HEAD_REF master PATCHES remove_compiler_options.patch diff --git a/ports/pdcurses/CONTROL b/ports/pdcurses/CONTROL index 59ad72513ad085..501edc7290a6fe 100644 --- a/ports/pdcurses/CONTROL +++ b/ports/pdcurses/CONTROL @@ -1,4 +1,4 @@ Source: pdcurses -Version: 3.8-2 +Version: 3.9 Homepage: https://sourceforge.net/projects/pdcurses/ -Description: Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model. +Description: Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model. \ No newline at end of file diff --git a/ports/pdcurses/portfile.cmake b/ports/pdcurses/portfile.cmake index 98ceaee2671a50..81b201c1b61b17 100644 --- a/ports/pdcurses/portfile.cmake +++ b/ports/pdcurses/portfile.cmake @@ -5,8 +5,8 @@ find_program(NMAKE nmake) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO wmcbrine/PDCurses - REF 2467ab2b6c07163d0171b80ad6c252c29da28173 - SHA512 4d729a4e0ffa1b5d1fd35ed73329d08886e1e565936a008cd7b45f8e5fbaabcb86c65377fd1e33acef6271f828cd4158e8a56ed15cd664b2a8c8e1d66cf8c00a + REF 6c1f95c4fa9f9f105879c2d99dd72a5bf335c046 # 3.9 + SHA512 2d682a3516baaa58a97854aca64d985768b7af76d998240b54afc57ddf2a44894835a1748888f8dd7c1cc8045ede77488284f8adf1b73878879b4b4d3391218d HEAD_REF master ) diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL index 9ea94f4961a047..f96c5f136f301a 100644 --- a/ports/poco/CONTROL +++ b/ports/poco/CONTROL @@ -1,5 +1,5 @@ Source: poco -Version: 1.9.2-1 +Version: 1.9.4 Build-Depends: expat, libpq, pcre, sqlite3, zlib, libpng Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems. Homepage: https://github.com/pocoproject/poco diff --git a/ports/poco/portfile.cmake b/ports/poco/portfile.cmake index 4e7995a49f1e2d..e9268487b10d7e 100644 --- a/ports/poco/portfile.cmake +++ b/ports/poco/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pocoproject/poco - REF 8a127d6f16795d914cadc342d3f4f3b9b7999e3b #1.9.2 - SHA512 282097ee2118ac55320ebdde05bb53ed27d68af49c201b0b26027706ef935ae08f8090abb8aab1cafe84c72520ea73b01263b439d32bd2d0bd55319b0634b168 + REF b95393dcc3640807838e8323b4e600e54d2e8116 # poco-1.9.4-release + SHA512 df669841cbb2004e3cb974f7bc909dd163c7a125ea557d008817f9cb7ebd50ffedd869a487fda20d60fe7309a496aff78d690948bded2c785d20db11ffb9d6d3 HEAD_REF master PATCHES # Find pcre in debug diff --git a/ports/prometheus-cpp/portfile.cmake b/ports/prometheus-cpp/portfile.cmake index add7064cc7705b..6161bf247b2bf2 100644 --- a/ports/prometheus-cpp/portfile.cmake +++ b/ports/prometheus-cpp/portfile.cmake @@ -1,12 +1,10 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jupp0r/prometheus-cpp - REF v0.8.0 - SHA512 23cb0de4022f6a05e58aff37f36a499d062849c34772994fc69887a72462591553c7098492f18a8a86b5c31e70a0b93813a7cb7e5adb1974897e9f38053f543a + REF ca1f3463e74d957d1cccddd4a1a29e3e5d34bd83 # v0.8.0 + SHA512 63e9444c1cbe986ea398e8cbcbca502b15bb7589c50831d47ec7f7e3278d8e1acd4150f661a6a2698f37f8e0cab00d6a9ba14bdaee39792c0409f853766f7069 HEAD_REF master ) @@ -40,4 +38,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/prometheus-cpp) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright -configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/prometheus-cpp/copyright COPYONLY) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index 4b2ae8ca77d1a7..8c50388da0793d 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,5 +1,5 @@ Source: pybind11 -Version: 2.3.0-1 +Version: 2.4.3 Homepage: https://github.com/pybind/pybind11 Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Build-Depends: python3 (windows) \ No newline at end of file diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake index e97841d3270bd5..8c2a8fdde458c8 100644 --- a/ports/pybind11/portfile.cmake +++ b/ports/pybind11/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pybind/pybind11 - REF e43e1cc01ae6d4e4e5ba10557a057d7f3d5ece0d - SHA512 546a0501c420cbbb21fb458192bae6c8d34bdd4bdbfe47fed22869e09429d6404b4e399e30c36c6d658bf8002339d051efde33685b03a00797b9cfe476cfb98e + REF 80d452484c5409444b0ec19383faa84bb7a4d351 # v2.4.3 + SHA512 987f8c075ff3e4f90ab27a6121f3767a82939e35cd2143649819c8d39b09d1c234d39fa204ed5f6bd1d9ec97c275f590df358769d7726a16ccb720a91c550883 HEAD_REF master ) diff --git a/ports/qpid-proton/CONTROL b/ports/qpid-proton/CONTROL index 8544cb959169dc..7393cd633a221d 100644 --- a/ports/qpid-proton/CONTROL +++ b/ports/qpid-proton/CONTROL @@ -1,5 +1,5 @@ Source: qpid-proton -Version: 0.28.0 +Version: 0.29.0 Build-Depends: openssl (!windows&!uwp), libuv (osx), jsoncpp Homepage: https://github.com/apache/qpid-proton Description: Qpid Proton is a high-performance, lightweight messaging library. \ No newline at end of file diff --git a/ports/qpid-proton/portfile.cmake b/ports/qpid-proton/portfile.cmake index 53aebeb0c673f3..bc30efbff19048 100644 --- a/ports/qpid-proton/portfile.cmake +++ b/ports/qpid-proton/portfile.cmake @@ -7,8 +7,8 @@ vcpkg_find_acquire_program(PYTHON2) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/qpid-proton - REF 0.28.0 - SHA512 dc253218a076ea56d64e0aaeb6ef9e7345bb9ac700c58b8ea6cb9b3c79d66b0667bcc62cbb45f9ce3455fa8f97b7dfb1c2096d269d1b5b9c5c650ef61a126cfe + REF b4b0854f6b9213b5250e8ce78301aa287a31a947 # 0.29.0 + SHA512 f5fd199448a5d996dd3aa5178bd7e2e4d298823c15fe5f3f24f309d0db7ce93055d041fe504b089e0e0cd106b2ddb532f89a1a2f4e76d6d3708d82b3432050b1 HEAD_REF next ) diff --git a/ports/rapidjson/CONTROL b/ports/rapidjson/CONTROL index b0b944f01eb80e..c326ac5fe9c140 100644 --- a/ports/rapidjson/CONTROL +++ b/ports/rapidjson/CONTROL @@ -1,4 +1,4 @@ Source: rapidjson -Version: 2019-06-28 +Version: 2019-10-29 Description: A fast JSON parser/generator for C++ with both SAX/DOM style API Homepage: http://rapidjson.org/ \ No newline at end of file diff --git a/ports/rapidjson/portfile.cmake b/ports/rapidjson/portfile.cmake index da251429dac7b3..ed29ddddd5b396 100644 --- a/ports/rapidjson/portfile.cmake +++ b/ports/rapidjson/portfile.cmake @@ -4,8 +4,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tencent/rapidjson - REF d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5 - SHA512 1770668c954e1bfa40da3956ccf2252703d2addb058bb8c0bf579abac585262452d0e15dcfed9ac2fa358c0da305d706226fdab8310b584017aba98e4f31db4f + REF 3b638e67150783303aebf1fc0789d6c44a026b53 + SHA512 743ff74448c1ac31d1d03c90aa50cd6119b9e1723e618d0ca1f6021ec8a5282b34e1fc13b8577d7cf9eee064b6d9f809b0c92fdc09581c96dfd69cf7b7805223 HEAD_REF master ) diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL index a9a8a2fee21a53..6d861fd8b3f6c8 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,4 +1,4 @@ Source: re2 -Version: 2019-09-01 +Version: 2019-10-29 Homepage: https://github.com/google/re2 Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. diff --git a/ports/re2/portfile.cmake b/ports/re2/portfile.cmake index 0b1ba353601b8b..e3a02657688594 100644 --- a/ports/re2/portfile.cmake +++ b/ports/re2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/re2 - REF 2019-09-01 - SHA512 df446a7a00f3e8cd3f09c746ad41a6f58af3da88ab31cf8e2498d26e240bbe1f557f462fb6b10a818c3e00e02ec19dc60ce29eb6c4d61781aeb9b96b4c4e5af9 + REF e356bd3f80e0c15c1050323bb5a2d0f8ea4845f4 + SHA512 246522d11ba8709a4c256a89ee3e4646b4e94700f215947703a0d39d802fe735461f7ae654841c069756c874183e8ea9bc8f7dba86e458f76b09681825b35465 HEAD_REF master ) diff --git a/ports/robin-map/CONTROL b/ports/robin-map/CONTROL index c11d679992b7f0..5d84a48a1696c6 100644 --- a/ports/robin-map/CONTROL +++ b/ports/robin-map/CONTROL @@ -1,3 +1,3 @@ Source: robin-map -Version: 0.6.1 +Version: 0.6.2 Description: A C++ implementation of a fast hash map and hash set using robin hood hashing diff --git a/ports/robin-map/portfile.cmake b/ports/robin-map/portfile.cmake index 73cd9c7d853932..291d79a43b5c98 100644 --- a/ports/robin-map/portfile.cmake +++ b/ports/robin-map/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tessil/robin-map - REF 3285ed7615b72020bd68ba6d30f9ec0c0c526098 - SHA512 3850a0ea06f62ba177a1746a92a3f9c999f6398d4d786dbc63dd276569e77e3d9c15e83c0cb74a1314e3c2b5ff73225675d914cf4ab3f052353b237ab9219bc8 + REF 908ccf9f039a0e50813544c0444ca664ca292d7c # v0.6.2 + SHA512 cad7508bf902c763dc7fd53b13bfb82933b174bf8cd1a77686b1763e72692b8f211e3a5e8ae87d7796d3a4dd121b077231bd01bd61a609c1a4c8f456a8161174 HEAD_REF master ) diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL index 8f6017a299909a..31859c33ae4b2b 100644 --- a/ports/sqlitecpp/CONTROL +++ b/ports/sqlitecpp/CONTROL @@ -1,5 +1,5 @@ Source: sqlitecpp -Version: 2.3.0-1 +Version: 2.4.0 Build-Depends: sqlite3 Homepage: https://github.com/SRombauts/SQLiteCpp Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. diff --git a/ports/sqlitecpp/portfile.cmake b/ports/sqlitecpp/portfile.cmake index 210ca3dd66ce04..9e6f564fb7a81e 100644 --- a/ports/sqlitecpp/portfile.cmake +++ b/ports/sqlitecpp/portfile.cmake @@ -4,9 +4,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH REPO "SRombauts/SQLiteCpp" - REF 09dd10886c560ab5af41cfe694567f34c88cd101 + REF 8015952b937464d5944abbd8ff07ef34af1eba2b # 2.4.0 HEAD_REF master - SHA512 d0a440e2e96fca9aac7fe73d46bb6508825a82547dca1e9c93d8c3ca46878fa137e7a2a7a865bcfa641d0236e26307a3342d55fc83578552a37eec7565642d91 + SHA512 1acb61c5370554e7cad4e63517c48e34813a2bb14e7cfd1569ac18ca5f3405257c5cedaef9457ad3b3489a1e6ba6bb05b0d67dc9cac0709ce9d0b39094fc8d5e PATCHES 0001-Find-external-sqlite3.patch ) diff --git a/ports/stb/CONTROL b/ports/stb/CONTROL index 6a6a18823026f0..acc9cbeb58f002 100644 --- a/ports/stb/CONTROL +++ b/ports/stb/CONTROL @@ -1,4 +1,4 @@ Source: stb -Version: 2019-08-17 +Version: 2019-10-29 Homepage: https://github.com/nothings/stb Description: public domain header-only libraries diff --git a/ports/stb/portfile.cmake b/ports/stb/portfile.cmake index 20d7ddc14e59b3..9ac3bd03a4356a 100644 --- a/ports/stb/portfile.cmake +++ b/ports/stb/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nothings/stb - REF 052dce117ed989848a950308bd99eef55525dfb1 - SHA512 490be1e727ff77385ce6050c03774ee6819fb194ac38076be98635091ce5271851a9e5ac9763bea961758837735ed6fc680f4fee645acf419457460c403c9f20 + REF c72a95d766b8cbf5514e68d3ddbf6437ac9425b1 + SHA512 2be9b2d7848fca133d5733ebb0fdd1f357195f38a2f2b471af3657468f00a75cc94f029ace6127e748da80e0f86933c16a554593a21d8a9057b7691d39facf4b HEAD_REF master ) diff --git a/ports/tbb/CONTROL b/ports/tbb/CONTROL index a519042618f26b..02b6b58bfa6bb0 100644 --- a/ports/tbb/CONTROL +++ b/ports/tbb/CONTROL @@ -1,4 +1,4 @@ Source: tbb -Version: 2019_U8-2 +Version: 2019_U9 Homepage: https://github.com/01org/tbb Description: Intel's Threading Building Blocks. diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake index 1d543b317e19d0..be8bcc265945fb 100644 --- a/ports/tbb/portfile.cmake +++ b/ports/tbb/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO intel/tbb - REF 4bdba61bafc6ba2d636f31564f1de5702d365cf7 - SHA512 0b00c9deefdac5dc1f4fbae314e91eb3513b54b47ff6dec08ed2460486fc7d211ab36d6130e5787bfd50523cb613c65f03f9217d967292ca9056e2d3f5010bf8 + REF a803f276186fa2c286a357207832112265b448e4 # 2019_U9 + SHA512 610b2aa646819759e9c165336a332ff858039da3538f0a5c56a1fb5772d25d445e00173324997c35589464059c898048f73efe4e8c271ef17a34485313504080 HEAD_REF tbb_2019 PATCHES fix-static-build.patch ) diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL index 9f54385cb80018..3619e7e1242110 100644 --- a/ports/thrift/CONTROL +++ b/ports/thrift/CONTROL @@ -1,5 +1,5 @@ Source: thrift -Version: 2019-05-07-4 +Version: 2019-10-29 Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit Homepage: https://github.com/apache/thrift Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake index 12e92a66bfa7a0..28b234c0fc10ce 100644 --- a/ports/thrift/portfile.cmake +++ b/ports/thrift/portfile.cmake @@ -13,8 +13,8 @@ vcpkg_find_acquire_program(BISON) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/thrift - REF acdd4226c210336e9e15eb812e5932a645fcd5ce - SHA512 53986b1cde7b2bd19974f32b8c31736566061a228dda368d3d850355c566d910499c16519bbff078a6cdab19931cd9833a7d684ac63fb1ec40b2a123ff263aaa + REF 286eee16b147a302ddc7b10740c5e5401ebbec17 + SHA512 83aff3a51281ec43228e66b33d15b344710030ee59c1373c6cf33efae9d26db1896ae3518a23b641a7897724d496c38b5217bfc7c41ff538648ec4c571b924f5 HEAD_REF master PATCHES "correct-paths.patch" diff --git a/ports/tinyxml2/CONTROL b/ports/tinyxml2/CONTROL index c0016a412f057b..1535df552966cb 100644 --- a/ports/tinyxml2/CONTROL +++ b/ports/tinyxml2/CONTROL @@ -1,5 +1,5 @@ Source: tinyxml2 -Version: 7.0.1-2 +Version: 7.1.0 Homepage: https://github.com/leethomason/tinyxml2 Description: A simple, small, efficient, C++ XML parser diff --git a/ports/tinyxml2/portfile.cmake b/ports/tinyxml2/portfile.cmake index b98e45a5a45917..dca3eedb16d77b 100644 --- a/ports/tinyxml2/portfile.cmake +++ b/ports/tinyxml2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO leethomason/tinyxml2 - REF 7.0.1 - SHA512 623cd7eff542d20b434a67111ac98110101c95a18767318bf906e5e56d8cc25622269f740f50477fe907a4c52d875b614cb6167f4760d42ab18dc55b9d4bf380 + REF 9c740e8d2341bd46dbe8e87053cdb4d931971967 # 7.1.0 + SHA512 a0e9634875f4c5f426f41510040b9f078af24adf176d2daf3cb3343d629b8068f3a1841df80a06d977bd19e3acaaa3736719a900754c1fe675631f3337820130 HEAD_REF master ) diff --git a/ports/trompeloeil/CONTROL b/ports/trompeloeil/CONTROL index 135a473f33bbf7..75a3285cbfeefe 100644 --- a/ports/trompeloeil/CONTROL +++ b/ports/trompeloeil/CONTROL @@ -1,4 +1,4 @@ Source: trompeloeil -Version: 34-1 +Version: 35 Description: A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0 Homepage: https://github.com/rollbear/trompeloeil diff --git a/ports/trompeloeil/portfile.cmake b/ports/trompeloeil/portfile.cmake index 03385928f37da3..7e1b98d7cb6e8b 100644 --- a/ports/trompeloeil/portfile.cmake +++ b/ports/trompeloeil/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO rollbear/trompeloeil - REF v34 - SHA512 0fffdb38287699c413e35d541e14ddf2e355a0a3df3b3f7be3a56d02f012571af1f4cad3de0a23863ab9b70aa75d2a7ef0227f3896195a51c04ccf817fe1c9dc + REF 044059cc800fa953ae776fc46a9ae9ed7b9f9a4b # v35 + SHA512 56b0e7709d3ddca492f9501debfad5913c8b88f805ff237351e5e04217540b322bf20096eac98e9e59c414cce54fdfed8aa70e7a7e9d12eca759574d2ddbd412 HEAD_REF master PATCHES disable_master_project.patch ) diff --git a/ports/tsl-sparse-map/CONTROL b/ports/tsl-sparse-map/CONTROL index 5563868572d625..2eea4f5b7d4bf5 100644 --- a/ports/tsl-sparse-map/CONTROL +++ b/ports/tsl-sparse-map/CONTROL @@ -1,3 +1,3 @@ Source: tsl-sparse-map -Version: 0.6.1-1 +Version: 0.6.2 Description: C++ implementation of a memory efficient hash map and hash set diff --git a/ports/tsl-sparse-map/portfile.cmake b/ports/tsl-sparse-map/portfile.cmake index 44a366d878a2f2..55c4ab8bb5a7a8 100644 --- a/ports/tsl-sparse-map/portfile.cmake +++ b/ports/tsl-sparse-map/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tessil/sparse-map - REF v0.6.1 - SHA512 c77e7625a0ff13a538f1a8c96d3f70a178e9bedfb22592d6ca848e6d1e6b1566c9a216b2df68592c27308156b776677d52e0d75cf09254acb62f60a00a4bc054 + REF d71e6fd75f4970f07f4f1fe67438055be70d0945 # v0.6.2 + SHA512 ad270be66b3d5f96cb0305f0e086807aee1c909dd022c19ca99e5f7a72d5116f2ecb4b67fcb80e8bdb4f98925387d95bdc0bcc450a10b97c61f9b92c681f95b5 ) vcpkg_configure_cmake( diff --git a/ports/usd/CONTROL b/ports/usd/CONTROL index d14831d543bc14..52bde5da89bb38 100644 --- a/ports/usd/CONTROL +++ b/ports/usd/CONTROL @@ -1,4 +1,4 @@ Source: usd -Version: 0.8.4-2 +Version: 19.11 Build-Depends: boost-assign, boost-crc, boost-date-time, boost-filesystem, boost-format, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-vmd, tbb, zlib Description: Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. diff --git a/ports/usd/portfile.cmake b/ports/usd/portfile.cmake index 76b1473be7acac..68e26aaf398377 100644 --- a/ports/usd/portfile.cmake +++ b/ports/usd/portfile.cmake @@ -6,8 +6,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PixarAnimationStudios/USD - REF v19.05 - SHA512 4d708835f6efd539d5fff5cbaf0ec4d68c6d0c4d813ee531c4b9589ee585b720c34e993ef0a7ad0104a921ebd7ab8dec46d0c9284ec7f11993057fe81d3729e0 + REF 4b1162957b2ad219e1635c81de8343be490e41fc # v19.11 + SHA512 ab8f762fbe4f6a0cb0e3b2c38f30e96200935b6fdfaf185c4e4a375868d993b89dbbf0e7b340ec3a0e210b891463a51931dddec1abfe69c2da4fd649111c7466 HEAD_REF master ) diff --git a/ports/usockets/CONTROL b/ports/usockets/CONTROL index 69db6dce9584b6..562fcb254030da 100644 --- a/ports/usockets/CONTROL +++ b/ports/usockets/CONTROL @@ -1,4 +1,4 @@ Source: usockets -Version: 0.3.1 +Version: 0.3.2 Build-Depends:libuv Description: Miniscule cross-platform eventing, networking & crypto for async applications \ No newline at end of file diff --git a/ports/usockets/portfile.cmake b/ports/usockets/portfile.cmake index c5b92f84fd599c..6ca8a86089a0a6 100644 --- a/ports/usockets/portfile.cmake +++ b/ports/usockets/portfile.cmake @@ -7,8 +7,8 @@ EndIF () vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uSockets - REF v0.3.1 - SHA512 f02b72844fb87acbf435d86a89e55244e45e047b049f36bda8e89c9ddeba8d7e6432008d33d33771faec60dcca60a3e3bfa3918c3af08ba80741e09df62c91fd + REF e2c093cb7857fa8dc5716470613c46bad508007a # v0.3.2 + SHA512 1506fe5e571a9194a12ee4b8d874db95c75243bd4181c4e67d896a60f38489ba0765d898c84cb3bc8dabe87974bba31a66ee1effe886edd304e4eaaa686cd65e HEAD_REF master ) diff --git a/ports/uvw/CONTROL b/ports/uvw/CONTROL index 3268b0daa79b6a..684d66057b458b 100644 --- a/ports/uvw/CONTROL +++ b/ports/uvw/CONTROL @@ -1,5 +1,5 @@ Source: uvw -Version: 1.18.0 +Version: 2.2.0 Description: Header-only, event based, tiny and easy to use libuv wrapper in modern C++. Homepage: https://github.com/skypjack/uvw Build-Depends: libuv diff --git a/ports/uvw/portfile.cmake b/ports/uvw/portfile.cmake index cc08a7a82b61b1..2b9ba9733d815c 100644 --- a/ports/uvw/portfile.cmake +++ b/ports/uvw/portfile.cmake @@ -4,8 +4,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO skypjack/uvw - REF 6ce60d4088bddce4d38a0aa81f99b03879d2f471 - SHA512 125b517a68f7804ea895fe7f1ca9c63139a3855ef47d16de631ccfda9a2cb8217b5f7f489ed463f72267c6f55718045c60da52e97936ce39d9f1ebe7232b4ea4 + REF 337bd035a84969a90e1460b480dc4d03d37b7ed1 # v2.2.0_libuv-v1.33 + SHA512 0d682afb8397625fad4d8303a6fbc8e58c28db90bb47cd8dcc66d3c3b3999f5c9fa66bbea5b0c13835b153aa044aab3f02a6e77ea2f89118ec53944ab15c3168 ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index aab61556483033..c1719164f607a7 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: uwebsockets -Version: 0.15.7 +Version: 0.16.1 Build-Depends: zlib, usockets Homepage: https://github.com/uWebSockets/uWebSockets Description: Simple, secure & standards compliant web I/O for the most demanding of applications diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 350cc2f1a44d9e..c972d0f54e22c7 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uWebSockets - REF bc6ea664b17fb3736e1330e908aee00c4f3a750b - SHA512 a629c0a3d6ca3c6e7681cb8632076940c81de1493e1fcdfb7cdfb7eab4c4a05ccf3b5d53c4c325548e770176ce36fb4e67f212f65713d2dacb679da570930380 + REF 49f460ef208e88da3e23b5cadba8a2f952d0763b # v0.16.1 + SHA512 1229b9b61173ca11b9ba4d8f680fa17c4f678bfeb3757dafc3c50e663fd401cd4a5fd4241c763b3a17b5b074bd21bb5d99736d6e8092dff5bf56e727bdf6ef55 HEAD_REF master ) diff --git a/ports/vtk-dicom/CONTROL b/ports/vtk-dicom/CONTROL index 8971de58839eb0..ba1cf0469ffeeb 100644 --- a/ports/vtk-dicom/CONTROL +++ b/ports/vtk-dicom/CONTROL @@ -1,5 +1,5 @@ Source: vtk-dicom -Version: 0.8.10 +Version: 0.8.11 Description: DICOM for VTK Build-Depends: vtk, zlib diff --git a/ports/vtk-dicom/portfile.cmake b/ports/vtk-dicom/portfile.cmake index 3ee254d42d2325..857ed0016fa901 100644 --- a/ports/vtk-dicom/portfile.cmake +++ b/ports/vtk-dicom/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO dgobbi/vtk-dicom - REF faf41f35652fcdd66038e623dff5fbc748ccf15b - SHA512 8e03e24e28420e48046f15305ea4b8120ac6a4e34eef2f6d1f38e4ebde16e037e7383ff53c3091e939167fadccbbcbe6471bb8ac8c56c9232d3992c56489a102 + REF 6d72f5ccf1340d695a8fe36e9200aa60c09a910a # v0.8.11 + SHA512 1727f43b16bb51731a628361d5ab62cf3fc981c1ad590c124cbb6ca84487221554a2a6d33001392cc3c497a40eb95975aceab6b8b182088162ddb894a13dd09b HEAD_REF master ) diff --git a/ports/wangle/CONTROL b/ports/wangle/CONTROL index 2801f1c7637d5b..9fc9dcbc5c80ec 100644 --- a/ports/wangle/CONTROL +++ b/ports/wangle/CONTROL @@ -1,4 +1,4 @@ Source: wangle -Version: 2019.07.08.00-1 +Version: 2019.10.28.00 Build-Depends: fizz, folly, openssl, glog, libevent, double-conversion, boost-system, boost-thread, boost-filesystem, boost-regex, boost-context Description: Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. diff --git a/ports/wangle/portfile.cmake b/ports/wangle/portfile.cmake index f28d89b58481a3..dca96be1c48078 100644 --- a/ports/wangle/portfile.cmake +++ b/ports/wangle/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/wangle - REF dd8db335004ed094ab52645ca7174abc1be075ec - SHA512 8a83c5bb708b433e0a4be493c31f66276cb742c0782d2c9d34c2337a3e998fe909f977df2581823c0e3618e26999c0bfc2dd019186c40906948004a29a2a082d + REF c3c0f8262828234cc1932ff8c592220d60817227 # v2019.10.28.00 + SHA512 40b76875e79ca3860ee0b5be1ddee47f3e4c2f607f8260f151d971f836118733322346f5656dda127ddecc5e6491aa47eb6c214da2256d12e6bb1e2fa8550c1a HEAD_REF master PATCHES build.patch diff --git a/ports/xeus/CONTROL b/ports/xeus/CONTROL index 931136ae4396cc..35b6dd3f6d7c2a 100644 --- a/ports/xeus/CONTROL +++ b/ports/xeus/CONTROL @@ -1,4 +1,4 @@ Source: xeus -Version: 0.20.0 +Version: 0.23.2 Description: C++ implementation of the Jupyter kernel protocol Build-Depends: cppzmq, libuuid (linux), nlohmann-json, openssl, xtl, zeromq diff --git a/ports/xeus/portfile.cmake b/ports/xeus/portfile.cmake index 1e77a71cd5ac03..717886620e8e62 100644 --- a/ports/xeus/portfile.cmake +++ b/ports/xeus/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO QuantStack/xeus - REF 8408f237f33514610a59d19a5ff045ee70dfa02b - SHA512 41282addbe5519b6d357e802c48483834cd951604bfeb8c99d96f02d03dec2fc66ea4c091f40ec09348bb60587e8a6efef5e6eb2bb950ba720fc8ceb7a107960 + REF 1daf7bc3dd6d2533f1ee226b2ef91099093c3684 # 0.23.2 + SHA512 dca5249b4a427d762f6a476d8441305628f9ddd81132c0036616c85bedbe8554a82d5fcb684f935e1c5d60cc8966ee5c7ad7f3bd68ecd22bdc4562e81a807cb9 HEAD_REF master ) diff --git a/ports/xsimd/CONTROL b/ports/xsimd/CONTROL index 4eb4115b84578b..61936bae92c648 100644 --- a/ports/xsimd/CONTROL +++ b/ports/xsimd/CONTROL @@ -1,5 +1,5 @@ Source: xsimd -Version: 7.2.5 +Version: 7.4.1 Description: Modern, portable C++ wrappers for SIMD intrinsics Homepage: https://github.com/QuantStack/xsimd diff --git a/ports/xsimd/portfile.cmake b/ports/xsimd/portfile.cmake index b2eb8a2516eb4d..376464f7588f43 100644 --- a/ports/xsimd/portfile.cmake +++ b/ports/xsimd/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO QuantStack/xsimd - REF 75702dd2772aebc6afaa1a86530170a5ef2e10cd - SHA512 2cf04dbf71818db571919f04a476cc8d45676ea56d88b7543b7f10c9ee5d6f718a6addc586c8a6a882ea0a34b09b83d6e20c3bf49e73d4ec1d14f3c1db47a55c + REF 2e0737d85b22942dac4be2a6ba3c7d42252a5ff5 # 7.4.1 + SHA512 2b798fb2cf0802a1cc4bf5cb3d429648f3474cc2540e1ad975b2d6f86c521bb581ba55b37cedbb98a333b17efd1df2306ca2ae971b9f047268c0124b6869a0da HEAD_REF master ) diff --git a/ports/xtensor/CONTROL b/ports/xtensor/CONTROL index 3f1a1d5fef4896..b846a628c405e7 100644 --- a/ports/xtensor/CONTROL +++ b/ports/xtensor/CONTROL @@ -1,5 +1,5 @@ Source: xtensor -Version: 0.20.8 +Version: 0.20.10 Description: C++ tensors with broadcasting and lazy computing Homepage: https://quantstack.net/xtensor Build-Depends: nlohmann-json, xtl diff --git a/ports/xtensor/portfile.cmake b/ports/xtensor/portfile.cmake index b8c28727ae1f23..239722be62927a 100644 --- a/ports/xtensor/portfile.cmake +++ b/ports/xtensor/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO QuantStack/xtensor - REF b2d81961ac1b335bf2c362e6b7f792ebacb8abf8 - SHA512 cfa64ae8163ce5cf7be762d5e67f4b2b15721f7d83cebab78ebf4ff1d85825aa3065769644d0314dd583bfb8dce76659c1a5cb95ecd87d00bb2fb8309623d0ae + REF ef091807f7ed0e5ba7e251a6c46f4af7bba79e2e # 0.20.10 + SHA512 55858054d9e8ff4957f915918b175c8f848d943d3abcc306628500757f50aa8d60e38a5f12c04374a8bf1b4f92d87cacf057fd4804ad210c588cfecdfae252dc HEAD_REF master ) diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL index b0fbdd39c3134c..5c1a6bf4b7b5f3 100644 --- a/ports/xtl/CONTROL +++ b/ports/xtl/CONTROL @@ -1,4 +1,4 @@ Source: xtl -Version: 0.6.5 +Version: 0.6.7 Build-Depends: nlohmann-json Description: The x template library. diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake index 74cbbbc03c864e..8bdf3e465d77fe 100644 --- a/ports/xtl/portfile.cmake +++ b/ports/xtl/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO QuantStack/xtl - REF 0d1f896ba90664248279baaea0059699cff5ab9b - SHA512 8375dc3c64d49b1722bdb579b397f296ae28042fd41b2e0556b3ad53b8b3615c250096aa09f1997d964285f6969d599d49e3b9204b45877af858c9a463619ab2 + REF f5d13e6c4f856becc178939365fcdcf9a657ffb5 # 0.6.7 + SHA512 1744154af99ec8bb26d255fabf1865a266b4c975d19a0dd9c76d1306f48c479487e68407a8a2070d7a2c58a05c98b29479fdcc9e2d885e1f8dcaf467ac92a08d HEAD_REF master ) diff --git a/ports/zstd/CONTROL b/ports/zstd/CONTROL index 47cdf1eff643b7..201eaec28fac43 100644 --- a/ports/zstd/CONTROL +++ b/ports/zstd/CONTROL @@ -1,4 +1,4 @@ Source: zstd -Version: 1.4.0-1 +Version: 1.4.3 Description: Zstandard - Fast real-time compression algorithm Homepage: https://facebook.github.io/zstd/ diff --git a/ports/zstd/portfile.cmake b/ports/zstd/portfile.cmake index c8efe2812901cd..da71e4c8af58fb 100644 --- a/ports/zstd/portfile.cmake +++ b/ports/zstd/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/zstd - REF v1.4.0 - SHA512 8614934e25eb1e82b554c483bc9d2d055f51344697295e83b22a8d726321b12068cfa7f7d2a9fe28a2de7c9edda59733826277efc7046e13674d6f7f02af5671 + REF a3d655d2255481333e09ecca9855f1b37f757c52 # v1.4.3 + SHA512 ea4ef742260017ed2acd37e2dfe19492aa5ce387b381ccc0005fedb85049eb901a131c6c69e5e3f72d3449220407e0e09604ef8358a867cf98542d2aa822e018 HEAD_REF dev )