Skip to content

Commit 501db0f

Browse files
authored
[boost-build] Fix SHA512 and add MSVC workaround. (#30884)
1 parent d4acc3c commit 501db0f

File tree

308 files changed

+2876
-1937
lines changed

Some content is hidden

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

308 files changed

+2876
-1937
lines changed

ports/boost-accumulators/vcpkg.json

+22-21
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,94 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-accumulators",
44
"version": "1.82.0",
5+
"port-version": 1,
56
"description": "Boost accumulators module",
67
"homepage": "https://github.com/boostorg/accumulators",
78
"license": "BSL-1.0",
89
"dependencies": [
910
{
1011
"name": "boost-array",
11-
"version>=": "1.82.0"
12+
"version>=": "1.82.0#1"
1213
},
1314
{
1415
"name": "boost-assert",
15-
"version>=": "1.82.0"
16+
"version>=": "1.82.0#1"
1617
},
1718
{
1819
"name": "boost-circular-buffer",
19-
"version>=": "1.82.0"
20+
"version>=": "1.82.0#1"
2021
},
2122
{
2223
"name": "boost-concept-check",
23-
"version>=": "1.82.0"
24+
"version>=": "1.82.0#1"
2425
},
2526
{
2627
"name": "boost-config",
27-
"version>=": "1.82.0"
28+
"version>=": "1.82.0#1"
2829
},
2930
{
3031
"name": "boost-core",
31-
"version>=": "1.82.0"
32+
"version>=": "1.82.0#1"
3233
},
3334
{
3435
"name": "boost-fusion",
35-
"version>=": "1.82.0"
36+
"version>=": "1.82.0#1"
3637
},
3738
{
3839
"name": "boost-iterator",
39-
"version>=": "1.82.0"
40+
"version>=": "1.82.0#1"
4041
},
4142
{
4243
"name": "boost-mpl",
43-
"version>=": "1.82.0"
44+
"version>=": "1.82.0#1"
4445
},
4546
{
4647
"name": "boost-numeric-conversion",
47-
"version>=": "1.82.0"
48+
"version>=": "1.82.0#1"
4849
},
4950
{
5051
"name": "boost-parameter",
51-
"version>=": "1.82.0"
52+
"version>=": "1.82.0#1"
5253
},
5354
{
5455
"name": "boost-preprocessor",
55-
"version>=": "1.82.0"
56+
"version>=": "1.82.0#1"
5657
},
5758
{
5859
"name": "boost-range",
59-
"version>=": "1.82.0"
60+
"version>=": "1.82.0#1"
6061
},
6162
{
6263
"name": "boost-serialization",
63-
"version>=": "1.82.0"
64+
"version>=": "1.82.0#1"
6465
},
6566
{
6667
"name": "boost-static-assert",
67-
"version>=": "1.82.0"
68+
"version>=": "1.82.0#1"
6869
},
6970
{
7071
"name": "boost-throw-exception",
71-
"version>=": "1.82.0"
72+
"version>=": "1.82.0#1"
7273
},
7374
{
7475
"name": "boost-tuple",
75-
"version>=": "1.82.0"
76+
"version>=": "1.82.0#1"
7677
},
7778
{
7879
"name": "boost-type-traits",
79-
"version>=": "1.82.0"
80+
"version>=": "1.82.0#1"
8081
},
8182
{
8283
"name": "boost-typeof",
83-
"version>=": "1.82.0"
84+
"version>=": "1.82.0#1"
8485
},
8586
{
8687
"name": "boost-ublas",
87-
"version>=": "1.82.0"
88+
"version>=": "1.82.0#1"
8889
},
8990
{
9091
"name": "boost-vcpkg-helpers",
91-
"version>=": "1.82.0"
92+
"version>=": "1.82.0#1"
9293
}
9394
]
9495
}

ports/boost-algorithm/vcpkg.json

+19-18
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,82 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-algorithm",
44
"version": "1.82.0",
5+
"port-version": 1,
56
"description": "Boost algorithm module",
67
"homepage": "https://github.com/boostorg/algorithm",
78
"license": "BSL-1.0",
89
"dependencies": [
910
{
1011
"name": "boost-array",
11-
"version>=": "1.82.0"
12+
"version>=": "1.82.0#1"
1213
},
1314
{
1415
"name": "boost-assert",
15-
"version>=": "1.82.0"
16+
"version>=": "1.82.0#1"
1617
},
1718
{
1819
"name": "boost-bind",
19-
"version>=": "1.82.0"
20+
"version>=": "1.82.0#1"
2021
},
2122
{
2223
"name": "boost-concept-check",
23-
"version>=": "1.82.0"
24+
"version>=": "1.82.0#1"
2425
},
2526
{
2627
"name": "boost-config",
27-
"version>=": "1.82.0"
28+
"version>=": "1.82.0#1"
2829
},
2930
{
3031
"name": "boost-core",
31-
"version>=": "1.82.0"
32+
"version>=": "1.82.0#1"
3233
},
3334
{
3435
"name": "boost-exception",
35-
"version>=": "1.82.0"
36+
"version>=": "1.82.0#1"
3637
},
3738
{
3839
"name": "boost-function",
39-
"version>=": "1.82.0"
40+
"version>=": "1.82.0#1"
4041
},
4142
{
4243
"name": "boost-iterator",
43-
"version>=": "1.82.0"
44+
"version>=": "1.82.0#1"
4445
},
4546
{
4647
"name": "boost-mpl",
47-
"version>=": "1.82.0"
48+
"version>=": "1.82.0#1"
4849
},
4950
{
5051
"name": "boost-range",
51-
"version>=": "1.82.0"
52+
"version>=": "1.82.0#1"
5253
},
5354
{
5455
"name": "boost-regex",
55-
"version>=": "1.82.0"
56+
"version>=": "1.82.0#1"
5657
},
5758
{
5859
"name": "boost-static-assert",
59-
"version>=": "1.82.0"
60+
"version>=": "1.82.0#1"
6061
},
6162
{
6263
"name": "boost-throw-exception",
63-
"version>=": "1.82.0"
64+
"version>=": "1.82.0#1"
6465
},
6566
{
6667
"name": "boost-tuple",
67-
"version>=": "1.82.0"
68+
"version>=": "1.82.0#1"
6869
},
6970
{
7071
"name": "boost-type-traits",
71-
"version>=": "1.82.0"
72+
"version>=": "1.82.0#1"
7273
},
7374
{
7475
"name": "boost-unordered",
75-
"version>=": "1.82.0"
76+
"version>=": "1.82.0#1"
7677
},
7778
{
7879
"name": "boost-vcpkg-helpers",
79-
"version>=": "1.82.0"
80+
"version>=": "1.82.0#1"
8081
}
8182
]
8283
}

ports/boost-align/vcpkg.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-align",
44
"version": "1.82.0",
5+
"port-version": 1,
56
"description": "Boost align module",
67
"homepage": "https://github.com/boostorg/align",
78
"license": "BSL-1.0",
89
"dependencies": [
910
{
1011
"name": "boost-assert",
11-
"version>=": "1.82.0"
12+
"version>=": "1.82.0#1"
1213
},
1314
{
1415
"name": "boost-config",
15-
"version>=": "1.82.0"
16+
"version>=": "1.82.0#1"
1617
},
1718
{
1819
"name": "boost-core",
19-
"version>=": "1.82.0"
20+
"version>=": "1.82.0#1"
2021
},
2122
{
2223
"name": "boost-static-assert",
23-
"version>=": "1.82.0"
24+
"version>=": "1.82.0#1"
2425
},
2526
{
2627
"name": "boost-vcpkg-helpers",
27-
"version>=": "1.82.0"
28+
"version>=": "1.82.0#1"
2829
}
2930
]
3031
}

ports/boost-any/vcpkg.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,42 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-any",
44
"version": "1.82.0",
5+
"port-version": 1,
56
"description": "Boost any module",
67
"homepage": "https://github.com/boostorg/any",
78
"license": "BSL-1.0",
89
"dependencies": [
910
{
1011
"name": "boost-assert",
11-
"version>=": "1.82.0"
12+
"version>=": "1.82.0#1"
1213
},
1314
{
1415
"name": "boost-config",
15-
"version>=": "1.82.0"
16+
"version>=": "1.82.0#1"
1617
},
1718
{
1819
"name": "boost-core",
19-
"version>=": "1.82.0"
20+
"version>=": "1.82.0#1"
2021
},
2122
{
2223
"name": "boost-static-assert",
23-
"version>=": "1.82.0"
24+
"version>=": "1.82.0#1"
2425
},
2526
{
2627
"name": "boost-throw-exception",
27-
"version>=": "1.82.0"
28+
"version>=": "1.82.0#1"
2829
},
2930
{
3031
"name": "boost-type-index",
31-
"version>=": "1.82.0"
32+
"version>=": "1.82.0#1"
3233
},
3334
{
3435
"name": "boost-type-traits",
35-
"version>=": "1.82.0"
36+
"version>=": "1.82.0#1"
3637
},
3738
{
3839
"name": "boost-vcpkg-helpers",
39-
"version>=": "1.82.0"
40+
"version>=": "1.82.0#1"
4041
}
4142
]
4243
}

ports/boost-array/vcpkg.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,34 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-array",
44
"version": "1.82.0",
5+
"port-version": 1,
56
"description": "Boost array module",
67
"homepage": "https://github.com/boostorg/array",
78
"license": "BSL-1.0",
89
"dependencies": [
910
{
1011
"name": "boost-assert",
11-
"version>=": "1.82.0"
12+
"version>=": "1.82.0#1"
1213
},
1314
{
1415
"name": "boost-config",
15-
"version>=": "1.82.0"
16+
"version>=": "1.82.0#1"
1617
},
1718
{
1819
"name": "boost-core",
19-
"version>=": "1.82.0"
20+
"version>=": "1.82.0#1"
2021
},
2122
{
2223
"name": "boost-static-assert",
23-
"version>=": "1.82.0"
24+
"version>=": "1.82.0#1"
2425
},
2526
{
2627
"name": "boost-throw-exception",
27-
"version>=": "1.82.0"
28+
"version>=": "1.82.0#1"
2829
},
2930
{
3031
"name": "boost-vcpkg-helpers",
31-
"version>=": "1.82.0"
32+
"version>=": "1.82.0#1"
3233
}
3334
]
3435
}

0 commit comments

Comments
 (0)