vcpkg/versions/a-/aws-sdk-cpp.json

485 lines
12 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "44ddfa703437d80b5828205ee00e8e49c687275b",
"version": "1.11.352",
"port-version": 0
},
{
"git-tree": "dff240595574fc8994e2b6e574afabbb7d857f8f",
"version": "1.11.285",
"port-version": 4
},
{
"git-tree": "27092f8627e032baefd12137452180975e1715d1",
"version": "1.11.285",
"port-version": 3
},
[aws-sdk-cpp] Fixed issue where curl and zlib cannot be found when using (#38861) Fix issue in comment [issuecomment](https://github.com/microsoft/vcpkg/pull/38215#issuecomment-2122692264). ``` CMake Error at /mnt/vcpkg/scripts/buildsystems/vcpkg.cmake:598 (_add_executable): Target "example" links to target "CURL::libcurl" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): CMakeLists.txt:11 (add_executable) CMake Error at /mnt/vcpkg/scripts/buildsystems/vcpkg.cmake:598 (_add_executable): Target "example" links to target "ZLIB::ZLIB" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): CMakeLists.txt:11 (add_executable) ``` Fixed the issue that curl and zlib cannot be found when calling s3 feature. - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~~SHA512s are updated for each updated download.~~ - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. Usage test pass with following triplets: ``` x64-windows x64-linux ```
2024-05-29 16:43:10 +08:00
{
"git-tree": "252f02a82047e15da94b42568b63b4064ae55e56",
"version": "1.11.285",
"port-version": 2
},
{
"git-tree": "86cda4ed313a3d7b3b6bd63cd7eb67f947e87855",
"version": "1.11.285",
"port-version": 1
},
{
"git-tree": "b0cace4e0dad7294b503c00b96658252e827c3ec",
"version": "1.11.285",
"port-version": 0
},
{
"git-tree": "192340da352851921d2c706648ce973435657d35",
"version": "1.11.255",
"port-version": 0
},
{
"git-tree": "9dbb54ababc4137e3a91f50aeb8801a89ec6234c",
"version": "1.11.245",
"port-version": 0
},
{
"git-tree": "2390f58d566a9a1a25ae4cf7b7862e344eaff2b1",
"version": "1.11.225",
"port-version": 0
},
{
"git-tree": "eeab7418483a9b578bb186acde08a1130301e0a1",
"version": "1.11.215",
"port-version": 1
},
{
"git-tree": "bbebf005503aa74f6725df8f4d04eb21a894e127",
"version": "1.11.215",
"port-version": 0
},
{
"git-tree": "f669bd77e23c643da0c15162dc46d84b924938a0",
"version": "1.11.201",
"port-version": 1
},
{
"git-tree": "7e0ba4822d4dcc90eac626f351d7a3fd215a68a8",
"version": "1.11.201",
"port-version": 0
},
{
"git-tree": "bb95756096209a013e786b104a11b0aa6357119d",
"version": "1.11.169",
"port-version": 2
},
{
"git-tree": "5c0ad10a852e7facc0cea54e3990f16e0cb1ea8b",
"version": "1.11.169",
"port-version": 1
},
{
"git-tree": "714b1b2815e2a3f57c79c8703a9cdc9892240acd",
"version": "1.11.169",
"port-version": 0
},
{
"git-tree": "3fb36e871ff39d82abfb7eca5bedbaa2b177c72e",
"version": "1.11.160",
"port-version": 0
},
{
"git-tree": "94f8f9c8774eda639d96a707cf3fda55fc9df034",
"version": "1.11.155",
"port-version": 1
},
{
"git-tree": "f0cc899ce753e066c26bec70fdfb87c84feaf28f",
"version": "1.11.155",
"port-version": 0
},
2023-08-26 03:26:35 +08:00
{
"git-tree": "f8b598e9d9b0ecde285a6898a1962f937f9511e9",
"version": "1.11.149",
"port-version": 0
},
{
"git-tree": "bacc82ba5052ad66e3b20ad1cae53c36989a28ea",
"version": "1.11.132",
"port-version": 0
},
{
"git-tree": "785c086e68c5e4d5257587ee6deeae566140b8fe",
"version": "1.11.65",
"port-version": 0
},
{
"git-tree": "495471c4071406ec6929d77a553dc03ebd6df095",
"version": "1.11.4",
"port-version": 0
},
2023-01-24 07:49:46 +08:00
{
"git-tree": "53396d33cc22ee631dbfbb9b9a3a656ee3f4ea38",
"version": "1.9.220",
"port-version": 3
},
{
"git-tree": "8303c2804c010e352168fda9a38e7256c30d170d",
"version": "1.9.220",
"port-version": 2
},
[openssl] update to 3.0.2 (#22878) * Create package openssl3 * Create package openssl3 * Delete openssl3 * update version to 3.0.1 * Delete openssl3 * Update manifests to 3.0.1 * Fix download url * Update port version * Update version * Remove wrong port version * Fix errors * Fix license * Remove empty folders * Fix post-build errors * Add license field * Fix cmake for uwp * Remove patch file * format manifest * Update version file * Fix port version * version * Test: remove vcvarsall * version * fix version * version * Fix docs in cmake files as well * wrong branch * Add port openssl-1 * Fix directories * delete openssl-1 * [openssl-1] Add port * version * Fix UWP build * version * migrate uthenticode * version * Fix UWP build for librabbitmq * version * Fix UWP warnings * version * Fix patch * version * Disable C4996 on UWP * version * [idevicerestore] disable C4996 * remove warning fixes * Revert uthenticode * Final newlines * version * Remove winsock replace * version * [libwebsockets] Disable /WX on Windows * version * Typo * version * Disable C4996 in patch instead * version * [luasec] Use openssl-1 * version * revert luasec * migrate luasec * version * revert winsock * version * revert winsock * version * revert revert * version * Fix platform for luasec * Fix supports * version * . * version * uthenticode * libmysql * azure-c-shared-utility * version * remove azure-c-shared-utility * revert all * uthenticode * version * azure * version * libmysql * version * remove mysql * [libdatachannel] disable warnings on UWP * version * Fix patches * version * Add openssl-1 to CI baseline * openssl-1: check if copyright exists * version * revert azure * [libssh2] disable c4996 * version * [aws-sdk-cpp] -Wno-deprecated * version * fix aws patch * version * fix aws patch * version * [qpid-proton] disable warning * version * Fix patch * version * [librtmp] disable c4996 * version * [libu2f-server] disablec4996 * switch version scheme * version * [idevicerestore] disable c4996 * version * typo * version * fix cmake * version * fix cmake again * version * [uthenticode] patch to support Openssl 3 * version * fix idevicerestore * version * search for conflicting copyrights * version * Fix luasec * fix version * version * fix azure * version * Remove debug stuff * version * [open62541] patch * update port version * version * [libmysql] patch * version * Fix patch * version * Format openssl * Format openssl portfiles * Check for conflicting copyrights * Fix typo * Rename openssl-1 to openssl1 * Rename openssl-1 to openssl1 * version * Update ci baseline * version * resolve conflicting port versions * version * apply latest openssl security fix * version * Fix qpid-proton * version * retrigger Bbuild of qtbase * version * revert qtbase * Remove openssl1 * version * version * fix openssl_version_fix Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-07 02:04:46 +08:00
{
"git-tree": "c7d142ac1a2667f6ba9650cab2505a71ffaddbd3",
"version": "1.9.220",
"port-version": 1
},
{
"git-tree": "7fc21526c4465a7e399683055a6df0096cad218e",
"version": "1.9.220",
"port-version": 0
},
{
"git-tree": "e1d4dde6c824e40b0a0dce27f48539dfa4f64eed",
"version": "1.9.160",
"port-version": 1
},
{
"git-tree": "e02908481470143ae86077c24e80d493d609f379",
"version": "1.9.160",
"port-version": 0
},
{
"git-tree": "f3e8e88a0bf271817cd42083f58070df1a006603",
"version": "1.9.96",
"port-version": 6
},
Fix aws-sdk-cpp and OpenSSL cross-platform builds (#20289) * Fix Aws Crypto Abstraction Layer and S2N builds * Fix aws-c-cal build * Revert changes * [s2n] update to 1.1.0 * Do not build tests for any of AWS SDK for C++ dependencies Remove unused flags from OpenSSL and AWS SDK for C++ builds * Update versions * Fix indentation * Fix indentation * Remove redundant flags * Remove redundant options * Update ports/aws-c-auth/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-cal/002-no-exe-no-tests.patch Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-cal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-cal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-compression/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-crt-cpp/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-checksums/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-event-stream/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-s3/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-http/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-io/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-mqtt/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Simplify patch Restore PREFER_NINJA for OpenSSL build * Update versions * Replace deprecated methods * Update versions * Fix dependencies of OpenSSL * Fix dependencies of OpenSSL * Update ports/aws-c-cal/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-io/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/aws-c-io/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix versions * Revert quotation mark change * Revert quotation mark change * Revert quotation mark change * Patch AWS CRT for C++ for iOS build Do not copy sha256_profile tool when building aws-c-cal * Remove redundant flags * Fix indentation * Update versions * Update versions * Fix aws-c-cal build Update versions * Update versions * Update versions * Update versions * Update versions * Update versions * Fix library paths for Windows shared builds * Revert compiler check * Update versions * Fix indentation Revert OS check * Update versions * Fix indentation * Fix indentation * Fix indentation * Update versions/o-/openssl.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions * Update versions * Update versions Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: Charles-Auguste Marois <cmarois@coveo.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-23 06:18:07 +08:00
{
"git-tree": "2da283f5bdb07366001a8b14674c0961ac173566",
"version": "1.9.96",
"port-version": 5
},
{
"git-tree": "fc86d9dc77f15fb8c7c18f767cc21e01e024a8cc",
"version": "1.9.96",
"port-version": 4
},
{
"git-tree": "74ac36ae24b2c852423a57305005fd86d23d51d9",
"version": "1.9.96",
"port-version": 3
},
{
"git-tree": "1c6b4335305034bea75f07f368e51142abddb789",
"version": "1.9.96",
"port-version": 2
},
{
"git-tree": "5989ba8996df75b9195ef2f429191b48602236c9",
"version": "1.9.96",
"port-version": 1
},
{
"git-tree": "e407a52a177c37acd340209b0c00d1dd1355d2aa",
"version": "1.9.96",
"port-version": 0
},
{
"git-tree": "13f162ba967b3eaa61320e2062eabd924e1f7a65",
"version": "1.8.126",
"port-version": 10
},
{
"git-tree": "c23d66191b235f6f388187395b62f38b8e6e35f5",
"version": "1.8.126",
"port-version": 9
},
[aws-cpp-sdk] [zlib] [openssl] [curl] Fix zlib, OpenSSL, curl and AWS SDK for Android (#15725) * Fix Android build * Add versioning support * Disable building tests for cURL * Fix patch file * Fix patch file * Fix patch file * Fix versioning * Fix patch file * [aws-sdk-cpp] Update patch * update baseline * Fix dependencies * Simplify Android configuration * Simplify Android configuration * Simplify Android configuration Add alternative Git CMake script * Bump port version * Bump version files * Remove redundant file * Bump port version * Fix version files * Do not build curl, zlib and OpenSSL * Typo de pkgconfig script * Fix cURL build for Android * Add required flags * Revert macro change * Fix curl build for other platforms * Fix curl build for other platforms * [vcpkg baseline][gsoap] Update to 2.8.111 * Update versions * [ktx/otl] Update download hash * update version record * Fix curl build for other platforms * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Remove FingGit * Fix configuration step * Bump cURL port version * Bump cURL port version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Update ports/curl/CONTROL * Update ports/curl/portfile.cmake * update baseline record * Fix Git * update version record * Typo * Fix cross-platform builds of OpenSSL on MinGW/Windows * Update version * Fix version * update doc * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Add debug libraries to curl for Android Simplify OpenSSL patch for curl Update OpenSSL's port version * Update aws-sdk-cpp, curl, and OpenSSL versions * Fix libssh after latest update * Update libssh version * Update libssh version * Update ports/libssh/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/curl/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/libssh/portfile.cmake * Apply suggestions from code review * Use correct variables for OpenSSL libraries when building curl for Android Fix zlib building for Android Remove redundant patch comments * Bump zlib's port version * Update zlib, libssh, and curl versions * [vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path * update version record * Update versions/o-/openssl.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-20 08:08:51 +08:00
{
"git-tree": "e1cf5cdb2c16125d532b8281d6901839f11a25f5",
"version": "1.8.126",
"port-version": 8
},
{
"git-tree": "f1baa5b35e752a0576d9d81d70d15b2c44a467db",
"version": "1.8.126",
"port-version": 7
},
{
"git-tree": "011de9c924af9f41faddda1a6bc2bf080eee6679",
"version": "1.8.126",
"port-version": 6
},
{
"git-tree": "1091bd9bd625aab8f19bc9d32499bd888788c613",
"version-string": "1.8.126",
"port-version": 5
},
{
"git-tree": "1474856fe6fdeb8feab5068959e189bc9f6c0327",
"version-string": "1.8.83",
"port-version": 4
},
{
"git-tree": "0e9236d4366958451f888a5f6616aa64a26afa61",
"version-string": "1.8.83",
"port-version": 3
},
{
"git-tree": "948e791fc4effed6d27b6ad4da335a51ba6111bd",
"version-string": "1.8.83",
"port-version": 2
},
{
"git-tree": "bc319d0eaa3164611ee527fbea2e2762a463f2fb",
"version-string": "1.8.83",
"port-version": 1
},
{
"git-tree": "1ab9d27ef480aa31ff61d26bc119065d033de186",
"version-string": "1.8.83",
"port-version": 0
},
{
"git-tree": "25296cbd7a7d602b8aa13ad09536845e2d39e4fd",
"version-string": "1.8.4",
"port-version": 1
},
{
"git-tree": "2a538315e8d87e1c1b309df02df48c8d1ac2c8fb",
"version-string": "1.8.4",
"port-version": 0
},
{
"git-tree": "08ea7a610c40148e3482a69e61b35243bd32d653",
"version-string": "1.7.333",
"port-version": 0
},
{
"git-tree": "796789e5892ff15bd488c929097f6bf49d4d5757",
"version-string": "1.7.270",
"port-version": 0
},
{
"git-tree": "d52df80388ebf58e81fbd305767274cc46a28098",
"version-string": "1.7.214-1",
"port-version": 0
},
{
"git-tree": "2ee25c13ac13de82586aa5f8739c79442d584e96",
"version-string": "1.7.214",
"port-version": 0
},
{
"git-tree": "003e047531084b5607bf0fa7650d9306368931c7",
"version-string": "1.7.142-1",
"port-version": 0
},
{
"git-tree": "37100a1d00ea1fa12500c305efdfc9c2d39db249",
"version-string": "1.7.142",
"port-version": 0
},
{
"git-tree": "c70be8918571b0047fe5c8dd99fb28361579c235",
"version-string": "1.7.116",
"port-version": 0
},
{
"git-tree": "24e8b096060af9ba178fdab1ae2cec5680848a93",
"version-string": "1.7.106",
"port-version": 0
},
{
"git-tree": "4d1a7231e28d990a993ddd7238dccc53cb4d3ff0",
"version-string": "1.7.100",
"port-version": 0
},
{
"git-tree": "f30834108da8e38617086267dfee6a4e4e2ccb02",
"version-string": "1.7.98",
"port-version": 0
},
{
"git-tree": "61bf71b5041f2c2a624aa0fdf21bb6ddbfd48924",
"version-string": "1.7.89",
"port-version": 0
},
{
"git-tree": "e797ed8e640e800bf556fe9981cf735927a6eb3c",
"version-string": "1.7.80",
"port-version": 0
},
{
"git-tree": "b83bc0e52d936be054b490ef50c79adf73f68fa5",
"version-string": "1.7.41",
"port-version": 0
},
{
"git-tree": "9cdf6e74b272bb883bb536c9960f67e0af3a7c69",
"version-string": "1.7.38",
"port-version": 0
},
{
"git-tree": "2f6bee8ce92ba561c5aabb43a16daacb22941c03",
"version-string": "1.6.47",
"port-version": 0
},
{
"git-tree": "3ec29fd4a699993cda047b1e00663b786c120efa",
"version-string": "1.6.43",
"port-version": 0
},
{
"git-tree": "b75b33c86cafda26afec82d8e9d52aaebb924d51",
"version-string": "1.6.38",
"port-version": 0
},
{
"git-tree": "ca0eede4bb07d50f091fdfe1e1f1615bdcd24f00",
"version-string": "1.6.29",
"port-version": 0
},
{
"git-tree": "f325650c4c786a5f7fdf6ed7a7190e5799287f9c",
"version-string": "1.6.12-1",
"port-version": 0
},
{
"git-tree": "70753f945bfcb0b66c577748dddbec17a0d9c0e7",
"version-string": "1.6.12",
"port-version": 0
},
{
"git-tree": "05d10ce3843b6d373a39f74abd2ec6774e38faff",
"version-string": "1.5.7",
"port-version": 0
},
{
"git-tree": "7569d8b07f3244919df76e4338793d5c15d69902",
"version-string": "1.5.2",
"port-version": 0
},
{
"git-tree": "c8d693c088850ae34c45b06dc8c93b5a186577c7",
"version-string": "1.4.82",
"port-version": 0
},
{
"git-tree": "270e45b8b39a33ccd0c17275a9eb8e14da2722dd",
"version-string": "1.4.78",
"port-version": 0
},
{
"git-tree": "8aaaec26546bc6e9d266651a18d834af099d30ff",
"version-string": "1.4.69",
"port-version": 0
},
{
"git-tree": "33cb870a4b73c0e490d2fae7b3a6a11abc017898",
"version-string": "1.4.65",
"port-version": 0
},
{
"git-tree": "5e76ee91aabaaa2421b689716a5555cd7cfc4319",
"version-string": "1.4.52",
"port-version": 0
},
{
"git-tree": "df7dbeb03eb5b09a4585caa02cf44813513bbced",
"version-string": "1.4.40",
"port-version": 0
},
{
"git-tree": "7616504952d47da4523f5479eecea772229a29fc",
"version-string": "1.4.38",
"port-version": 0
},
{
"git-tree": "88c68e5bb2a3413d19b049d9c408a4316ec0b000",
"version-string": "1.4.33",
"port-version": 0
},
{
"git-tree": "cccf3ff726ac8b25ad4babd21f7db9fddb7a8ee6",
"version-string": "1.4.32",
"port-version": 0
},
{
"git-tree": "1c6995e70f2974f07c40b57eab2766faef273cbb",
"version-string": "1.4.31-1",
"port-version": 0
},
{
"git-tree": "f4734cfc713d954afe15a3aafa86580cdf2f257d",
"version-string": "1.4.30-1",
"port-version": 0
},
{
"git-tree": "2a95b31e39214a2cbc3f6ef804b2ada00f16b8ea",
"version-string": "1.4.30",
"port-version": 0
},
{
"git-tree": "914fb03e175de5741eab4e4790d7c6f1c6096b67",
"version-string": "1.4.27",
"port-version": 0
},
{
"git-tree": "9ee7b941c0e7f8ab6166704830c2203845f2c755",
"version-string": "1.4.26",
"port-version": 0
},
{
"git-tree": "a480a4d56b1f297d5b843194a4fcfea8396a61b9",
"version-string": "1.4.24",
"port-version": 0
},
{
"git-tree": "bf2a19a867c4ff6ab44d87545ff33465827ad419",
"version-string": "1.4.23",
"port-version": 0
},
{
"git-tree": "6755840b50489b95087b94c21144300270813014",
"version-string": "1.4.21",
"port-version": 0
},
{
"git-tree": "ef5dff7ac71c02c2787310917d89778bce5b2406",
"version-string": "1.3.58",
"port-version": 0
},
{
"git-tree": "4ada15f7756b0d9c2b367f579136963ebab4b891",
"version-string": "1.3.15",
"port-version": 0
},
{
"git-tree": "52e1dfc53de2b0f66dc212e3acc1fbc7a6a1d248",
"version-string": "1.2.4",
"port-version": 0
},
{
"git-tree": "1c1682b10a345a4ec9b263c1f2421e5173be0260",
"version-string": "1.0.61-1",
"port-version": 0
},
{
"git-tree": "5269268896d55c8a0d8f04de0757e37133f20b19",
"version-string": "1.0.61",
"port-version": 0
},
{
"git-tree": "0a426cf5a8d5de394f31d2672f29fb78c2626a32",
"version-string": "1.0.47",
"port-version": 0
},
{
"git-tree": "4d41e1e89793bc5b18df6cf604cdbc81445078bb",
"version-string": "1.0.34-1",
"port-version": 0
},
{
"git-tree": "d39ebb54cfebceb23fce3f52ddfbafc34589e8af",
"version-string": "1.0.34",
"port-version": 0
}
]
}