Skip to content

Commit ba2403f

Browse files
authored
Merge branch 'master' into patch-tuesday-june-2026
2 parents 2090d1f + eb775ea commit ba2403f

422 files changed

Lines changed: 2683 additions & 1301 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ END OF PORT UPDATE CHECKLIST (delete this line) -->
1717
<!-- If this PR adds a new port, please uncomment and fill out this checklist:
1818
1919
- [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
20+
- [ ] The packaged project is [mature and ready for broad sharing with vcpkg users](https://learn.microsoft.com/vcpkg/contributing/maintainer-guide#packaged-projects-should-be-mature)
21+
- [ ] Has a release at least 6 months old or 6 months of demonstrated public development
22+
- [ ] Is an official component of something else meeting that criteria
23+
- [ ] Some other reason (please explain)
2024
- [ ] The packaged project shows strong association with the chosen port name. Check this box if at least one of the following criteria is met:
2125
- [ ] The project is in Repology: https://repology.org/project/<PORT NAME>/versions
2226
- [ ] The project is amongst the first web search results for "<PORT NAME>" or "<PORT NAME> C++". Include a screenshot of the search engine results in the PR.

ports/atomic-queue/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO max0x7ba/atomic_queue
44
REF "v${VERSION}"
5-
SHA512 5fa8ca9e2dabde453eb4178f5e854b7e78456fb8f493fa50b153914fd2fe6e6056ead30677fcee4ecc077c6ce5b15d029fb7840252fe2b3a0a15396be3ceb780
5+
SHA512 33ec448aeb78d1dd8b1d082b55fa29857981bd40e9cb7405d43ddf0ba59166d660c283fa371700598451860ef9f283edc89002660f85cd036ff97978b1d8c592
66
HEAD_REF master
77
)
88

ports/atomic-queue/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atomic-queue",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
55
"homepage": "https://github.com/max0x7ba/atomic_queue",
66
"license": "MIT",

ports/aws-c-io/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO awslabs/aws-c-io
44
REF "v${VERSION}"
5-
SHA512 e203521b73a253e4aeb56083bdfd8fd5fbabae54052c9cf7d4861609beae4e202ec9906e111434887cf22677079e3ec04d35f330f4fda7bf67b55268fa0d3e18
5+
SHA512 dd897e063a8cd3fb1f6ea2ab356789a6368ee239cb8f03e26c02a21232b020150c9ec2938fda34e7c7e81f5e6910afabc422ef07d5350b186dbef5e5effa417c
66
HEAD_REF master
77
)
88

ports/aws-c-io/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-io",
3-
"version": "0.27.0",
3+
"version": "0.27.2",
44
"description": "Handles all IO and TLS work for application protocols.",
55
"homepage": "https://github.com/awslabs/aws-c-io",
66
"license": "Apache-2.0",

ports/aws-c-s3/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO awslabs/aws-c-s3
44
REF "v${VERSION}"
5-
SHA512 d32c2cb52e4eebea1aa1a3c44447b020e5adccebeecfb9de517ef260eda8691db878b1d270d4b2a81d7f707d91d629848cda4a60153390cf073c4b844e3c1a64
5+
SHA512 efa16c319bee8b09fd24c8812c46276221f0c94669a9dedcde010911dbe8c8c2f45e43db6892d4f8d3e9ad4eb1a53ebc8404b38e2c38b2ee3f8a19db294d579a
66
HEAD_REF master
77
)
88

ports/aws-c-s3/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-s3",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
55
"homepage": "https://github.com/awslabs/aws-c-s3",
66
"license": "Apache-2.0",
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
vcpkg_from_github(
2-
OUT_SOURCE_PATH SOURCE_PATH
3-
REPO awslabs/aws-c-sdkutils
4-
REF "v${VERSION}"
5-
SHA512 4c25a92495d056145c69023922b41a8ec80660171d4b6cbbcc029f63a93e4d57868121b8baca10cb671d275a49ab6d977746871f671bc913f5eee2f960937bc4
6-
HEAD_REF master
7-
)
8-
9-
vcpkg_cmake_configure(
10-
SOURCE_PATH "${SOURCE_PATH}"
11-
OPTIONS
12-
"-DCMAKE_MODULE_PATH=${CURRENT_INSTALLED_DIR}/share/aws-c-common" # use extra cmake files
13-
-DBUILD_TESTING=FALSE
14-
)
15-
16-
vcpkg_cmake_install()
17-
18-
string(REPLACE "dynamic" "shared" subdir "${VCPKG_LIBRARY_LINKAGE}")
19-
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}/${subdir}" DO_NOT_DELETE_PARENT_CONFIG_PATH)
20-
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
21-
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/${PORT}/${PORT}-config.cmake" [[/${type}/]] "/")
22-
23-
file(REMOVE_RECURSE
24-
"${CURRENT_PACKAGES_DIR}/debug/include"
25-
"${CURRENT_PACKAGES_DIR}/debug/lib/${PORT}"
26-
"${CURRENT_PACKAGES_DIR}/debug/share"
27-
"${CURRENT_PACKAGES_DIR}/lib/${PORT}"
28-
)
29-
30-
vcpkg_copy_pdbs()
31-
32-
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
1+
vcpkg_from_github(
2+
OUT_SOURCE_PATH SOURCE_PATH
3+
REPO awslabs/aws-c-sdkutils
4+
REF "v${VERSION}"
5+
SHA512 d696633ec695b2d0b1fe99e11990d97bd9ba4175e9f8e6a799e6fd1f93e71ff598db7a8f771d9f0b924617a34584e8951d23ae702d22e2ed12ef8f9e504b113e
6+
HEAD_REF master
7+
)
8+
9+
vcpkg_cmake_configure(
10+
SOURCE_PATH "${SOURCE_PATH}"
11+
OPTIONS
12+
"-DCMAKE_MODULE_PATH=${CURRENT_INSTALLED_DIR}/share/aws-c-common" # use extra cmake files
13+
-DBUILD_TESTING=FALSE
14+
)
15+
16+
vcpkg_cmake_install()
17+
18+
string(REPLACE "dynamic" "shared" subdir "${VCPKG_LIBRARY_LINKAGE}")
19+
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}/${subdir}" DO_NOT_DELETE_PARENT_CONFIG_PATH)
20+
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
21+
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/${PORT}/${PORT}-config.cmake" [[/${type}/]] "/")
22+
23+
file(REMOVE_RECURSE
24+
"${CURRENT_PACKAGES_DIR}/debug/include"
25+
"${CURRENT_PACKAGES_DIR}/debug/lib/${PORT}"
26+
"${CURRENT_PACKAGES_DIR}/debug/share"
27+
"${CURRENT_PACKAGES_DIR}/lib/${PORT}"
28+
)
29+
30+
vcpkg_copy_pdbs()
31+
32+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

ports/aws-c-sdkutils/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-sdkutils",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "C99 library implementing AWS SDK specific utilities. Includes utilities for ARN parsing, reading AWS profiles, etc...",
55
"homepage": "https://github.com/awslabs/aws-c-sdkutils",
66
"license": "Apache-2.0",

ports/aws-crt-cpp/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO awslabs/aws-crt-cpp
44
REF "v${VERSION}"
5-
SHA512 d56e67c58f92e025afff84688cb326f85e8d45975a786709f95c878f34a0d7ee92af80a5a1c9a5a952818d9423eec5afcda7a31e1d5e2f81b275cc0e6660bcc7
5+
SHA512 22bf037ff67ecf1fa7f900376d1daf85b4e6889d8bb1a8ebbf808af074dca9646c005f8024dd5dd5dd994c85b406ce0718e1b92a7ba9e3f62b95b55b65f98b34
66
)
77

88
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATIC_CRT)

0 commit comments

Comments
 (0)