diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 543346d..f555380 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -2,14 +2,15 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625" + "baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da" }, "registries": [ { "kind": "git", "repository": "https://github.com/Open-Transactions/vcpkg-registry", - "baseline": "ab9c0ab78566f9da15492bc432786b3c5a3092ed", + "baseline": "ac6703c4c36e46559ee2e0522f663427161eeaf5", "packages": [ + "libsodium", "otcommon" ] } diff --git a/vcpkg.json b/vcpkg.json index 04a6ca3..3f05bc1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "opentxs-dependency-builder", - "builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625", + "builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da", "version": "1", "dependencies": [ "boost-algorithm", @@ -19,10 +19,8 @@ "boost-dynamic-bitset", "boost-endian", "boost-interprocess", - "boost-intrusive", "boost-iostreams", "boost-json", - "boost-move", "boost-multiprecision", "boost-program-options", "boost-scope", @@ -36,17 +34,37 @@ "frozen", "gtest", "libguarded", - "libsodium", + { + "name": "libsodium", + "version>=": "1.0.20#103" + }, "lmdb", - "openssl", - "otcommon", + { + "name": "openssl", + "version>=": "3.2.0" + }, + { + "name": "otcommon", + "version>=": "3.1.2" + }, "protobuf", + { + "name": "protobuf", + "host": true + }, { "name": "pthread", "platform": "windows" }, - "qtbase", - "qtdeclarative", + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui", + "widgets" + ] + }, + "qtdeclarative" "secp256k1", "simpleini", "sqlite3", @@ -54,6 +72,7 @@ { "name": "zeromq", "features": [ + "curve", "sodium" ] },