diff options
| author | Michael Heyman <mheyman@gmail.com> | 2021-09-01 14:48:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 11:48:01 -0700 |
| commit | 2b4ff3419f7421b2972e4d6879251a23049cd8c1 (patch) | |
| tree | 65994977a54ee648d61d1ad64e22618a36de8ca3 /versions | |
| parent | aa65c404c67410d1b2991d2b13386969f228edb0 (diff) | |
| download | vcpkg-2b4ff3419f7421b2972e4d6879251a23049cd8c1.tar.gz vcpkg-2b4ff3419f7421b2972e4d6879251a23049cd8c1.zip | |
[oatpp-openssl] new port (#19265)
* [oatpp-openssl] new port
* [oatpp-openssl] uses version-semver
* [oatpp-openssl] uses version-semver
* [oatpp-version] has paramters with arguments surrounded by quotes
* [oatpp-openssl] vcpkg x-add-version oatpp-openssl --overwrite-version
* [oatpp-openssl] no unused vcpkg_cmake_configure options
* [oatpp-openssl] no unused vcpkg_cmake_configure options
Co-authored-by: mheyman <mheyman@localdomain>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/o-/oatpp-openssl.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index e1fda552b..83566b49a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4520,6 +4520,10 @@ "baseline": "1.2.5", "port-version": 0 }, + "oatpp-openssl": { + "baseline": "1.2.5", + "port-version": 0 + }, "oatpp-postgresql": { "baseline": "1.2.5", "port-version": 0 diff --git a/versions/o-/oatpp-openssl.json b/versions/o-/oatpp-openssl.json new file mode 100644 index 000000000..80b4c28e4 --- /dev/null +++ b/versions/o-/oatpp-openssl.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "d127d675e359a2f4a430f49f9dab815dd7991bfb", + "version-semver": "1.2.5", + "port-version": 0 + } + ] +} |
