From 6333c9a58cfa301873047cd7c6eebb04e800694e Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:18:29 +0200 Subject: [PATCH] [aws-c-cal] fix linux build (#33819) --- ports/aws-c-cal/vcpkg.json | 5 +++++ versions/a-/aws-c-cal.json | 5 +++++ versions/baseline.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ports/aws-c-cal/vcpkg.json b/ports/aws-c-cal/vcpkg.json index ff6212c8ab..49f97f29c2 100644 --- a/ports/aws-c-cal/vcpkg.json +++ b/ports/aws-c-cal/vcpkg.json @@ -1,12 +1,17 @@ { "name": "aws-c-cal", "version": "0.6.2", + "port-version": 1, "description": "C99 wrapper for cryptography primitives.", "homepage": "https://github.com/awslabs/aws-c-cal", "license": "Apache-2.0", "supports": "!(windows & arm) & !uwp", "dependencies": [ "aws-c-common", + { + "name": "openssl", + "platform": "!windows & !osx" + }, { "name": "vcpkg-cmake", "host": true diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json index f435850983..3c127a8840 100644 --- a/versions/a-/aws-c-cal.json +++ b/versions/a-/aws-c-cal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "df757b731aa4c59ac71c43d02fe87edaff5680b3", + "version": "0.6.2", + "port-version": 1 + }, { "git-tree": "5633a1e4fad4542c5e3a665a09bf77d276031429", "version": "0.6.2", diff --git a/versions/baseline.json b/versions/baseline.json index 873aaeac2f..cb29065c8d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -350,7 +350,7 @@ }, "aws-c-cal": { "baseline": "0.6.2", - "port-version": 0 + "port-version": 1 }, "aws-c-common": { "baseline": "0.9.3",