Commit Graph

745 Commits

Author SHA1 Message Date
Raúl Cumplido
43586b1aa0
[arrow] Update to 16.0.0 (#38295)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] 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.
2024-04-23 14:05:13 -04:00
Cheney Wang
4d469282ca
[azure-c-shared-utility] Fix implicitly declare function 'strnlen' in gcc-14 (#38254)
Fixes https://github.com/microsoft/vcpkg/issues/38246

- [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.~
- [x] 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.
2024-04-22 10:24:54 -04:00
jim wang
43de6acd6f
[aws-sdk-cpp] Fix failure to call curl[c-ares] (#38215)
Fixes https://github.com/microsoft/vcpkg/issues/36661
Fix calling curl using config mode.
- [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.~~
- [ ] ~~The version database is fixed by rerunning `./vcpkg
x-add-version --all` and committing the result.~~
- [ ] ~~Only one version is added to each modified port's versions
file.~~

Compile test pass with following triplets:
```
x64-windows
arm64-osx
```
2024-04-18 19:50:19 -04:00
Azure SDK Bot
d1b2324311
[azure-*-cpp] Update to April Releases (#38085)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-04-15 13:45:26 -04:00
JonLiu1993
3df33117ff
[assimp] Update to version 5.4.0 to fix build error (#38126)
Fixes #35141
Tested usage successfully by `assimp:x64-windows`:
````
assimp provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(assimp CONFIG REQUIRED)
  target_link_libraries(main PRIVATE assimp::assimp)

assimp provides pkg-config modules:

    # Import various well-known 3D model formats in an uniform manner.
    assimp
````

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] 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.~~
- [x] 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.
- [] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-04-12 10:40:39 -04:00
Hudd
a194ab0156
[awlib] Add new port (#37834)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-04-10 13:29:37 -04:00
wtz
50ca16008c
[multiple ports] Keep description consistent with upstream (#37998)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist: -->

- [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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-04-09 12:10:21 -04:00
Dennis
af2edb62cf
[asio-grpc] Update to 3.1.0 (#38045)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.
2024-04-09 11:21:03 -04:00
Alexander Neumann
0bc3f04da6
[blas/lapack] force vendor (#24327)
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-08 11:15:54 -07:00
Takatoshi Kondo
18dbc70c0c
Update async-mqtt port to 4.1.0. (#37963) 2024-04-04 11:02:05 -07:00
Kai Pastor
e58dac234a
[arrow] Fix android (#37878)
Needed with NDK r26. Cherry-picked from #35851.
2024-04-01 15:30:49 -07:00
Jia Yue Hua
9ddd551282
[aws-c-s3] update to 0.5.4 (#37862) 2024-04-01 14:08:40 -07:00
Frank
a7b70fc28d
[annoy][ankurvdev-embedresource][apache-datasketches] Update ports version (#37812) 2024-03-29 17:25:12 -07:00
Atliac
05d8ab6d5f
[atliac-minitest] new port (#37156) 2024-03-28 17:05:44 -07:00
Cheney Wang
7b6630486e
[amqpcpp] Update to 4.3.26 (#37756) 2024-03-28 12:38:39 -07:00
Cheney Wang
f870776df8
[aliyun-oss-c-sdk] Update to 3.10.1 (#37755) 2024-03-28 12:38:16 -07:00
Cheney Wang
3f9e739cf7
[adios2] Update to 2.9.2 (#37750) 2024-03-27 15:37:46 -07:00
Jia Yue Hua
ecea73ebbe
[aws-c-s3] update to 0.5.3 (#37657) 2024-03-25 15:34:14 -07:00
Jia Yue Hua
8f6baa8dd6
[ableton-link] update to 3.1.1 (#37632) 2024-03-25 15:31:26 -07:00
Jia Yue Hua
18e8981972
[ada-url] update to 2.7.7 (#37621) 2024-03-22 17:09:39 -07:00
Jia Yue Hua
739eded079
[aws-sdk-cpp] update to 1.11.285 (#37583) 2024-03-21 19:31:42 -07:00
Jia Yue Hua
a637578fc4
[aws-crt-cpp] update to 0.26.4 (#37582) 2024-03-21 19:31:30 -07:00
Jia Yue Hua
db649d4b38
[aws-c-sdkutils] update to 0.1.15 (#37580) 2024-03-21 19:31:01 -07:00
Jia Yue Hua
2298b1a600
[aws-c-s3] update to 0.5.2 (#37579) 2024-03-21 19:30:51 -07:00
Jia Yue Hua
1269927279
[aws-c-auth] update to 0.7.16 (#37578) 2024-03-21 19:30:41 -07:00
Jia Yue Hua
e99ac59ff3
[aws-c-mqtt] update to 0.10.3 (#37577) 2024-03-21 19:30:20 -07:00
Jia Yue Hua
0737b60494
[aws-c-io] update to 0.14.6 (#37567) 2024-03-20 13:53:17 -07:00
Jia Yue Hua
964c6c8f89
[aws-c-common] update to 0.9.14 (#37566) 2024-03-20 13:53:05 -07:00
Jia Yue Hua
3b0ef4b229
[aws-c-cal] update to 0.6.10 (#37565) 2024-03-20 13:52:53 -07:00
Jia Yue Hua
af83b72e71
[aws-c-event-stream] [aws-checksums] update to 0.4.2 (#37564) 2024-03-20 13:52:37 -07:00
Jia Yue Hua
ce6186293b
[aws-c-compression] update to 0.2.18 (#37562) 2024-03-20 13:52:06 -07:00
Raúl Cumplido
eacb83982d
[arrow] Update to 15.0.2 (#37536) 2024-03-18 15:09:47 -07:00
Kai Pastor
65b5ab9db5
[alsa] Add version script patch, cleanup (#37505)
Fixes https://github.com/microsoft/vcpkg/issues/37438
2024-03-18 14:38:52 -07:00
jim wang
2639f60109
[abseil] Update to 20240116.1 (#37461)
Fixes https://github.com/microsoft/vcpkg/issues/37439
2024-03-18 14:32:22 -07:00
Vitalii Koshura
217e27785b
[apriltag] update to 3.4.0 (#37353)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-03-12 09:40:53 -07:00
Thomas1664
f521d755a4
[argh] Fix cmake config fixup (#37334) 2024-03-11 20:35:56 -07:00
Raúl Cumplido
e468fc3873
[arrow] Update to 15.0.1 (#37267)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.
2024-03-11 13:17:10 -07:00
Elias Benali
3b95ab27a0
[atomic-queue] update to 1.6.3 (#37363)
* Stateful allocator support. Constructors accept allocator argument.

* Constructors accept allocator argument.

* CMake support added.

* Fixes C++20 compile errors.

<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-03-11 12:52:41 -07:00
Alexander Drozdov
ad5f4f27d5
[Avcpp] update to version 2.3.0 (#37366)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.
2024-03-11 12:50:01 -07:00
vipcxj
081abea1ab
[asiochan] fix MiSo1289#10 (#37161)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

Here is my [pr](https://github.com/MiSo1289/asiochan/pull/11) for
upstream. There has been no response for one week, so I think the
upstream is not maintained. So I decide change the repo to my fork. If
the author resume, I will switch back.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] 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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-03-07 22:51:23 -08:00
Ewerton Scaboro da Silva
46385806b4
[azure-iot-sdk-c] LTS_03_2024 (#37201)
[azure-iot-sdk-c] LTS_03_2024
2024-03-07 22:38:40 -08:00
Jia Yue Hua
fbf25ddd11
[aws-c-http] update to 0.8.1 (#37139)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] 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.
2024-03-05 02:33:48 -08:00
Dennis
ea54f653ed
[asio-grpc] Update to 3.0.0 (#36832)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.
2024-02-21 09:56:22 -08:00
Azure SDK Bot
c823fd3e57
[azure-core-cpp] Update to 1.11.2 (#36802) 2024-02-16 18:11:39 -08:00
Thomas1664
a56d892ac7
[vcpkg baseline][async-simple] Fix race during cmake configure (#36764)
Disable optional dependencies.
I don't know what caused the race condition but it seems to be fixed.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.

```
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE  
CMake Error:
  Running

   'C:/PROGRA~1/MICROS~1/2022/ENTERP~1/Common7/IDE/COMMON~1/MICROS~1/CMake/Ninja/ninja.exe' '-C' 'D:/b/async-simple/src/v1.3-3db60bdafc.clean/CMakeFiles/CMakeTmp' '-t' 'recompact'

  failed with:

   ninja: error: loading 'build.ninja': The system cannot find the file specified.
```
2024-02-15 12:16:07 -08:00
Dennis
bff6892ce0
asio-grpc: Update to 2.9.3 (#36691) 2024-02-12 14:34:51 -08:00
Alonso Schaich
1a57d8c461
[atkmm] Update to 2.36.3 (#36684)
* [atkmm] Update to 2.36.3 (microsoft/vcpkg#36683)

* [atkmm] regenerate versions (microsoft/vcpkg#36683)
2024-02-12 14:26:19 -08:00
Jia Yue Hua
6653330b70
[alsa,libremidi] update to 1.2.11,4.3.0 (#36633)
* [alsa] update to 1.2.11

* [alsa] update to 1.2.11

* [libremidi] update to 4.3.0

* [libremidi] update to 4.3.0
2024-02-07 22:26:06 -08:00
Anton Kolesnyk
e038ef0479
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6 (#36618)
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.6

* Update dependency minimum version requirement

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-02-07 12:31:01 -08:00
vipcxj
710677da49
[asiochan] add new port (#36289)
* add port asiochan

* simplify deploy

* simplify deploy

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git-tree

* simplify deploy

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git-tree

* change version to version-date

* update git-tree

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-02-05 11:44:17 -08:00
Azure SDK Bot
9595b6355e
[azure-core*-cpp] Update to February releases (#36537)
* [azure-core-cpp] Update to 1.11.1
## 1.11.1 (2024-02-02)

### Bugs Fixed

- [[#5154]](https://github.com/Azure/azure-sdk-for-cpp/issues/5154) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.

### Other Changes

- Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.7
## 1.0.0-beta.7 (2024-02-02)

### Features Added

The `Close` method on AMQP Message Sender and Message Receiver now blocks until the client receives a `DETACH` response from the remote node.

### Breaking Changes

- The `Close` method on AMQP Message Sender and Message Receiver now accepts an `Azure::Core::Context` parameter. This parameter is defaulted so this change should not affect existing code.

### Bugs Fixed

- Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node.
- Enabled more than one uAMQP session to be created on a single connection.
2024-02-05 11:37:31 -08:00
Jia Yue Hua
37352f85ad
[ableton-link] update to 3.1.0 (#36542)
* [ableton-link] update to 3.1.0

* [ableton-link] update to 3.1.0
2024-02-05 11:36:32 -08:00
Jia Yue Hua
23b4341bc4
[ada-url] update to 2.7.6 (#36543)
* [ada-url] update to 2.7.6

* [ada-url] update to 2.7.6
2024-02-05 11:36:01 -08:00
Jia Yue Hua
17e19f6748
[apriltag] update to 3.3.0 (#36547)
* [apriltag] update to 3.3.0

* [apriltag] update to 3.3.0

* bde tmp

* fix line ending
2024-02-05 11:35:44 -08:00
Jia Yue Hua
7c5de5cb17
[aom] update to 3.8.1 (#36549)
* [aom] update to 3.8.1

* [aom] update to 3.8.1
2024-02-05 11:31:32 -08:00
Jia Yue Hua
efffceaceb
[audiofile] update to 1.1.1 (#36562)
* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1
2024-02-05 11:27:10 -08:00
Jia Yue Hua
1ec00d26ba
[aws-c-auth,aws-c-io,aws-c-s3,aws-c-sdkutils,aws-sdk-cpp] update to 0.7.14,0.14.3,0.5.0,0.1.14,1.11.255 (#36566)
* [aws-c-auth] update to 0.7.14

* [aws-c-auth] update to 0.7.14

* [aws-c-io] update to 0.14.3

* [aws-c-io] update to 0.14.3

* [aws-c-s3] update to 0.5.0

* [aws-c-s3] update to 0.5.0

* [aws-c-sdkutils] update to 0.1.14

* [aws-c-sdkutils] update to 0.1.14

* [aws-sdk-cpp] update to 1.11.255

* [aws-sdk-cpp] update to 1.11.255
2024-02-05 11:24:11 -08:00
Thomas1664
9fd2bda7e8
[avcpp] Update to 2.2.1 (#36466)
* [avcpp] Update to 2.2.1

* version

* remove unneeded option

* version
2024-02-01 15:05:10 -08:00
Matthias Kuhn
f7c5a7c8fc
[poly2tri] Switch to maintained repo and adjust description (#26301)
* [poly2tri ]Switch to maintained repo and adjust description

* Rename to jhasse-poly2tri

* Also update version and fix header installation.

* Remove double nested headers.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-02-01 12:31:29 -08:00
saipubw
7fad8ea427
[async-simple] Add new port async-simple (#36470)
* [async-simple] Add new port async-simple to vcpkg

* version database

* fix conversation

* update version database
2024-02-01 12:24:35 -08:00
Kai Pastor
e07c9553b3
[allegro5] Update (#36464)
* [allegro5] Update to 5.2.9.1

* Remove allegro5 from CI baseline

* [allegro5] Fixup

* [allegro5] Fixup

* [allegro5] Fixup
2024-01-31 14:38:11 -08:00
Vitalii Koshura
0bc50c0394
[apriltag] New port added (#36336)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-01-25 15:53:41 -08:00
Raúl Cumplido
8ea2dffddc
[arrow] Update to 15.0.0 (#36298)
* [arrow] Update to 15.0.0

* Update versions
2024-01-24 09:43:39 -08:00
Kai Pastor
2b66d082f4
[acl] Add feature nls for gettext dependency (#36269) 2024-01-23 11:51:00 -08:00
Bernhard Manfred Gruber
4521e84e60
[alpaka] Update to 1.1.0 (#36241)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-01-22 11:01:29 -08:00
Dennis
55416201b3
asio-grpc: Update to 2.9.2 (#36267) 2024-01-22 10:59:24 -08:00
Kai Pastor
9984d91459
[attr] Update to 2.5.2 (#36268) 2024-01-22 10:59:09 -08:00
Jia Yue Hua
ad959f8de8
[aws-c-auth,aws-c-common,aws-c-event-stream,aws-c-io,aws-c-mqtt,aws-c-s3,aws-c-sdkutils,aws-crt-cpp,aws-lambda-cpp,aws-sdk-cpp] update to 0.7.11,0.912,0.4.1,0.14.1,0.10.1,0.4.9,0.1.13,0.26.1,0.2.10,0.11.245 (#36277)
* [aws-c-auth] update to 0.7.11

* [aws-c-auth] update to 0.7.11

* [aws-c-common] update to 0.9.12

* [aws-c-common] update to 0.9.12

* [aws-c-event-stream] update to 0.4.1

* [aws-c-event-stream] update to 0.4.1

* [aws-c-io] update to 0.14.1

* [aws-c-io] update to 0.14.1

* [aws-c-mqtt] update to 0.10.1

* [aws-c-mqtt] update to 0.10.1

* [aws-c-s3] update to 0.4.9

* [aws-c-s3] update to 0.4.9

* [aws-c-sdkutils] update to 0.1.13

* [aws-c-sdkutils] update to 0.1.13

* [aws-crt-cpp] update to 0.26.1

* [aws-crt-cpp] update to 0.26.1

* [aws-sdk-cpp] update to 1.11.245

* [aws-sdk-cpp] update to 1.11.245

* [aws-lambda-cpp] update to 0.2.10

* [aws-lambda-cpp] update to 0.2.10
2024-01-22 10:58:39 -08:00
Anton Kolesnyk
10d497f148
[azure-*-cpp] Append note to manifest files (#36222)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-01-19 12:27:36 -08:00
Azure SDK Bot
4b4f83d12b
[azure-data-tables-cpp] Update to 1.0.0-beta.1 (#36204)
## 1.0.0-beta.1 (2024-01-16)

### Features Added

- Initial release.
2024-01-19 12:26:25 -08:00
Jia Yue Hua
7195f9e3f5
[asio] update to 1.29.0 (#36229)
* [asio] update to 1.29.0

* [asio] update to 1.29.0
2024-01-19 11:58:10 -08:00
Azure SDK Bot
6b008ab290
[azure-security-keyvault-*-cpp] Update to January releases (#36205)
* [azure-security-keyvault-secrets-cpp] Update to 4.2.1
## 4.2.1 (2024-01-16)

### Bugs Fixed

- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.

* not-specified

* [azure-security-keyvault-certificates-cpp] Update to 4.2.1
## 4.2.1 (2024-01-16)

### Bugs Fixed

- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.

* [azure-security-keyvault-keys-cpp] Update to 4.4.1
## 4.4.1 (2024-01-16)

### Bugs Fixed

- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.

### Other Changes

- Fixed GCC 13 compilation error. (A community contribution, courtesy of _[adamdebreceni](https://github.com/adamdebreceni)_)
- Use well-formed URL for the HTTP request made in `KeyClient::GetRandomBytes()`.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Key Vault Keys better with their contributions to this release:

- adamdebreceni _([GitHub](https://github.com/adamdebreceni))_
2024-01-17 11:14:25 -08:00
Lily Wang
2f61f9e99e
[arrow] Fix feature FlightSQL (#36215)
* [arrow] Fix feature FlightSQL

* update version
2024-01-17 11:13:28 -08:00
MonicaLiu
a14456f6fb
[arrow] Add option -DARROW_FLIGHT_SQL (#36172)
* add flight-sql

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-16 10:58:08 -08:00
Jia Yue Hua
12a8d58dcd
[aws-c-http] update to 0.8.0 (#36173)
* [aws-c-http] update to 0.8.0

* [aws-c-http] update to 0.8.0
2024-01-16 10:52:00 -08:00
Azure SDK Bot
91df376407
[azure-*-cpp] Update to January releases (#36138)
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.5
## 1.0.0-beta.5 (2024-01-11)

### Breaking Changes

- EventHub `ConsumerClient` and `ProcessorClient` objects now return pointers to `EventData` objects instead of `EventData` objects by value.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.6
## 1.0.0-beta.6 (2024-01-11)

### Features Added

- AMQP Value reference counts are now atomic, this fixes several AMQP related crashes.

### Breaking Changes

- `MessageReceiver` returns a pointer to the received message instead of a copy.

### Bugs Fixed

- Fixed several memory leaks.
- AMQP Link Credits now work as expected.
- Integrated the fix for NVD - CVE-2024-21646.

* [azure-core-cpp] Update to 1.11.0
## 1.11.0 (2024-01-11)

### Features Added

- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
- Added TLS 1.3 support to WinHTTP transport.
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
- [[#4983]](https://github.com/Azure/azure-sdk-for-cpp/issues/4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)

### Bugs Fixed

- [[#5172]](https://github.com/Azure/azure-sdk-for-cpp/issues/5172) `Azure::Nullable::Emplace()` does not set `HasValue()` to `true`.
- [[#5130]](https://github.com/Azure/azure-sdk-for-cpp/issues/5130) `Url::AppendPath()` and `Url::SetPath()` may end up with a double slash at the beginning of a path.
- [[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint.

### Other Changes

- [[#4756]] (https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
2024-01-12 10:20:52 -08:00
Jia Yue Hua
1bbba4e6fb
[aws-c-io] update to 0.14.0 (#36018) 2024-01-03 17:54:57 -08:00
Dennis
1f74e2c58a
asio-grpc: Update to 2.9.0 (#35849) 2023-12-28 00:02:21 -08:00
Thomas1664
69cc111abc
[atomic-queue] Update to 1.5 (#35799) 2023-12-20 12:29:28 -08:00
Raúl Cumplido
d6341bc4de
[arrow] Update to 14.0.2 (#35775) 2023-12-19 21:12:00 -08:00
Kai Pastor
7ef1cf340b
[aws-sdk-cpp] Update, minor fixes (#35721) 2023-12-18 13:22:40 -08:00
Sander Cox
0e47c19852
fix: find_package broken on Ableton-Link (#35603) 2023-12-15 15:34:57 -08:00
MonicaLiu
8abeb71402
[libusb] Fix usage (#35498)
* fix usage

* update version

* redo x64-windows.cmake

* resolve conflicts

* updaet git-tree

* fix downstream

* update version

* fix libirecovery

* update git-tree

* fix pkg_check_modules

* update git-tree

* fix libfreenect2

* update version

* fix libuvc

* update version

* fix libuvc patch

* update git-tree

* fix libuvc build_fix.patch

* update git-tree

* format

* update git-tree

* undo supports

* update git-tree

* fix azure-kinect-sensor-sdk

* update version

* add pkg-config.exe

* update git-tree

* disable build examples and tests

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 00:07:17 -08:00
Ivan Milov
7d10d3d55d
[aklomp-base64] update to 0.5.1 (#35550) 2023-12-13 23:55:38 -08:00
Lily Wang
6186ec51c8
[at-spi2-core, at-spi2-atk] Add dependency dbus (#35599)
* [at-spi2-core, at-spi2-atk] Add dependency dbus

* update version
2023-12-13 23:44:51 -08:00
Mengna Li
82ad3ea735
update to 12.6.6 (#35666) 2023-12-13 23:16:35 -08:00
Dennis
de69451564
asio-grpc: Update to 2.8.0 (#35591) 2023-12-12 01:17:01 -08:00
Takatoshi Kondo
583ba9175e
Update async-mqtt port to 4.0.0. (#35615) 2023-12-12 01:08:10 -08:00
Theodore Tsirpanis
45f6e57d3e
[aws-sdk-cpp] Update features. (#35513) 2023-12-06 15:50:59 -08:00
aleradamantis99
1226ef677d
[arrow] Add 'compute' feature to arrow (#35492) 2023-12-06 15:50:13 -08:00
Mengna Li
b051c80d93
[allegro5] update to 5.2.9.0 (#35495) 2023-12-05 11:41:09 -08:00
Theodore Tsirpanis
d5eafb41cd
[aws-sdk-cpp and co] Update to the latest version. (#35445) 2023-12-04 17:20:01 -08:00
Takatoshi Kondo
ab76a78f72
Update async-mqtt port to 3.0.0. (#35389) 2023-11-29 00:19:13 -08:00
Thomas1664
8b4801fb4a
[apsi] Update to 0.11.0 (#35329)
* [apsi] Update to 0.11.0

* version

* Restore patch to avoid baseline regressions in the future

* version

* Fix patch

* version

* update patch

* Fix quoting issue

* version

* Fix x86 build

* version
2023-11-28 22:50:03 -08:00
Thomas1664
c8586fdc33
[ada-url] Update to 2.7.4 (#35349)
* [ada-url] Update to 2.7.4

* version
2023-11-28 21:56:08 -08:00
Cheney Wang
0bcc935733
[aws-sdk-cpp] Remove feature gamesparks (#35221) 2023-11-22 14:41:13 -08:00
Vasyl Gello
e965edb2c1
[aom] Bump to 3.7.0 and fix arm-linux build (#34925)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2023-11-17 14:27:31 -08:00
Jia Yue Hua
b61706e96c
[aws-c-http,aws-c-auth,aws-c-s3,aws-c-mqtt,aws-c-common,aws-sdk-cpp,aws-crt-cpp] update to 0.7.14, 0.7.6, 0.3.24, 0.9.9, 0.9.9,1.11.201,0.24.7 (#35070)
* [aws-c-http] update to 0.7.14

* [aws-c-http] update to 0.7.14

* [aws-c-mqtt] update to 0.9.9

* [aws-c-mqtt] update to 0.9.9

* [aws-c-s3] update to 0.3.23

* [aws-c-s3] update to 0.3.23

* [aws-c-auth] update to 0.7.6

* [aws-c-auth] update to 0.7.6

* [aws-crt-cpp] update to 0.24.5

* [aws-crt-cpp] update to 0.24.5

* [aws-sdk-cpp] update to 1.11.200

* [aws-sdk-cpp] update to 1.11.200

* [aws-c-common] update to 0.9.8

* [aws-c-common] update to 0.9.8

* [aws-c-common] update to 0.9.9

* [aws-c-common] update to 0.9.9

* [aws-c-s3] update to 0.3.24

* [aws-c-s3] update to 0.3.24

* [aws-crt-cpp] update to 0.24.7

* [aws-crt-cpp] update to 0.24.7

* [aws-sdk-cpp] update to 1.11.201

* [aws-sdk-cpp] update to 1.11.201
2023-11-15 16:02:14 -08:00
Bernhard Manfred Gruber
b4e9db1d85
[alpaka] Update to 1.0.0 (#35109) 2023-11-15 15:41:15 -08:00
Raúl Cumplido
2d8202f06d
[arrow] Update to 14.0.1 (#35026)
* [arrow] Update to 14.0.1

* Update versions
2023-11-14 13:05:37 -08:00
Azure SDK Bot
dc3c55f092
[azure-identity-cpp] Update to 1.6.0 (#35035)
## 1.6.0 (2023-11-10)

### Features Added

- Added `WorkloadIdentityCredential`.
- When one of the credentials within `DefaultAzureCredential` is successful, it gets re-used during all subsequent attempts to get the token.
- Updated `ClientSecretCredentialOptions` and `ClientCertificateCredentialOptions` to read the default value for the authority host option from the environment variable first.

### Breaking Changes

- Add `WorkloadIdentityCredential` to the `DefaultAzureCredential`.

### Bugs Fixed

- Do not throw an exception during `AzureCliCredential` construction, but rather delay it to the `GetToken()` call.
- Harden checks for the tenant ID.
- Disallow space character when validating tenant id and scopes as input for `AzureCliCredential`.
- Add authority host url validation to reject non-HTTPS schemes.
- [[#4084]](https://github.com/Azure/azure-sdk-for-cpp/issues/4084) Remove OpenSSL dependency on Windows. (A community contribution, courtesy of _[teo-tsirpanis](https://github.com/teo-tsirpanis)_)

### Other Changes

- Add default values to some `WorkloadIdentityCredentialOptions` fields such as authority host by reading them from the environment.
- Add logging to `WorkloadIdentityCredential` to help with debugging.
- Create separate lists of characters that are allowed within tenant ids and scopes in `AzureCliCredential`.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:

- Theodore Tsirpanis _([GitHub](https://github.com/teo-tsirpanis))_
2023-11-14 12:58:05 -08:00
Julian Xhokaxhiu
b58df11608
[ffmpeg] Bump to 6.1 (#35042)
* [ffmpeg] Bump to 6.1

* [ffnvcodec] Bump to 11.1.5.3

* vcpkg x-add-version --all

* [avisynthplus] Bump to 3.7.3

* vcpkg x-add-version --all

* [avisynthplus] Remove no more required patch

* vcpkg x-add-version --all

* Apply suggestions from code review

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* vcpkg x-add-version --all

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-11-14 12:54:21 -08:00
Jia Yue Hua
92f6027025
[aws-c-cal] update to 0.6.9 (#35055)
* [aws-c-cal] update to 0.6.9

* [aws-c-cal] update to 0.6.9
2023-11-14 12:43:43 -08:00
Jia Yue Hua
4e9fefefc5
[aws-c-io] update to 0.13.35 (#35054)
* [aws-c-io] update to 0.13.35

* [aws-c-io] update to 0.13.35
2023-11-14 00:23:00 -08:00
KindRoach
14bae4892f
[argparse] bump version to 3.0 (#34955)
* [argparse] bump version to 3.0

* use ${VERSION} for github ref.
2023-11-08 09:41:57 -08:00
Azure SDK Bot
cb81acf7b2
[azure-core-amqp-cpp][azure-messaging-eventhubs-cpp] Update to November releases (#34960)
* [azure-core-amqp-cpp] Update to 1.0.0-beta.5
## 1.0.0-beta.5 (2023-11-07)

### Breaking Changes

- Refactored AMQP headers to isolate internal-only types to "internal" subdirectory in headers.

### Other Changes

- Removed public dependency on azure-uamqp-c to enable local bug fixes.

* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.4
## 1.0.0-beta.4 (2023-11-07)

### Features Added

- Fully functional eventhubs Processor.
- Allow `ProducerClient` and `ConsumerClient` to be created with a connection string without an EntityPath element.

### Breaking Changes

- Removed the `LoadBalancer` type from the public API surface.
- `ConsumerClient` and `ProducerClient` objects can no longer be moved or copied.
- If the connection string provided to `ConsumerClient` or `ProducerClient` contains an EntityPath, then the `EntityPath`
parameter to the constructor must match the value provided in the connection string.

### Other Changes

- Several `ostream` insertion operators were added for eventhubs types.
2023-11-08 09:41:37 -08:00
Azure SDK Bot
fad822df2e
[Azure Storage] Update to November Release (#34968)
* [azure-storage-common-cpp] Update to 12.5.0
## 12.5.0 (2023-11-07)

### Features Added

- No public changes in this release.

* [azure-storage-blobs-cpp] Update to 12.10.0
## 12.10.0 (2023-11-07)

### Features Added

- Features in `12.10.0-beta.1` are now generally available.

* [azure-storage-files-datalake-cpp] Update to 12.9.0
## 12.9.0 (2023-11-07)

### Features Added

- Features in `12.9.0-beta.1` are now generally available.

* [azure-storage-files-shares-cpp] Update to 12.8.0
## 12.8.0 (2023-11-07)

### Features Added

- Features in `12.8.0-beta.1` are now generally available.
- Fixed a bug where the x-ms-file-request-intent request header was not being sent for `ShareFileClient::UploadRangeFromUri`.

* [azure-storage-queues-cpp] Update to 12.2.0
## 12.2.0 (2023-11-07)

### Features Added

- New features in `12.2.0-beta.1` are now generally available.
2023-11-08 09:40:40 -08:00
Rémy Tassoux
cf89d998a7
[utfcpp] Update to 4.0.2 (#34933)
* [utfcpp] Update to 4.0.2

* [utfcpp] Update version files
2023-11-07 09:33:16 -08:00
Raúl Cumplido
89c800612b
[arrow] Update to 14.0.0 (#34944)
* [arrow] Update to 14.0.0

* Update versions
2023-11-07 09:31:51 -08:00
Anton Kolesnyk
8acbab7a13
[azure-storage-common-cpp] Fix compilation when using Clang on Windows (#34883)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-11-05 09:02:05 -08:00
Jia Yue Hua
3670bd30ef
[avro-c] update to 1.11.3 (#34851)
* [avro-c] update to 1.11.3

* [avro-c] update to 1.11.3
2023-11-02 10:39:26 -07:00
Frank
5a1a65b544
[aws-lambda-cpp] Update version to 0.2.9 (#34859)
* [aws-lambda-cpp] Update version to 0.2.9

* vdb
2023-11-02 10:37:35 -07:00
MonicaLiu
85b031a170
[ace] Respect VCPKG_BUILD_TYPE (#34838)
* respect VCPKG_BUILD_TYPE

* update version

* format

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-01 13:19:29 -07:00
jim wang
ec19a4a790
[azure-core-cpp] Fix gcc13 compilation error (#34393)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix gcc13 compilation error

* update version

* update patch

* update version

* update verison

* update version
2023-10-31 12:42:23 -07:00
Ómar Högni Guðmarsson
c82acfb320
[asio] update 1.28.2 (#34755)
* Update asio version

* update database

* fix sha hash

* Update database
2023-10-31 12:02:08 -07:00
Johnny Willemsen
edc5fc2858
[ace] Upgrade to ACE/TAO 7.1.2 (#34818)
* [ace] Upgrade to ACE/TAO 7.1.2

* Run vcpkg format-manifest ports/ace/vcpkg.json

    * ports/ace/vcpkg.json:
    * versions/a-/ace.json:
    * versions/baseline.json:

* Update version

    * versions/a-/ace.json:

* Correct hash

    * ports/ace/portfile.cmake:

* Update git hash

    * versions/a-/ace.json:
2023-10-31 11:56:22 -07:00
Dennis
620eb4e790
asio-grpc: Update to 2.7.0 (#34768) 2023-10-30 14:41:04 -07:00
autoantwort
213c01f871
[azure-core-cpp] winhttp no uwp (#34704) 2023-10-25 07:15:33 -07:00
Ilya Lavrenov
2161f290af
[ade] updated to 0.1.2d (#34602)
* [ade] updated to 0.1.2d

* updated version database
2023-10-20 09:50:31 -07:00
Ankur Verma
85f2afaa49
[ankurvdev-embedresource] adding new port (#34401)
* Rename Port to ankurvdev-embedresource

* Add sha

---------

Co-authored-by: Ankur Verma <ankurv@microsoft.com>
2023-10-19 10:51:59 -07:00
Lily Wang
d00370893e
[aws-sdk-cpp] Fix feature awsmigrationhub build error (#34506)
* [aws-sdk-cpp] Fix feature awsmigrationhub build error

* update version
2023-10-18 10:52:34 -07:00
Kristian Duske
87b341399b
Use unofficial-minizip for find_dependency to fix a configure warning (#34499)
This was supposed to be fixed in 1e0eede790, but I missed the call to
find_dependency.
2023-10-16 12:26:45 -07:00
Kristian Duske
1e0eede790
Fix configure warning when using minizip (#34445) 2023-10-13 12:28:22 -07:00
Theodore Tsirpanis
19db77b44e
[aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
Azure SDK Bot
bed3d85abb
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.3 (#34397) 2023-10-12 10:54:31 -07:00
Lily Wang
ef2eef1734
[asiosdk] Fix old hash and usage (#34326) 2023-10-09 15:39:24 -07:00
Azure SDK Bot
7827a2a05e
[azure-core-cpp] Update to 1.10.3 (#34291) 2023-10-05 20:09:43 -07:00
Azure SDK Bot
158f8d6985
[azure-core-amqp-cpp] Update to 1.0.0-beta.4 (#34293) 2023-10-05 20:09:36 -07:00
Yury Bura
4664eb1fb6
[atl] new port (#34220) 2023-10-05 14:38:14 -07:00
Nick
320ed5a756
[alsa] update to 1.2.10 (#34165) 2023-10-02 17:28:51 -07:00
Jón Bjarni
8af5fd1a30
[azmq] update to 2023-03-23 (#34193) 2023-10-02 16:34:49 -07:00
Osyotr
5eea628fc2
[assimp] Update to 5.3.1, fix pkg-config (#33957)
* [assimp] Update to 5.3.0

* Remove <utf8.h> from public include

* [assimp] fix pkg-config for static builds

* [qt5-3d] Use pkgconfig to find assimp

* [assimp] -llibassimp -> -lassimp

* [assimp] Update to 5.3.1
2023-09-28 23:29:58 -07:00
Jia Yue Hua
a80cd259bb
[ada-url] update to 2.6.8 (#34022)
* [ada-url] update to 2.6.8

* fix deps
2023-09-28 23:16:07 -07:00
Jia Yue Hua
bb2f8529c0
[apr-util] update to 1.6.3 (#34027)
* [apr-util] update to 1.6.3

* fix deps
2023-09-28 23:15:38 -07:00
Jia Yue Hua
7373fd7cbf
[aws-sdk-cpp] update to 1.11.169 (#34032) 2023-09-28 23:14:34 -07:00
Jia Yue Hua
dae8435ad5
[] update to , port (#34055) 2023-09-28 23:01:52 -07:00
Jia Yue Hua
fee3b14b9d
[antlr4] update to 4.13.1 (#34058)
* [antlr4] update to 4.13.1

* [antlr4] update to 4.13.1
2023-09-28 23:00:44 -07:00
Jia Yue Hua
9ebe3a650c
[argtable3] update to 3.2.2.f25c624 (#34060)
* [argtable3] update to 3.2.2.f25c624

* [argtable3] update to 3.2.2.f25c624
2023-09-28 23:00:20 -07:00
Jia Yue Hua
cacba3eafe
[avro-cpp] update to 1.11.3 (#34062)
* [avro-cpp] update to 1.11.3

* [avro-cpp] update to 1.11.3
2023-09-28 22:59:41 -07:00
Jia Yue Hua
13404f2f44
[aws-c-common] update to 0.9.4 (#34063)
* [aws-c-common] update to 0.9.4

* [aws-c-common] update to 0.9.4

* [aws-c-common] update to 0.9.4
2023-09-28 22:59:15 -07:00
Billy O'Neal
768619a21e
Delete broken version database entries. (#34078)
Under normal circumstances, things can't be removed from the version database, because that breaks outstanding references to those versions. However, these entries can't be parsed in the first place which means nobody can be depending on them being there. (Usually this comes from accidentally merging PRs that add multiple versions, such as 8184c5e06c https://github.com/microsoft/vcpkg/pull/31859 )

This was detected using new output from https://github.com/microsoft/vcpkg-tool/pull/1210

C:\Dev\vcpkg\versions\a-\abseil.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\2209360b556a40cf034551f6f9063456eac63986_83008.tmp" -c core.autocrlf=false read-tree -m -u 2209360b556a40cf034551f6f9063456eac63986
error: git failed with exit code: (128).
fatal: failed to unpack tree object 2209360b556a40cf034551f6f9063456eac63986
note: while checking out port abseil with git tree 2209360b556a40cf034551f6f9063456eac63986
note: while validating version: 20230125.3#2
C:\Dev\vcpkg\versions\a-\abseil.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\28fa609b06eec70bb06e61891e94b94f35f7d06e\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: 2020-03-03#7
C:\Dev\vcpkg\versions\a-\async-mqtt.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\async-mqtt\61071a18dc0dc629c374fa016b81473e04a28ff1_83008.tmp" -c core.autocrlf=false read-tree -m -u 61071a18dc
error: git failed with exit code: (128).
fatal: failed to unpack tree object 61071a18dc
note: while checking out port async-mqtt with git tree 61071a18dc
note: while validating version: 1.0.8
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\ffce764b880d8cc24e3b00328aa3861f15bae91d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-31
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\03a43f03eb0cab95aac27a77b71273fc4aa2e94d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-09
C:\Dev\vcpkg\versions\e-\elfio.json: error: The version database declares 3.8 as version, but 19659f0b36 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version elfio --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\f-\flashlight-text.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\flashlight-text\6386901fa48bce946fdc5775a1c1b784e0a97175_83008.tmp" -c core.autocrlf=false read-tree -m -u 6386901fa4
error: git failed with exit code: (128).
fatal: failed to unpack tree object 6386901fa4
note: while checking out port flashlight-text with git tree 6386901fa4
note: while validating version: 0.0.3
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\a05e0de81085231df86f6902aba1e0a364e2ca7b\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.1.0
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\5066566c98bc1913b678347c4cbae0a6aff4cf2d\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3-1
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\6ff3a23b154fad821db2d8236bf9d0382f0229cf\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3
C:\Dev\vcpkg\versions\o-\opencolorio.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\opencolorio\9569944b76966b78bec5ef83672899acd7e4febe_83008.tmp" -c core.autocrlf=false read-tree -m -u 9569944b76
error: git failed with exit code: (128).
fatal: failed to unpack tree object 9569944b76
note: while checking out port opencolorio with git tree 9569944b76
note: while validating version: 2.1.2
C:\Dev\vcpkg\versions\q-\qscintilla.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\qscintilla\b5942c0b0a6d9131bc4ad9a1dde662f809a6d965_83008.tmp" -c core.autocrlf=false read-tree -m -u b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
error: git failed with exit code: (128).
fatal: failed to unpack tree object b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while checking out port qscintilla with git tree b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while validating version: 2.13.4
C:\Dev\vcpkg\versions\r-\robin-map.json: error: The version database declares 0.6.3 as version-semver, but 84f1433234 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version robin-map --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\v-\vcpkg-cmake-get-vars.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\c6eb09f11e34173a4bfc31252d02d6aea6c25d8f_83008.tmp" -c core.autocrlf=false read-tree -m -u c6eb09f11e
error: git failed with exit code: (128).
fatal: failed to unpack tree object c6eb09f11e
note: while checking out port vcpkg-cmake-get-vars with git tree c6eb09f11e
note: while validating version: 2023-04-13
2023-09-28 11:15:22 -07:00
Jia Yue Hua
37845f2519
[argagg] update to 0.4.7 (#34028) 2023-09-27 01:26:39 -07:00
Jia Yue Hua
46f8068873
[aws-c-http] update to 0.7.13 (#34029) 2023-09-27 01:26:18 -07:00
Jia Yue Hua
f8b1c08466
[aws-c-auth] update to 0.7.3 (#34030) 2023-09-27 01:25:58 -07:00
Jia Yue Hua
4f2ac45fc5
[aws-c-mqtt] update to 0.9.6 (#34031) 2023-09-27 01:25:38 -07:00
JonLiu1993
84296312ba
[arrow] Add Flight findpackage (#33934)
* [arrow] Add Flight findpackage

* update version

* apply suggesstion

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-26 20:37:01 -07:00
Ilya Lavrenov
1597438167
[ade] updated to 0.1.2c (#33726)
* [ade] updated to 0.1.2c

* updated version database
2023-09-26 00:29:58 -07:00
Jia Yue Hua
be1e1b72e7
[abseil]: update to 2023.08.02.1 (#33975) 2023-09-25 23:40:53 -07:00
Jia Yue Hua
163ec99467
[asio]: update to 1.28.1 (#33977) 2023-09-25 23:39:56 -07:00
jim wang
c68a56a40c
[apr] update to 1.7.4 (#33993)
* fix apr

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-09-25 23:38:01 -07:00